
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: url(/media/background.gif) 50% 50% repeat-y #998C7C;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #000000;
}

p {
	margin: 0 0 10px 0;
}

*.clear {
	clear: both;
}

div#main {
	width: 1000px;
	margin: 0 auto 0 auto;
	background: #F8EED5;
}

/* ##### Header ##### */

div#header, div#header a {
	width: 1000px;
}

div#header {
	height: 151px;
	background: url(/media/header.jpg) 0 0 no-repeat;
}

div#header a {
	height: 151px;
	display: block;
}

/* ##### Topmenu ##### */

div#topmenu {
	width: 1000px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
	background: url(/media/menu.jpg) 0 0 repeat-x;
}

div#topmenu a {
	width: 200px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #F8EED5;
	float: left;
	display: block;
}

div#topmenu a:hover {
	color: #FFFFFF;
	background: url(/media/menu_hover.jpg) 0 0 repeat-x;
}

/* ##### Body ##### */

div#body {
	margin: 10px 0 0 0;
}

div#body_left, div#body_right {
	float: left;
}

div#body_left {
	width: 750px;
}
div#body_right {
	width: 250px;
}

div#body_left h1, div#body_left h2, div#body_right h3 {
	height: 20px;
	line-height: 22px;
	margin: 10px 10px 0 10px;
	padding: 0 0 0 10px;
	font-size: 20px;
	color: #473828;
	border-bottom: 1px solid #000000;
}
div#body_left h2 {
	height: 18px;
	line-height: 20px;
	margin: 20px 10px 0 10px;
	font-size: 18px;
}
div#body_right h3 {
	height: 17px;
	margin: 0 10px 0 10px;
	line-height: 18px;
	font-size: 16px;
}

/* ##### Introduction ##### */

div#body_left div.text {
	width: 710px;
	margin: 10px 20px 0 20px;
	text-align: justify;
}

/* ##### Side Menu ##### */

div#body_right div.menu {
	width: 250px;
	margin: 13px 0 0 0;
	line-height: 20px;
}
div#body_right div.menu ul, div#body_right div.menu ul li, div#body_right div.menu ul li a {
	width: 210px;
}
div#body_right div.menu ul {
	margin: 0 auto 0 auto;
	list-style: none;
}
div#body_right div.menu ul li {
	height: 20px;
	margin: 10px 0 0 0;
	text-align: center;
	background: #473828;
	border: 1px solid white;
}
div#body_right div.menu ul li:hover {
	border: 1px solid #473828;
}
div#body_right div.menu ul li a {
	height: 20px;
	line-height: 20px;
	color: #F8EED5;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
div#body_right div.menu ul li a:hover {
	color: #473828;
	background: #F8EED5;
}

/* ##### News Preview ##### */

div#body_right div.news_preview {
	width: 250px;
	margin: 30px 0 0 0;
	line-height: 20px;
}
div#body_right div.news_preview div.news, div#body_right div.news_preview div.news div.date, div#body_right div.news_preview div.news div.more {
	width: 220px;
}
div#body_right div.news_preview div.news {
	margin: 10px auto 0 auto;
}
div#body_right div.news_preview div.news div.date {
	font-size: 12px;
	text-decoration: underline;
}
div#body_right div.news_preview div.news div.text {
	width: 210px;
	line-height: 13px;
	padding: 0 5px 0 5px;
	text-align: justify;
	font-size: 11px;
}
div#body_right div.news_preview div.news div.more {
	height: 15px;
	font-size: 11px;
	text-align: right;
}
div#body_right div.news_preview div.news div.more a {
	color: #473828;
	text-decoration: none;
}
div#body_right div.news_preview div.news div.more a:hover {
	text-decoration: underline;
}


/* ##### Partner ##### */


div#body_right div.partner {
	width: 250px;
	margin: 30px 0 0 0;
	line-height: 20px;
}

div#body_right div.partner ul {
	width: 210px;
	margin: 0 auto 0 auto;
	list-style: none;
}
div#body_right div.partner ul li {
	width: 205px;
	height: 20px;
	margin: 15px 0 0 0;
	text-align: left;
	border-left: 1px solid #473828;
	border-bottom: 1px solid #473828;
}

div#body_right div.partner ul li:hover {
	background: #473828;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

div#body_right div.partner ul li a {
	width: 205px;
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 5px;
	color: #473828;
	text-decoration: none;
	display: block;
}

div#body_right div.partner ul li a:hover {
	color: #FFFFFF;
}

/* ##### Gallery Preview ##### */

div#body_left div.gallery_preview {
	width: 710px;
	margin: 10px 0 0 20px;
}

div#body_left div.gallery_preview div.car {
	width: 195px;
	margin: 20px 0 0 30px;
	float: left;
	display: inline;
}

div#body_left div.gallery_preview div.car div.title {
	width: 195px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
}
div#body_left div.gallery_preview div.car div.img {
	width: 195px;
	height: 195px;
	border: 1px solid #473828;
}

div#body_left div.gallery_preview div.car div.img img {
	width: 195px;
	height: 195px;
}

/* ##### Gallery ##### */

div#gallery {
	width: 730px;
	margin: 20px 0 0 10px;
}
div#gallery div.info {
	width: 710px;
	height: 20px;
	line-height: 20px;
	margin: 0 0 5px 10px;
	font-weight: bold;
	float: left;
}
div#gallery div.thumb {
	width: 115px;
	height: 115px;
	margin: 0 0 5px 4px;
	border: 1px solid #473828;
	float: left;
}

/* ##### Footer ##### */

div#footer {
	width: 900px;
	height: 40px;
	margin: 20px auto 0 auto;
	padding: 10px 0 0 0;
	font-size: 11px;
	text-align: center;
	border-top: 1px solid #473828;
}
div#footer a {
	color: #000000;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}

/* ##### Cars ##### */

div#oldtimer {
}

div#oldtimer div.car {
	display: none;
}
div#oldtimer div.car div.img {
	width: 750px;
	margin: 15px 0 0 0;
	text-align: center;
}

/* ##### Lightbox ##### */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #998C7C; } 
