html{height:100%;}
body{
	background:#a7947c;
	min-width:980px;
	height:100%;
	font:12px "Verdana", Arial, sans-serif;
	color:#333;
	margin:0;
}
img{
	display:block;
	border:0;
}
form,
fieldset{
	border:0;
	padding:0;
	margin:0;
}
.container{
	background:url(../images/container.jpg) repeat-y;
	width:966px;
	min-height:100%;
	padding:0 17px;
	margin:0 auto;
	position:relative;
}
* html .container{height:100%;}
/*--header--*/
#header{
	background:url(../images/header.gif) repeat-x;
	width:966px;
	height:137px;
	position:absolute;
	top:0;
	left:17px;
}
/*--logo--*/
.logo{
	background:url(../images/logo.jpg) no-repeat;
	width:180px;
	height:75px;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	top:20px;
	left:23px;
}
.logo a{
	height:100%;
	display:block;
}
/*--navigation--*/
.navigation{
	list-style:none;
	padding:0;
	margin:0;
	position:absolute;
	top:101px;
	left:0;
}
.navigation li:first-child{background-image:none;}
.navigation li{
	background:url(../images/navigation-separator.gif) no-repeat;
	float:left;
}
.navigation span{
	height:36px;
	float:left;
	line-height:36px;
	font-weight:bold;
	color:#412121;
	padding:0 35px;
}
.navigation a{
	height:36px;
	float:left;
	line-height:36px;
	font-weight:bold;
	text-decoration:none;
	color:#412121;
	padding:0 35px;
}
.navigation li:hover a,
.navigation li.hover a,
.navigation li.active a,
.navigation li.active span{border-bottom:4px solid #96674a;}
.navigation li:hover ul a,
.navigation li.hover ul a,
.navigation li.active ul a{border-bottom:0;}
.navigation li:hover,
.navigation li.hover{position:relative;}
.navigation li:hover ul,
.navigation li.hover ul{display:block;}
.navigation ul{
	background:#96674a;
	width:228px;
	display:none;
	list-style:none;
	padding:0;
	margin:0;
	position:absolute;
	top:35px;
	left:0;
}
.navigation ul li{
	background:none;
	width:228px;
	float:none;
	overflow:hidden;
}
.navigation ul a{
	width:158px;
	height:auto;
	display:block;
	float:none;
	font-size:11px;
	line-height:11px;
	color:#fff;
	overflow:hidden;
	border-top:1px solid #602627;
	padding:7px 35px 6px;
}
.navigation ul a:hover{text-decoration:underline;}
/*--tools--*/
.tools{
	list-style:none;
	padding:0;
	margin:0;
	position:absolute;
	top:101px;
	right:18px;
}
.tools li:first-child{background-image:none;}
.tools li{
	background:url(../images/tools-separator.gif) no-repeat 0 13px;
	float:left;
}
.tools span{
	float:left;
	font-size:11px;
	line-height:29px;
	font-weight:bold;
	color:#412121;
	padding:6px 12px 0 14px;
}
.tools a{
	float:left;
	font-size:11px;
	line-height:29px;
	font-weight:bold;
	color:#412121;
	text-decoration:none;
	padding:6px 12px 0 14px;
}
.tools li:hover a,
.tools li.hover a,
.tools li.active a,
.tools li.active span{border-bottom:4px solid #96674a;}
.tools li:hover ul a,
.tools li.hover ul a,
.tools li.active ul a{border-bottom:0;}
.tools li:hover,
.tools li.hover{position:relative;}
.tools li:hover ul,
.tools li.hover ul{display:block;}
.tools ul{
	background:#96674a;
	width:190px;
	display:none;
	list-style:none;
	padding:0;
	margin:0;
	position:absolute;
	top:35px;
	right:-11px;
}
.tools ul li{
	background:none;
	width:190px;
	overflow:hidden;
	float:none;
}
.tools ul a{
	width:140px;
	display:block;
	line-height:11px;
	color:#fff;
	float:none;
	border-top:1px solid #602627;
	padding:6px 25px 5px;
}
.tools ul a:hover{text-decoration:underline;}
/*--content--*/
#content{
	width:900px;
	overflow:hidden;
	padding:137px 33px 28px;
}
/*--breadcrumbs--*/
.breadcrumbs{
	width:100%;
	overflow:hidden;
	list-style:none;
	padding:12px 0 0;
	margin:0;
}
.breadcrumbs li{
	background:url(../images/breadcrumbs-separator.gif) no-repeat 0 50%;
	float:left;
	display:inline;
	font-size:11px;
	line-height:15px;
	color:#666;
	padding:0 4px 0 10px;
	margin:0 10px 0 -10px;
}
.breadcrumbs a{
	color:#666;
	text-decoration:none;
}
.breadcrumbs a:hover{text-decoration:underline;}
#content h1{
	font-size:22px;
	line-height:24px;
	margin:16px 0 0;
}
/*--image holder--*/
.img-hold{
	background:#602627 url(../images/img-hold.jpg) no-repeat 100%;
	width:861px;
	height:156px;
	overflow:hidden;
	padding:11px 0 0 34px;
	margin:14px 0 0;
}
.img-hold img{
	float:left;
	margin:0 5px 0 0;
}
.img-hold span{
	width:171px;
	float:left;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	color:#fff;
	margin:53px 0 0 12px;
}
.img-hold span strong{
	font-size:22px;
	display:block;
}
.col-hold{
	background:url(../images/col-hold.gif) repeat-y;
	width:900px;
	overflow:hidden;
	margin:21px 0 68px;
}
/*--left column--*/
.col-1{
	width:294px;
	float:left;
}
/*--facts box--*/
.facts{
	width:100%;
	overflow:hidden;
	padding:0 0 23px;
}
.facts h2{
	font-size:18px;
	line-height:22px;
	color:#96674a;
	margin:0;
}
.facts ul{
	width:100%;
	list-style:none;
	padding:0;
	margin:6px 0 0;
}
.facts ul li{
	background:url(../images/bullet.gif) no-repeat 0 8px;
	font-size:14px;
	line-height:24px;
	font-weight:bold;
	color:#96674a;
	padding:0 0 0 10px;
}
/*--tip box--*/
.tip{
	background:#96674a;
	overflow:hidden;
	padding:0 18px 36px;
}
* html .tip{
	height:1%;
	overflow:visible;
}
.tip h3{
	font-size:18px;
	line-height:20px;
	color:#fff;
	margin:30px 0 0;
}
.tip p{
	line-height:18px;
	font-weight:bold;
	color:#fff;
	margin:12px 0 0;
}
/*--info box--*/
.info{
	width:100%;
	overflow:hidden;
}
.info h2{
	font-size:14px;
	line-height:24px;
	color:#96674a;
	margin:0;
}
.info p{
	line-height:18px;
	font-weight:bold;
	color:#96674a;
	margin:9px 0 18px;
}
/*--right column--*/
.col-2{
	width:555px;
	float:right;
}
/*--post--*/
.post{
	width:100%;
	overflow:hidden;
	padding:0 0 28px;
}
.post h4{
	font-size:14px;
	line-height:18px;
	color:#96674a;
	margin:0;
}
.post h4 a{
	color:#96674a;
	text-decoration:none;
}
.post h4 a:hover{text-decoration:underline;}
.post p{
	line-height:18px;
	margin:4px 0 0;
}
.post p a{
	font-weight:bold;
	color:#333;
	text-decoration:none;
}
.post p a:hover{text-decoration:underline;}
/*--payment form--*/
.payment{
	width:530px;
	overflow:hidden;
	padding:0 0 15px;
}
.payment fieldset{
	width:100%;
	overflow:hidden;
	padding:0 0 45px;
}
.payment fieldset div.check{margin:13px 0 0;}
.payment fieldset div{
	width:100%;
	overflow:hidden;
	padding:0 0 5px;
}
.payment .check label{
	width:360px;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#333;
	text-align:left;
	margin:0;
}
.payment label{
	width:160px;
	float:left;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	color:#96674a;
	text-align:right;
	margin:0 10px 0 0;
}
.payment fieldset div input.str-1{width:136px;}
.payment fieldset div input.str-2{width:47px;}
/*
.payment fieldset div.check input{
*/
.payment fieldset div.check input#using{
	background:none;
	width:16px;
	height:15px;
	border:0;
	padding:0;
	margin:3px 10px 0 144px;
}
.payment fieldset div input{
	background:#f6f5f3;
	width:202px;
	float:left;
	font:12px Arial, Helvetica, sans-serif;
	border:1px solid #d1d3d4;
	padding:2px 5px;
}
.payment fieldset div span{
	width:7px;
	line-height:20px;
	float:left;
	color:#999;
	text-align:center;
}
.payment fieldset div em{
	display:block;
	clear:both;
	font-size:11px;
	line-height:22px;
	color:#999;
	padding:0 0 0 170px;
}
.payment .submit{
	background:url(../images/btn-submit.gif) no-repeat;
	width:70px;
	height:20px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	padding:0 0 0 70px;
	margin:18px 0 0 70px;
	cursor:pointer;
}
.payment .submit1{
	background:url(../images/btn-submit.gif) no-repeat;
	width:70px;
	height:20px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	padding:0 0 0 70px;
	margin:18px 0 0 170px;
	cursor:pointer;
}
.payment .submit2{
	background:url(../images/btn-submit.gif) no-repeat;
	width:70px;
	height:20px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	padding:0 0 0 70px;
	margin:18px 0 0 170px;
	cursor:pointer;
}
.payment .reset{
	background:url(../images/btn-reset.gif) no-repeat;
	width:70px;
	height:20px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	padding:0 0 0 70px;
	margin:18px 0 0 120px;
	cursor:pointer;
}
.payment p{
	line-height:18px;
	margin:0;
}
.payment p a{
	font-weight:bold;
	color:#333;
	text-decoration:none;
}
.payment p a:hover{text-decoration:underline;}
/*--contact information--*/
.contact-info{
	background:url(../images/contact-info.gif) repeat-y;
	width:900px;
	overflow:hidden;
	margin:18px 0 114px;
}
.contact-info .address{
	width:237px;
	float:left;
	padding:0 90px 0 10px;
}
.contact-info .address address{
	line-height:18px;
	font-style:normal;
}
.contact-info .phone{
	width:237px;
	float:left;
	padding:0 64px 0 0;
}
.contact-info .phone dl{
	line-height:18px;
	margin:0;
}
.contact-info .phone dt{
	font-weight:bold;
	float:left;
	clear:left;
	margin:0 4px 0 0;
}
.contact-info .phone dd{margin:0;}
.contact-info .email{
	width:237px;
	float:left;
}
.contact-info .email a{
	color:#333;
	text-decoration:none;
}
.contact-info .email a:hover{text-decoration:underline;}
.contact-info h2{
	font-size:18px;
	line-height:34px;
	color:#96674a;
	margin:0;
}
/*--fooer--*/
#footer{
	background:url(../images/footer.jpg) no-repeat;
	width:900px;
	height:28px;
	font-size:11px;
	line-height:28px;
	color:#e6e7e8;
	overflow:hidden;
	padding:0 50px;
	margin:-28px auto 0;
	position:relative;
}
#footer address{
	float:right;
	font-style:normal;
}
#footer p{margin:0;}