/* CSS Document */

body {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #9C9C9C url(images/bgtile.jpg) repeat-y 50% 0;
	
	}
	
#nav {
	margin: 0 auto; 
	width: 770px;
	height: 96px;
	padding: 0;
}
	
#mainphoto {
	padding: 0;
	margin-bottom: 0;
	width: 770px;
	height: 151;
	margin: 0 auto;

	}
	
#maincontent {

	width: 770px;
	margin: 0 auto;
	padding: 0px;
	margin-bottom: 0px;
	}
	
#leftcontent {

	width: 174px;
	margin-left: 4px;
	margin-right: 8px;
	padding: 0;
	float: left;
	
	}

#leftcontent a {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration:none;
	font-weight:bold;
	
	}

#rightcontent {

	margin: 0;
	padding: 0;
	width: 547px;
	float: right;
	background: url(images/topgradient.gif) repeat-x top;
	
	}
	
	#right {
		margin-top:24px;
		margin-left: 14px;
		margin-right:44px;
		margin-bottom: 14px;
	}

h2{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #215C53;
	font-weight: bold;
	color: #222222;
	border-bottom: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style:solid;

}

h3{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #215C53;
	font-weight: bold;
	color: #222222;
}
	
h4 {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #215C53;
	margin-bottom: 2px;

} 	

.right {
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
	}
	
.productsTHL{
	background: #215C53 url(images/Table_Corner_Left.gif) no-repeat top left; 
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	border: none;
}


.productsTable{
 border-bottom: 1px solid #215C53;
 text-align:left;	
}

.productsTHR{
	background: #215C53 url(images/Table_Corner_Right.gif) no-repeat top right;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	border: none;
}

.productList{
	background-color: #FFFFFF;
	color:#000000;
	cursor: default;
}

.productListTDL{
	border-top: 1px solid #215C53;
	border-left: 1px solid #215C53;
}

.productListTDR{
	border-top: 1px solid #215C53;
	border-right: 1px solid #215C53;
}

.productListOvr{
	background-color: #D9E3E2;
	color:#000000;
	cursor:hand;
	border-left: 1px solid #215C53;
 	border-right: 1px solid #215C53;

}	

#footer{
	color:#000000;
	font-size:8px;
	text-align: center;
}