/*SETTING THE BASICS OF TYPE AND GLOBAL MARGINS
---------------------------------------------------------------*/
body { /*sets type base*/
	margin: 0.125in 0.25in 0 0.625in;
	color: #000; 
	font-size: 10pt;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	background: #fff;
	}

	
/*CORE LAYOUT TECHNIQUE
---------------------------------------------------------------*/
#wrapper { 
	width: 100%; 
	background-image: none; 
	}

#header {
	height: 1in;
	}
	#logo {
		display: none;
		}
		#logo_print {
			width: 140px;
			height: 109px;
			}
	#nav {
		display: none;
		}
	#img2 {
		display: none;
		}

#main {
	clear: left;
	width: auto;
	}
	
#content {
	float: none;
	width: auto;
	}
	.primary {
		float: none;
		width: auto;
		height: auto;
		}
	.secondary {
		float: none;
		width: auto;
		height: auto;
		}
	
#sidebar {
	float: none;
	width: auto;
	}
	
#footer {
	margin-top: 72px;
	font-size: 85%;
	color: #999;
	}

#extra {
	display: none;
	}		
		
/*PADDING
---------------------------------------------------------------*/

#sidebar div {
	margin: auto; 
	}
	
#wrapper {
	padding-bottom: 36px;
	}
	
		
/*BASICS
--------------------------------------------------------------------*/
h1{
	color: #18304f; 
	font-size: 18pt;
	font-family: Georgia, Times, serif;
	line-height: 1.4em;
	}	

h1.h1_ir {
	padding-bottom: 20px;
	text-indent: 0px;
	width: auto;
	height: auto;
	background: none !important;
	}
	
h2, h3 {
	color: #18304f; 
	font-size: 10pt;
	font-family: Georgia, Times, serif;
	line-height: 1.4em;
	text-transform: uppercase;
	}	

p {
	margin: 0 0 0.5em 0; /*puts a break after paragraphs*/
	}
	
#sidebar {
	color: #666;
	}
	#sidebar a {
		color: #666;
		text-decoration: underline;
		}

#header {
	background-color: #fff;
	}
#logo {/*logo h3 image replacement*/
	background: #fff url(../img/logo_print.gif) 0 0 no-repeat;
	text-indent: -9000px;
	height: 156px;
	}
	#logo a {
		display: block;
		background: #fff url(../img/logo_print.gif) 0 0 no-repeat;
		height: 156px;
		}
	

	
/*LISTS
--------------------------------------------------------------------*/	
ul.features {
	}
	
ul.products {
	margin: 5px 0 1.6em 5px;
	padding: 0;
	list-style: none;
	font-weight: bold;
	}
	ul.products li {
		}

.primary ul li {
	margin-left: 15px;
	}

ul.thumbnails {
	display: none;
	}

