@import url("headNav.css");
@import url("subNav.css");
@import url("productNav.css");

body{
	margin:0;
	padding:0;
	font: 0.7em Arial, Helvetica, Tahoma, Trebuchet MS, sans-serif;
	text-align: center;
	background:#FFF;
}
a{
	color:#E87817;
	text-decoration:none;
}
a:hover{
	color:#333;
}
h1, h2, h3, h4, h5, ul, ol, li, p, form {
	margin:0;
	padding:0;
}
table, td, select, textarea, input{
	font: Arial, Helvetica, 1em Tahoma, Trebuchet MS, sans-serif;	
}
input, textarea{
	margin:5px 0;
}
/* */
.main{
	width:780px;
	margin:0 auto;
	text-align: left;
}
.head{
	height:53px;
	background:url(../images/head_back.gif) no-repeat 0 0;
}
.logo{
	width:auto;
	height:43px;
	text-indent:-2000px;
	margin-left: 486px;
}
.logo a{
	width:344px;
	height:53px;
	display:block;
	margin-left:10px;
	background:url(../images/logo.gif) no-repeat 0 0;
	background:url(../images/logo.gif) no-repeat 0 0;
}
/* index page */
#home .content{
	/*background:url(../images/index_main.jpg) no-repeat 100% 55px;	*/
}
/* content page */
.content{
}
.content .text{
	padding-bottom:20px;
	line-height:1.4em;
	width:600px;
	margin-left:175px;
	padding-top:7px;	
}
#product .content .text{
	width:470px;
	margin-left:307px;
	padding-top:7px;
}
.content .text  p{
	margin:5px 0;
}
.content .text ul{
	margin-top:10px;
	list-style: disc;
	padding-left:15px;
}
.content .text li{
	margin-bottom:5px;
}
.content .text h3{
	color:#4A5778;
	font-size:1.6em;
	font-weight:bold;
	margin:15px 0;
}
.narrow{
	color:#4A5778;
	font-weight:normal;
}
.content .text h4{
	color:#666;
	font-size:1.3em;
	font-weight:bold;
	padding-top:5px;
}
.content .text .thumbs{
	margin:15px 0;
}
.content .text .thumbs div{
	margin-right:15px;
	margin-bottom:15px;
	float:left;
}
.content .text .thumbs .last{
	margin-right:0;
}
.content .text .thumbs img{
	border:none;
}
.content .text .thumbs p{
	text-align:center;
	padding-top:3px;
	margin:0;
	line-height:1.1em;
	width:100px;
}
.content .mainPic{
	display:block;
	margin-bottom:10px;
}
.content .text .leftthumb{
	margin-left:110px;;
}
/* table */
.content .text table{
	margin-top:20px;
}
.tableTitle td{
	background:#96ABC3;
	color:#FFF;
	font-size:1em;
	font-weight:bold;
	padding:4px 10px;
}
.tableHead td{
	background:#D6DEE8;
	color:#131D46;
	font-size:.7em;
	font-weight:bold;
	padding:4px 10px;
}
.tableEven td{
	background:#EAEEF3;
	color:#131D46;
	font-size:.9em;
	padding:2px 10px;
}
.tableOdd td{
	background:#FFF;
	color:#131D46;
	font-size:.9em;
	padding:2px 10px;
}
/* end table */
/* end content */ 
.quality {
	width:150px;
	height:160px;
	background:url(../images/quality.gif) no-repeat 0 0;
}
.content .quality {
	margin-left:-2px;
	margin-top:20px;
}
/* ********* */
/* float fix */
.intro:after, .thumbs:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.intro, .thumbs {
	display: block;
}
/* Hides from IE-mac \*/
* html .intro, * html .thumbs {
	height: 1%;
}
.intro, .thumbs {
	display: block;
}
/* End hide from IE-mac */
/* end float fix */

