/*----Global Reset ----*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
html {
	height: 100.1%;
	margin-bottom: 1px;
}

body {
	background: #fff;
	font: 100.01% Arial, Helvetica, sans-serif;
	color: #000;
	height: 100.1%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
#expandtbl td {
	vertical-align: top;
}

/*----Site Layout ----*/
#wrapper {
	width: 920px;
	text-align: left;
	margin: 30px auto;
	background: #ccc;
}
#header {
	padding: 0 0 5px;
	background: #fff;
	width: 920px;
}
	#logo {
	float: left;
	margin: 0px;
	padding: 0px;
	display: block;
	}
	.welcome {
	font-size: 0.8em;
	font-weight: bold;
	padding: 48px 0 0 10px;
	float: left;
	}
	.product-title {
	float: right;
	color: #933;
	font-size: 1.5em;
	font-weight: bold;
	padding: 38px 0 0px;
	letter-spacing: -1px;
	}
#topcontent {
	background: url(../images/banner-back.png) no-repeat;
	width: 920px;
	height: 493px;
	color: #fff;
	clear: both;
	position: relative;
}
	#video {
		position: absolute;
		top: 93px;
		right: 46px;
		width: 449px;
		height: 254px;
	}
	#price  {
		position: absolute;
		top: 436px;
		left:  71px;
		width: 269px;
		height: 39px;
	}
	#top-buttons {
		position: absolute;
		right: 35px;
		top: 395px;
	}
		#top-buttons img {
			display: inline;
			margin: 0 45px 0 0;
		}
#main {
	background: url(../images/main-top-corners.gif) no-repeat center top;	
	width: 851px;
	margin: 0 auto;
	padding: 18px 20px 29px 20px;
}

#content {
	background: #fff url(../images/main-bottom-corners.gif) no-repeat center bottom;
	padding: 10px 10px 40px 40px;
	position: relative;
}
#left {
	float: left;
	width: 550px;
}
#bottom-buttons {
		margin: 20px 30px;
}
#bottom-buttons2 {
	margin: 20px 30px;
}
#bottom-buttons3 {
	margin-bottom: 20px;
	margin-right: 30px;
	margin-left: 30px;
}
#bottom-buttons4 {
	margin-right: 30px;
	margin-left: 30px;
}



#bottom-buttons .find-dealer-b, #bottom-buttons2 .find-dealer-b {
			margin: 10px 0 0 0;
		}
#right {
	float: right;
	width: 210px;
	background: url(../images/vertical-divider.gif) no-repeat left 30px;
	padding: 0 0 0 35px;
}
#footer {
	margin: 20px 0;
	text-align: center;
}
/*---Typography----*/
a {
	color: #933;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #b7b7b7;
}
h1 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 20px;
	padding-right: 60px;
	line-height: 1.3em;
}
h2 {
	font-size: 1em;
	margin-bottom: 10px;
}
h3 {
	font-size: .9em;
}


#left p, #expandtbl p, #specs p {
	margin: 0 30px 15px 0;
	line-height: 1.5em;
	font-size: 0.85em;
}
#left ul, #expandtbl ul {
	margin: -10px 50px 0 40px;
	font-size: 0.85em;
	line-height: 1.6em;
	list-style: outside;
}
#expandtbl ul {
	margin-bottom: 25px;
	margin-top: 1px;
}
#left li, #expandtbl li {
	list-style: disc;
	}
#expand {
}

#expandtbl {
	width: 85%;
}


#expandtbl img {
	margin-bottom: 5px;
}
#specs {
	width: 70%;
	margin-top: 20px;
}
#specs p {
	margin-bottom: 10px;
	font-size: .75em;
}


.caption {
	font-size: 0.75em;
	margin: 10px 15px 0 0;
	line-height: 1.3em;
	color: #333333;
}
.legal {
	color: #999;
	font-size: .7em;
	margin-top: 85px;
}
/*---Misc.----*/
.floatleft {
	float: left;
	margin: 0 20px 20px 0;
}
.floatright {
	float: right;
	margin: 0 0 20px 20px;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clearit{
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0.0;
}
.clear {
	clear: right;
}
.clearleft {
	clear: left;
}
