/*
	Develisys
	www.develisys.com
	
	CSS last modified Feb 29 2008 - ITS
*/
	
/** General **/

body {
   background: #000 url(images/bg_body.jpg) repeat-x top;
	background-attachment: fixed;
   margin: 0;
   padding: 0;
   font: normal 62.5% Verdana, Helvetica, sans-serif;
	color: #a2a2a2;
}
a {
	color: #82B4F1;
}
a img {
   border: none;
}
h1 {
   font-size: 2.4em;   
   font-weight: normal;
	color: #c28b4b;
	margin: 0.5em 0;
}
h2 {
   font-size: 2em;   
   font-weight: normal;
	/*color: #a2a2a2;*/
	color: #dfdfdf;
	margin: 0.5em 0;
}
h2.divider {
	clear: left;
	margin: 1em -11px 0;
	/*height: 30px;*/
	background: url(images/bg_content-divider.png) no-repeat;
	padding: 7px 11px 0;
	color: #C28B4B;
}
h2.colDivider {
	clear: both;
	margin: 1em -11px 0;
	background: url(images/bg_content-divider.png) no-repeat;
	padding: 7px 11px 4px;
	color: #C28B4B;
}
h3 {
	font-size: 1.6em;
	font-weight: normal;
	color: #a2a2a2;
	margin: 0.5em 0;
}
h4 {
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: normal;
    color: #393939;
}
dl, ol, label, address {
	font-size: 1.2em;
	margin: 1em 0;
	font-style: normal;
}
dd {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}
p {
	font-size: 1.4em;
	line-height: 1.8em;
}
td {
	font-size: 1.2em;
	line-height: 1.5em;
}
.clear {
	clear: both;
}

/** Structure **/

#PageWrapper {
	position: relative;
   width: 770px;
   margin: 0 auto;
}

/* Left Column */

#ColumnOne {
	position: absolute;
	top: 0;
	left: 0;
   width: 158px;
   /*background: url(images/bg_columnone.gif) repeat-y;*/
}
#LogoBG {
	background: url(images/bg_logo.gif) no-repeat;
	height: 250px;
}
#LogoBG img {
	margin: 59px 0 0 3px;
}
#NavPanel {
	width: 158px;
	background: url(images/bg_nav.png) bottom left no-repeat;
	padding-bottom: 24px;
}
#AddressPanel {
	width: 158px;
	background: url(images/bg_address.png) bottom left no-repeat;
	padding-bottom: 12px;
}
#AddressPanel div {
	margin: 0 0 0 2px;
	background: url(images/bg_address-inner.png) no-repeat;
	}
#ColumnOne #AddressPanel a {
	position: relative;
}
#ColumnOne #AddressPanel p,
#ColumnOne #AddressPanel address {
	font-style: normal;
	font-size: 1.1em;
	line-height: 14px;
	color: #717171;
	padding-left: 13px;
	margin-top: 0;
}
#ColumnOne #AddressPanel address {
	margin-bottom: 0;
}
#AddressPanel address a {
	font-size: 1.0em;
}

/* Right Column */

#ColumnTwo {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 154px;
   width: 617px;
   background: url(images/bg_columntwo.png) repeat-y;
}
#Banner {
	margin: 4px 0 0 8px;
	width: 601px;
	height: 231px;
	overflow: hidden;
}
#Content {
    background: url(images/bg_content.png) no-repeat;
    padding:  5px 11px;
    margin: 5px 8px 20px;
    min-height: 460px;
	position: relative;
}
#Footer {
   background: #000 url(images/bg_footer.png) bottom left no-repeat;
   height: 39px;
	padding: 0 20px;
	position: relative;
}
#ColumnTwo #Footer p {
	font-size: 10px;
	color: #727272;
}
.tableWrapper {
	position: relative;
}
.shiftDown {
    margin-top: 15px;
}

.nextprevWrapper {
    margin: 5px 8px;
    line-height: 46px;
    height: 46px;
    background: url(images/bg_nextprev.gif) no-repeat;
    position: relative;
}
.nextprevWrapper.bottom {
	clear: both;
}
.nextprevWrapper .nextprev {
    
}
.nextprevWrapper .nextprev div.nextprevNext {
    position: absolute;
    right: 15px;
}
.nextprevWrapper .nextprev div.nextprevPrevious {
    position: absolute;
    right: 80px;
}
.nextprevWrapper .nextprev div span {
	color: #727272;
    font-size: 1.3em;
    font-weight: bold;
}
.nextprevWrapper .nextprev div a {
    font-size: 1.3em;
    font-weight: bold;
    text-decoration: none;
}
.nextprevWrapper p {
    font-size: 1.3em;
    color: #615e5c;
    float: left;
    margin: 0 15px;
    line-height: 46px!important;
    text-transform: uppercase;
    font-weight: bold;
}
.nextprevWrapper p a {
    text-decoration: none;
}


#GeneralSpecs, #DetailSpecs {
	margin: 1em 0;
}
/* forms */
label {
   display: block;
   padding-top: 5px;
	margin: 0.75em 0 0.3em 7px;
	color: #717171;
}
label span, .required span {
	padding: 0 3px;
	vertical-align: middle;
}
.formColumnLeft {
	clear: left;
	float: left;
	width: 218px;
	/*margin-top: 1em;*/
}
.formColumnRight {
	float: left;
	width: 348px;
	/*margin-top: 1em;*/
}
input, textarea {
	background: #3f3f3f url(images/bg_formfield.gif) bottom left repeat-x;
	color: #DFDFDF;
	border: 1px solid #505050;
	border-top-color: #1c1c1c;
	border-left-color: #1c1c1c;
	padding: 4px 6px;
	margin: 0;
}
textarea {
	width: 100%;
	height: 10.5em;
}
.required {
	font-size: 1.0em;
	text-align: right;
	margin: -3em 0 0 7px;
	color: #717171;
}
.claim {
	margin: 1em 0 1em 7px;
	font-size: 1.2em;
	color: #717171;
}
.claim strong {
	color: #a2a2a2;
}
.btnSubmit {
	float: right;
	margin-right: 7px;
}
.btnSubmit, .submit, .button {
	background-image: none;
	background: #555;/*#334455;*/
	border: 1px solid #1c1c1c;
	border-top-color: #666;
	border-left-color: #666;
	padding-bottom: 5px;
}
.warning {
	background: #400;
	padding: 6px 8px 8px;
	color: #a2a2a2 !important;
	font-size: 1.1em;
}
.warning br {
	display: inline;
	height: 0;
	line-height: 0;
}
.warning strong {
	font-size: 1.2em;
	color: #d00;
	display: block;
	margin-bottom: 0.4em;
}
.confirm {
	background: #030;
	padding: 6px 8px 8px;
	color: #a2a2a2 !important;
	font-size: 1.1em;
}
.confirm p, .warning p {
	text-align: center;
}
.backToTop {
	float: left;
	font-size: 1.1em;
}

/** Home **/

h1.home {
	font-size: 18px;
	margin: 1.25em 0;
	color: #dfdfdf;
	/*width: 70%;*/
}
h2.home {
	font-size: 1.4em;
	line-height: 20px;
	margin: 0.5em 0 0.65em;
	color: #C28B4B;
} 
#ColumnTwo p.home {
	font-size: 1.2em;
	line-height: 18px;
	color: #a2a2a2;
	margin: 1.25em 0;
}

#NewsWrapper 
{
    float:right;
    width:150px;
    margin:2.25em 10px 2em ;
    padding:0 10px 1em 12px;
    border-left: 1px dotted #525150;
    font-size: 1.1em;
    line-height: 1.4;
}
#NewsWrapper h2
{
    margin-top: 0;
}

#News ul 
{
    margin: 0;
    padding: 0;
}
#News li 
{
    margin: 1em 0;
    padding: 0;
    list-style: none;
} 
#NewsNav 
{
    font-size: 1.4em;
    line-height: 1.4;
    list-style: none;
    padding: 0;
}
#NewsNav li {
	background: url(images/bg_arrow-gray.gif) 10px 6px no-repeat;
	list-style: none;
	margin: 1em 0;
	padding-left: 2em;
}
#NewsNav a, #NewsWrapper a
{
    text-decoration: none;
    color: #a2a2a2;
}
#NewsNav a:hover, #NewsWrapper a:hover
{
    text-decoration: underline;
    color: #82B4F1;
}
/*#Features h1 {
	padding: 5px;
}

.features {
	float: left;
	position: relative;
	width: 145px;
	height: 114px;
	margin: 0 5px 5px -11px;
	padding: 0 10px 0 143px;
	background: #343332 url(images/bg_features.png) no-repeat;
	display: inline;
}
.features.alt {
	float: right;
	margin: 0 -11px 5px 0;
	display: inline;
}
.features h3 {
	background: url(images/bg_plus.gif) 1px 1px  no-repeat;
	margin: 12px 0 2px;
	padding-left: 20px;
	font-size: 1.3em;
	font-weight: normal;
	color: #dfdfdf;
}
.features img {
	position: absolute;
	top: 12px;
	left: 12px;
	width: 119px;
	height: 90px;
}
#ColumnTwo .features p {
	font-size: 1em;
	line-height: 14px;
	color: #6b6a68;
	margin-top: 0;
}
*/
.inset {
	float: left;
	margin-right: 1em;
	margin-top: -2px;
}
#Sisters {
	margin: 2em -11px 0;
	padding-top: 15px;
	height: 39px;
	background: url(images/bg_wideblock.png) no-repeat;
}
#Sisters p {
	font-size: 1em;
	margin: 0 0 0 15px;
}

#HomepageBoxWrapper {
	width: 601px;
	height: 310px;
	margin:4px 0 0 8px;
	overflow: hidden;
}



/** Page Specific **/

dl.dealers {
	margin: 0;
	padding: 0;
}
#Directions dt, .dealers dt {
	font-size: 1.4em;
	color: #C28B4B;
}
.dealers dt {
	margin: 0.5em 0 0 0;
	padding: 0;
	color: #dfdfdf;
}
.dealers dd.contact {
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 1em;
	padding: 0;
}
.states {
	float: left;
	width: 190px;
	margin-bottom: 1em;
	font-size: 1.2em;
}
.states a {
	display: block;
	margin: 0.25em 0;
}
dl.about {
	font-size: 1.4em;
	line-height: 1.4em;
}
.about dt {
	color: #dfdfdf;
	margin: 1em 0 0.5em;
}
ul.about, .errorPageSitemap ul {
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 1em 0;
	padding : 0;
}
.errorPageSitemap ul {
	list-style: none;
}
.errorPageSitemap ul ul {
	font-size: 1em;
	margin: 0 1em 1em;
}
ul.options {
	margin: 1em 0 2em;
	padding: 0;
}
.about li {
	background: url(images/bg_arrow-gray.gif) 10px 6px no-repeat;
	list-style: none;
	margin: 0.5em 0;
	padding-left: 2em;
}
.options li {
	background: url(images/bg_arrow-gray.gif) 13px 5px no-repeat;
	font-size: 1.3em;
	list-style: none;
	margin: 0.5em 0;
	padding-left: 2.1em;
}
div.options {
	float: right;
	margin-top: -20px;
}
.option img {
	display: block;
	margin: 0 0 15px 15px;
}
.options p {
	font-size: 10px;
	color: #a2a2a2;
}
/* Trailers */
.TrailerList {
	float: left;
	clear: left;
	margin-top: 1em;
}
.TrailerList, .TrailerList li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.TrailerList li {
	position: relative;
	height: 89px;
	width: 455px;
	margin: 4px -11px;
	padding: 0 10px 0 136px;
	background: #343332 url(images/bg_trailerlist.png) no-repeat;
}
.TrailerList h3 {
	float: left;
	background: url(images/bg_plus.gif) 1px 2px no-repeat;
	margin: 0.75em 0 0.3em;
	padding-left: 20px;
	font-size: 1.6em; /*1.3em*/
	font-weight: normal;
	color: #dfdfdf;
}
#ColumnTwo .TrailerList p {
	clear: left;
	font-size: 1.2em;
	line-height: 14px;
	color: #6b6a68;
	margin: 0 160px 0 0;
}
.TrailerList a {
	position: absolute;
	bottom: 11px;
	right: 11px;
	text-decoration: none;
	width: 101px;
	line-height: 11px;
	padding: 5px 0 7px 12px;
	background: url(images/bg_btnspecs.gif) 0 0 no-repeat;
}
.TrailerList a:hover {
	background-position: 0 -23px;
}
.TrailerList img.thumb {
	position: absolute;
	top: 11px;
	left: 12px;
	width: 112px;
	height: 67px;
}
.TrailerList h3 img {
	padding-left: 4px;
}
#Content .trailerListWrapper h2 {
	margin-top: 20px;
	margin-bottom: 5px;
	color: #c28b4b;
	float: left;
	width: 100%;
}

/* Custom Trailers */
#CustomTrailerList {
	list-style: none;
	width: 601px;
	margin: 20px 0; 
	position: relative;
	left: -11px;
	padding: 0;
}
#CustomTrailerList li {
	margin: 4px 0;
	padding: 10px;
	position: relative;
	background: #343332 url(images/bg_trailerlist.png) no-repeat;
}
#CustomTrailerList li a.thumb {
	width: 112px;
	height: 67px;
}
#CustomTrailerList li h3 {
	position: absolute;
	left: 130px;
	top: 3px;
	/*background: url(images/bg_plus.gif) 1px 2px no-repeat;
	padding-left: 20px;*/
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight: normal;
	color: #dfdfdf;
	width: 330px;
}
#CustomTrailerList li p {
	position: absolute;
	left: 130px;
	top: 34px;
	width: 330px;
	font-size: 1.2em;
	line-height: 14px;
	color: #6b6a68;
	margin: 0;
}
#CustomTrailerList a.details {
	position: absolute;
	bottom: 11px;
	right: 11px;
	text-decoration: none;
	width: 101px;
	line-height: 11px;
	padding: 5px 0 7px 12px;
	background: url(images/bg_btnspecs.gif) 0 0 no-repeat;
}
#CustomTrailerList a.details:hover {
	background-position: 0 -23px;
}

#CustomTrailerList h3 a {
	text-decoration: none;
}

/* Trailer Specs */

.specs {
	width: 100%;
}
tr.alt {
	background: #393939;
}
tr.alt td {
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
}
.specs td {
	vertical-align: top;
	padding: 8px 10px;
	color: #727272;
	width: 30%;
    font-size: 12px;
}
.specs td.value {
	color: #a2a2a2;
	width:70%;
}

th {
	text-align: left;
}

#tblInventory {
	width: 100%;
	border-collapse: collapse;
}
#tblInventory td, #tblInventory th {
	border-bottom: 1px solid #444;
	padding: 5px 10px;
}

#ColumnOne p {
    font-size: 1.1em;
    margin-top: 2px;
    color: #393939;
}
#ColumnTwo p {
    line-height: 20px;
}

/* Nav */
ul#Nav {
    margin: 0 0 0 2px;
    padding: 0;
	 background: #1c1c1c url(images/bg_nav-ul.gif) no-repeat;
}
#Nav li {
    margin: 0;
    padding: 0;
	 height: 28px;
	 width: 158px;
    list-style: none;
	 background: url(images/bg_nav-li.png);
	 display: block;
}
#Nav li a {
    display: block;
	 position: relative;
	 margin: 0;
	 height: 28px;
	 /*width: 158px;*/
    padding-left: 13px;
	 background: url(images/bg_nav-a.png) repeat-y;
	 color: #727272;
    text-decoration: none;
	 font-size: 1.4em;
	 line-height: 26px;
}
#Nav li a:link {
	color: #727272;
}
#Nav li a:hover, #Nav li a.active, #Nav li.activeChild a{
    background: url(images/bg_nav-a-active.png) repeat-y;
    color: #e2e2e2;
}

/* Subnav */
/*
#SubNav {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 150px;
    float: left;
}
#SubNav li {
    padding: 0;
    margin: 0 0 1px 0;
}
#SubNav li a {
    display: block;
    font-size: 11px;
    height: 23px;
    line-height: 23px;
    text-decoration: none;
    background: url(images/bg_subnav.png) no-repeat right;
    color: #AB1412;
    padding-left: 5px;
}
#SubNav li a:hover {
    background: #fff;
}
#SubNav li a.active {
    background: #fff;
}
*/

/*MAPQUEST FORM*/

.mapquestForm {
	border: 1px solid #505050;
	border-top-color: #1c1c1c;
	border-left-color: #1c1c1c;
	background: url(images/bg_mapquest.gif) no-repeat 0 0;
   float: right;
	width: 149px;
   padding: 30px 10px 15px;
}
.mapquestForm h3 {
	margin-top: 0;
}
.mapquestForm label {
   display: inline;
   display: block;
	margin-left: 0;
}
.mapquestForm input{ 
   display: block;
   margin-top: 3px;
}
.mapquestForm .submit, .button {
	margin: 22px auto 0;
}
.streetAddress, .city, .state, .zipCode {
   width: 135px;
}
.mapquestForm input.state {
   width: 63px;
}
.mapquestForm input.zipCode {
   width: 78px;
}

/* Miscellaneous */
.develisys {
   position: absolute;
   top: 39px;
   left: 20px;
   color: #444;
   font-size: 11px;
   text-decoration: none;
   padding-bottom: 10px;
}
.develisys:hover u {
	color: #727272;
}
.printBanner {
   display: none;
}
.sisterLinks {
   float: left;
   width: 100%;
   padding-top: 15px;
}

/*Stock Program*/

#StockProgramAd {
	position: relative;
	float: left;
	width: 557px;
	padding: 0 10px 10px 10px;
	border: 1px solid #444444;
	background: #3D3C3B;
	overflow: hidden;
	margin: 4px 0 1em;
}
#StockProgramAd h2 {
	float: left;
	width: 244px;
	text-indent: -9999em;
	background: url(images/stockprogram-ad.gif) no-repeat;
	margin: 7px 0 0 0;
	height: 26px;
}
#StockProgramAd a {
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 0;
	width: 295px;
	font-size: 11px;
	line-height: 13px;
	padding: 7px 16px 8px 264px;
	border: 1px solid #444444;
	text-decoration: none;
	color: #a2a2a2;
}
#StockProgramAd a span {
	color: #82B4F1;
	text-decoration: none;
}
#StockProgramAd a:hover {
	border: 1px solid #176CD1;
}
#StockProgramAd a:hover span{
	text-decoration: underline;
}
.pnlStockProgram {
	font-size: 12px;
	line-height: 15px;
}
.pnlStockProgram a {
	display: block;
	padding: 10px;
	width: 559px;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid #444444;
	background: #3D3C3B;
	}
.pnlStockProgram a:hover {
	background: #393959;
	border: 1px solid #176CD1;
}
.pnlForm {
	position: relative;
}
.formWrapper {
	overflow: hidden;
}
.pnlForm .pnlStockProgram {
	margin: 1em 0;
	border: 1px solid #444444;
	background: #3D3C3B;
	padding: 10px;
	width: 559px;
}
.pnlForm .pnlStockProgram p img, .pnlStockProgram .lblTop img {
	vertical-align: -1px;
	cursor: default;
}
.pnlStockProgram .lblTop, .pnlForm .pnlStockProgram p {
	margin: 0;
	font-weight: normal;
}
.pnlForm .pnlStockProgram p {
	color: #C28B4B;
}
.pnlStockProgram .lblNotes {
	color: #C28B4B;
	display: block;
	margin: 1em 0;
}
.pnlStockProgram .lblLink {
	font-weight: bold;
	/*background: url(images/stock-alert-button.png) bottom no-repeat;*/
	display: block;
	margin: 1em 0 0 0;
}
.pnlStockProgram a:hover .lblLink {
	text-decoration: underline;
}

/*CUSTOM TRAILERS*/
.customTrailer  {
	width: 601px;
	margin-left: -11px;
}
.customTrailer h1,
.customTrailer p{
	margin-left: 10px;
	margin-right: 10px;
}
.customTrailer h2 {
	font-size: 1.4em;
	margin: 0 10px 6px;
	float: left;
	color: #c28b4b;
}
.customTrailer ul {
	margin-right: 10px;
}
.customTrailer ul li {
	font-size: 10px;
}
.customTrailer img {
	display: block;
	margin:10px 10px 5px;
}
.customTrailer .tl {
	background: #1c1c1c url(images/bg_tl.gif) no-repeat left top;
	position: relative;
	margin-bottom: 12px;
}
.customTrailer .tr {
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	height: 6px;
	background: url(images/bg_tr.gif);
}
.customTrailer .bl {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 6px;
	height: 6px;
	background: url(images/bg_bl.gif);
}
.customTrailer .br{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 6px;
	height: 6px;
	background: url(images/bg_br.gif);
}
.customTrailer .w600 {
	width: 601px;
	float: left;
}
.customTrailer .w297 {
	width: 297px;
}
.customTrailer .l {
	float: left;
}
.customTrailer .r {
	float: right;
}
#CustomTrailerBanner {
	margin: 4px 0 0 8px;
	width: 601px;
	height: 301px;
	overflow: hidden;
}

