/* CSS style sheet */

html, body {
	margin: 0;
	padding: 0;
	text-indent: 0;
	color: #000;
	background-color: #fff;
}
html, body * {
	margin: 0;
	padding: 0;
	text-indent: 0;
}

div.header {
	width: 100%;
	height: 21px;
	font-size: 10px;
	background: url('header.gif') center center repeat-x #7f85b6;
	margin: 0 0 1px 0;
}

.header div.content {
	width: 730px;
	font-family: Tahoma, Verdana;
	font-size: 10px;
	color: #c8c8c8;
	text-align: right;
	margin: 0 auto;
	padding: 3px 10px 3px 0;
}
.header .content a {
	font-size: 10px;
	color: #c8c8c8;
	text-decoration: none;
}
.header .content a:hover {
	color: #fff;
}

div.title {
	width: 100%;
	height: 139px;
	background: url('title.gif') top center repeat-x #f2f2f2;
}
.title div.container {
	width: 790px;
	height: 139px;
	margin: 0 auto;
}
.title div.left {
	width: 20px;
	height: 139px;
	background: url('title_left.gif') top center no-repeat #f2f2f2;
	float: left;
}
.title div.content {
	width: 740px;
	height: 139px;
	background: url('title_content.gif') top center repeat-x #f2f2f2;
	float: left;
}
.title .content a.logo {
	float: left;
}
.title .content img.credit_cards {
	float: right;
}
.title div.nav {
	clear: both;
	width: 730px;
	height: 29px;
	background: url('nav.gif') center center repeat-x #c62020;
	padding: 1px 0 0 10px;
}
.title ul {
	width: 730px;
	height: 29px;
	line-height: 29px;
}
.title .nav li {
	width: 110px;
	height: 29px;
	line-height: 29px;
	float: left;
	list-style: none;
	text-align: center;
}
.title .nav li.big {
	width: 170px;
}
.title .nav li a {
	width: 108px;
	height: 28px;
	display: block;
	font-family: Tahoma, Verdana;
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
.title .nav .big a {
	width: 168px;
}
.title .nav li a.active {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background: url('nav_li.gif') top center repeat-x #fff;
	color: #b22106;
}
.title .nav li a:hover {
	background: url('nav_li_hover.gif') top center repeat-x #c93434;
}
.title .nav li a.active:hover {
	background: url('nav_li.gif') top center repeat-x #fff;
}
.title div.right {
	width: 20px;
	height: 139px;
	background: url('title_right.gif') center center no-repeat #f2f2f2;
	float: left;
}

div.main {
	width: 750px;
	margin: 10px auto;
}
.main div.content {
	width: 420px;
	background-color: #f8f8f8;
	border: 1px solid #e5e5e5;
	float: left;
	padding: 15px;
}
.main .content h1 {
	width: 420px;
	height: 25px;
	font-family: Tahoma, Verdana;
	font-size: 18px;
	color: #b6321a;
	font-weight: normal;
	text-transform: uppercase;
	background: url('heading1.gif') bottom left no-repeat #f8f8f8;
}
.main p {
	margin: 10px 0;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	line-height: 15px;
	color: #000;
}
.main .content p img {
	margin: 0 0 10px 10px;
	border: 1px solid #c8c8c8;
}
.main table {
	margin: 10px 0;
	width: 420px;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #000;
	line-height: 15px;
}
.main table input, .main table select, .main table textarea {
	width: 150px;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #000;
}
.main table select {
	width: 153px;
}
.main table td {
	padding: 2px 0;
}
.main div.sidebar {
	width: 245px;
	background-color: #e4e4e4;
	border: 1px solid #d0d0d0;
	float: right;
	padding: 20px 15px 15px 15px;
	margin: 0 10px 0 0;
	display: inline;
}
.main .sidebar h2 {
	width: 245px;
	height: 21px;
	font-family: Tahoma, Verdana;
	font-size: 13px;
	color: #3c3da0;
	text-transform: uppercase;
	background: url('heading2.gif') bottom left no-repeat #e4e4e4;
}
.main a {
	color: #a6260e;
	text-decoration: none;
}
.main a.active {
	text-decoration: underline;
}
.main a:hover {
	text-decoration: underline;
}

div.footer {
	clear: both;
	width: 770px;
	height: 46px;
	padding: 20px 0 0 0;
	margin: 0 auto;
	font-family: Tahoma, Verdana;
	font-size: 10px;
	color: #000;
	background: url('footer_bg.gif') bottom center repeat-x #fff;
}
.footer img.foot {
	float: left;
}
.footer span.left {
	float: left;
	height: 46px;
	line-height: 46px;
	padding: 0 0 0 15px;
}
.footer img.end {
	float: right;
}
.footer span.right {
	float: right;
	height: 46px;
	line-height: 46px;
	padding: 0 15px 0 0;
}
.footer a {
	color: #a6260e;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}