@font-face {
	font-family: Rotis;
	src: url('../fonts/RotisSemiSansStd-Regular.otf') format("opentype");
}

@font-face {
	font-family: RotisBold;
	src: url('../fonts/RotisSemiSansStd-Bold.otf') format("truetype");
}

* { 
	padding: 0;
	border: 0;
	margin: 0;
	outline: none;
}


body { 
	position: relative; 
	margin-top: -10px;
	font-family: Arial, sans-serif;
	min-height: 900px;
	/*background-image: linear-gradient(bottom, rgb(255,255,255) 38%, rgb(218,218,218) 69%);
	background-image: -o-linear-gradient(bottom, rgb(255,255,255) 38%, rgb(218,218,218) 69%);
	background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 38%, rgb(218,218,218) 69%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 38%, rgb(218,218,218) 69%);
	background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 38%, rgb(218,218,218) 69%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.38, rgb(255,255,255)),
		color-stop(0.69, rgb(218,218,218))
	);*/

	background: url('../images/site-bg.png') repeat-x #fbfbfb;
	overflow-x: hidden;
}

#master {
	position: relative;
	width: 1100px;
	margin: 0 auto;
	overflow: visible;
}
/* STANDARD TEXT TREATMENTS */
p , table {
	font-family: Arial, sans-serif;
	color: #565656;
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 140%;
}

div#tabs p {
	/*padding-right: 200px;*/
}

div#tabs-1 table tbody tr:nth-child(odd), table.techTable tr:nth-child(odd) {
	background-color: #eee;
}

div#tabs-1 table {
	border-spacing: 0px;
}

div#tabs-1 table tbody td {
	padding-left: 10px;
	line-height: 17px;
	padding-top: 5px;
}

h5 {
	font-weight: normal;
	padding: 10px 0 20px 0;
	color: #555;
	letter-spacing: 1px;
}

a {
	text-decoration: none;
	color: #888;
}

a:hover {
	color: #ff0000;
}
/* END STANDARDS */
#container {
	width: 1000px;
	margin: 10px 0 0 25px;
	position: relative;
	z-index: 1000;
}

#enewscontainer {
	width: 1030px;
	margin: 0px 0 0 0px;
	position: relative;
	z-index: 1000;
}

/* NAV SECTION */
#nav {
	position: absolute;
	padding-top: 17px;
	left: 20px;
	width: 240px;
	background-color: rgba(255,255,255, .3);
	padding-left: 10px;
	padding-bottom: 35px;
	height: 411px;
}

#nav ul {
	list-style: none;
}

#nav ul li {
	width: 230px;
	height: 50px;
	background-color: rgba(255, 255, 255, .8);
	margin-bottom: 1px;
	display: block;
	position: relative;
	font-family: Rotis;
}

#nav ul li:active, #nav ul li:hover {
	background-color: #fff;
}

#nav ul li a { 
	text-decoration: none;
	color: rgb(88, 89, 91);
	text-transform: uppercase;
	font-size: 11px;
	width: 235px;
	display: inline-block;
}

#nav ul li a:hover, #nav ul li a:active {
	color: rgb(26, 59, 115);
}

#nav ul li ul li:hover a p {
	color: #004183 !important;
}

#nav ul li ul li:hover div.content {
	display: block;
}

#nav ul li ul {
	box-shadow: 3px 3px 3px rgba(0,0,0,.20);
}

.content a {
	font-family: Arial;
}

.content a:hover {
	font-color: #000 !important;
}

#nav ul li a p { /* used for breaking anchor text length in Main Nav*/
	padding-top: 8px;
	padding-left: 12px;
	max-width: 105px;
	color: #666 !important;
}

#nav ul li a p:hover, #nav ul li:hover a {
	color: #004183 !important;
}

#nav ul li ul {
	position: absolute;
	margin-top: -50px;
	left: 230px;
	padding-left: 5px;
	display: none;
}

#nav ul li ul:nth-child(2n+3) {
	margin-top: -33px !important;
}


#nav ul li:hover ul {
	display: block;	
	z-index: 100;
}

#nav ul li ul li {
	background-color: #ddd;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	margin-bottom: 0px;
	margin-top: 0px;
}

#nav ul li ul li:hover {
	background-color: #fff;
}
#nav ul li ul li ul {
	display: none !important;
}

#nav ul li ul li:hover ul {
	display: block !important;
}

#nav ul li ul li ul li a p, #nav ul li ul li ul li a, #nav ul li ul li ul li {
	color: #666 !important;
}

/* BOAT SPECIFIC NAVIGATION BUTTONS */
li.fbc {
	background: url('../images/boat-btn/flybridge-collection.png') center no-repeat;
}

li.syc {
	background: url('../images/boat-btn/sport-collection.png') center no-repeat;
}

li.suvc {
	background: url('../images/boat-btn/suv-collection.png') center no-repeat;
}

li.bmy {
	background: url('../images/boat-btn/belize-my.png') center no-repeat;
}

li.r75 {
	background: url('../images/boat-btn/r75.png') center no-repeat;
}

li.o63 {
	background: url('../images/boat-btn/63open.png') center no-repeat;
}

li.r63en {
	background: url('../images/boat-btn/r63en.png') center no-repeat;
}

li.e53 {
	background: url('../images/boat-btn/r53en.png') center no-repeat;
}

li.o53 {
	background: url('../images/boat-btn/53.png') center no-repeat;
}

li.e50 {
	background: url('../images/boat-btn/fb50.png') center no-repeat;
}

li.o45 {
	background: url('../images/boat-btn/r45.png') center no-repeat;
}

li.o43 {
	background: url('../images/boat-btn/r43.png') center no-repeat;
}

/* SUBNAV STYLING */
#subnav {
	position: absolute;
	padding-top: 18px;
	left: 20px;
	top: 462px;
	width: 240px;
	background-color: rgba(255,255,255, .8);
	padding-left: 10px;
	z-index: 1;
}

.boatSubNav {
	top: 343px !important;
}

div.boatSubNav ul li.first {
	display: none !important;
}

#subnav ul, #subnav ul li ul {
	list-style: none;
	width: 230px;
	margin-bottom: 20px;
}

#subnav ul li, #subnav ul li ul li {
	background-image: url('../images/btn-boatmenu-off.jpg');
	margin-bottom: 2px;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	vertical-align: center;
	display: block;
}

#subnav ul li ul {
	display: none;
	margin-left: 230px;
	margin-top: -30px;
	padding: 5px;
	background-color: #fff;
	box-shadow: 3px 3px 3px #999;
}

#subnav ul li:hover ul {
	display: block;
}

#subnav ul li ul li.active a {
	color: #fff !important;
}

#subnav ul li:hover, #subnav ul li.active, #subnav ul li ul li:hover a, #subnav ul li ul li.active a{
	background-image: url('../images/btn-boatmenu-on.jpg');
	color: #fff;
}

#subnav ul li:hover a, #subnav ul li.active a {
	color: #fff;
}

#subnav ul li ul li a {
	color: #000 !important;
}

#subnav ul li ul li a:hover {
	color: #fff !important;
}

#subnav ul li:hover ul li, #subnav ul li a:hover ul li {
	background-image: url('../images/btn-boatmenu-off.jpg') !important;
	color: #000;
}

#subnav li a { 
	padding-left: 15px;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	color: #000;
}

/*** 3rd tier nav ***/

#subnav ul li ul li ul {
	display: none !important;
}

#subnav ul li ul li:hover ul {
	display: block !important;
}

#subnav ul li ul li ul li, #subnav ul li ul li ul li a {
	color: #000 !important;
	background-image: url('../images/btn-boatmenu-off.jpg') !important;
}

#subnav ul li ul li ul li:hover a, #subnav ul li ul li ul li a:hover {
	color: #fff !important;
	background-image: url('../images/btn-boatmenu-on.jpg') !important;
}

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




input[type=text], textarea {
	border: 1px solid #aaa !important;
	width: 190px !important;
	height: 20px !important;
	line-height: 20px !important;
	color: #555 !important;
	padding-left: 10px !important;
	float: left !important;
	background-color: rgb(238, 238, 238) !important;
	vertical-align: middle !important;
}


input[type=email], textarea {
	border: 1px solid #aaa !important;
	width: 190px !important;
	height: 20px !important;
	line-height: 20px !important;
	color: #555 !important;
	padding-left: 10px !important;
	float: left !important;
	background-color: rgb(238, 238, 238) !important;
	vertical-align: middle !important;
}

select {
	border: 1px solid #aaa;
	color: #555;
	float: left;
	margin-top: -7px;
}
input[type=submit] {
	width: 144px !important;
	height: 25px;
	float: left;
	background-color: #eee;
	color: #000;
	margin-left: 15px;
	margin-bottom: 3px;
	font-size: 12px;
	line-height: 25px;
	vertical-align: center;
	text-align: center;
}

input[type=submit]:hover {
	background-color: #888;
	color: #fff;
	border-radius: 0px;
}

fieldset input[type=submit] {
	background: url('../images/grey-dot.png') center no-repeat;
	background-size: 60% 60%;
}

fieldset input[type=submit]:hover {
	background-color: #fff;
}

textarea {
	height: 155px !important;
	width: 355px !important;
}

td { 
	vertical-align: top;
}
/* Content below slideshow section */

#subContent{
	width: 700px;
	position: absolute;
	top: 480px;
	left: 300px;
}

.col {
	display: inline-block;
	width: 170px;
	float: left;
}



div.col p a:hover {
	color: ff0000;
}

/*  fOOOTER STUFFS */
#footer {
	position: absolute;
	bottom: 10px;
	height: 108px;
	width: 100%;
	border-top: 1px solid rgb(172, 174, 170);
	padding-top: 50px;
	color: rgb(88,89,91);
	font-size: 11px;
	clear: both;
}

#footer p a {
	padding: 0 10px 0 10px;
}

/*  CONTENT POPUP WINDOW */

.content {
	width: 460px;
	height: 480px;
	position: absolute;
	background-color: #ffffff;
	left: 235px;
	top: -130px;
	padding: 10px;
	display: none;
	z-index: 1000000;
	box-shadow: 3px 3px 3px rgba(0,0,0,.20);
}

#content {
	width: 460px;
	height: 480px;
	position: absolute;
	background-color: #ffffff;
	right: 10px;
	top: 10px;
	border: 1px solid #666;
	padding: 10px;
	z-index: 1000000;
}

h3 {
	margin: 10px 0 10px 0;
}


/* CONTENT PANELS */

#modelContent, #techContent, #layoutContent, #galContent, #enquireContent {
	position: absolute;
	width: 480px;
	height: 400px;
	display: none;
}

#modelContent {
	display: block;
}

#modelContent p, #techContent p, #layoutContent p, #galContent p, #enquireContent p {
	line-height: 160%;
}

#modelContent h3 {
	color: #355089;
}
#contentNav {
	position: absolute;
	bottom: 15px;
}

#contentNav a {
	display: inline-block;
	width: 144px;
	height: 25px;
	float: left;
	background-color: #eee;
	color: #000 !important;
	margin-left: 3px;
	margin-bottom: 3px;
	font-size: 12px;
	line-height: 25px;
	vertical-align: center;
	text-align: center;
	text-transform: capitalize !important;
}

#contentNav a#model:hover, #contentNav a#tech:hover, #contentNav a#gal:hover, #contentNav a#layout:hover, #contentNav a#brochure:hover, #contentNav a#enquire:hover {
	background-color: #afb4bc;
	color: #fff !important;
}

#contentNav a#model, #contentNav a#tech, #contentNav a#gal, #contentNav a#layout, #contentNav a#brochure, #contentNav a#enquire {
	color: #000 !important;
	width: 144px;
}
#slideshowContainer {
	position: absolute;
	width: 100%;
	height: 502px;
	left: -140px;
}

#boatSlideshowContainer {
	position: absolute;
	width: 100%;
	height: 343px;
	margin-left: -120px;
}
#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

#singleCol {
	width: 680px;
	padding: 10px 10px 10px 30px;
	background-color: #fff;
	position: absolute;
	right: -10px;
	top: 17px;
	min-height: 800px !important;
}


#singleColenews {
	width: 710px;
	padding: 10px 10px 10px 30px;
	background-color: #fff;
	position: absolute;
	right: -10px;
	top: 17px;
	min-height: 800px !important;
}



/* BOATPAGE SPECIFIC STYLING */ 

#breadCrumbs {
	width: 700px;
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
	height: 20px;
	position: absolute;
	left: 294px;
	top: 368px;
	letter-spacing: 2px;
}

li.blue {
	background-color: #004183 !important;
	background-image: none !important;
	text-transform: uppercase;
}

h3.blue, h3.blue a, h4.blue a {
	color: #004183 !important;
}


.blue {
	color: #004183 !important;
}

li.charcoal, li.charoal {
	background-color: #2c363c !important;
	background-image: none !important;
	text-transform: uppercase;
}


h4.charcoal, .charcoal {
	color: #2c363c !important;
}

li.orange {
	background-color: #e36f1e !important;
	background-image: none !important;
	text-transform: uppercase;
}

h4.orange, .orange {
	color: #e36f1e !important;
}

li.red {
	background-color: #999999 !important;
	background-image: none !important;
	text-transform: uppercase;
}

li.red a, li.blue a, li.orange a, li.charcoal a {
	color: #fff !important;
}

li.red a:hover, li.blue a:hover, li.orange a:hover, li.charcoal a:hover {
	color: #fff !important;
}

h4.red, h4.red a, h4.rotisTitle.red a, .red {
	color: #999999 !important;
}

#boatContent { /* use for non-tabbed content on boat pages */
	width: 660px;
	background-color: #fff;
	min-height: 800px;
	position: absolute;
	left: 290px;
	top:398px;
	padding: 10px 20px 0 20px;
}

#tabs { /* Use for tabbed boat content */
	width: 780px;
	position: absolute;
	left: 290px;
	top: 398px;
}

div#tabs div {
	background-color: #fff;
}

a.ui-tabs-anchor {
	font-size: 12px;
	color: #000;
}

h2 {
	color: #355089;
	font-weight: normal;
	margin-bottom: 20px;
	font-family: Rotis, sans-serif;
}

#boatContent h4, #tabs h4, #singleCol h4 {
	color: #355089;
	margin: 10px 0 10px 0;
	font-size: 20px;
}

h6 {
	color: #355089;
	font-weight: normal;
	padding-left: 20px;
	font-size: 15px;
	font-family: Rotis, sans-serif;
}

td {
	padding: 0 45px 10px 0;
}

div#tabs-1 a, div#tabs-2 a, div#tabs3 a {
	text-decoration: none;
}

div#tabs-1 h4, div#tabs-2 h4, div#tabs-3 h4, div#tabs-4 h4 {
	font-family: Rotis, sans-serif;
	font-size: 20px;
}


#singleCol p{
	margin-left: 0px;
	padding-right: 20px; /* JP: Changed from 200px to 20px*/
	padding-left: 15px;
}
#singleCol h3{
	font-family: rotis, sans-serif;
}
div#container div#singleCol h3 {
	color: #666;
	margin-bottom: 20px;
	margin-top: 20px;
	font-family: rotis, sans-serif;
	margin-left: 15px;
}
div#container div#singleCol table{
	margin-left: 10px;
}
div#reSize{
	padding-left: 25px;
	padding-top: 15px;
}
div#reSize2{
	padding-left: 25px;
	padding-top: 15px;
	height: 400px;
}
#tabs {
	min-height: 500px;
}
.ui-tabs-anchor{
	font-size: 9px;
}


LI.tabSmallTitle.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active:first-child, LI.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active:first-child {
	background: url('../images/tab1-ac-1.png') center no-repeat;
	background-size: 100% 102%;
}

LI.tabSmallTitle.ui-state-default.ui-corner-top:not(:first-child), LI.ui-state-default.ui-corner-top:not(:first-child) {
	background: url('../images/tab2-in.png') center no-repeat;
	background-size: 100% 102%;
}

LI.tabSmallTitle.ui-state-default.ui-corner-top:first-child, LI.ui-state-default.ui-corner-top:first-child {
	background: url('../images/tab1-in.png') center no-repeat;
	background-size: 100% 102%;
}

LI.tabSmallTitle.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active:not(:first-child), LI.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active:not(:first-child) {
	background: url('../images/tab2-ac.png') center no-repeat;
	background-size: 100% 102%;
}

LI.tabSmallTitle:not(:last-child), LI.ui-state-default.ui-corner-top:not(:last-child) {
	background-color: #fff !important;
}




div#tabs div#tabs-1 {
	padding-left: 40px;
	padding-top: 20px;
}

form.sisea-search-form fieldset input[type="submit"] {
	width: 22px !important;
	height: 22px !important;
	border: 1px solid #999;
	float: left;
	margin-left: 0px !important;
}
form.sisea-search-form {
	margin-bottom: 5px;
	font-size:12px;
	font-family: Arial, sans-serif;
	color: #565656;
}
div#modelContent h3{
	margin-left: 20px;
}
div#modelContent p{
	margin-left: 20px;
}
FORM.sisea-search-form FIELDSET INPUT{
	background-color: #ffffff;
	color: #888;
}

div#tabs, div#tabs-1, div#tabs-2, div#tabs-3, div#tabs-4 { 
	min-height: 500px; 
	max-width: 700px;
}

#storeContent {
	position: absolute;
	left: 45px;
	top: 503px;
	width: 960px;
	background-color: #fff;
	padding-top: 30px;
}

#clearFix {
	clear: both;
}

.ui-widget-content a {
	color: #888 !important;
}

.ui-widget-content p a:hover {
	color: #f00 !important;
}


.sisea-result h3 {
	font-size: 13px;
}

.sisea-paging * {
	font-size: 11px;
	color: red;
}

ul.privacy {
	margin-left: 40px;
}

.padme {
	margin-left: 20px; 
	color: rgb(53, 80, 137);
}

div#tabs > ul li a {
text-align: center;
display: block;
width: 110px;
font-size: 10px;
}

h4.title {
	margin-left: 10px !important;
}

div#comments {
	display: none;
}

div.sidemenu, div.tags, div.archives {
	font-size: 12px;
	width: 23%;
	float: left;
	margin-left: 20px;
}

div.sidemenu {
	width: 45%;
}

div.sidemenu *, div.tags *, div.archives * {
	padding: 0 !important;
	margin: 0 !important;
}

div.sidemenu ul, div.tags ul, div.archives ul {
	padding-left: 15px !important;
}

div.sidemenu li, div.tags li, div.archives li {
	color: #666;
}

div.sidemenu h3, div.tags h3, div.archives h3 {
	color: #666;
}

.dealerBtn {
	display: none;
	width: 80px !important;
	margin-left: 0px !important;
}

table#bw_Search_Table td {
	padding: 2px 5px;
}

table#bw_Search_Table th {
	padding: 10px;
}

hr {
	width: 70%;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,0)); 
	margin: 30px 0;
}

.pad {
	padding-left: 5px;
}

h4 {
	font-family: Rotis, sans-serif;
}
#singleCol ul li {
	font-size: 12px;
	color: #444;
}

#singleCol ul { 
	margin-left: 40px;
}

ul#owner {
	margin-left: 15px;
}

ul#owner li {
	display: inline-block;
	list-style: none;
	float: left;
	padding-right: 15px;
	border-left: 1px solid #666;
	padding-left: 5px;
}

ul#owner li a.active {
	color: #f00;
}

/* article styling */

div.post * {
	padding: 0 !important;
	margin: 0 !important;
}


h4.title {
	font-family: Arial;
	font-weight: bold;
	color: #888;
	font-size: 18px;
}

div.post td:first-child {
	padding: 0 20px 20px 0px !important;
}

div.post p {
	margin-top: 10px !important;
	padding-right: 40px !important;
}

a.readmore {
	float: left;
}

div.sidemenu, div.tags {
	display: none;
}

div.archives ul li {
	list-style: none;
}

h4.rotisTitle a {
	font-family: Rotis, sans-serif;
	color: #013976 !important;
	font-size: 22px;
}

a.index {
	float: right;
	margin-right: 40px;
	color: #444;
	text-decoration: none;
	font-size: 12px;
	margin-top: -30px;
}

a.index:hover {
	text-decoration: underline;
}


@media only screen and (max-width: 1024px) {
	div.caroufredsel_wrapper {
		margin: 10px 0 0 0px !important;
	}

	#pager {
		margin-top: 10px;
	}
	html, body {
		width: 1024px !important;
		overflow-x: hidden !important;
	}
	#home_slider {
		/*overflow: hidden !important;*/
	}
}

div.entry p {
	padding-right: 10px !important;
}

img.hero {
	position: absolute;
	left: -275px
}
#forms tr td:first-child {
	padding-left: 10px;
	font-size: 11px;
}

#forms input {
	background-color: #eee;
}

#singleCol table p {
	padding-right: 0px;
}

#home_slider div a {
	/*background-color: #ddd;*/
}

.social {
	width: ;
	height: px;
	margin-top: 12px;
	padding-right: 10px;
	float: right;
	padding-bottom: 20px;
}



h1, h2, h3, h4, div.col h5 {
	font-family: RotisBold !important;
	font-weight: normal;
}

div.col h5 {
	font-size: 14px;
	letter-spacing: 0px;
	max-width: 164px;
	padding-bottom: 10px;
}

h5, h6 {
	font-family: Arial !important;
}

#slidePanelFrame {
	width: 640px;
	min-height: 300px;
	overflow-x: hidden;
	position: relative;
	margin-left: 0px;
}

div.subPanel {
	width: 640px;
	display: inline-block;
	float: left;
	vertical-align: text-top;
	min-height: 300px;
}

#slidePanelParent {
	left: 0;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #565656;
}

#pageMe {
	width: 640px;
	margin-top: 20px;
}

#previous {
	width: 171px;
	height: 59px;
	float: left;
	background: url('../images/panels/previous-off.png') center no-repeat;
}

#previous:hover {
	background: url('../images/panels/previous-on.png') center no-repeat;
}

#next {
	width: 171px;
	height: 59px;
	float: right;
	background: url('../images/panels/next-off.png') center no-repeat;
}

#next:hover {
	background: url('../images/panels/next-on.png') center no-repeat;
}

#paging {
	margin: 20px 0px 0 130px;
	font-size: 11px;
	color: #999;
	display: inline-block;
}

#pdfLink {
	width:100px; margin-right:20px; margin-top:0px; float:right;
}

#flag {
	margin-left: 0px;
}

.padMe {
	margin-left: 0px;
}

#e75 {
	top: -120px;
}

#e63 {
	top: -172px;
}
#o63 {
	top: -224px;
}
#e53 {
	top: -276px;
}
#o53 {
	top: -328px;
}
#e50 {
	top: -328px;
}
#o45 {
	top: -380px;
}
#o43 {
	top: -432px;
}
#sy6000 {
	top: -168px;
}
#sy5800 {
	top: -168px;
}
#sy5000 {
	top: -220px;
}
#sy4400 {
	top: -272px;
}
#sy3600 {
	top: -324px;
}
#suv565 {
	top: -222px;
}
#suv515 {
	top: -274px;
}
#suv445 {
	top: -326px;
}
#b54s {
	top: -440px;
}

#b54d {
	top: -388px;
}

.techTable {
	width: 620px;
}

#disclaimer {
	position: absolute;
	width: 400px;
	background-color: #fff;
	border: 10px solid #eeeeee;
	box-shadow: 3px 3px 3px #aaa;
	font-size: 10px;
	padding: 10px;
	top: 200px;
	display: none;
}

#x {
	float: right;
}

#notes {
	font-size: 11px;
	color: #000;
}

.center {
margin-left: auto;
margin-right: auto;
display: block;
}

div.col p {
	padding-right: 7px;
}

.content td, .content th {
	padding: 0 10px 0 0 ;
	text-align: left;
}

.content table {
	margin-left: 20px;
}

.content h3 {
	font-weight: normal;
}

div.logo {
	width: 230px;
	max-height: 117px;
}

a[rel="lightbox[1]"] img {
  width: 200px;
  height: 133px;
}

#subnav ul li ul li a img {
	vertical-align: middle;
	padding-right: 5px;
}

.news td {
	padding-right:10px;
}

.news td:nth-child(2) {
	max-width: 310px;
}
table.news {
margin-left: -10px !important;
}

.review td {
	background-color: #fff;
	vertical-align: top;
}

.dealership {
	width: 100%;
}

.dealership img {
	float: right;
}

.post img {
	width: 200px;
}

ul.pageList {
	list-style: none;
}

ul.pageList li {
	display: inline; 
	float: left;
	padding-right: 5px;
}

span.big a {
	font-size: 16px;
	color: #555;
}

span.date {
	font-size: 13px;
}

table.archives td {
	line-height: 20px;
	vertical-align: middle;
	padding-left: 15px;
	padding-top: 5px;
	font-size: 15px;
	color: #444;
}

p.date1 {
	font-size: 16px;
	margin-left: -15px !important;
	font-family: Rotis;
}

table#bw_Search_Form input[type=text], table#bw_Search_Form select {
	width: 100px !important;
}

.superSpecial {
	background: url('../images/site-bg2.png') center top repeat-x;
}

@font-face {
	font-family: Rotis;
	src: url('../fonts/RotisSemiSansStd-Regular.otf') format("opentype");
}

@font-face {
	font-family: RotisBold;
	src: url('../fonts/RotisSemiSansStd-Bold.otf') format("truetype");
}

/*Title bars*/
div#titlebars {
	height: 22px;
	width: 414px;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 10px;
	margin-bottom:20px;
}

.titlebar-Blue {
	background-image: url(../images/bars/titleBarBG-blue.png);
}
.titlebar-Red {
	background-image: none !important;
	background-color: #999999 !important;
}
.titlebar-Orange {
	background-image: url(../images/bars/titleBarBG-orange.png);
}
.titlebar-Charcoal {
	background-image: url(../images/bars/titleBarBG-charcoal.png);
}
.titlebar-Grey {
	background-image: url(../images/bars/titleBarBG-grey.png);
}


.titlebar-Blue-long {
	background-image: url(../images/bars/titleBarBG-blue-long.png);
	width: 570px !important;
}
.titlebar-Red-long {
	background-image: none !important;
	background-color: #999999 !important;
	width: 570px !important;
}
.titlebar-Orange-long {
	background-image: url(../images/bars/titleBarBG-orange-long.png);
	width: 570px !important;
}
.titlebar-Charcoal-long {
	background-image: url(../images/bars/titleBarBG-charcoal-long.png);
	width: 570px !important;
}
.titlebar-Grey-long {
	background-image: url(../images/bars/titleBarBG-grey-long.png);
	width: 570px !important;
}


.titlebar-text {
	font-family: "Rotis", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: lighter;
	letter-spacing: .2em;
}
.leftfloat {
	float:left;
}

/*End Title bars*/

.spaceAfter20 {
	margin-bottom:20px;
}

/*Nav bar social btns*/

#socialbtns{
	float:right;
	margin-right:14px !important;
	margin-top:0 !important;
	padding:0 !important;
	
}

#socialbtns ul{
	float: right;
	list-style:none;
	padding:0 !important;
	margin:0 !important;
	
}
#socialbtns ul li{
	float:right;
	padding:0 !important;
	margin:4px !important;
}

#socialbtns ul li a.social-6{
	background: url(../images/social-icon-set.png) no-repeat 0px -180px;
	width:5px;
	height:26px;
	display:block;
}

#socialbtns ul li a.social-5{
	background: url(../images/social-icon-set.png) no-repeat 0px -120px;
	width:5px;
	height:26px;
	display:block;
}
#socialbtns ul li a.social-4{
	background: url(../images/social-icon-set.png) no-repeat 0px -90px;
	width:5px;
	height:26px;
	display:block;
}
#socialbtns ul li a.social-3{
	background: url(../images/social-icon-set.png) no-repeat 0px -60px;
	width:5px;
	height:26px;
	display:block;
}
#socialbtns ul li a.social-2{
	background: url(../images/social-icon-set.png) no-repeat 0px -30px;
	width:5px;
	height:26px;
	display:block;
}
#socialbtns ul li a.social-1{
	background:url(../images/social-icon-set.png) no-repeat 0 0;
	width:5px;
	height:26px;
	display:block;
}

#socialbtns ul li a.social-6:hover{
	background:url(../images/social-icon-set.png) no-repeat -60px -180px;
}
#socialbtns ul li a.social-5:hover{
	background:url(../images/social-icon-set.png) no-repeat -60px -120px;
}
#socialbtns ul li a.social-4:hover{
	background:url(../images/social-icon-set.png) no-repeat -60px -90px;
}
#socialbtns ul li a.social-3:hover{
	background:url(../images/social-icon-set.png) no-repeat -60px -60px;
}
#socialbtns ul li a.social-2:hover{
	background:url(../images/social-icon-set.png) no-repeat -60px -30px;
}
#socialbtns ul li a.social-1:hover{
	background:url(../images/social-icon-set.png) no-repeat -60px 0px;
}


/*END Nav bar social btns*/