/* CSS Document */
html, body{
	padding:0px;
	margin:0px;
	font-family:tahoma,arial;
	font-size:11px;
	background-image:url(../Images/product-list/body-bg.jpg);
	text-align:justify;
	color:#525453;
	background-repeat: repeat-y;
	background-position: center top;
	background-color:#203957
}
#Container{
	width:749px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	background-color:#ffffff;
}
#main{
	width:749px;
	height:432px;
	min-height:432px;
	background-image:url(../Images/main-bg.jpg);
	background-repeat:repeat-y;
}
html>body #main{
	height:auto;
}
#nav-bg{
	width:700px;
	height:47px;
	background-image:url(../Images/navbg.jpg);
	padding-left:49px;
	padding-top:23px;
}
#nav{
	width:680px;
	height:47px;
}
#banner{
	width:733px;
	height:128px;
	background-image:url(../Images/banner-bg.jpg);
	padding-top:20px;
	padding-left:16px;
}
#banner2{
	width:358px;
	height:141px;
	background-image:url(../Images/banner-bg2.jpg);
	padding:60px 373px 0px 18px;
	color:#A7A7A7;
}
#content{
	width:512px;
	height:432px;
	min-height:432px;
	float:left;
	padding:24px 13px 0px 13px;
	background-image:url(../Images/content-bg.jpg);
	background-repeat:no-repeat;
}
html>body #content{
	height:auto;
}
#list{
	width:188px;
	height:335px;
	min-height:335px;
	background-color:#5a5a5a;
	float:left;
	padding:23px 0px 10px 8px;
	border-top: 2px solid #B4B6B5;
	background-image: url(../Images/list-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
html>body #list{
	height:auto;
}

#footer{
	width:749px;
	height:72px;
	background-image:url(../Images/footer-bg.jpg);
	clear:both;
	text-align:center;
	color:#B9BDC0;
	padding-top:20px;
}
.diggers{
	margin-top:20px;
	margin-left:150px;
}
.Field{
	width:130px;
}
.MultiField{
	width:250px;
}
.Field, .MultiField{
	background-image:url(../Images/field-bg.gif);
	background-repeat: no-repeat;
	border: 1px solid #666666;
	padding-left:3px;
	margin-bottom:6px;
	margin-right:4px;
	font-family:tahoma, arial;
	font-size:11px;
	color: #333333;
}
em{
font-style:normal;
color:#AD1115;
font-weight:bold;
}
#content a{
	color:#525453;
	text-decoration:none;
	font-weight:bold;
}
#content a:hover{
	color:#AD1115;
	text-decoration:underline;
	font-weight:bold;
}
#gallery{
	margin-left:auto;
	margin-right:auto;
}
ul{
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
}
li{	
	list-style:none;
	padding: 0px 0px 0px 11px;
	background-image:url(../Images/bullet.png);
	background-repeat:no-repeat;
	background-position:0px 4px;
	margin-bottom:3px;
}
h1{
	font-size:14px;
	margin-bottom:5px;
	color:#9A0F14;
	border-bottom:1px dashed #737373;
	font-family: "Trebuchet MS", Tahoma;
	font-weight:normal;

}
h2{
	font-size:18px;
	margin-bottom:5px;
	color:#9A0F14;
	border-bottom:1px dashed #737373;
	font-family: "Trebuchet MS", Tahoma;
	font-weight:normal;
}
h3{
	font-size:16px;
	margin-bottom:5px;
	color:#9A0F14;
	font-family: "Trebuchet MS", Tahoma;
	font-weight:normal;
	letter-spacing:-0.07em;
	text-align:left;
}
.table-title{
	color: #666666;
	background: #CCCCCC;	
	padding:3px;
	border:1px solid #888;
	font-weight:bold;
}
.white-txt{
	color: white;
}
#diag{
	padding:5px;
}
#footer a{
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: underline;	
}
.flt-rt{
float:right;
padding-left:10px;
}
img, div { 
 behavior: url(iepngfix.htc) 
} 

#validation-message {
	width: 95%;
	margin:15px 0px; 
	padding: 10px;
	border: 1px solid #800000;
	color: #800000;
	background-color: #ffdddd;
}