/* CSS Document */

body{
	color:#666666;
	background-color:#FFFFFF;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;

}a:link, a:visited{
	color:#56388c;
	text-decoration: none;
}a:hover{
	color:#F60;
	text-decoration: underline;
}#header{
	height: 125px;
	background-image:url(images/header_bckg.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin-bottom: 30px;

}#nav{
	display: inline;
	text-align:right;
	float: right;

}.wrapper{
	margin-left: auto;
	margin-right: auto;
	width: 1100px;

}#contents{ /* for IE */
	height: 440px;
	display: block;
	clear: both;
	background-color:#dfd4f2;
	
}html>body .wrapper #contents{
	height: auto;
	min-height: 440px;
	display: block;
	clear: both;
	background-color:#dfd4f2;

}#latest{
	text-align: right;
	margin-top: 5px;
	border-top: 6px solid #a487d8;
	clear: both;
	background-color:#FFFFFF;

}#footer{
	clear: both;
	margin-top: 50px;
	height: 125px;
	background-color:#56388c;
	color:#FFFFFF;

}#footer a, #footer a:link, #footer a:visited{
	color:#FFFFFF;
	text-decoration: none;

}#footer a:hover{
	color:#F60;
	text-decoration:none;	
}#footer strong{
	color:#F90;
	padding-right: 15px;
	font-style:italic;
	text-transform: lowercase;
}.footerBckg{
	background-image:url(images/logo_sign.gif);
	background-repeat: no-repeat;
	background-position:top right;

}.padd{
	padding: 10px;
}.spacer{
	clear: both;
	height: 0px;
}




/*
	Products section
*/

#products{
	display: inline;
	
}#imgCol{
	float: left;
	width: 335px;
	height: 40em;

}#imgCol h2, h2{	
	font-size:16pt;
	color:#CC6600;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 26pt;
	margin: 0px;
	padding: 0px;

}#prodDesc{
	float: right;
	width: 615px;
	padding: 10px;
	border-left: 5px solid #FFFFFF;
	height: 40em;


}#prodDesc table{

}#prodDesc th{
	
}#prodDesc h2{
	font-size:16pt;
	color:#CC6600;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	
}#products th{
	text-align: left;
	color:#333333;

}#products .thumbs{
	margin-top: 60px;
	height: 100px;
	overflow: scroll;
	overflow-y: hidden;
	float:none;

}#products .thumbs table{
	margin: 0px;
	padding: 0px;
	height:auto;
	
}#products .thumbs table img{
	cursor:pointer;
}

#contentList{
	float: left;
	width: 160px;
	display: block;
	padding-top: 90px;
	
}#contentText{
	float: right;
	width: 790px;
	padding: 20px;
	display: block;
	border-left: 5px solid #FFFFFF;
	min-height: 400px;
	text-align:justify;
	
}#contentText h2{
	font-size:16pt;
	color:#CC6600;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 26pt;

}#contentList ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	line-height: 18pt;
}
#leftMenu{
	float: left;
	width: 160px;
	padding-top: 60px;
}#leftMenu li{
	list-style: none;
}#leftMenu li a{
	display: block;
	padding: 8px 0px 8px 10px;
	height: 20px;
	width: 216px;
}#leftMenu li.active a{
	background-color: #FFF;
	color:#CC6600;
	font-weight: bold;
}
.contactInfo strong{
	font-weight: normal;
	color:#333333;

}#contactForm input, #contactForm textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 300px;
	padding: 2px;
	margin-left: 15px;

}#contactForm textarea{
	height: 80px;

}#contactForm .button{
	width: 100px;
}

#missionStatement strong{
	font-family:"Times New Roman", Times, serif;
	font-size: 16pt;
	color:#FF6600;
	font-weight: normal;

}#packdetails{
	text-align: right;
	padding: 20px;

}

#portlinks{
	border-left: 1px solid #C0C0C0;
	
}#portlinks ul li{
	line-height: 26pt;
	color:#F60;
	list-style: none;
}#portlinks a{
	color:#666;
}#portlinks a:hover{
	color:#F60;
	text-decoration: none;
}

.back{
	margin-top: 30px;
	margin-left: 10px;
}


#qualityPolicy h3{
	width: 320px;
	margin-left:auto;
	margin-right: auto;
}
.careDetails{
	border: 1px #333333 solid;
	padding: 10px;
	
}.careDetails strong{
	color: #000000;
	text-align: center;

}.careDetails2{
	border: 1px #333333 solid;
	width: 300px;
	padding: 3px;
	margin-left: auto;
	margin-right: auto;
}

#exhibits{
	display: block;
	float: left;
}#exhibits strong{
	color: #CC6600;
	font-weight: bold;
}#exhibits b{
	color:#333333;
}


ul.checkered{
	margin: 0px;
	padding: 0px;
}ul.checkered li{
	list-style: none;
	float: left;
	display: block;
	width: 220px;
	height: 220px;
	background-color: #c2ace5;	
}
#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 2px solid #d2c1db;
	padding: 5px;
	visibility: hidden;
	z-index: 100;
	background: #EEE7F1;
	line-height: 160%;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

#actionLinks{
}#actionLinks h2{
	margin: 0px;
	padding: 0px;
	font-size: 16pt;
	color:#336;	
	width: 440px;
	float: left;
	line-height: 46px;
}#actionLinks #packing{
	float: left;
	width: 220px;
	margin-left: 220px;
	text-align:center;
	padding-top: 12px;
}#actionLinks #packing a{
	display: block;
	width: 160px;
	height:20px;
	padding:2px;
	color: #309;
	margin-left: auto;
	margin-right: auto;
}#actionLinks #packing a:hover{
	text-decoration: none;
	background-color:#309;
	color: #FFF;
}#actionLinks #jumpmenu{
	float: left;
	width: 195px;
	padding-top: 12px;
	padding-left: 25px
}#actionLinks #jumpSelect{
	color: #309;
	width: 160px;
	height: 26px;
	border: 1px solid #FFF;
	padding: 2px;
}



