body {
	background-color:white;	
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color:#b6b5b5;
}

@font-face {
	font-family:"CL";
	src:url("fonts/Champagne_Limousines.eot?") format("eot"),
		url("fonts/Champagne_Limousines.woff") format("woff"),
		url("fonts/Champagne_Limousines.ttf") format("truetype"),
		url("fonts/Champagne_Limousines.svg#ChampagneLimousines") format("svg");
	font-weight:normal;
	font-style:normal;
}

h1 {
	font-family:"CL";
	letter-spacing: 2px;
	color:#514F4E;
}

#main {
	width:1096px;
	height:680px;	
	margin:0px auto;
	position:relative;
}

#nav {
	overflow:visible;
	float: left;
	text-align:right;
	font-family:"CL";
	font-size:26pt;
	width:180px;
}

#nav #logo {
	opacity:0.75;	
	filter:alpha(opacity=75);
	float:right;
	margin-bottom:10px;
}

#nav ul {
	list-style: none;
	margin:0;
	padding:0px 0px 5px;
}

#nav li {
	cursor:pointer;
	line-height:40px;
	margin:7px 5px;
	-moz-transition-duration: 0.2s;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;	
}

#nav li:hover {
	color:#747170;
}

#nav li.activeLink {
	color:#747170;
}

#contentViewport {
	float:left;
	margin-left:15px;
	top:0px;
	right:0px;
	width:800px;
	height:680px;
	overflow:hidden;
}

#contentWrapper {
	position:relative;
	width:2400px;
}

#contentWrapper.one {
	left:0px;
}
#contentWrapper.two {
	left:-800px;
}
#contentWrapper.three {
	left:-1600px;
}
#contentWrapper.changing {
	-moz-transition-duration: 0.6s;
	-moz-transition-delay: 0.25s;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-duration: 0.6s;
	-webkit-transition-delay: 0.25s;
	-webkit-transition-timing-function: ease-in-out;
	transition-duration: 0.6s;
	transition-delay: 0.25s;
	transition-timing-function: ease-in-out;
}

.panels {
	height:650px; 
	width:800px;
	margin:0px auto;
	background-color:white;
	position:relative;
	top:0px;
	float:left;
}

.info {
	height:500px;
}

.infoContent {
	margin:75px auto;
	height:450px;
	width:600px;
	padding:25px;
	color:#747170;

	background-image: linear-gradient(bottom, rgb(255,255,255) 13%, rgb(240,240,240) 50%);
	background-image: -o-linear-gradient(bottom, rgb(255,255,255) 13%, rgb(240,240,240) 50%);
	background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 13%, rgb(240,240,240) 50%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 13%, rgb(240,240,240) 50%);
	background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 13%, rgb(240,240,240) 50%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.13, rgb(255,255,255)),
		color-stop(0.5, rgb(240,240,240))
	);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#loader {
	display:none;
	position:absolute;
	left:475px;
	top:200px;	
}