/* Main Styling */

body {
	background: #212121;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-weight: 100;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 100;
	color: #404040;
	}
	
a {
	color: #4fc3c7;
	text-decoration: none;
	}
	
a:hover {
	color: #4a4a4a;
	}
	
a.current {
	color: #4a4a4a;
	}
	
p {
	font-weight: 500;
	margin-bottom: 15px;
	font-size: 11px;
	line-height: 18px;
}

.lft {
	float: left;	
	}
	
.rgt {
	float: right;	
	}
	
.hidden {
	display: none;	
	}
	
span.lrg {
	font-size: 15px;
	}

#container {
	width: 960px;
	margin: 0 auto;
	}

#logo {
	margin: 2em auto 3em auto;
	height: 67px;
	width: 497px;
	}

/* Navigation */

#menu-wrap {
	background: url(../images/nav-bg.jpg) repeat-x;
	margin: 0 0 10px 0;
	position: relative;
	width: 100%; height: 40px;
	}

#menu {
	margin: 0 auto;
	text-align: center;
	width: 960px;
	letter-spacing: 1px;
	}
		
#menu ul#center {
	list-style: none;
	}
	
#menu ul#center li {
	display: inline;
	font-size: 11px;
	line-height: 23px;
	margin: 0 20px 0 20px;
	text-transform: uppercase;
	}
	
#menu ul#center li a {
	color: #4FC3C7;
	text-decoration: none;
	}
	
	#menu ul#center li a.current {
	color: #4a4a4a;
	}

#menu ul#center li a:hover {
	color: #4a4a4a;
	}
		
#menu #left {
	position: absolute;
	left: 0;
	top: 0;
	}
	
#menu #left ul {
	list-style: none;
	}
	
#menu #left li {
	float: left;
	font-size: 11px;
	line-height: 23px;
	margin: 0 10px 0 20px;
	text-transform: lowercase;
	}

#menu #left li a {
	color: #4FC3C7;
	text-decoration: none;
	}

#menu ul#left li a:hover {
	color: #4a4a4a;
	}

#slideshow {
	background: transparent;
	width: 960px;
	height: 540px;
	margin: 10px auto 120px auto;
	position: relative;
	}
	
#slides {
	position: absolute;
	top: 24px;
	left: 137px;
	z-index: 1;
	width: 686px;
	height: 490px;
	overflow: hidden;
	border: 1px solid #000;
	}
	
#wrapper {
	background: url(../images/content-bg.png) top center no-repeat;
	width: 960px;
	height: 500px;
	margin: 25px auto;
	}

#content {
	height: 495px;
	overflow: hidden;
	padding: 30px 150px;
	}
	
h2 {
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 500;
	color: #94968a;
	}
	
h3 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	color: #94968a;
	margin-bottom: 10px;
	}

ul.tabs {
	margin: 20px 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	}

ul.tabs li {
	display: inline;
	margin-right: 10px;
	}
	
.tab_content ul {
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 15px;
	}

.tab_content li {
	margin-bottom: 5px;
	padding-left: 10px;
	background: url(../images/bullet.png) no-repeat center left;
	}
#thumb-select { 
	margin: 0 auto; 
	width: 780px; 
	height: 80px; 
	position: relative;
	}
	
#thumb-select li {
	width: 75px;
	float: left;
	margin-right: 12px;
	margin-left: 12px;
	list-style: none
	}
	
#thumb-select a {
	width: 75px;
	padding: 0;
	display: block;
	}

img.gallery {
	padding: 2px;	
	}

#demo {
	position: absolute;
	top: 6px;
	right: 5px;
	width: 90px;
	overflow: hidden;
	}

#demo ul {
	list-style-type:none;
	padding:0;
	}

#demo ul span {
	color: #A0A600;
	}

#demo li {
	float:left;
	padding-left: 5px;
	}
	
li img {
margin: auto;	
}

