h1 
{
	margin-top:       0px;
	color:            #85AA4A;
	font-size:        22px;
	line-height:      28px;
	font-weight: normal;
}

.dealer
{
	width:    165px;
	margin-bottom: 10px;
}

table#homepage
{
	margin-left:      25px;
	border-collapse:  collapse;
	width:            824px;
}

td#home-content
{
	padding-top:      15px;
	padding-right:    18px;
	width:            auto;
}

td#home-right
{
	width:            180px;
	overflow:         hidden;
	height:           390px;
	padding:          15px 0 0 0;
}

table#homepage td#home-right-bottom
{
	height:           auto;
	width:            180px;
	overflow:         hidden;
	padding-top: 	200px;
	background:       #F2DEAE url('/images/home_right_bottom.png') no-repeat 0px 0px;
}

#home-features
{
	margin-top:       15px;
	padding:          26px 0px;
	background-color: #CDC5AF;
}

#home-features h2,
#home-features h2 a
{
	font-weight: bold;
	margin-top: 0px;
	text-transform:   uppercase;
	color:            white;
}

#home-features p
{
	margin-bottom: 1em;
}

#home-features table
{
	width:            100%;
}

td#feature-left,td#feature-right { 
	width:            243px;
	padding:          0px 35px 0px 35px;
	color:            #403F3F;
	font-size:        11px;
}

td#feature-right{padding-left: 30px;}
td#feature-left
{
	padding-right: 30px;
	background:       #cdc5af url('/images/home_feature_divider.gif') repeat-y right top;
}

table#home-features td h2
{
	color:            white;
}


td#main
{
	vertical-align:   top;
	padding:          0px;
}

#logo
{
	left:             -7px;
}

#home_header
{
	display:          block;
	width:            877px;
	/*padding-top:    156px;*/
	height:           155px;
	padding:          30px 10px 0px 10px;
	z-index:          10;
	background-color: #fff;
	height:           225px;
}

#home_header .video-player-container
{
	margin-left:      1px;;
	width:            auto !important;;
	/*float:          right;*/
}

#homepage 
{
	margin-top:       0;
	width:            877px;
}

#homepage td
{
	vertical-align:   top;
}

#homepage .bodytext {
 font-size:     13px;
 line-height:   1.4em;
 margin-bottom: 18px;
 margin-right:  36px;
}
#footer-image
{
	margin-top:       10px;
}

.menublock
{
	top:              303px!important;
}

#blog-link
{
	margin:           10px 0;
}

#home-banner
{
	margin-top:       18px;
	margin-bottom:    0px!important;
}

#videolink
{
	margin-bottom: 10px;
}

/*---------------------------------------------------------------------------------------------------------
//	Lightbox
//-------------------------------------------------------------------------------------------------------*/
#lightbox
{
	position: absolute;
	left:     0px;
	top:      0px;
	width:    100%;
	z-index:  1010;
}

#videobox
{
	position: relative;
	margin:   100px auto;
	padding:  20px;
	border:   1px solid black;
	background-color: white;
}

#dim
{
	background-color:  rgb(0, 0, 0);
	opacity:           0.7;
	filter:            alpha(opacity=70);
	-moz-opacity:      0.70;
	z-index:           1000;
	height:            100%;
	width:             100%;
	background-repeat: repeat;
	position:          absolute;
	top:               0px;
	left:              0px;
}

#videobox .close
{
	position: absolute;
	top: -12px;
	right: -12px;
}