@charset "utf-8";
/* CSS Document */

/* Default */
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	border:0;
}
input { border:1px solid; }
body {
	background-color: #E5E9EC;
	font-size: 11px;
}
p, .clear {
	margin: 15px 0;
	float: none;
}
.clear {
	clear: both;
}
#slider li {
	list-style-type:none;
}
a {
	color: #666;
}
a:hover {
	color: #CD091F;	
}
ul, ol {
	margin-left: 30px;
}
h1 { color: #CD091F; font-size: 22px; font-weight: normal;}
h1, h2, h3 {
	margin: 15px 0;
}
.split, .csplit {
	background-color: #BDBCBD;
	font-size: 0px;
	margin: 0 0 15px auto;
	height: 1px;
}
.split {
	width: 190px;
}
.csplit {
	width: 520px;
}
#wrap {
	width: 1000px;
	margin: 0 auto;
	background: url(../body/content_bg.gif) repeat-y;
	border-right: 1px solid #ccc
}
#header {
	background: url(../body/logo2.jpg) no-repeat;
	height: 142px;
}
#header a {
	color:#FFF;
}
#header a:hover {
	color: #CD091F;	
}


/* Navigation */
#navigation, #footer {
	background: url(../body/nav_bg.gif) repeat-x;
	border: 1px solid #000;
	border-left: 0;
	border-right: 0;
	width: 1000px;
	height: 29px;
}
#blip {
	background-color: #1A2B3B;
	height: 6px;
	clear: both;
	float: none;
	display: block;
}
#navigation #qm0 li {
	background: url(../body/nav_spacer.gif) no-repeat;
}

#navigation #qm0 li ul li {
	background:none;
}
	
/* L, R, Footer */
#left, #right {
	width: 197px;
	display: inline;
	margin: 20px 0;
}
#left {
	float: left;
}
#right {
	float: right;
}
#content {
	float: left;
	width: 770px;
	margin: 20px 0 20px 8px;
	color: #666;
	line-height: 18px;
	padding: 0 10px;
}
#content h2 {
	color: #CD091F;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}
#footer {
	color: #FFFFFF;
	text-align: center;
	padding-top: 8px;
	background-color:#000;
	padding: 8px 0 8px 0;
	clear: both;
	float: none;
}
#footer a {
	text-decoration: underline;
	font-size: 11px;
	color: #999;
}

/* Other */
.rlink {
	display: block;
	margin: 0 auto;
	width: 187px;
	height: 26px;
	margin-bottom: 10px;
	background: url(../body/link_bg.gif);
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
	padding-left: 10px;
	padding-top: 7px;
}
#contactus {
	font-size: 10px;
	color: #999;
	text-align: right;
	width: 160px;
	float: right;
	margin: 0 10px 10px;
}
#newsletter {
	background: url(../body/newsletter_bg.gif) no-repeat;
	width: 197px;
	height: 130px;
	margin: 0 0 15px auto;
	color: #FFF;
}
#newsletter h1 {
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
}
#newsletter p, #newsletter form {
	width: 150px;
	margin: auto;
}
#newsletter .mail {
	background-color: #FFF;
	border:none;
	padding: 3px;
}
.liholder {
	width: 187px;
	margin: auto 0 15px auto;
}
.liholder p, .liholder h2 {
	width: 167px;
	margin: 0 auto;
	font-size: 11px;
	color: #999999;
}
.liholder h2 {
	color: #CD091F;
}

.faq {
	padding: 5px;
	display: block;
	clear: both;
	border-bottom:1px solid grey;
}
.faq .q {
	font-weight: bold;
	display: block;
}
.faq .a {
	clear: both;
	display: block;
}


#contactform label {
	float: left;
	clear: both;
	width: 150px;
	font-weight: bold;
	text-align:right;
	margin-right: 10px;
	margin-top: 3px;
}
#contactform input, #contactform textarea, #contactform select {
	margin-left: 5px;
	padding: 5px;
	border: 1px solid grey;
	margin-bottom: 5px;
	font-size: 11px;
	width: 300px;
}
#contactform textarea  { height: 140px; }
#contactform #Submit { width: 200px; }

.leftinfo {
display:inline-block;
font-weight:bold;
padding:2px 0;
width:130px;
}

input, textarea, select {
	border: 1px solid grey;
}

#hbuttons input {
	width:15px;
	height:10px;
	margin:0;
	padding:0;
}
#hbuttons {
	background-color:#000;
	padding:3px 5px;
}