html, body{
	background: url(/images/home-bg.jpg) top center repeat-x #000;
}


#header{
	margin: 0px;
}

#left-container{
	display: none;
}

#content-container{
	clear: both;
	float: none;
	width: 990px;
	background: none;
}

#content-container-inner{
	padding: 0px;
	background: none;
}

#content-left{
	width: 700px;
	margin-top: 26px;
	float: left;
}

#content-right{	
	width: 210px;
	margin-top: 26px;
	margin-left: 50px;
	float: left;
}
#content-right p{
	font-size: 10px;
	color: #93989d;
}
#content-right a{
	font-size: 10px;
	color: #93989d;
}

#social-links{
	display: none;
}

/************ HOME PAGE TABS ************/
#home-tabs{
	text-transform: uppercase;
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 43px;
	position: absolute;
	z-index: 1;
}

#home-tabs *{
	color: #fff;
}

#home-tabs li{
	margin: 0px 3px 0px 0px;
	padding: 0px 10px 0px 0px;
	float: left;
	background: url(/images/home-tab-gray-right.png) top right no-repeat;
}

#home-tabs li a{
	font-size: 10px;
	font-weight: bold;
	padding: 6px 0px 6px 10px;
	color: #fff;
	display: block;
	text-decoration: none;
	background: url(/images/home-tab-gray-left.png) top left no-repeat;
}

#home-tabs li:hover, #home-tabs li.active{
	background: url(/images/home-tab-blue-right.png) top right no-repeat;
}
#home-tabs li:hover a, #home-tabs li.active a{
	background: url(/images/home-tab-blue-left.png) top left no-repeat;
}

.tab-container{
	overflow: hidden;
	margin-top: 25px;
	width: 602px;
	height: 139px;
	padding: 15px 0px;
	background: url(/images/home-tabs-bg.png) no-repeat;
	float: left;
}

.tab-container-hidden{
	display: none;
}


.scroller-outer{
	height: 139px;
	padding: 25px 0px 0px 0px;
}

.scroller-inner{
	float: left;
	width: 602px;
	height: 164px;
	overflow: hidden;
	padding: 0px 0px 15px 0px;
	position: relative;
	background: url(/images/home-tabs-bg.png) no-repeat;
}


ul.thumbs-container{
	list-style:none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
}

ul.thumbs-container li{
	float: left;
	line-height: 11px;
	font-size: 10px;
	margin: 0px;
	padding: 15px 16px 0px 14px;
	background: url(/images/home-tabs-bg.png) no-repeat;
	width: 169px;
	height: 150px;
	color:#fff;
}

ul.thumbs-container li .img-container-outer{
	width: 169px;
	height: 98px;
	padding: 5px 6px 6px 6px;
	background: url(/images/home-tab-image-bg.gif) no-repeat top;
	margin-bottom: 5px;
}
ul.thumbs-container li .img-container-outer .img-container{
	width: 170px;
	height: 97px;
	overflow: hidden;
	padding-bottom: 2px;
}

ul.thumbs-container li.body *{
	color: #fff;
	width: 580px;
}

a#arrow-left{
	display: block;
	margin-top: 65px;
	float: left;
	width: 43px;
	height: 51px;
	background: url(/images/home-arrow-left.png);
	text-indent: -5000px;
}
a#arrow-right{
	display: block;
	margin-top: 65px;
	float: left;
	width: 43px;
	height: 51px;
	background: url(/images/home-arrow-right.png);
	text-indent: -1000px;
}
a#arrow-left-hidden, a#arrow-right-hidden{
	display: block;
	margin-top: 65px;
	float: left;
	width: 43px;
	height: 51px;
	background: none;
	text-indent: -5000px;
}


/**********************************/

.icon-container {
	height: 35px;
}
.icon-container img{
	float: left;
}

a#link-question{
	display: block;
	width: 154px;
	height: 29px;
	background: url(/images/home-questions.png);
	text-indent: -5000px;
}
a#link-tour{
	display: block;
	width: 154px;
	height: 29px;
	background: url(/images/home-tour.png);
	text-indent: -5000px;
}
a#link-contact{
	display: block;
	width: 75px;
	height: 18px;
	background: url(/images/home-contact.png);
	text-indent: -5000px;
}

#stocks{
	clear: both;
	text-align: center;
	padding: 25px 0px 0px 0px;
}


#footer-nav li a{
	color: #8a8a8a;
}
