@charset "UTF-8";
/* CSS Document */
body {
	color : #000000;
	background : #ffffff;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	border-color:#FFFFFF;
}

 h1, h2, h3, h4, h5, h6 {
	color: #000000;
}

.byline {
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
	color: #000000;
	background: #FFF;
	letter-spacing: 0.2em;
	display: block;
	border: none;
	line-height: 1.5em;
}
	
a { 
  text-decoration : underline; 
  color : #0000ff; 
}
#navlinks, #menu ul, #product-links, #footer, #copyright { 
  display : none; 
}


#header {
	width: auto;
	height: 42px;
	margin: 10px auto;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-color: #000;
	border-bottom-style: solid;
	background-position:left;
}	
#headerlogo {
	margin-left: 0;
	float:left;
	
}

#main-content {
	width: auto;
	height: auto;
	margin: 0 auto;
	
}

#secondary-content {
	width: 750px;
	height: 150px;
	margin: 10px auto;
	padding: 10px 0;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-color: #777;
	border-top-style: solid;
}

#secondary-subcontent-left {
	width: 227px;
	height:auto;
	
	background-color: #FFF;
	float:left;
	
}

#secondary-subcontent-center {
	width: 0px;
	height:150px;
	
	background-color: #00FFFF;
	float:left;
	
}

#secondary-subcontent-right {
	width: 312px;
	height:auto;
	
	background-color: #FFF;
	float:right;
}

/* Products page divs */



#product-content-copy {
	width: auto;
	height: auto;
	background-color: #FFF;
	float:left;
	padding: 20px 40px 0px 50px;
	
	
	
}

#product-content {
	width: auto;
	height: auto;
	background-color: #FFF;
	float:left;
	padding: 5px 10px 13px 0px;
}
