a:hover {
	cursor:pointer;
}
body {
	margin:0 auto;
	background:url(../img/body.jpg) #323d48 repeat-x 50% top;
}
#homepage .left-column a, #homepage .right-column a { 
    font-family: Verdana, Geneva, sans-serif; 
	color:#666;
	font:13px/20px "Helvetica Neue",Helvetica,Arial,Sans-Serif;
	text-decoration: none;
}
.push {
	height:25px;
	clear:both;
}
.push-dark {
	height:25px;
	clear:both;
	background:transparent url(../img/wrapper.png) repeat 0 0;
}
.hide {
	text-indent:-9999px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
#wrapper {
	width:900px;
	margin:0 auto;
}
#header {
	width:900px;
	height:149px;
	background:url(../img/header.jpg) no-repeat 0 0;
}
#header h1 {
	float:left;
	width:192px;
	height:138px;
	background:url(../img/logo.jpg) no-repeat 0 0;
}
#header h2 {
	padding:35px 30px 0 720px;
	font:24px bolder Helvetica LT Light,"Helvetica Neue",Helvetica,Arial,Sans-Serif;
	color:#556c82;
}
#top-nav {
	padding:45px 0 0 0;
	margin-left:220px;
}
#top-nav li {
	display:inline;
}
#top-nav li a {
	color:#556c82;
	font:24px bolder Helvetica LT Light,"Helvetica Neue",Helvetica,Arial,Sans-Serif;
	padding:0 20px;
	text-decoration:none;
}
#top-nav li a:hover {
	color:#556c82;
	font:24px bolder Helvetica LT Light,"Helvetica Neue",Helvetica,Arial,Sans-Serif;
	padding:0 20px;
	text-decoration:underline;
}
#hint {
	_display:none;
	position:absolute;
	top:-40px;
	right:-130px;	
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:900px;
  height:230px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow {
	position:relative;
	background:transparent url(../img/wrapper.png) repeat 0 0;
}
#slideshow #slidesContainer .slide {
	margin:0 auto;
	width:900px; /* reduce by 20 pixels to avoid horizontal scroll */
	height:230px;
}
.control {
	display:block;
	width:70px;
	height:114px;
	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
}
#leftControl {
	top:45px;
	left:-45px;
	background:transparent url(../img/left-button.png) no-repeat 0 0;
	z-index:500;
}
#rightControl {
	top:45px;
	right:-45px;
	background:transparent url(../img/right-button.png) no-repeat 0 0;
	z-index:500;
}
#leftControl:active {
	top:47px;
}
#rightControl:active {
	top:47px;
}

/* -------------------------------------------------------------------- */

.slide img {
	float:left;
	padding:0 50px 0 40px;
}
.slide embed {
	float: left;
	margin: 0 15px 0 20px;
}
.slide-text {
	width:440px;
	float:left;
}	
.slide-text h3 {
	color:#fff;
	font:40px Helvetica LT Light,"Helvetica Neue",Helvetica,Arial,Sans-Serif;
	padding:0 0 15px 0;
}
.slide-text p {
	color:#fff;
	font:14px/23px Helvetica LT Light,"Helvetica Neue",Helvetica,Arial,Sans-Serif;
	text-shadow:#000 2px 2px 6px;
}
#content {
	width:880px;
	padding:10px 10px 30px 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:#fff;
	overflow:hidden;	
}
.title {
	width:865px;
	height:40px;
	padding:5px 0 0 15px;
	font:24px/33px Helvetica LT Light,"Helvetica Neue",Helvetica,Arial,Sans-Serif;
	color:#fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background:url(../img/h3.jpg) repeat-x 0 0;
	border:1px solid #8b8b8b;
	margin:0 0 20px 0;
}
.immediate-title {
	width:865px;
	height:40px;
	padding:5px 0 0 15px;
	font:24px/33px Helvetica LT Light,"Helvetica Neue",Helvetica,Arial,Sans-Serif;
	color:#fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background:url(../img/immediate-h3.jpg) repeat-x 0 0;
	border:1px solid #8b8b8b;
	margin:0 0 20px 0;
}
#content h4 {
	padding:10px 0 5px 0;
	color:#556c82;
	font:bold oblique 18px/25px Helvetica RoundedLT Arial,Sans-Serif;
}
#content span h4 {
	width:350px;
	background:#eee;
	padding:0 0 0 10px;
	margin:0 0 5px 0;
}
#content span h4.immediate {
	width:350px;
	background:url(../img/immediate-h3.jpg) repeat-x scroll 0 0;
	padding:0 0 0 10px;
	margin:0 0 5px 0;
	color:#fff;
	border:1px solid #8b8b8b;
}
.left-column {
	width:310px;
	padding:0 14px 0 10px;
	float:left;
	clear:left;
}
.left-column a,.right-colum a {
	text-decoration:none;
}
.right-column {
	width:525px;
	border-left:1px solid #CCCCCC;
	float:left;
	padding:0 0 0 14px;
}
.left-column-two {
	width:470px;
	padding:0 14px 0 10px;
	float:left;
	clear:left;
}
.right-column-two {
	border-left:1px solid #CCCCCC;
	float:left;
	padding:0 0 0 14px;
	width:360px;
}
.frame {
	padding:9px;
	background:#eee;
	border:1px solid #CCC;
}
#content p {
	padding:0 0 25px 0;
	color:#666;
	font:13px/20px "Helvetica Neue",Helvetica,Arial,Sans-Serif;
}
.home-description {
	width:340px;
}
.link-list h5 {
	color:#666;
	font:13px/20px "Helvetica Neue",Helvetica,Arial,Sans-Serif;
	text-decoration:none;
	width:300px;
	padding:5px;
	border-top:2px dotted #ddd;
}
h5:hover {
	background:#f5f5f5;
}
.link-list-large h5 {
	color:#666;
	font:13px/20px "Helvetica Neue",Helvetica,Arial,Sans-Serif;
	text-decoration:none;
	width:94%;
	padding:10px;
	border-top:2px dotted #ddd;
	overflow:hidden;
	clear:left;
}
.link-list-large img {
	margin:0 10px 0 0;
}
.link-list-large span {
	font-weight:bold;
}
#community-button, #model-button {
	float:left;
	clear:left;
	color:#556C82;
	font:bold 18px/25px Helvetica RoundedLT Arial,Sans-Serif;
	text-decoration:none;
}
#community-button:hover, #model-button:hover {
	float:left;
	clear:left;
	color:#556C82;
	font:bold 18px/25px Helvetica RoundedLT Arial,Sans-Serif;
	text-decoration:none;
}
.home-features {
	clear:left;
}
.home-features li {
	color:#666;
	font:13px/20px "Helvetica Neue",Helvetica,Arial,Sans-Serif;
	list-style-image:url(../img/check.gif);
	list-style-position:inside;
}
.details-header {
	border-bottom:1px solid #CCC;
	height:36px;
	margin:0 0 20px;
}
.single-column {
	clear:both;
	padding:25px 0;
}
.single-column-small {
	clear:both;
	width:860px;
	padding:0 10px;
}
.single-column h4 {
	float:left;
}
.thumb-viewer {
	
}
#loadarea-wrapper {
	float:left;
	height:180px;
	margin-bottom:10px;
	width:320px;
}
#loadarea img{
	margin-bottom:10px;
	margin:0 auto;
}
.load-thumb img{
	float:right;
	margin-bottom:10px;
	clear:right;
}
#tab-list {
	width:auto;
	height:26px;
	float:right;
	padding:8px 0 0 0;
	border:1px solid #e5e5e5;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
	background:url(../img/tab-list.jpg) #e5e5e5 repeat 0 0;
}
#tab-list li {
	display:inline;
}
#tab-list li a {
	padding:5px 15px 0 15px;
	color:#999;
	text-decoration:none;
	font:bold oblique 14px Helvetica RoundedLT Arial,Sans-Serif;
}
#tab-list li a:hover {
	color:#666;
}
#footer { width:850px; padding:25px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; background-image:url(../img/eho.gif); overflow:hidden; margin:0 0 25px 0; background-color: #fff; background-repeat: no-repeat; background-position: 840px 32px; }

#foot-left li {
	display:inline;
}
#foot-left li a {
	color:#666;
	font:13px/20px "Helvetica Neue",Helvetica,Arial,Sans-Serif;
	text-decoration:none;
	padding:0 9px 0 0;
	margin:0 0 0 7px;
	border-right:1px solid #666;
}
#foot-right li {
    display:inline;
	color:#666;
	font:13px/20px "Helvetica Neue",Helvetica,Arial,Sans-Serif;
	text-decoration:none;
	padding:0 0 0 0;
	margin:0 0 0 7px;
	position:relative;
	right:50px;
	top:25px;
}
#footer a:hover {
	color:#556c82;
	text-decoration:none;
}
#footer a:visited {
	color:#666;
}
#contact-form {
	overflow:hidden;
	padding:0 0 40px 0;
}
#contact-form label {
	float:left;
	clear:left;
	/*padding:10px 0 5px 0;*/
	font:bold oblique 18px/25px Helvetica RoundedLT Arial,Sans-Serif;
	color:#556c82;
}
#contact-form input, #contact-form textarea {
	float:left;
	clear:left;
	width:454px;
	padding:10px 7px 7px 7px;
	border:1px solid #ddd;
	background:#eee;
	font:bold 16px/23px Helvetica Arial,Sans-Serif;
	color:#666;
	margin:0 0 15px 0;
}
#contact-form input:focus, #contact-form textarea:focus {
	float:left;
	clear:left;
	width:454px;
	padding:10px 7px 7px 7px;
	border:1px solid #ddd;
	background:#fff;
	font:bold 16px/23px Helvetica Arial,Sans-Serif;
	color:#666;
	margin:0 0 15px 0;
}
#contact-form #submit {
	width:470px;
	cursor:pointer;
}
#contact-form #submit:hover {
	background:#CCC;
	cursor:pointer;
	border:1px solid #9b9b9b;
}

/* ------------------------------------------------------------------------------- */

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 860px;
height: 400px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
width: 860px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.stepcarousel-img-wrapper {
	margin: 0 auto;
}