/* CSS Document */
/* web design & seo by Stian Dan - stian.dan@gmail.com */
/* crossbrowser: Windows XP - FF 3.0.10; IE 6; Chrome 2.0.172; Safari 4 Public Beta */

html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

body {
	font: 13px "Trebuchet MS","Lucida Grande",Arial,Helvetica,Verdana,sans-serif;
	color: #373737;
	background-color: #f3f3f3;
}

#top-header {
	width: 100%;
	height: 71px;
	background: url(images/top-bg.png) repeat-x scroll;
}

.top-content {
	width: 860px;
	margin: 0px auto;
	height: 71px;
}

.red {
	color: #BB0000 !important;
}

.logo {	
	width: 156px;
	height: 71px;
	background: url(images/logo-1.png) no-repeat;
	float: left;
}

.description {
	float: left;
	padding: 30px 0 0 10px;
	color: #4083a7;
	font-size: 12px;
	font-weight: bold;
}

.splash-1 {
	float: right;
	width: 448px;
	height: 71px;
	background: url(images/splash-1.png) no-repeat;
}

#splash {
	clear: both;
	width: 100%;
	height: 275px;
	background: url(images/splash-bg.png) repeat-x scroll;
}

#inner-splash {
	width: 860px;
	height: 275px;
	margin: 0px auto;
	background:url(images/splash-2.png) no-repeat;
}

#inner-splash h1 {
	color: #FFFFFF;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 13px;
	padding-top: 50px;
	width: 410px;
}

#inner-splash p {
	color: #000000;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 12px;
	padding-top: 10px;
	width: 420px;
}

.contact {
	padding: 60px 0 0 30px;
}

#subcontact {
	width: 325px;
	height: 151px;
	background: url(images/sub-contact.png) no-repeat;
	position: relative;
	top: -4px;
	left: 48px;
}

#subcontact p {
	padding: 10px;
	color: #000000;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 12px;
	width: 305px;
}

#menu {
	width: 100%;
	height: 32px;
	background-color: #FFFFFF;
}

#nav {
	width: 860px;
	height: 32px;
	margin: 0px auto;
}

#nav ul {
	list-style: none;
}

#nav li {
	float: left;
	white-space: nowrap;
	background-color: #e4e4e4;
	height: 32px;
	width: 90px;
	text-align: center;
	margin-right: 10px;
}

#nav ul li:hover {
	background-color: #f3f3f3;
}

#nav ul li a{
	display: block;
	color: #1486cb;
	font: bold 11px/32px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}

#nav ul li a:hover{
	color: #000000;
}

#nav li.current{
	background-color: #f3f3f3;
}

#nav li.current a{
	color: #000000;
}

#index-main {
	clear: both;
	margin: 30px auto;
	width: 860px;
}

.promo {
	border: 0px;
	float: left;
}

.border {
	margin-right: 10px;
}

.nob {
	border: 0px;
}

.clear {
	clear: both;
}

.bm {
	margin-bottom: 10px;
}

/* main content css */

#main {
	margin: 30px auto;
	width: 860px;
}

#main a, main a:hover {
	color: #E30000;
	font-size: 12px;
	text-decoration: none;
}

#content-top {
	margin: 0px auto;
	width: 860px;
	height: 14px;
	background: url(images/main-top.png) no-repeat;
}

#content-foot {
	margin: 0px auto;
	width: 860px;
	height: 14px;
	background: url(images/main-foot.png) no-repeat;
}

#content-body {
	margin: 0px auto;
	width: 860px;
	background: url(images/main-body.png) repeat-y scroll;
}

#content-body p {
	padding: 0 10px 0 10px;
	color: #000000;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 12px;
}

#content-body h2 {
	padding: 0 10px 5px 10px;
	color: #1486CB;
	font-size: 13px;
	font-weight: bold;
}


#footer {
	margin: 40px auto 20px auto;
	width: 860px;
	height: 30px;
	background: url(images/footer.png) no-repeat;
}

#footer p {
	color: #333333;
	font: bold 11px/30px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	padding-left: 10px;
}

form {
	margin: 0;
	padding: 0 10px 0 10px;
}

label {
	color: #990000;
	font: bold 12px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	display:block;
	margin: 0;
	padding: 5px 0 5px 0;
	
}

.cinput {
	width: 280px;
	height: 18px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid  #333333;
}

.cinput:hover {
	background-color: #D4DCE1;
}

.citysel {
	width: 220px;
	border: 1px solid  #333333;
}

.msg {
	width: 320px;
	height: 120px;
	border: 1px solid  #333333;
}

.msg:hover {
	background-color: #D4DCE1;
}

.sbmt {
	margin: 15px 0 0 0;
	font-size: 11px;
	color: #000066;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-weight: bold;
	padding: 2px;
}

.sbmt:hover {
	margin: 15px 0 0 0;
	font-size: 11px;
	color: #000000;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-weight: bold;
	padding: 2px;

}

.f1 {
	float: left;
	width: 320px;
}

.f2 {
	float: left;
}
