html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	min-width: 969px;
	background: #ccc;
	font: 11px verdana, tahoma, arial, "trebuchet ms", sans-serif;
}
body #page {
	width: 949px;
	margin: 0 auto;
	min-height: 100%;
	overflow: hidden;
	padding: 0 10px 42px 10px;
	background: url(../images/shadow.png) repeat-y;

}
*html #page {height: 100%;overflow: visible;}

/*--- general ---*/
* {
	outline: none;
}
.center{
	display: block;
    margin: 0 auto;
    text-align: center;
}
form {margin: 0;padding: 0;}
img {border: none;display: block;}
ul {margin: 0;padding: 0;list-style: none;}
.bb-none {border-bottom: none !important;}

h1, h2, h3, h4, h5, h6{
	margin: 0;
	color: #ff9900;
	font: bold 10px verdana, tahoma, arial, "trebuchet ms", sans-serif;
}
h1 {
	font-size: 1.4em;
	}

h2, h3 {
	color: #f90;
	font-size: 10px;
	font-weight: bold;
	line-height: 25px;
	padding: 0 0 0 30px;
	background: url(../images/i-1.gif) no-repeat 7px 4px;
}
.img-box h3 a.thickbox  {
	color: #222;
	text-decoration: none;
}
.img-box h3 a.thickbox:hover  {
	color: #444;
	text-decoration: underline;
}
h5 {
	color: #fff;
	font: bold 10px verdana, tahoma, arial, "trebuchet ms", sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 25px;
	padding: 0 0 0 30px;
}
p {
	margin: 0;
	color: #fff;
	line-height: 14px;
}
a {
	color: #f90;
	cursor: pointer;
	text-decoration: underline;
}
a:hover {text-decoration: none;
}
.whtText {
	color: #fff;
	font: normal 10px verdana, tahoma, arial, "trebuchet ms", sans-serif;
	padding: 0 0 0 30px;
}
/*--- header ---*/
#header {
	float: left;
	width: 949px;
	z-index: 95;
	position: relative;
}
#header strong {
	float: left;
	margin: 10px 0 0 26px;
}
body #header strong a {
	float: left;
	width: 327px;
	height: 57px;
	overflow: hidden;
	text-indent: -12000px;
	background: url(../images/logo.png) no-repeat;
}
.top-links {
	padding: 11px 0 0 0;
}
.top-links {
	padding: 11px 0 0 0;
	float: right;
	margin-right: 10px;
	clear: both;
}
.top-links li {
	color: #999;
	display: inline;
	font-size: 9px;
}
.top-links li a {color: #f00;}
.number {
	top: 34px;
	right: 8px;
	color: #999;
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
	display: block;clear: both;
	float: right;
	margin-right: 10px;
}
#header .right {
	width: 50%;
}
.bg-nav {
	float: left;
	width: 949px;
	background: url(../images/bg-bar.gif) repeat-x;
}
/*--- navigation ---*/
.nav {
	float: left;
	display: inline;
	margin: 0 0 0 81px;
	background: url(../images/bg-nav.gif) repeat-x;
}
.nav li {
	float: left;
	font-size: 10px;
	padding: 0 0 0 2px;
	position: relative;
	background: url(../images/sep-nav.gif) no-repeat;
}
.nav li span {
	float: left;
	padding: 0 3px 0 0;
	background: url(../images/sep-nav.gif) no-repeat 100% 0;
}
.nav li a {
	color: #f90;
	float: left;
	padding: 0 20px;
	line-height: 35px;
	text-decoration: none;
}
.nav li a:hover {
	color: #fff;
	position: relative;
	margin: 0 0 -34px 0;
	padding: 0 20px 34px 20px;
	background: url(../images/bg-hover-nav.gif) repeat-x;
}
.nav li ul {
	top: 34px;
	left: 1px;
	margin: 0;
	z-index: 100;
	width: 145px;
	display: none;
	position: absolute;
	background: #1d1d1d;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
.nav li.hover ul,
.nav li:hover ul {display: block;}

.nav li.hover {z-index: 15;}

.nav li ul li {
	padding: 0;
	float: left;
	width: 145px;
	background: none;
	border-bottom: 1px solid #333;
}
/*--- level-1 ---*/
.nav li ul li a {
	float: left;
	color: #f90;
	width: 111px;
	line-height: 20px;
	margin: 0 !important;
	padding: 0 12px 0 22px !important;
}
.nav li ul li a:hover {
	color: #fff;
	background: none;
}
.nav li.hover a,
.nav li:hover a,
.nav .active a {
	color: #fff;
	position: relative;
	margin: 0 0 -34px 0;
	padding: 0 20px 34px 20px;
	background: url(../images/bg-hover-nav.gif) repeat-x;
}
.nav li.hover li a,
.nav li:hover li a {
	color: #f90;
	background: none;
}
/*--- level-1 ---*/
.nav li li.hover a,
.nav li li:hover a {
	color: #fff;
	background: none;
}
.nav li li.hover li a,
.nav li li:hover li a {
	color: #f90;
	background: none;
}
/*--- breadcrumbs ---*/
.breadcrumbs {
	float: left;
	position: relative;
	z-index: 10;
	padding: 18px 0 0 14px;
}
.breadcrumbs li {

	color: #f90;
	font-size: 9px;
	display: inline;
}
.breadcrumbs li a {color: #f90;}

.breadcrumbs li a:hover,
.breadcrumbs li .active {color: #fff;text-decoration: none;}

/*--- pagination ---*/
.pagination {
	float: right;
	position: relative;
	z-index: 60;
	padding:10px 10px 0 0;
}
.pagination li {
	color: #f90;
	font-size: 9px;
	display: inline;
	font-weight:bold
}
.pagination li a {color: #f90; font-weight:bold;}

.pagination li a:hover,
.pagination li .active {color: #fff;text-decoration: none;}

/*--- Rep List ---*/
.repList {
	float: left;
	padding:10px 0 10px 0;
	width: 737px;
}
.repList li {
	color: #f90;
	font-size: 9px;
	display: inline;
	font-weight:bold
}
.repList li a {color: #f90; font-weight:bold;}

.repList li a:hover,
.repList li .active {color: #fff;text-decoration: none;}
/*--- content ---*/
#content {
	float: left;
	width: 938px;
	z-index: 90;
	position: relative;
	padding: 9px 5px 0 6px;
}
/*--- intro-box ---*/
.intro-box {
	float: left;
	width: 938px;
	min-height: 290px;
	position: relative;
	border-bottom: 1px solid #333;
	background: url(../images/bg-bar-2.gif) repeat-x;
}
.intro-box-flash-top {
	float: left;
	width: 938px;
	min-height: 200px;
	padding-top:25px;
	padding-bottom:15px;
	position: relative;
	border-bottom: 1px solid #333;
	z-index: 2;
}
.intro-box-flash {
	float: left;
	width: 938px;
	min-height: 200px;
	position: relative;
	border-bottom: 1px solid #333;
	background: url(../images/bg-bar-2.gif) repeat-x;
	z-index: 2;
}
.intro-box-header {
	float: left;
	width: 938px;
	position: relative;
	padding: 0 0 10px 0;
	background: url(../images/bg-bar-2.gif) repeat-x;
}
.intro-box-clear {
	float: left;
	width: 938px;
	position: relative;
	padding: 10px 0 0 0;
}
* html .intro-box {height: 290px;}

.intro-box h2 {
	line-height: 25px;
	padding: 0 0 0 30px;
	border-bottom: 1px solid #202020;
	background: url(../images/i-1.gif) no-repeat 7px 4px;
}
.img-main {
	left: 0;
	top: 28px;
	position: absolute;
}
.ban-1 {
	top: 51px;
	left: 21px;
	position: absolute;
}
/*--- gallery-box ---*/
.gallery-box {
	top: 130px;
	left: 11px;
	width: 444px;
	height: 85px;
	overflow: hidden;
	position: absolute;
}
.gallery-box div {
	width: 438px;
	height: 85px;
	background: url(../images/shadow-box.png) no-repeat;
}
.gallery-box div ul {
	float: left;
	position: relative;
	padding: 4px 0 0 10px;
}
.gallery-box div ul li {
	float: left;
	padding: 0 5px 0 0;
}
.click-here {
	top: 216px;
	right: 600px;
	color: #999;
	position: absolute;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font: 9px tahoma, verdana, arial, "trebuchet ms", sans-serif;
}
.click-here:hover {text-decoration: underline;}

/*--- top-box ---*/
.top-box {
	float: left;
	width: 917px;
	margin: 9px 0 0 0;
	padding: 0 10px 0 11px;
	background: url(../images/bg-top-box.gif) repeat-y;
}
.bg-bot-box {
	float: left;
	width: 917px;
	padding: 0 0 13px 0;
	background: url(../images/bg-bot-box.gif) repeat-x 0 100%;
}
.bg-bot-box div {
	float: left;
	background: url(../images/bg-bar-2.gif) repeat-x;
}
.bg-bot-box div h2 {padding: 0 0 14px 30px;}
.bg-bot-box div h4 {padding: 0 12px 5px 12px;}
.bg-bot-box div p {padding: 0 21px;}
.bg-bot-box div ul {padding: 0 26px 6px 26px;}
.bg-bot-box div ul li {
	padding: 0;
	color: #fff;
	font-size: 10px;
	line-height: 14px;
}
.t-box-1 {width: 480px;}
.t-box-2 {
	width: 244px;
	display: inline;
	margin: 0 9px 0 8px;
}
.t-box-3 {width: 176px;}
.l-download {
	width: 109px;
	display: block;
	margin: 0 auto;
}
/*--- mid-box ---*/
.mid-box {
	float: left;
	width: 938px;
	padding: 12px 0 0 0;
	margin: 8px 0 0 0;
	background: #1a1a1a;
}
/*--- left and right lists ---*/
.left-list,
.right-list {
	float: left;
	width: 437px;
	padding: 0 0 0 23px;
}
.right-list {
	width: 426px;
	padding: 0 0 0 44px;
}
.left-list li,
.right-list li {
	float: left;
	width: 437px;
	padding: 0 0 24px 0;
}
.right-list li {width: 426px;}

.left-list .last,
.right-list .last {padding: 0 0 15px 0;}

.left-list li .img-box,
.right-list li .img-box {
	float: left;
	width: 200px;
	padding: 1px;
	border: 1px solid #ccc;
}
.left-list li .info-box,
.right-list li .info-box {
	float: left;
	width: 210px;
	padding: 0 0 0 23px;
}
.right-list li .info-box {padding: 0 0 0 12px;}

.left-list li h3,
.right-list li h3 {
	color: #000;
	font-size: 9px;
	font-weight: bold;
	line-height: 19px;
	padding: 0 0 0 23px;
	background: #b2b2b2 url(../images/i-2.gif) no-repeat 1px 1px;
}
.left-list li h4,
.right-list li h4 {padding: 3px 0 5px 0;}
.left-list li p,
.right-list li p {font-size: 10px;}

/*--- bot-box ---*/
.bot-box {
	float: left;
	width: 934px;
	display: inline;
	padding: 0 0 37px 0;
	margin: 12px 0 0 4px;
	background: url(../images/bg-grad.gif) repeat-x 0 28px;
}
.bot-box-clear {
	float: left;
	width: 862px;
	padding-left: 36px;
}
.bg-border {
	float: left;
	width: 934px;
	background: url(../images/bg-border.gif) repeat-y;
}
.bg-border-clear {
	float: left;
	width: 862px;
}
.box-border-3c {
	float: left;
	width: 250px;
	border:#FFCC00 solid 1px;
}
.b-box-1 {
	float: left;
	width: 303px;
	min-height: 264px;
	background: url(../images/bg-bar-2.gif) repeat-x;
}
.b-box-3c {
	float: left;
	width: 250px;
	background: url(../images/bg-bar-2.gif) repeat-x;
}
.b-box-3c-clear {
	float: left;
	width: 250px;
	min-height: 100px;
}
* html .b-box-1 {height: 264px;
}
.b-box-1 p {
	float: left;
	width: 131px;
	font-size: 10px;
	line-height: 13px;
	padding: 40px 15px 84px 12px;
}
.video-box {
	float: left;
	width: 250px;
	padding-top: 22px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 35px;
}
.video-box img{

	padding-left: 45px;
}
.m-lr {
	display: inline;
	margin: 0 12px 0 13px !important;
}
.c-lr {
	display: inline;
	margin: 0 56px 0 56px !important;
}
.img-map {
	margin: 20px auto 0 auto;
	}
input {
	margin: 2px 0 0 0;
	font: 11px verdana, tahoma, arial, "trebuchet ms", sans-serif;
}
.form-code {
	float: left;
	width: 265px;
	padding: 25px 15px 0 23px;
}
.form-code a {margin: 3px 0 0 0;}

.form-code label {
	float: left;
	width: 51px;
	color: #fff;
	padding: 5px 0 0 0;
	font: 9px tahoma, verdana, arial, "trebuchet ms", sans-serif;
}
.form-contact input {
	float: left;
	margin: 19px 0 0 0;
}
.form-contact #securitycode{
	color: #fff;
	position:relative;
	width:240px;
	margin-top:5px;
	left:30px;
	position:relative;
}
.form-contact #securitycode img{
	float:none;
	position:relative;
	left:50px;
	margin-bottom:5px;
}
.form-contact #securitycode #hint{
	float:right;
	left:0px;
	display:inline;
	cursor:help;
}
.form-contact {
	float: left;
	width: 271px;
	padding: 6px 20px 0 12px;
}
.form-contact label {
	float: left;
	color: #fff;
	width: 71px;
	font-size: 10px;
	padding: 20px 0 0 0;
}
.form-contact input {
	float: left;
	margin: 19px 0 0 0;
}
.i-w1 {width: 126px;}
.i-w2 {width: 192px;}

.l-sb {margin: 14px 0 0 0;}
.l-wv {margin: 0 15px 0 0;}
.l-lm {margin: 0 15px 0 0;}

.but {
	float: right;
	color: #fff;
	padding: 0 8px;
	font-size: 9px;
	line-height: 16px;
	white-space: nowrap;
	text-decoration: none;
	background: #681306 url(../images/bg-but.gif) repeat-x;
}
.but:hover {text-decoration: underline;}

/*--- footer ---*/
#footer {
	float: left;
	width: 883px;
	position: relative;
	border-top: 1px solid #333;
	padding: 16px 33px 59px 33px;
	background: url(../images/bg-footer.gif) repeat-x 0 100%;
}
#footer ul {
	width: 883px;
	text-align: center;
}
#footer ul li {
	color: #666;
	display: inline;
	font-size: 10px;
	line-height: 20px;
}
#footer ul li a {color: #666;}

#footer img {
	left: 35px;
	bottom: -15px;
	position: absolute;
}
/*--- Main Pages ---*/
.main-cont {
	float: left;
	width: 938px;
	padding: 0 0 7px 0;
	background: url(../images/bg-main-cont.gif) repeat-y;
}
/*--- Contact Pages ---*/
.main-cont-contact {
	float: left;
	width: 938px;
	padding: 0 0 7px 0;
	background: url(../images/bg-main-cont-contact.gif) repeat-y;
}

/*--- left-col ---*/
.left-col {
	float: left;
	width: 181px;
	padding: 0 0 15px 0;
	background: url(../images/bg-bar-2.gif) repeat-x;
}
.left-col ul {
	margin: 2px 0 0 0;
	border-top: 1px solid #333;
}
.left-col ul li {
	padding: 0 0 0 0;
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px solid #333;
}
.left-col ul li a {
	width: 160px;
	display: block;
	padding: 6px 8px 6px 13px;
	text-decoration: none;
}
.left-col ul li a:hover,
.left-col ul li .active {
	color: #fff;
	background: #940000 url(../images/bg-hover-left-nav.gif) repeat-x;
}
/*--- center-col ---*/
.center-col {
	float: left;
	width: 526px;
	padding: 0 10px 0 10px;
}
.center-col h1 {
	overflow: hidden;
	background: #2d2d2d;
	padding: 8px 10px 10px 12px;
}
.center-col h2,
.center-col h3 {
	font-size: 11px;
	background: none;
	line-height: normal;
	padding: 20px 16px 2px 21px;
}
.center-col h3 {
	color: #fff;
	padding: 12px 16px 1px 21px;
	text-transform: uppercase;
}
.center-col h6 {
	font-size: 11px;
	padding: 0px 16px 1px 21px;
}
.center-col p {padding: 0 16px 13px 21px;}

.center-col p strong {
	margin: 0;
	color: #ff9900;
	font: bold 10px verdana, tahoma, arial, "trebuchet ms", sans-serif;
}
.center-col .p-last {padding: 0 16px 0 21px;}
.i-right {
	float: right;
	margin: 0 16px 0 10px;
}
.center-col ul {
	margin: -8px 0 0 0;
	padding: 0 0 20px 0;
}
.center-col ul li {
	padding: 0 0 2px 61px;
	background: url(../images/i-4.gif) no-repeat 44px 5px;
	color: #ffffff;
	font: 10px verdana, tahoma, arial, "trebuchet ms", sans-serif;
}
.center-col ul li a {text-decoration: none;}
.center-col ul li a:hover {text-decoration: underline;
}

/*--- center-col-contact ---*/
.center-col-contact {
	float: left;
	width: 737px;
	padding: 0 10px 0 10px;
}
.center-col-contact h1 {
	overflow: hidden;
	background: #2d2d2d;
	padding: 8px 10px 10px 12px;
}
.center-col-contact h2,
.center-col-contact h3 {
	font-size: 11px;
}
.center-col-contact h3 {
	color: #fff;
	padding: 12px 16px 1px 21px;
	text-transform: uppercase;
}
.center-col-contact h6 {
	font-size: 11px;
	padding: 0px;
}
.center-col-contact p {padding: 0 16px 13px 21px;}
.center-col-contact .p-last {padding: 0 16px 0 21px;}
.i-right-contact {
	float: right;
	margin: 0 16px 0 10px;
}
.center-col-contact ul {
	margin: -8px 0 0 0;
	padding: 0 0 20px 0;
}
.center-col-contact ul li {
	padding: 0 0 2px 61px;
	background: url(../images/i-4.gif) no-repeat 44px 5px;
	color: #ffffff;
	font: 10px verdana, tahoma, arial, "trebuchet ms", sans-serif;
}
.center-col-contact ul li a {text-decoration: none;}
.center-col-contact ul li a:hover {text-decoration: underline;}
.contact-list {
	color: #ffffff;
	font: 10px verdana, tahoma, arial, "trebuchet ms", sans-serif;
}
.odd {
	background-color:#191919;
}
.even {
	background-color:#333333;
}
/*--- right-col ---*/
.right-col {
	float: left;
	width: 211px;
	overflow: hidden;
	position: relative;
	background: url(../images/bg-bar-2.gif) repeat-x;
}
.l-print {
	top: 6px;
	right: 13px;
	color: #999;
	font-size: 9px;
	position: absolute;
	padding: 0 0 4px 24px;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../images/print.gif) no-repeat;
}
.h3-1 {
	width: 115px;
	overflow: hidden;
}
.img-cont {
	width: 200px;
	padding: 8px 5px 0 6px;
}
.img-cont span {
	color: #f90;
	font-size: 9px;
	padding: 5px 0 0 0;
	display: block;
	letter-spacing: -1px;
	text-transform: uppercase;
}
.cite-box {
	color: #ccc;
	width: 200px;
	overflow: hidden;
	padding: 15px 5px 15px 6px;
	font: italic 13px/13px arial, verdana, tahoma, "trebuchet ms", sans-serif;
}
.cite-box cite {display: block;}
.cite-box span {
	display: block;
	text-align: right;
}
/* sIFR section */

/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	margin: 0;
	visibility: visible !important;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	position: absolute;
}
/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}
/* sIFR headings */

.sIFR-hasFlash h1 span {
	font-size: 18px;
	line-height: 14px;
	visibility: hidden;
}

/* Small Flash Map*/

.flash_small {
	width:225;
	margin:auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 35px;
}
.flash_small2 {
	float:right;
	width:225;
	margin:auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 35px;
}
.img_pc {
	padding-right:15px;
	padding-left:15px;
}
.submit {
	float:right;

}
.center-col-vendor {
	float: left;
	width: 737px;
	padding: 0 10px 0 10px;
}
.center-col-vendor h1 {
	overflow: hidden;
	background: #2d2d2d;
	padding: 8px 10px 10px 12px;
}
.center-col-vendor h2,
.center-col-vendor h3 {
	font-size: 11px;
}
.center-col-vendor h3 {
	color: #fff;
	padding: 12px 16px 1px 21px;
	text-transform: uppercase;
}
.center-col-vendor h6 {
	font-size: 11px;
	padding: 0px;
}
.center-col-vendor p {padding: 0 16px 13px 21px;}
.center-col-vendor .p-last {padding: 0 16px 0 21px;}

.center-col-vendor strong {
color:#f90;

}
#vendor_container {
	float: left;
	width: 717px;
	padding: 0 0 0 10px;
	color:#FFFFFF;

}

#vendor_container ul li{
	list-style: none;
	margin:0;
	padding:0;
	line-height:2;

}



#vendor_left {
	float: left;
	width: 440px;
	padding: 0 0 0 10px;

}
#vendor_right {
	float: right;
	width: 220px;
	padding: 0 10px 0 10px;

}
#vendor_col_left {
	float: left;
	width: 220px;
	padding: 0 10px 0 0;

}
#vendor_col_right {
	float: right;
	width: 190px;
	padding: 0 0 0 0;

}

.form-contact-alert div{
	padding: 10px; 
	margin: 20px 22px 0; 
}
.success {
	border: 1px solid #aacf9b; 
	background: #e5f0e0; 
}
.error {
	border: 1px solid #b10502; 
	background: #ffd1d0; 
}
/*----------Contact Form -------------*/
.form-contact ul {
	margin-top: 10px;
}
.form-contact ul li {
	margin: 0;
	padding: 5px 0;
	float: left;
	width: 100%;
	clear: both;
}
.form-contact ul li label {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	width: 70px;
	text-align: right;
}
.form-contact ul li input, .form-contact ul li textarea {
	float: left;
	width: 187px;
	margin: 0;
	padding: 0;
}
#page #content .bot-box .b-box-1 form .form-contact ul li input.btn {
	width: auto;
	height: auto;
}
.clear {
	clear: both;
}
.right {
	float: right;
}
.col1{
	width:350px;
}
ul.form input{
	width:190px;
	float:right;
}
ul.form li{
	padding: 2px; 
	margin-top:5px;
	clear: both;
	background:none;
}
ul.form li em{
	float: left;
	text-align: right;
	margin-right:5px;
	width: 145px;
	font-style: normal;
}
ul.form li input.btn{
	width: auto;
	margin: 5px 0;
}
.formerror{
	margin:5px 0 0 153px;
	padding-left:15px;
	color:#c60700;
	font-weight:700;
	background:url('/images/icon_error.gif') no-repeat;
}
div.formsubmitted {
padding:10px;
width:90%;
margin:0 auto;
}
div.formsubmitted p, .formsubmitted {
color:#444;
}
div.formsubmitted em{
float:left;
width:150px;
font-weight:bold;
font-style:normal;
}
div.formsubmitted em.alert{
float:none;
font-weight:bold;
color:#48673c;
}

ul.tabs{list-style:none inside none;margin:5px 0 0 18px;}
ul.tabs li{
	background:transparent url(/images/tab_inactive.jpg) no-repeat scroll 0 0;
	float:left;
	height:18px;
	padding:10px 5px;
	text-align:center;
	width:110px;
}
ul.tabs li#active{
	background:transparent url(/images/tab_active.jpg) no-repeat scroll 0 0;
	float:left;
	height:18px;
	padding:10px 5px;
	text-align:center;
	width:110px;
}
ul.tabs li a{
	color:#fff;
	font-size:11px;
	font-weight:bold;}

div.sales_sheet{
	padding:5px;background:#ddd;margin:5px;border:1px solid #111;float:right
}
div.sales_sheet p{
	background-color:#222;padding:5px;text-align:center
}

.youtube-player{
	padding: 20px 0;
}
.landingwrapper{
	padding:0 10px;
}
.landingwrapper h1{
	margin:10px 0;
}
.landingwrapper .intro-box-clear{
	width:auto;
	float:none;
	clear:both;
}

/*---------------------Carousel Styles + Drivetrain Carousel Styles ----------------------------------*/

#video-thumbs {
width: 700px;
margin: 0 auto;
}

.carousel_wrap {
    width:640px;
    float:left;
    clear:both;
    height:auto;
	overflow: hidden;
    display: inline;
    position: relative;
	background: #2d2d2d;
	padding: 0 30px;
	margin: 20px 0 50px 0;
}

.carousel {
    width:510px;
    position:relative;
    margin:0 auto;
    padding:0;
    overflow: hidden;
}

.carousel ul.rotator {
    list-style:none;
    float:left;
    height:auto;
    margin:0;
    padding:0;
}

.carousel ul.rotator li {
    width: 150px;
    float:left;
    padding:10px 0 0 0; margin: 0;
    text-align: center;
	cursor: pointer;
}
.carousel ul.rotator li small {
    padding:0 10px;
}
.carousel ul.rotator li img {
    display:block;
    margin:0 auto 5px;
    opacity: 0.3;
    filter: alpha(opacity=30);  
    height: 100px;
    width: 150px;
    border: 1px solid #000;
}

.carousel ul.rotator li.active img {
    opacity: 1;
    filter: alpha(opacity=100);  
}

.carousel ul.rotator li p {
margin: 0px;
padding: 0px;
}

.carousel ul.rotator li.active p {
    color: #FF9900;
	margin: 0px;
	padding: 0px;
}

.carousel ul.rotator li h3 { width: 180px; text-align: center; font-size: 1em; margin: 0 auto; display: block;}
.carousel_wrap a.right-scroll, .carousel_wrap a.left-scroll {
    height:146px;
    width:48px;
    float:left;
    overflow:hidden;
    right: 30px;
    position:absolute;
    z-index:3;
    cursor:pointer;
}

.carousel_wrap a.left-scroll {
    left: 30px;
}

.carousel_wrap a.right-scroll span, .carousel_wrap a.left-scroll span {
    background:url(/images/arrows.png) no-repeat right top;
    width:46px;
    height:48px;
    float:left;
    margin-top:50px;
    text-indent:-99999px;
}
#dsi-video .carousel_wrap a.right-scroll span, #dsi-video .carousel_wrap a.left-scroll span {margin-top: 30px;}
#dsi-video {margin: 0 auto; width: 920px;}
.carousel_wrap a.left-scroll span {
    background-position:left top;
}

.carousel_wrap a:hover.left-scroll span {
    background-position:left bottom;
}

.carousel_wrap a.deactive {
    cursor:default;
}

.carousel_wrap a.deactive:hover.right-scroll span {
    background-position:right top;
}

.carousel_wrap a.deactive span {
    filter:alpha(opacity=20);
    opacity:0.2;    
    
}

#carousel-content div {
    display: none;
	width: 560px;
	margin: 20px auto 0;
}
