 /* commented backslash hack \*/
html, body{height:100%;}
/* end hack */
html,body {margin:0;padding:0;}
body{
	
}
html{
	height:100%;
	width:100%;
	background:#8D0203 url('main-bg-repeat.jpg') 50% 0px repeat-y;
}
#outer{
	min-height:100%;
	margin-bottom:-110px;
	height:auto;
	width: 961px;
	text-align: center;
}
* html #outer{height:100%;}
#footer {
	width:100%;
	width: 961px;
	clear:both;
	height:110px;
}
#clearfooter{clear:both;height:110px;}
div>p {margin-top:0}
html>body #minHeight{float:left;width:0px;height:100%;margin-bottom:-110px;} /*safari wrapper */
#body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	text-align: center;
}
.all{
	text-align:left;
	background:url('header.gif') 0px top no-repeat;
	*background:url('header.gif') 1px top no-repeat;
	width: 961px;
}
.all-sub{
	width: 901px;
	padding:0px 10px 0px 10px;
	clear:left;
}


.header{
	position:relative;
	width: 941px;
	height: 100px;
}
.header h1{
	background: url('logo.gif') 0px 0px no-repeat;
	width: 192px;
	height: 23px;
	float: right;
	margin: 25px 30px 0px 0px;
}
	.header h1 a{
		float: left;
		width: 192px;
		height: 23px;
		text-indent:-2000px;
		overflow:hidden;
	}

.header h2{
	background: url('top-label.gif') 0px 0px no-repeat;
	width: 365px;
	height: 18px;
	float: left;
	margin: 33px 0px 0px 30px;
	text-indent:-2000px;
	overflow:hidden;
}
	
	
#menuLine{
	clear: left;
	padding-top: 20px;
}
.header ul{
	float:left;
	height: 18px;
	
}
	.header ul li{
		float:left;
		padding: 3px 25px 0px 25px; 
		height: 15px;
		border-right: 1px solid #44423C;
	}
	.header ul li.on{
		background:#D5D2C5;
	}
	.header ul li a{
		display: block;
		float: left;
		color: #817E72;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 11px;
		
	}
	.header ul li.on a, .header ul li a:hover{
		color:#8F0202;
	}
	
	.header form{
		float:right;
		padding:0px 30px 0px 0px;
	}
	
	.header form .input-search{
		float:left;
		border:1px solid #454442;
		width:124px;
		height:17px;
		font-size:11px;
		background:#D4D1C4;
		color: #817E72;
	}
	.header form .submit-search{
		float:left;
		background: url('btn-search.gif') 0px 0px no-repeat;
		width:54px;
		height:19px;
		border:none;
		margin-left:13px;
		cursor:pointer;
	}
	.header form .submit-search:hover{
		background: url('btn-search-on.gif') 0px 0px no-repeat;
	}
	
#logoBlock{
	float:left;
	margin-top:14px;
	display:table;
	border-right:1px solid #353535;
}
#memberBlock{
	float:left;
	margin-top:20px;
}


#loginBlock{
	clear:left;
	display:table;
	width: 891px;
	margin:0px 25px 0px 25px;
	padding:13px 0px 13px 0px;
	border-bottom:1px solid #353535;
}

.login-form{
	float:left;
	border:1px solid #D4D1C4;
	border-right:2px solid #D4D1C4;
	border-bottom:2px solid #D4D1C4;
}
	.login-form form{
		float:left;
		border:1px solid #212121;
		background:#D4D1C4;
		display:table;
	}
	
	.login-form form h1{
		font-size:12px;
		text-transform:uppercase;
		color:#7E0203;
		background: url('icon-login.gif') 0px 2px no-repeat;
		padding-left:15px;
		margin:11px 0px 0px 14px;
	}
	
	
	.login-form form .form-row{
		float:left;
		padding:9px 0px 9px 14px;
	}
	
	.login-form form .form-row label{
		float:left;
		font:12px arial;
		color:#565656;
		padding:2px 4px 0px 0px;
	}
	.login-form form .form-row .input-login{
		float:left;
		width:88px;
		height:17px;
		border:1px solid #A5A49D;
		margin-right:9px;
		color:#565656;
		font-size:11px;
	}
	
	
	.login-form form .form-row .submit-login{
		float:left;
		background: url('btn-go.gif') 0px 0px no-repeat;
		width:24px;
		height:19px;
		border:none;
		cursor:pointer;
		margin-right:14px;
	}
	.login-form form .form-row .submit-login:hover{
		background: url('btn-go-on.gif') 0px 0px no-repeat;
	}
	
#content{
	clear:left;
	display:table;
	border-top:1px solid #D5D1C5;
	border-bottom:1px solid #D5D1C5;
	background:#D5D1C5;
	margin:15px 0px 0px 25px;
	width: 891px;
}
	
	#contentSur{
		display:table;
		border-top:1px solid #212121;
		border-bottom:1px solid #212121;
		padding:20px 15px 10px 15px;
		width: 861px;
		line-height:18px;
	}
	
	#contentSur h1{
		font-size:12px;
		text-transform:uppercase;
		color:#B00001;
		background: url('icon-list.gif') 0px 2px no-repeat;
		padding-left:15px;
		margin:0px 0px 0px 0px;
	}
	#contentSur h1 a{
		color:#B00001;
		text-decoration:none;
	}
	
	#contentSur p{
		padding-top:6px;
		font-size:12px;
		color:#565656;
	}
	#contentSur a{
		color:#565656;
	}
	.list-item{
		clear:left;
		padding-bottom:20px;
	}
	
	
	#leftCol{
		float:left;
		width:170px;
		padding:0px 20px 0px 0px;
	}
		#leftCol ul{
			list-style:none;
		}
		#leftCol ul li{
			clear:left;
			padding:0px 0px 0px 0px;
		}
		#leftCol ul li.sub{
			padding-left:10px;
		}
		#leftCol ul li a{
			font-size:12px;
			color:#565656;
			font-weight:bold;
			text-decoration:underline;
		}
		#leftCol ul li a:hover, #leftCol ul li.on a{
			color:#B00001;
			text-decoration:none;
		}
	
	#rightCol{
		float:left;
		width:650px;
	}
	
	#rightCol ul{
		padding-left:20px;
	}
	#rightCol ul li{
		list-style:disc;
	}
	
.footer-links{
	margin-top: 60px;
	position: relative;
	left: 15px;
	float: left;
	width: 490px;
	text-align: left;
	padding-left: 18px;
	color: #555555;
	font-size: 17px;
}
.footer-links a{
	color: #555555;
	text-decoration: underline;
	font-size: 9px;
	margin:0px 10px 0px 10px;
	text-transform:uppercase;
}

.footer-links a:hover{
	color: #A2A2A2;
}

.bottom-footer{
	background: url(footer-logo.gif) 0px 11px no-repeat;
	float: left;
	display: block;
	width: 800px;
	text-align: left;
	font: 12px georgia;
	color: #757169;
	margin-left: 35px;
	padding-top:10px;
	margin-top: 30px;
	padding-bottom:10px;
	text-indent:-2000px;
	overflow:hidden;
	border-top:1px solid #353535;
}
.bottom-footer span{
	color:#770D0E;
}
.bottom-footer p{
	float:left;
	width:343px;
	padding-right:3px;
	padding-top:0px;
}
.bottom-footer a{
	float:left;
	width:168px;
	height:18px;
	background: url(solution.gif) 0px 0px no-repeat;
	text-indent:-2000px;
	overflow:hidden;
}
.bottom-footer a:hover{
	background: url(solution-on.gif) 0px 0px no-repeat;
}

.note{
	height:20px;
	color:red;
}

p.status-ok{
	line-height:18px;
	color:#747A85;
}

.error{
	text-align:left;
	color:#FF8524;
}

#quoteForm .form-row{
	clear:left;
	padding:5px 0px 0px 0px;
}
	#quoteForm .form-row label{ 
		float:left;
		font:12px arial;
		color:#565656;
		padding:2px 4px 0px 0px;
		width:120px;
	}
	#quoteForm .form-row span{
		float:left;
	} 
	#quoteForm .form-row .input-login{
		float:left;
		width:200px;
		height:17px;
		border:1px solid #A5A49D;
		margin-right:9px;
		color:#565656;
		font-size:11px;
	}
	#quoteForm .form-row select{
		width:200px;
		border:1px solid #A5A49D;
		color:#565656;
	}
	
	#quoteForm .form-row .submit-login{
		float:left;
		background: url('btn-go.gif') 0px 0px no-repeat;
		width:24px;
		height:19px;
		border:none;
		cursor:pointer;
		margin-right:14px;
	}
	#quoteForm .form-row .submit-login:hover{
		background: url('btn-go-on.gif') 0px 0px no-repeat;
	}




