﻿body {
	margin:0;
	padding:0;
	font: 12px Arial, Helvetica, "Calibri", sans-serif;	
	color:#000;
	background-color:black;
}
#Header {
	width:100%;
	height:100px;
	display:block;
	background-color:#EBF517;
	float:left;
}

#HeaderInner {
	width:900px;
	height:100px;
	margin: 0 auto;
}
#HeaderLogo {
	width:300px;
	height:100px;
	display:block;
	float:left;
	background:transparent url('../../images/bee_hive_garage_logo.png') no-repeat;
}
#HeaderContent {
	width:600px;
	height:100px;
	display:block;
	float:left;
}
#HeaderContent h1,
#HeaderContent h2,
#HeaderContent h3,
#HeaderContent p {
	font-size:90%;
	margin:0;
	padding:0;
}
p#TelNumber {
	width:262px;
	height:30px;
	display:block;
	background:transparent url('../../images/bee_hive_garage_telephone_n.png') no-repeat;
}
#MenuHolderOuter {
	width:100%;
	height:25px;
	display:block;
	background:transparent url('../../images/menu/menu-bg.png') repeat-x;
	float:left;
}
#MenuHolderInner {
	width:900px;
	height:100px;
	margin: 0 auto;
}
#MenuHolderInner ul{
	list-style:none;
	margin:0;
	padding:0;
}
#MenuHolderInner ul li, #MenuHolderInner ul li a{
	float:left;
	height:25px;
	min-width:80px;
	line-height:25px;
	text-align:center;
	padding:0 10px 0 10px;
	color:maroon;
	font-weight:bold;
	text-decoration:none;
}
#MenuHolderInner ul li a:hover{
	background:transparent url('../../images/menu/menu-bg_over.png') repeat-x;
	color:#fff;
}
#ContentHolderOuter {
	width:100%;
	display:block;
	float:left;
	background:white url('../../images/bg/600x421.jpg') repeat;
}

#ContentHolderInner {
	width:900px;
	margin: 0 auto;
}
#AdBannerSkyscraper {
	float:left;
	width:200px;
	min-height:600px;
	padding:10px 0 10px 0;
	text-align:center;
	display:block;
	background:#eee;
	border-left:1px #ccc dashed;
	border-right:1px #ccc dashed;
}
#Content {
	float:left;
	width:680px;
	padding:0 0 0 10px;
	min-height:600px;
	display:block;
	background:#fff;
	border-right:1px #ccc dashed;
}

#Footer {
	width:100%;
	height:25px;
	display:block;
	background:transparent url('../../images/menu/menu-bg.png') repeat-x;
	float:left;

}
#FooterInner {
	width:900px;
	height:25px;
	margin: 0 auto;	
	color:maroon;
}
#FooterInner p {
	margin:0;
	padding:0;
	text-align:center;
	line-height:25px;
}
#FooterInner p a{
color:maroon;
}

ul#MainList {
	float:left;
	width:150px;
	list-style:none;
	padding:0;
	margin:25px 0 0 15px;
}

ul#MainList li{
	float:left;
	width:120px;
	height:30px;
	line-height:30px;
	padding:5px;
	text-align:center;
	background-color:#eee;
	border:1px #ccc dashed;
	padding:0;
	margin:0;
	color:#000;
}
ul#MainList li a{
	color:black;
	text-decoration:none;
	font-weight:bold;
}
ul#MainList li a:hover{
	color:red;
}

table#CarList {
	width:95%;
}
table#CarList tr{
}
table#CarList td{
	border-bottom:1px #ccc dashed;
	padding:1px;
}

table#CarList img {
	width:100px;
}
.tdCarImg {
	width:110px;
	text-align:center;
}
td.CarViewFull {
	text-align:right;
}

#SpecificCar h2 {
	background-color:#eee;
	border-bottom:1px #ccc dashed;
	margin-right:10px;
	padding:2px;
}
td.tdtitle {
	font-weight:bold;
	width:100px;
}
table.CarDetails td {
	border-bottom:1px #ccc dashed;
}
/* GALLERY CSS------------------------------------------*/
div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	width: 450px; 
	margin-right:10px;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 400px; /* This should be set to be at least the height of the largest image in the slideshow */
	background-color:#eee;
	border-bottom:1px #ccc dashed;
}
div.slideshow-container img{
	max-width:430px;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 450px;
	height: 400px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 450px;
	height: 400px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 400px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
	border: 1px solid #ccc;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 25px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 400px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	float:left;
	width:200px;
	clear: both;
	margin: 30px 0 0 10px;
	padding: 0;
}
ul.thumbs li {
	float: left;

	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	width:80px;
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
