@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/body_bg.jpg) top repeat;
}

#toparea {
	width: 100%;
	height: 263px;
	float: left;
	background: url(../images/toparea_bg.jpg) top repeat-x;
}

#top_maincontainer {
	margin: 0 auto 0 auto;
	width: 945px;
	height: 263px;
}

/*------------Heading Area---------------------------*/

#header {
	width: 944px;
	height: 34px;
	float: left;
}

#header_left {
	width: 300px;
	height: 34px;
	float: left;
}

#header_right {
	width: 644px;
	height: 34px;
	float: left;
}

#header h1 {
	color: #FFFFFF;
	font-size: 11px;
	margin: 5px 0 0 0;
	font-weight: normal;
}

#header h2 {
	color: #FFFFFF;
	font-size: 10px;
	margin: 5px 0 0 0;
	font-weight: normal;
	text-align: right;
}

/*------------Logo/Car Area---------------------------*/

#topmiddle {
	width: 944px;
	height: 185px;
	float: left;
	background: url(../images/topmiddle_bg.jpg) top no-repeat;
}

#logo {
	width: 596px;
	height: 185px;
	float: left;
}

#logo h3 {
	color: #EFEFF0;
	font-size: 19px;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 0 45px;
}

#car {
	width: 348px;
	height: 185px;
	float: left;
	background: url(../images/car_bg.png) top no-repeat;
}

#car h4 { 
	font-size: 19px;
	color: #FFFFFF;
	margin: 5px 0 0 0;
	font-weight: normal;
	text-align: right;
}

/*------------Top Navigation---------------------------*/

#nav {
	background: url(../images/nav_bg.png) top no-repeat;
	height: 45px;
	width:944px;
	float: left;
	text-transform:uppercase;
}

.line {
	width: 2px;
	height: 43px;
	float: left;
	background: url(../images/line.jpg) top no-repeat;
	margin: 2px 0 0 0;
}

#nav_1 {
	width: 119px;
	height: 43px;
	float: left;
	text-align: center;
	background: url(../images/contactOff.jpg) top no-repeat;
	margin: 1px 0 0 0;
}

#nav_1 p {
	font-size: 12px;
	color: #FFFFFF;
	margin: 15px 0 0 0;
}

#nav_1 p a:link, #nav_1 p a:visited, #nav_1 p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#nav_2 {
	width: 188px;
	height: 43px;
	float: left;
	text-align: center;
	background: url(../images/navOff.jpg) top no-repeat;
	margin: 1px 0 0 0;
}

#nav_2 p {
	font-size: 12px;
	color: #FFFFFF;
	margin: 15px 0 0 0;
}

#nav_2 p a:link, #nav_2 p a:visited, #nav_2 p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#nav_3 {
	width: 87px;
	height: 43px;
	float: left;
	text-align: center;
	background: url(../images/navOff.jpg) top no-repeat;
	margin: 1px 0 0 0;
}

#nav_3 p {
	font-size: 12px;
	color: #FFFFFF;
	margin: 15px 0 0 0;
}

#nav_3 p a:link, #nav_3 p a:visited, #nav_3 p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#nav_4 {
	width: 104px;
	height: 43px;
	float: left;
	text-align: center;
	background: url(../images/navOff.jpg) top no-repeat;
	margin: 1px 0 0 0;
}

#nav_4 p {
	font-size: 12px;
	color: #FFFFFF;
	margin: 15px 0 0 0;
}

#nav_4 p a:link, #nav_4 p a:visited, #nav_4 p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#nav_5 {
	width: 92px;
	height: 43px;
	float: left;
	text-align: center;
	background: url(../images/navOff.jpg) top no-repeat;
	margin: 1px 0 0 0;
}

#nav_5 p {
	font-size: 12px;
	color: #FFFFFF;
	margin: 15px 0 0 0;
}

#nav_5 p a:link, #nav_5 p a:visited, #nav_5 p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#menu_2 {
	display:none;
	z-index:10;
	position: absolute;
	height: auto;
	width: 220px;
	font-size: 14px;
	color: #FFFFFF;
	padding: 5px 5px 10px 5px;
	background-color: #646363;
	top: 262px;
	left: 358px;
	line-height: 2.0em;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	opacity: .90;
	filter: alpha(opacity = 90);
}

#menu_2 a:link, #menu_2 a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#menu_2 a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}


/*------------Bottom Area---------------------------*/

#bottom_maincontainer {
	width: 944px;
	margin: 0 auto 0 auto;
	height: auto;
}

#topcontent {
	width: 944px;
	height: 24px;
	float: left;
	background: url(../images/topcontent_bg.jpg) top no-repeat;
}

#contentarea {
	width: 944px;
	height: auto;
	float: left;
	background: url(../images/content_bg.jpg) top repeat-y;
}

/*------------3 boxes---------------------------*/

#project {
	width: 296px;
	height: 191px;
	float: left;
	margin: 0 0 0 15px;
	background: url(../images/project_bg.jpg) top no-repeat;
	text-align:right;
}

#project h1 {
	font-size: 15px;
	margin: 15px 15px 0 0;
	color: #7D0A0A;
	font-weight: normal;
}

#project h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	margin: 0 15px 0 0;
	color: #3F4242;
	font-weight: normal;
}

#project p {
	font-size: 11px;
	color: #AC0909;
	margin: 0 20px 0 0;
	font-style: italic;
}

#project p a:link, #project p a:visited {
	color: #AC0909;
}

#project p a:hover {
	color: #3F4242;
}

#video {
	width: 292px;
	height: 191px;
	float: left;
	margin: 0 0 0 15px;
	background: url(../images/video_bg.jpg) top no-repeat;
}

#video h1 {
	font-size: 15px;
	margin: 15px 0 0 15px;
	color: #7D0A0A;
	font-weight: normal;
}

#video h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	margin: 0 0 0 15px;
	color: #3F4242;
	font-weight: normal;
}

#video p {
	font-size: 11px;
	color: #AC0909;
	margin: 0 10px 0 0;
	font-style: italic;
	text-align: right;
}

#video p a:link, #video p a:visited {
	color: #AC0909;
}

#video p a:hover {
	color: #3F4242;
}

#tour {
	width: 291px;
	height: 191px;
	float: left;
	margin: 0 0 0 15px;
	background: url(../images/tour_bg.jpg) top no-repeat;
}

#tour h1 {
	font-size: 15px;
	margin: 15px 0 0 15px;
	color: #7D0A0A;
	font-weight: normal;
}

#tour h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	margin: 0 0 0 15px;
	color: #3F4242;
	font-weight: normal;
}

#tour h3 {
	font-size: 15px;
	margin: 0 0 0 15px;
	color: #7D0A0A;
	font-weight: normal;
}

#tour p {
	font-size: 11px;
	color: #AC0909;
	margin: 0 10px 0 0;
	font-style: italic;
	text-align: right;
}

#tour p a:link, #tour p a:visited {
	color: #AC0909;
}

#tour p a:hover {
	color: #3F4242;
}

/*------------Left Nav---------------------------*/
#leftnav {
	width: 240px;
	height: auto;
	float: left;
	margin: 25px 25px 10px 25px;
}

#leftnav ul {
	margin: 0 0 0 0;
	padding: 0;
}

#leftnav ul li {
	margin: 0 0 0 0;
	padding: 5px 0 5px 10px;
	list-style: none;
	color: #4A4A4A;
	font-size: 14px;
	text-transform: uppercase;
}

li.grey {
	background-color: #DDDCDD;
}

#leftnav a:link, #leftnav a:visited {
	color: #4A4A4A;
	text-decoration: none;
}

#leftnav a:hover {
	color: #7D0A0A;
	text-decoration: none;
}


/*------------Right Side---------------------------*/
#rightside {
	width: 619px;
	height: auto;
	float: left;
	margin: 20px 35px 10px 0;
}

#rightside h1 {
	color: #AF0909;
	font-size: 21px;
	margin: 0 0 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

#rightside h2 {
	color: #063167;
	font-size: 18px;
	margin: 0 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

#rightside p {
	color: #444444;
	text-align: justify;
	font-size: 12px;
	margin: 0 0 15px 0;
	line-height: 1.5;
}


/*------------Difference Area---------------------------*/
#difference {
	width: 888px;
	height: 161px;
	float: left;
	background: url(../images/difference_bg.jpg) top no-repeat;
	margin: 0 0 5px 28px;
}

#difference h1 {
	color: #EFEFF0;
	font-size: 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 8px 0 0 8px;
	font-weight: normal;
}

#left_diff {
	width: 420px;
	height: 127px;
	float: left;
}

#left_diff ul {
	color: #444444;
	margin: 20px 0 0 30px;
	padding: 0;
	font-size: 12px;
}

#left_diff ul li {
	margin: 0 0 7px 0;
	padding: 0 0 0 0;
}

#right_diff {
	width: 468px;
	height: 127px;
	float: left;
}

#right_diff ul {
	color: #444444;
	margin: 5px 25px 0 30px;
	padding: 0;
	font-size: 12px;
}

#right_diff ul li {
	margin: 0 0 7px 0;
	padding: 0 0 0 0;
}

#rightside a:link, #rightside a:visited {
	color: #063167;
	text-decoration: none;
}

#rightside a:hover {
	color: #063167;
	text-decoration: underline;
}


/*------------Footer---------------------------*/
#bottomcontent {
	width: 944px;
	height: 32px;
	float: left;
	margin: 0 0 15px 0;
	background: url(../images/bottomcontent_bg.jpg) top no-repeat;
}

#left_bottom {
	width: 390px;
	margin: 0 0 0 28px;
	height: 32px;
	float: left;
}

#left_bottom p {
	color: #EFEFF0;
	font-size: 12px;
	margin: 3px 0 0 0;
}	

#right_bottom {
	width: 496px;
	height: 32px;
	float: left;
	margin: 0 30px 0 0;
	text-align: right;
}

#right_bottom p {
	color: #EFEFF0;
	font-size: 12px;
	margin: 3px 0 0 0;
}


/*------------Footer---------------------------*/
#footer {
	width: 866px;
	height: auto;
	float: left;
	margin: 0 30px 0 50px;
	padding: 0 0 15px 0;
}

#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color: #AF0909;
	text-decoration:none;
}

#footer_1 {
	width: 190px;
	height: auto;
	float: left;
	text-transform: uppercase;
}

#footer_1 ul {
	color: #FFFFFF;
	font-size: 10px;
	margin: 0 0 0 0;
	padding: 0;
}

#footer_1 ul li {
	margin: 0 0 1px 0;
	padding: 0;
	list-style: none;
}

#footer_2 {
	width: 220px;
	height: auto;
	float: left;
	text-transform: uppercase;
}

#footer_2 ul {
	color: #FFFFFF;
	font-size: 10px;
	margin: 0 0 0 0;
	padding: 0;
}

#footer_2 ul li {
	margin: 0 0 1px 0;
	padding: 0;
	list-style: none;
}

#footer_3 {
	width: 220px;
	height: auto;
	float: left;
	text-transform: uppercase;
}

#footer_3 ul {
	color: #FFFFFF;
	font-size: 10px;
	margin: 0 0 0 0;
	padding: 0;
}

#footer_3 ul li {
	margin: 0 0 1px 0;
	padding: 0;
	list-style: none;
}

#footer_4 {
	width: 234px;
	height: auto;
	float: left;
}

#footer_4 p {
	color: #FFFFFF;
	font-size: 11px;
	margin: 0 0 0 0;
	text-align: right;
}





