@charset "utf-8";
/* BTW - Main Interface Styles */
/* Created by Agua Web Design */
/* info@aguawebdesign.com */
/* March 28, 2009 */

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: #4475BA url(/images/interface/bg_body.jpg) repeat-x 0px 0px;
	text-align: center;
	font: small Tahoma, Geneva, sans-serif;
	color: #333;
}
#container {
	margin: 0 auto;
	width: 1000px;
	min-height: 500px;
	height: auto !important
	height: 500px;
	position: relative;
	padding: 70px 0px 29px;
}

#logo  {
	position: absolute;
	left: 35px;
	top: 28px;
	margin: 0px;
	padding: 0px;
}
#logo img {
	border-style: none;
	margin: 0px;
	padding: 0px;
}
#status {
	position: absolute;
	top: 45px;
	right: 80px;
	text-align: right;
	z-index: 100;
	margin: 0px;
	padding: 0px;
}
#status p {
	color: #A8C2E5;
}
#status a {
	color: #A8C2E5;
	font: .8em Verdana, Geneva, sans-serif;
	text-decoration: none;
}
#status a:hover {
	color: #FFF;
}
#main {
	min-height: 526px;
	height: auto !important;
	height: 526px;
	width: 839px;
	background: #FFF url(/images/interface/bg_main.jpg) repeat-x 0px 0px;
	margin: 0px auto;
	padding: 17px 0px 0px;
	position: relative;
	z-index: 25;
}

#content_wrapper {
	min-height: 460px;
	height: auto !important;
	height: 460px;
	width: 776px;
	margin: 0 auto;
	padding: 0px;
	background: url(/images/interface/bg_content.png) repeat-y !important;
	background: #A8C2E5;
	behavior: url(/styles/iepngfix.htc); /*IE PNG Hack*/
	text-align: left;
	position: relative;
}
#content_wrapper_light {
	min-height: 460px;
	height: auto !important;
	height: 460px;
	width: 776px;
	margin: 0 auto;
	padding: 0px;
	background: url(/images/interface/bg_content_light.png) repeat-y !important;
	background: #E9EFF8;
	behavior: url(/styles/iepngfix.htc); /*IE PNG Hack*/
	text-align: left;
	position: relative;
}
#content_main {
	margin: 0px;
	padding: 35px 25px 25px;
}

#content_bottom {
	width: 776px;
	margin: 0 auto;
	padding: 0px;
	height: 7px;
	background: #FFF url(/images/interface/bg_content_bottom.png) no-repeat;
	behavior: url(/styles/iepngfix.htc); /*IE PNG Hack*/
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#content_bottom_light {
	width: 776px;
	margin: 0 auto;
	padding: 0px;
	height: 7px;
	background: #FFF url(/images/interface/bg_content_bottom_light.png) no-repeat;
	behavior: url(/styles/iepngfix.htc); /*IE PNG Hack*/
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#nav {
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 51px;
}
#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	margin: 0px;
	padding: 0px;
	height: 19px;
}
#nav li#collection {
	background: url(/images/interface/nav_2009_collection.gif) no-repeat;
	width: 145px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 92px;
	top: 16px;
}
#nav li#model_search {
	background: url(/images/interface/nav_model_search.gif);
	height: 19px;
	width: 123px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 360px;
	top: 16px;
}
#nav li#about_us {
	background: url(/images/interface/nav_about%20us.gif);
	height: 19px;
	width: 82px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 632px;
	top: 16px;
}
#nav li a {
	display: block;
	height: 19px;
	text-decoration: none;
	border-style: none;
}
#footer_email {
	position: absolute;
	left: 415px;
	bottom: 7px;
}
#footer_email img {
	border-style: none;
}
#footer_left {
	position: absolute;
	left: 85px;
	bottom: 7px;
}
#footer_left a {
	color: #FFF;
	text-decoration: none;
	font: .9em Tahoma, Geneva, sans-serif;
}
#footer_left a:hover {
	color: #A9C2E6;
}
#footer_right {
	position: absolute;
	bottom: 7px;
	right: 85px;
}
#footer_right a {
	color: #FFF;
	text-decoration: none;
	font: .9em Tahoma, Geneva, sans-serif;
}
#footer_right a:hover {
	color: #A9C2E6;
}
