body {
/*	font-family: "MS Trebuchet", "Trebuchet MS", Arial, sans-serif;*/
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

a img {
	border: none;
}             

a:hover {
	text-decoration: underline;
}

#header ul {
	width: 1000px;
}                 

#header ul li {
	float:left;
	height: 120px;
}

#header a.link {
	font-size: 16px;
	text-transform: uppercase;
	display:block;
	padding: 43px 27px 23px 0;
	color:#fff;
	text-decoration: none;
}

#header a.link:hover {
	color: #5fc4ec; 
}             
 
.news {
	margin: 15px 130px 0 51px;
	color: #fff;
}
.news h2 {
	color: #5fc4ec;
	font-size: 12px;   
	font-weight: bold;
}                

.news a {
	color: #5fc4ec;
	text-decoration: none;
}

.news p {
	margin: 10px 0;   
	font-size: 11px;
}

.news a:hover {
	text-decoration: underline;
}              

#main {
	font-size: 13px;
	line-height: 20px;
}

#main h1 {
	margin: 45px 0 20px 0;
	color: #165ea0;
	font-size: 20px;
	text-transform: uppercase;
}

#main h2 {        
	font-size: 16px;
	margin: 5px 0;
}          

#main h3 {
	color: #165ea0;
	font-weight: bold;
}

#main ul {
	padding: 0 0 0 20px;
	list-style-type: disc;
}   

#main ul.pdfList {
	padding: 0 0 0 0;
}

#main ul.pdfList li {
	background:url(../images/icon-pdf.png) no-repeat 0px 2px;
	padding: 0px 0 5px 24px;
	list-style-type: none;
}

#main a {
	color: #5fc4ec
}

#main p {
	margin: 10px 0;
}             


#products .productImages li{
	position: absolute;
	top: -90px;
}   

#products .productImages li#productImage1{top: -445px;}
#products .productImages li#productImage2{top: -445px;}
#products .productImages li#productImage3{top: -268px;}    

#products .productImages li {
	display:none;
	box-shadow: 4px -4px 10px #555;
	-webkit-box-shadow: 4px -4px 10px #555;
	-moz-box-shadow: 4px -4px 10px #555;
}

#products h3 {
	margin: 25px 35px 0 45px;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	float: left;
}      

#products li {
	float: left;
}

#products li a {
	display:block;
	padding: 22px 10px 0 10px;
	height: 43px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	width: 110px;
	text-align:center;  
	font-weight: bold;
} 
#products li a.doublelink {
	padding: 14px 10px 0 10px;
	height: 51px;
}
#products li a:hover, #products li a.active_product {
	background: url(../images/hover.png);
	color: #000;
}            

.inlineImg {
	float: right;
	padding: 0 0 5px 5px;
}
.inlineImg2 {
	float: left;
	padding: 0 5px 5px 0;
}         

#galleryContent h2 {
	margin: 30px 0 0 0;
}           

.pdfLink {
	background:url(../images/icon-pdf.png) no-repeat 0px 0px;
	padding: 0 0 2px 24px;
}

.product {
	height: 130px;
	width: 130px;	
	background-repeat: no-repeat;    
	margin: 0 auto;
}       

.product.p1 {	background: url(../images/products1.jpg);}
.product.p2 {	background: url(../images/products2.jpg);}
.product.p3 {	background: url(../images/products3.jpg);}
.product.p4 {	background: url(../images/products4.jpg);}
.product.p5 {	background: url(../images/products5.jpg);}
.product.p6 {	background: url(../images/products6.jpg);}

.product.first { background-position: 0 0; }
.product.second { background-position: 0 130px; }
.product.third { background-position: 0 260px; }
.product.fourth { background-position: 0 390px; }
.product.fifth { background-position: 0 520px; }

.productTable {width: 100%; text-align:center}
.productTable td {padding: 10px}