﻿html {
	width: 99.99%;
	height: 99.99%;
	overflow-x: hidden;
}

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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body 
{
     width: 100%;
     height: 100%;
     min-height:600px;
	 line-height: 1;
	 font: 11px verdana, helvetica, arial, sans-serif; 
	 background-color: #ccc;
	 text-align: center; /* IE */
	 color: #606062;	
	 overflow-x: hidden;
}
body * {
    line-height : 1.22em ; 
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img { border : 0 ; }

a  
{
    color:#ccc; 
    text-decoration:none; 
    outline: none;
}

a:hover 
{
    color:#fff;
    text-decoration: underline;
}

h1
{
    color: #333333;
    font-size: 25px;
}

h2
{
    color: #333333;
    font-size: 18px;
}

hr 
{
    border: 0px;
    color: #cdc;
    background-color: #cdc;
    height: 1px;
    margin: 10px 0px 10px 0px;
    clear: both;
}


#wrapper 
{
    width:1680px;
    height: 100%;
    position:absolute;
    text-align: center;
	left: 50%;           
    margin-left: -840px;
    top: 0;
    z-index: 60;
}

#wrapper.content
{
    height: 140px;
}


/* Header */
#header 
{
    width: 1600px;
    height: 25px;
    background: url(http://dyqbteam28gff.cloudfront.net/images/top-bar-bk.png) repeat-x;
	padding: 0;
	position:relative;
	color: #000;
	text-transform: uppercase;
	text-align: right;
	margin: 0 auto;
}

#headerFlash
{
    width: 1600px;
    height: 25px;
    background: url(http://dyqbteam28gff.cloudfront.net/images/top-bar-bk.png) repeat-x;
	padding: 0;
	position:absolute;
	color: #000;
	text-transform: uppercase;
	text-align: right;
	left: 50%;           
    margin-left: -800px;
	z-index: 80;
}



#locationsContainer
{
    width:1600px;
    height: 0px;
    position:relative;
    background: #000 url(http://dyqbteam28gff.cloudfront.net/images/nav-bk.png) repeat-x center top;
    text-align: left;
    margin: 0 auto;
    display:none;
}

#locationsContainerFlash
{
    width:1600px;
    height: 0px;
    position:absolute;
    background: #000 url(http://dyqbteam28gff.cloudfront.net/images/nav-bk.png) repeat-x center top;
    text-align: left;
    top:0px;
    left: 50%;           
    margin-left: -800px;
    z-index: 80;
    display:none;
}

#locations
{
    width: 960px;
    margin: 0 auto;  
}

#locations a
{
    display:block;
}

#locations a:hover
{
    text-decoration:none; 
    background: url(http://dyqbteam28gff.cloudfront.net/images/arrow.png) no-repeat 11px 0;  
}

#locations a.active
{
    text-decoration:none; 
    background: url(http://dyqbteam28gff.cloudfront.net/images/arrow.png) no-repeat 11px 0;  
    color: #fff;
}

#locations ul
{
    float:left;
    width: 960px;
    text-indent: 30px;
}

#locations li
{
    float:left;
    width: 200px;
    font-size: 11.5px;
    padding: 2px;
}

#locations h2
{
    float:left;
    width: 960px;
    padding: 20px 0px 10px 0px;
    text-transform: uppercase;
    color: #fff;
}

#locations h2 img
{
    float:right;
    margin-top: -20px;
    padding-top: 8px;
}
#headerNav 
{
    width: 960px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto; 
}

#headerLinks
{
    float: right;
    line-height: 2em;
}

#header a, #headerFlash a
{
    color: #000;
    text-decoration:none; 
}

#header a:hover, #headerFlash a:hover
{
    color: #000;
    text-decoration:underline; 
}

.headerSep 
{
    padding: 0px 8px 0px 8px;
}

/* Navigation */
#outerNav 
{
    width:1600px;
    height: 33px;
    margin:auto;
    text-align:left;
    background: url(http://dyqbteam28gff.cloudfront.net/images/nav-bk.png) repeat-x;
}

#nav 
{
    float:left;
    position:relative;
    left:50%;
    height: 33px;
}

.clearer 
{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}


#navFlash 
{
    width: 1600px;
    height: 33px;
    background: url(http://dyqbteam28gff.cloudfront.net/images/nav-bk.png) repeat-x;
    text-align: left;
    position:absolute;
    left: 50%;           
    margin-left: -800px;
    margin-top: 25px;
    z-index: 80;
}

#nav ul
{
    position: relative;
    left:-50%;
    float:left;
    list-style:none; 
    margin:0;
    padding:0;
}

#nav li
{
    float:left;
    margin:0 10px 0 0;
}


#nav li a
{
   float:left;
    position:relative;
    left:-2px;
    top:-1px;
    text-decoration:none;
    padding: 12px 12px 0px 12px;
    height: 20px;
    line-height: 1em;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
} 

.sep
{
    height:25px;
    margin-top: -6px;
    vertical-align:middle;
    padding: 0px 8px 0px 8px;
}

.navSep
{
    float: left;
    height:25px;
    margin-top: 4px;
}
/* LogoBar */
#logoBar 
{
    position:relative;
	/*top: 45px;
	left: 0px;          
    left: 50%;           
    margin-left: -800px;*/
    margin: 0 auto;
}

#logoBarFlash
{
    position:absolute;        
    left: 50%;           
    margin-left: -800px;
    z-index: 80;
    margin-top: 58px;
}


/* Content */


#contentContainer {
	width: 1600px;
	background: #fff url(http://dyqbteam28gff.cloudfront.net/images/content-bk.jpg) repeat-x;
    margin: 0 auto;
    text-align: left;
    /*min-height: 620px;
    height: 100%;*/
}

#contentWrapper 
{
    width:1680px;
    height: 140px;
    position:absolute;
    text-align: center;
	left: 50%;           
    margin-left: -840px;
    top: 0;
    z-index: 60;
}

#flashContainer
{
    width:1600px;
    text-align: center;
    position:absolute;
    z-index: 30;
}

#flash
{
    width:100%;
    top: 0px;
    left: 0px;
    text-align: center;
    position:absolute;

}

#flashPlaceholder
{
    width:1600px;
    position: absolute;  
    text-align: center;         
    z-index: 30;
    left:50%;
    margin-left: -800px;
}

.bodyFlash
{
    overflow: hidden;
}

#content
{
    float: left;
    width: 720px;
    margin: 160px 0px 50px 20px;
}

#content a
{
    color: #333;
    height: 20px;
}

#contentCopy 
{
    min-height: 495px;
    margin: 0 auto;
    width: 970px;
    color: #606062;
    padding-bottom: 50px;
    /*height: 100%;*/
}

#contentCopy H1
{
    color: #333333;
    font-size: 30px;
    padding: 0px 0px 15px 0px;
}

#contentCopy H2
{
    color: #333333;
    font-size: 18px;
    width:200px;
    padding: 0px 0px 15px 0px;
}

#contentCopy H3
{
    color: #333;
    font-size: 28px;
    width:350px;
    padding: 0px 0px 15px 0px;
}

#contentCopy H3.top
{
    margin-top: 80px;
    width: 720px;
}

#contentCopy p
{
   padding: 10px 0px 10px 0px;
   width:190px;
}

#content ul
{
    margin: 10px 0px 0px 50px;
    list-style: disc;
}

#contentCopy li
{
    line-height: 2em;
}

/* attachments */
#attachmentImages 
{
    margin: 100px 0px 0px 0px;
    width: 100%;
}

#attachmentImages div
{
    width: 180px;
    height: 160px;
}

#attachmentImages p
{
    width: 153px;
    font-weight: bold;
    color: #333;
    padding-left: 4px;
}

/* compare */

#compare
{
    background: #f2f2f6 url(http://dyqbteam28gff.cloudfront.net/images/compare-range-table-bk.jpg) repeat-x top center;
}

#compare h1
{
    padding: 10px 0px 0px 10px
}   
    
#compare table
{
    width: 100%;
    background: #f2f2f6;
}

#compare td 
{ 
    width: 160px;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    background: #f2f2f6 url(http://dyqbteam28gff.cloudfront.net/images/compare-range-table-bk.jpg) repeat-x top center;
}

#compare td.flexCol
{
    width: auto;
    text-align: left;
    padding-left: 10px;
}

#compare tr.firstRow td
{ 
    background: #f2f2f6;
    height:120px;
}



/*  Navigation for Content  */

#contentNavigation 
{
    /*width: 207px;*/
    width: 215px;
    padding: 140px 0px 0px 0px;
    float: left;
}

#contentNavigation ul
{
    padding-bottom: 30px;
}

#contentNavigation li
{
    border-top: 1px solid gray;
    /*height: 28px;*/
}

#contentNavigation a
{
    display: block;
    /*width: 197px;*/
    width: 205px;
    font-size: 11px;
    padding: 0px 0px 0px 10px;
    /*height: 28px;*/
    text-transform: uppercase;
    line-height: 2.4em;
    background: #0f1011;

}

#contentNavigation a:hover
{
    background: url(http://dyqbteam28gff.cloudfront.net/images/navigation-selected-bk.png) no-repeat center center;  
    color: #eeb311;
    text-decoration:none;
    line-height: 2.4em;
}

#contentNavigation a.active
{
    text-decoration:none; 
    background: url(http://dyqbteam28gff.cloudfront.net/images/navigation-selected-bk.png) no-repeat center center;  
    color: #eeb311;
    line-height: 2.4em;
}

#contentNavigation .navTitle
{
    color: #fff;
    text-transform:uppercase;
    padding: 60px 0px 10px 10px;
    width: auto;
    background: #0f1011;
    margin-top: -30px;
}

#brochureDownload 
{
    float:left;
    width: 207px;
    height: 68px;
    background: url(http://dyqbteam28gff.cloudfront.net/images/downloadbox-bk.jpg) no-repeat;  
    padding: 15px 4px 8px 15px;
    margin-top: 60px;
}

#brochureDownload img
{
    margin-top: 6px;
}

#brochureDownload a
{
    background: none;
    display:inline;
    padding: 0px;
    text-transform: none;
    text-decoration: underline;
    color: #606062;
}

#brochureDownload a:hover
{
    background: none;
    display:inline;
    padding: 0px;
    text-transform: none;
    text-decoration: underline;
    color: #606062;
}

#brochureDownload a.download
{
    width: 170px;
    float:left;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: normal;
}

#brochureDownload a.download:hover
{
    width: 170px;
    float:left;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: normal;
}

#downloads div
{
    width: 180px;
    height: 160px;
    margin-top: 40px;
}

#downloads p
{
    width: 153px;
    font-weight: bold;
    color: #333;
    padding-left: 4px;
}

.iconPad
{
    margin: 0px 5px 0px 5px;
    vertical-align: middle;
}

.downloadIcon
{
    margin: 0px 5px 0px 5px;
    vertical-align: middle;
}

.downloadLinks
{
    display: block;
    padding-top: 4px;
}
#dealerDownloads div
{
    margin-top: 10px;
}

#dealerDownloads .float
{
    margin-right: 10px;
}

#dealerDownloads p
{
    width: 153px;
    font-weight: bold;
    color: #333;
    padding-left: 4px;
}


/* Features */

.featureImage
{
    float: right;
    margin-bottom: 20px;
}

.featureBox
{
    border: 1px solid #E6E6E6;
    width: 330px;
    height: 250px;
    margin: 5px 0px 5px 0px;
    background: url(http://dyqbteam28gff.cloudfront.net/images/features-box-bk.jpg) repeat-x bottom; 
}


#benefits h4
{
    padding: 10px;
    height: 40px; 
    width: 310px;
    text-transform: uppercase;
    display: table-cell; 
    vertical-align: middle;
    background: url(http://dyqbteam28gff.cloudfront.net/images/downloadbox-bk.jpg) repeat-x top; 
}

#benefits p
{
    padding: 10px;
    width: 310px;
}

/* Footer */

#contentFooterBar 
{
    width: 1600px; 
    height: 45px;
   /* margin-top: -45px;
    text-align: center;*/
}

#contentFooter 
{
    width: 1600px;
    height: 30px;
    background: url(http://dyqbteam28gff.cloudfront.net/images/footer-bk.png) repeat-x;
	min-width: 960px;
    /*margin-top: -75px;
    text-align: center;*/
}
#footerBar 
{
    width: 1600px; 
    height: 45px;
    position: absolute;
	z-index: 80;
	bottom: 30px;
	padding: 0px;   
	text-align: left;    
    left: 50%;           
    margin-left: -800px;
}

#footer 
{
    width: 1600px;
    height: 30px;
    background: url(http://dyqbteam28gff.cloudfront.net/images/footer-bk.png) repeat-x;
	position: absolute;
	bottom: 0px;
	padding: 0px;
	min-width: 960px;
    font-size: 11px;
    text-align: left;
    left: 50%;           
    margin-left: -800px;
    z-index: 80;
}

#copyright a
{
    color: #ccc;
}

#copyright a:hover
{
    color: #fff;

}
#footerLinks
{
    width: 960px;
    color: #ccc;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
}

#copyright 
{
    float: left;
    line-height: 3em;
}

#links 
{
    float: right;    
    line-height: 3em;
}

.share
{
    vertical-align: middle;
    padding: 0px 0px 4px 0px;
}

.float
{
    float:left;
}

/*  Contact Forms */
.contact
{
    width: 100%
}

#contact
{
    float:left;
    width: 120px;
}

#contactForm
{
    float:right;
    background: #f2f2f6 url(http://dyqbteam28gff.cloudfront.net/images/downloadbox-bk.jpg) repeat-x top;
    border: 1px solid #E6E6E6;
    width: 600px;
    text-transform:uppercase;
    padding: 30px 20px 20px 20px;
}

#contactForm label
{
    display: block;
}

.submitButton
{
    float: right;
    width: 120px;
    height: 20px;
    text-align: right;
    font-size: 14px;
    color: #606062;
    border: 0;
    text-transform:uppercase;
    text-align: left;
    background: url(http://dyqbteam28gff.cloudfront.net/images/submit-btn.png) no-repeat 0px 4px;
    padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 30px;
	cursor: pointer;
}

.contactSelectbox
{
    color: #606062;
    text-transform: none;
    width:167px;
    margin-bottom:10px;
}
.contactTextbox
{
    width: 160px;
    margin-bottom:10px;
    font: 11px verdana, helvetica, arial, sans-serif; 
    color: #606062;
   /* height: 27px;
    color: #606062;
    border: 0;
    background: url(http://dyqbteam28gff.cloudfront.net/images/signup-input-bk.png) no-repeat;
    padding: 4px 0px 0px 8px;*/
}

#leftSection
{
    float:left;
    width: 200px;
}
#middleSection
{
    float:left;
    width: 200px;
}
#rightSection
{
    float:right;
    width: 200px;
}

#rightSection label
{
    display: inline;
}

#rightSection .agree
{
    text-transform: none;

}
#rightSection a
{
    text-decoration: underline;
    text-transform: none;
}


.highlightError 
{
    border: 1px solid #ff0000;
}

.errorMessage 
{
    color: #ff0000;
    height: 60px;
}

#brochureMethod
{
    display:none;
}

#callbackMethod
{
    display:none;
}

/* login */ 

.loginLabel
{
    padding-right: 10px;
}
/* LightBox styles */


#jquery-overlay { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 120;
	width: 100%;
	height: 100%;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 130;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 40px;
	height: 100%;
	zoom: 1;
	display: block;
	margin-top: 150px;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
	margin-left: 40px;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
	margin-right: 40px;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #000;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	color: #fff; 
	padding: 10px;
}
#lightbox-container-image-data #lightbox-image-details  
{
	float: left; 
	text-align: left; 
	text-transform: uppercase;
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
	padding-top: 4px;
	text-transform: none;
}			
#lightbox-secNav-btnClose {
	width: 12px; 
	margin-top: 20px;
	position: absolute;
	left: 92%;
}

/* Misc */
.clearFix
{
    clear: both;
}

.floatRight
{
    float: right;
}















div.hr 
{
    clear:both;
    float:left;
    height:14px;
    width:720px;
    background: #ccc url(http://dyqbteam28gff.cloudfront.net/images/divider.png) repeat-x scroll center;
}
hr.repeatedBG
{
    display:none;
}
    
    

#dealerDownloads p.dealerDescription 
{
    height:220px;
    /*min-height:160px;*/
}

#dealerDownloads p.brochureDownloads 
{
    width:auto;
}

#flashcontent 
{
    width:720px;
    height:420px;
}

.mediaLinksTextBox 
{
    width:160px;
    float:right; 
    margin:5px 0 0 10px;  
        color: #606062;
    text-transform: none;
}

.mediaLinksSelectbox
{
    color: #606062;
    text-transform: none;
    width:166px;
    float:right;    
	margin:5px 0 10px 10px;

}

#mediaLinksWrapper
{
    width:280px;
}

#mediaLinksWrapper br
{
   clear:left;
}

#mediaLinksWrapper label
{
    display: block;  
	float: left; 
	width: 100px; 
	padding: 0; 
	margin:5px 0 10px 0px;
	text-align: right; 
	height: 20px;
}


#mediaCentreWrapper 
{
    position:absolute;
    left:50%;
    margin-left:-150px;
    top:200px;
}

#mediaCentreWrapper h1 
{
    width:300px;
}
#mediaCentreWrapper a:hover 
{
    color:Black;
    text-decoration:none;
    font-weight:normal;
}

.detailText
{
    font-size: 10px;
    font-style:italic;
    text-align: center;
    display:block;
}

#contentCopy h3.mediaheading 
{
    font-size: 20px; 
    width: 250px;
}

