@charset "UTF-8";
* {
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
}

html {
	height: 100%;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #ccc;
	height: 100%;
}

#container {
	width: 100%; 
	min-height: 100%;
	background: url(images/carback.png);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

#header {
	border-bottom: 1px solid #ccc;
	height: 110px;
	overflow: hidden;
	background: #000;
	text-align: center;
}	

#header img {
	margin: 0 auto;
	width: 300px;	
}

#menu ul li {
	float:right;
	margin: 2px;
	margin-top: 0px;
}

#menu ul li a {
	text-decoration: none;
	color: #CCCCCC;
	font-family: "Frutiger LT Std 45 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
  
#menu {
height: 25px;
background: url(images/menubg.png) repeat-x;
}

#contact {
	margin-right: 40px;
}

#footer {
	clear:both;
	background: url(images/menubg.png) repeat-x;
	color: #333333;
	border-top: 1px solid #ccc;
	padding-top: 3px;
	position: fixed;
	bottom: 0;
	left: 0;
	height: 15px;
	width: 100%;
	text-align: center;
	font: 10px "Helvetica Neue", Helvetica, Arial, sans-serif;
}


#footer a:link {
	text-decoration: none;
	color:#666;
}

#imageholder {
	background: #000;
	height: 720px;
	width: 100%;
	text-align:center;
	padding-top: 20px;	
	padding-bottom: 20px;
	border-top: 1px solid #ccc;
}	
	
.images {
	background: url(images/carback.png) repeat-x !important;
	width: 909px;
	height: 100px;
	margin: 0 auto;
	overflow: hidden;
}

.thumbs {
	border-left: 1px solid #ccc;
}

.prev {
	float: left;
	position: absolute;
	top: 0;
	z-index: 92;
}

.next {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 94;
}

.logo {
	margin-left: 55px;
	margin-top: 10px;
}

.index {
width: 450px;
margin: 0 auto;
color:#CCCCCC;
font-family:"Frutiger LT Std 45 Light", "Univers 55", "Helvetica Neue", Helvetica, Arial, sans-serif;
height: 100%;
padding-top: 45px;

}