/***************************************************************************************/
/* COMMON LAYOUT */
/***************************************************************************************/

html,body,div,span,table,tr,th,td,p,span,h1,h2,h3,h4,ul,ol,li,a,form { padding: 0px; margin: 0px; } /* Start with a clean slate */

/* * { padding: 0px; margin: 0px; } /* Start with a clean slate */
* { font-family: Arial;  }  /* Default font for all items */
* { -moz-box-sizing:border-box; box-sizing:border-box; } /* Forces IE & IE to treat padding the same */
html { min-height: 100%; margin-bottom: 1px; } /* Set height to 100% + 1px to force scroll bar in FF */
#ht { position: absolute; top: -2000px; width: 700px; } /* Hidden Text - Look up. WAAAY Up */
.clear { clear: both; height: 0px; overflow: hidden; } /* Used to clear floats without taking up space */
body { margin: 0px 0px 0px 0px; background: #FFFFFF; background: url('../images/layout/bodybg.gif'); }
hr { border-color: #CCCCCC; border-width: 1px; border-top-style: solid; border-bottom-style: solid; height: 1px; overflow: hidden; }
/*input { padding: 3px 0px 0px 0px; height: 22px; line-height: 18px; color: #333333; }
input.button { height: auto; line-height: 20px; padding: 0px; }*/
textarea, select, select * { color: #333333; }


.req { color: #FF0000; }


ul, ol { margin-left: 30px; line-height: 20px; margin-bottom: 15px; }
ul li { list-style-type: square; }

.bordered { border: 1px solid #33CCFF; }

h1, h2, h3, h4, h5 { font-family: Arial; font-weight: bold; }

h1 { color: #000000; font-size: 16px; margin: 0px 0px 15px 0px; }
h2 { color: #58a4cf; font-size: 14px; font-weight: normal; margin: 0px 0px 15px 0px; font-weight: normal;}
h3 { color: #333333; font-size: 12px; margin: 0px 0px 10px 0px; }
p, table, td, div  { color: #333333; font-size: 12px; line-height: 17px; }
p  { margin: 0px 0px 15px 0px; }
a  { color: #58a4cf; font: normal 12px Arial; text-decoration: none; font-weight: bold; }
a:hover { text-decoration: underline; }




p sub { position: relative;  line-height: 18px; font-size: 10px; font-weight: normal; }
ul sub { position: relative;  line-height: 18px; font-size: 10px; font-weight: normal; font-family: arial; }
h1 sub { position: relative; top: -2px; line-height: 20px; font-size: 12px; font-weight: normal; }
h2 sub { position: relative; top: -2px; line-height: 18px; font-size: 12px; font-weight: normal; }


/***************************************************************************************/
/* SPECIFIC TO THIS LAYOUT */
/***************************************************************************************/

#main {
	width: 940px; /* Main Content Width */
	margin: 0px auto; /* Align to Center */
}

#header { width: 941px; }
    #headerLeft { width: 265px; float: left; }
        #nav2 { height: 146px; background: #5C6F7B; margin-top: 4px; }
/* #nav2 { height: 144px; background: #11b0c6; margin-top: 4px; } */

            #nav2 a, #nav2 span { color: #FFFFFF; font-size: 13px; line-height: 18px; margin-left: 40px; text-decoration: none; }
    #headerRight { width: 671px; float: right; }
        #utc { width: 340px; float: left; margin: 26px 0px 0px 20px; color: #CCCCCC; font-weight: bold; }
        #nav3 { margin: 1px 1px 0px 0px; text-align: left; border-width: 6px; border-color: #cfebfb; border-top-style: solid; width: 237px; float: right; }
        #nav3 img { margin-top: 2px; }


            #nav3 div {  margin-top: 14px; width: 21px; float: right; font-weight: normal; }




#body { min-height: 290px; margin: 0px 35px 0px 41px; }


#footer {  margin-top: 0px; padding-top: 0px; height: 24px; }
    #footerLeft { width: 400px; float: left; padding-bottom: 2px; color: #AAAAAA; }
    #footerRight { width: 400px; float: right; text-align: right; padding-bottom: 2px; color: #AAAAAA; }
    #footer a { color: #AAAAAA; font-size: 12px; border-width: 1px; border-color: #FFFFFF; border-bottom-style: solid; padding-bottom: 2px; }

    #footerLeft a:hover, #footerRight a:hover { border-width: 1px; border-color: #666666; border-bottom-style: solid; text-decoration: none; }



#home1 { height: 100px; width: 184px; background: url('../images/home/1.jpg'); display: block; float: left; }
#home2 { height: 100px; width: 184px; background: url('../images/home/2.jpg'); display: block; float: left; margin-left: 5px; }
#home3 { height: 100px; width: 184px; background: url('../images/home/3.jpg'); display: block; float: left; margin-left: 5px; }
#home4 { height: 100px; width: 184px; background: url('../images/home/4.jpg'); display: block; float: left; margin-left: 5px; }
#home5 { height: 100px; width: 184px; background: url('../images/home/5.jpg'); display: block; float: left; margin-left: 5px; }

#home1:hover { background: url('../images/home/1_rollover.jpg'); text-decoration: none; }
#home2:hover { background: url('../images/home/2_rollover.jpg'); text-decoration: none; }
#home3:hover { background: url('../images/home/3_rollover.jpg'); text-decoration: none; }
#home4:hover { background: url('../images/home/4_rollover.jpg'); text-decoration: none; }
#home5:hover { background: url('../images/home/5_rollover.jpg'); text-decoration: none; }


/* Navigation */

#menuWrapper {background: url('../images/layout/nav_bg.jpg'); height: 46px; margin-top: 4px; }

.clearit {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
#p7menubar {
    float: right;
}


#p7menubar, #p7menubar ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-family: Arial;
	border-width: 1px;
    z-index: 1000;
}



#p7menubar li ul {
}

#p7menubar a {
	display: block;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
	color: #000000;
	text-align: left;
}
#p7menubar a.trigger {
	color: #CCCCCC;
}
#p7menubar li {
	float: left;
	width: 9em;
	color: #3399CC;
	line-height: 26px;
	font-weight: bold;
	font-size: 11px;
	list-style-type: none;
}
#p7menubar li ul li {
}

#p7menubar li {position: relative;}

/* hide from IE mac \*/
#p7menubar li {position: static; width: auto;}

/* end hiding from IE5 mac */

#p7menubar li ul, #p7menubar ul li  {
	width: 100%;
}
#p7menubar ul li a  {
	color: #FFFFFF;
}
#p7menubar li ul {
	position: absolute;
	display: none;
}

#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}



#p7menubar li a { display: block; width: 130px; text-align: center; line-height: 40px; font-family: Arial; }
#p7menubar li a:hover { color: #CCCCCC; }
#p7menubar li a.o { color: #afcb21; }

#p7menubar li ul li { }
#p7menubar li ul { background: url('../images/layout/dropnav_bg70.png'); }

#p7menubar li ul li a { height: 28px; line-height: 28px; color: #FFFFFF; font-family: Arial; }
#p7menubar li ul li a:hover { color: #FFFFFF; background: #000000; }







/***************************************************************************************/
/* PAGE CONTENT */
/***************************************************************************************/


/* Contact Form */

.contactForm {   }
.contactForm th { font-weight: normal; text-align: left; padding-top: 5px; padding-right: 5px; width: 120px; }
.contactForm td { padding-top: 5px; }
.contactForm input { width: 200px; }

.contactForm .checkbox input { width: 16px; margin-right: 10px; }
.contactForm .checkbox div { margin-top: 2px; width: 150px; float: left; }

.contactForm .radio input { width: 16px; margin-right: 10px; }
.contactForm .radio div { margin-top: 2px; width: 150px; float: left; }

/* eNewsletter Signup */

.eNewsletterForm {   }
.eNewsletterForm th { font-weight: normal; text-align: left; padding-top: 5px; padding-right: 5px; width: 120px; }
.eNewsletterForm td { padding-top: 5px; }
.eNewsletterForm input { width: 200px; height: 16px; line-height: 16px; }

/* Form Authorization */

.formAuth {  }
.formAuth th { text-align: right; width: 112px; }
.formAuth td input { width: 220px; }

input.inputButton { border: 1px outset #333333; font-weight: bold; color: #FFFFFF; height: 22px;  padding: 2px 10px 2px 10px; background: url('../images/layout/bodybg.gif'); }





/* DEALERS */

#dealerContinents { float: right; width: 720px; text-align: right; }
    #dealerContinents a { font-family: arial; padding: 6px 12px 6px 12px; margin-left: 5px; color: #333333; text-decoration: none; font-weight: normal; height: 24px; line-height: 24px; }
    #dealerContinents a:hover, #dealerContinents a.over { background: #cfd51d; text-decoration: none; }

.city { color: #000000; font-weight: normal; display: block; line-height: 26px; }
.city:hover { color: #999999; text-decoration: none; }

.city span { color: #cdd61c; font-weight: bold; font-family: Arial; font-size: 16px; }

.dealer { width: 270px; float: left; margin-right: 15px; }

.breadCrumbs, .breadCrumbs a { font-family: arial; }



#productOverview { width: 100%; border-width: 1px; border-left-style: solid; border-top-style: solid; }
#productOverview th, #productOverview td { border-width: 1px; border-right-style: solid; border-bottom-style: solid; padding: 5px 8px 5px 8px; text-align: center; }
#productOverview th { text-align: left; }



/*.sitemap li { list-style-type: none; } */




.nav31 { margin-right: 32px; }
.nav32 { margin-right: 65px; }
.nav33 { margin-right: 65x; }