body,html {
	background:#dee0e2;
	margin:0;
	padding:0;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#104f8d;
	line-height:1.22em;
}

#container {
	width:800px;
	height:800px;
	margin:0 auto;
	padding:0 88px;
	background:url(/images/bg_main.jpg) no-repeat;
}

.contentwrapper {
	width:768px;
	border:1px solid #ccc;
	margin:0 auto;
	padding:10px 15px;
}

.header {
	width:798px;
	height:120px;
	background:url(/images/banner.jpg) no-repeat;
	position:relative;
}

a.homelink {
	width:190px;
	height:87px;
	position:absolute;
	top:20px;
	left:0;
}

a.esemblelink {
	width:170px;
	height:87px;
	position:absolute;
	top:20px;
	right:0;
}

img {
	outline:none;
	border:none;
}
a {
	outline:none;
}
form {
	display:inline;
}
input, select,textarea, submit {
	border:1px solid #CCCCCC;
}
input, select, option, optgroup, textarea, submit {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6e8596;
	margin:0;
	padding:0;
}
h1, h2, h3, h4, p {
	margin:0;
	padding:0;
	margin-bottom:12px;
}

h1 {
	font-size:14px;
}
h2 {
	font-size:12px;
}
h3 {
	font-size:11px;
	/*color:#0068b3;*/
}

a {
	color:#104f8d;
}

a:hover {
	color:#f78f1e;
}

.alert {
	color:#F00;
}


#topnav {
	width:798px;
	text-align:center;
	margin:0;
	padding:0;
	color:#b7b7b7;
	font-weight:bold;
	font-size:12px;
}
#topnav ul {
	list-style:none;
	margin:0 0 15px 0;
	padding:0;
}
#topnav ul li {
	/*float:left;*/
	display:inline;
	padding-right:15px;
}
#topnav ul li a, #topnav a {
	color:#b7b7b7;
	text-decoration:none;
}
#topnav ul li a:hover, #topnav ul li a.active, #topnav a:hover {
	color:#f78f1e;
}
.divider {
background:#ccc;
border:none;
font-size:1px;
height:1px;
margin-bottom:12px;
overflow:hidden;
padding:0;
}

.border {
	border:1px solid #ccc;
}

.border_t {
	border-top:1px solid #ccc;
}
.border_r {
	border-right:1px solid #ccc;
}
.border_b {
	border-bottom:1px solid #ccc;
}
.border_l {
	border-left:1px solid #ccc;
}

.content {
	padding:0 10px;
}
.quote {
	font-size:11px;
	color:#666;
}

#quotes div {
	display:none;
}

.deals {
	padding:5px;
	border:1px solid #ccc;
	background:#fff;
	color:#f78f1e;
}
.news {
	font-size:10px;}

#footer {
	padding-top:10px;
	text-align:center;
	font-size:10px;
	color:#b7b7b7;
}