
/********************************************  CSS RESET  *********************************************/

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,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%;
	font-weight: normal;
}
ol, ul {
	list-style: none;
	line-height: 1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input {
	padding: 0;
	margin: 0;
	font-size: 100%;
}
blockquote, q { quotes: none; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
th { text-align: left; }
address { font-style: normal; }
.clearFloat { clear: both; }
.hidden { display: none; }
body, select, input, textarea { font-family: arial, sans-serif; }
textarea { margin: 0; font-size: 100%; }

input[type="hidden"] {
	display: none !important;
	visibility: hidden !important;
	height: 0px !important;
}


/**********************************************  FONTS  ***********************************************/

h1 {
	font-size: 20px;

}
h2 {
	font-size: 14px;

}
p {
	margin: 0 0 10px 0;
}
a {
	color: #fff;
}


/**********************************************  HEADER  **********************************************/

#header {
	width: 790px;
	margin: 0 auto 0 auto;
	padding: 30px 0 0 0;
	height: 70px;
	position: relative;

}

#logo{
	margin: 5px 0 0 0;
	width: 278px;
}

#newsign{
	float: right;
	padding-right:230px;
}

#callNow{
position:absolute;
top:28px;
right:11px;
width:150px;
text-align:left;
}
#callNow .text{
font-size:18px;
font-weight:bold;
color:#ce9802;
width:150px;
display:block;
}
#callNow .number {
font-size:22px;
font-weight:bold;
color:#FFF;
width:150px;
display:block;
}

.fltleft{float:left; margin: 0 10px 10px 0;}
.fltrght{float: right; margin: 0 0 10px 10px;}


/**********************************************  FOOTER  **********************************************/

#footer {
	clear: both;
	width: 724px;
	height: 100px;
	margin: 40px auto;
	padding: 10px 55px;
	background: url(../images/footer_bg.jpg) top left repeat-y;
	color: #000000;
	font-size: 11px;
	line-height: 14px;
}
.mitchellLogoFooter{
	background:url(../images/logo-mitchell-supplies-small.jpg) no-repeat;
	width:105px;
	height:29px;
	display:block;
	text-indent:-9999em;
	text-decoration:none;
}
#footerleft{
	height: 82px;
	width: 390px;
}

#footer p{
	margin: 0 0 5px 0;
}

#footer a{
	color: #000000;
}

#footerright{
	height: 82px;
	width: 280px;
	float: right;
}


/***********************************************  MENU  ***********************************************/

#menu {

}
.menu{
	width: 450px !important;
	height: 54px;
	top: 30px;
	background: none;
	margin: 0 0 0 90px;
}

.menu ul{
	margin: 0; 
	padding: 0;
	float: left;
}

.menu ul li{
	display: inline;
}

.menu ul li a{
	float: left; 
	text-decoration: none;
	background: #FDD63B; 
	color: #000000 !important;
	font-size: 15px;
	padding: 10px 6px 12px 7px;
	text-align:center;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.menu #home a,
.menu #about a,
.menu #products a,
.menu #quote a,
.menu #contact a,
.menu #services a{
	float: left; 
	text-decoration: none;
	background: #FDD63B; 
	color: #000000 !important;
	font-size: 15px;
	padding: 7px 6px 8px 7px;
	text-align:center;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.menu ul li a:hover{
	background: #CE9802 !important;
}

.home #home a,
.about #about a,
.products #products a,
.quote #quote a,
.contact #contact a,
.services #services a{
	background: #CE9802;
}
 
.menu ul li a:visited{
	color: #FFD600;
}

.menu ul li a:hover, .menu ul li .current{
	background: #CE9802;
}


/***********************************************  NAV  ************************************************/

#nav {

}


/*******************************************  PAGE LAYOUT  ********************************************/

html, body {
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#content{
	background:  url(../images/body_bg.jpg) top center no-repeat;
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#contentinner{
	background: url(../images/contentinter_bg.png) repeat;
	width: 545px;
	position:relative;
	min-height: 300px;
}

.contactframe{
	width: 416px !important;
}

#deliver{
	float: right;
	display: block;
	width: 180px;
	height: 34px;
	margin: 5px 90px 0 0;
	padding: 0 50px 0 0;
	text-align: right;
	background:url("../images/delivertruck.png") no-repeat right top;
}

#deliver p{
	font-size: 13px;
	font-weight: bold;
}	

#productsList{
	width:480px;
	margin:30px 0px 0px 40px;
	padding-bottom:20px;
	float:left;
}
.downloadPdfBtn{
	position:absolute;
	top:55px;
	left:300px;
}
.accordionButton {	
	display:block;
	width:480px;
	padding:10px 0px;
	border-bottom:1px #888 solid;
	text-align:left;
	color:#FFF;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	text-decoration:none;
}
	
.accordionContent {
	width: 460px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	font-size: 12px;
	font-weight: normal;
	padding:10px;
}


.on {
	color:#f9d91c;
	}
	
.over {
	color:#f9d91c;
	}

/********************************************  HOME PAGE  *********************************************/


#banner{
	width: 790px;
	height: 354px;
	background: url(../images/banner_bg.png) repeat;
	margin: 0 auto;
	padding: 6px 4px 6px 6px;
}

/**********************************************  BANNER SLIDESHOW  **********************************************/



#homeBanner {
	width: 545px;
	height: 351px;
	margin: 0 auto;
	position: relative;
	background: none;
	overflow: hidden;
}

#homeGallery li {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 545px;
	height: 351px;
}

#homeBanner1 { background: url('images/banner1.jpg'); }
#homeBanner2 { background: url('images/banner2.jpg'); }
#homeBanner3 { background: url('images/banner1.jpg'); }
#homeBanner4 { background: url('images/banner2.jpg'); }

#homeGallery li p {
	color: #000;
}
#homeGallery h1 {
	color: #000;
	margin-bottom: .6em;
	font-family: tahoma, arial, sans-serif;
	font-size: 1.5em;
}
#homeGallery li .homeBannerContent{
	position: absolute;
	z-index: 10;
}
 #homeBanner1 .homeBannerContent, #homeBanner2 .homeBannerContent, #homeBanner3 .homeBannerContent, #homeBanner4 .homeBannerContent{
	width: 545px;
	top: 0px;
	left: 0px;
}
 
#bannerButtons {
	position: absolute;
	z-index: 20;
	margin: 320px 0 0 30px;
	padding: 0;
}
#bannerButtons li {
	float: left;
	margin: 0 4px;
}
#bannerButtons a {
	display: block;
	color: #000 !important;
	padding: 4px 8px;
	margin: 0;
	text-align: center;
	background: #FDD63B;
	font-size: 12px;
	text-decoration: none;
}
#bannerButtons a:hover,
#bannerButtons .activeBtn {
	text-decoration: none;
	background: #CE9802;
}
.anim #bannerButtons a {
	cursor: default;
}
.anim #bannerButtons .activeBtn {
}

/*---BANNER END--*/


/**********************************************  INTER BANNER SLIDESHOW  **********************************************/

#interBanner {
	width: 800px;
	height: 162px;
	margin: 0 auto 20px auto;
	position: relative;
	background: url(../images/banner_bg.png) repeat;
	overflow: hidden;
}
#interGallery li {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 800px;
	height: 162px;
}

#interBanner1 {background: url('images/banner_img1.jpg');}
#interBanner2 {background: url('images/banner_img2.jpg');}
#interBanner3 {background: url('images/banner_img3.jpg');}
#interBanner4 {background: url('images/banner_img1.jpg');}
#interBanner4 {background: url('images/banner_img1.jpg');}

#interGallery li p {
	color: #000;
}
#interGallery h1 {
	color: #000;
	margin-bottom: .6em;
	font-family: tahoma, arial, sans-serif;
	font-size: 1.5em;
}
#interGallery li .interBannerContent{
	position: absolute;
	z-index: 10;
}
 #interBanner1 .interBannerContent, #interBanner2 .interBannerContent, #interBanner3 .interBannerContent, #interBanner4 .interBannerContent, #interBanner5 .interBannerContent{
	width: 800px;
	top: 6px;
	left: 6px;
}
 
#interButtons {
	position: absolute;
	z-index: 20;
	margin: 100px 0 0 0;
	padding: 10px 10px 10px 30px;
	display: none;
}
#interButtons li {
	float: left;
	margin: 0 4px;
}
#interButtons a {
	display: block;
	color: #fff;
	padding: 4px 0 0 0;
	text-align: center;
	width: 20px;
	height: 17px;
	background: #000000;
	font-size: 11px;
	text-decoration: none;
}
#interButtons a:hover,
#interButtons .activeBtn {
	text-decoration: none;
	background: url(../images/bannernav_bg-hover.png) no-repeat;
}
.anim #interButtons a {
	cursor: default;
}
.anim #interButtons .activeBtn {
}

/*---*/

#bannerright{
	position: absolute;
	width: 350px;
	height: 271px;
	margin: 0 0 0 634px;
	padding: 40px 20px;
	background: url(../images/bannerright_bg.png) repeat;
}

#bannerright p{
	font-size: 22px !important;
	color: #ffffff !important;
	margin: 0 0 20px 0;
}

#bannerright a{
	color: #ffffff !important;
}

#bannerright .title{
	text-transform: uppercase; 
	font-size: 32px !important;
}


.slideshow{
	float: left;
	width: 545px !important;
}

.bannerinfo{
	float: right;
	width: 240px;
}

#quotelink{
	width: 240px;
	height: 105px;
	background: url(../images/banner_right_01.png) top left no-repeat;
}

#productlink{
	width: 240px;
	height: 105px;
	background: url(../images/banner_right_02.png) top left no-repeat;
}

#contactlink{
	width: 240px;
	height: 140px;
	background: url(../images/banner_right_03.png) top left no-repeat;
}

.bannerinfo a{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#homeleft{
	width: 545px;
}

#homeright{
	float: right;
	width: 221px;
	padding: 10px;
	background: #F9D91C;
	color: #000000;
	margin-bottom:30px;
}

#googlemap{
	float: right;
	width: 354px;
	padding: 6px;
	height: 356px;
	color: #000000;
	background: url(../images/banner_bg.png) repeat;
}

.title{
	font-size: 18px;
	margin: 0 0 10px 0;
	clear:left;
}

#homeleft h1, #contentinner h1 {
	display: block;
	height: 50px;
	width: 482px;
	height: 31px;
	background: url(../images/homeh1_bg.png) bottom left no-repeat;
	margin: 0;
	padding: 10px 25px 0 38px;
}

#homeleft p, #contentinner p, .contact{
	padding: 10px 38px 0 38px
}

.contactframe h1{
	width: 350px !important;
}


/**********************************************  COMMON  **********************************************/

#contentwrap{
	width: 800px;
	margin: 20px auto 0 auto;
	padding: 0;
	position: relative;
}

.clearboth{
	clear: both;
}

label{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	color: #666666;
	padding: 8px 0 0 5px;
	font-size: 12px;
	border: none !important;
}

input{
	margin: 0 0 5px 0; 
	width: 220px;
	height: 19px;
	padding:3px 0
}

#newsign input{
	width: 160px !important;
}

textarea{ 
	width: 218px;
	height: 100px;
}

.imgBtn{
	margin: 10px 0 0 0px !important;
	color: #000000 !important;
	background: #DAA517;
	width: 58px !important;
	padding: 0px 6px !important;
	font-size: 12px;
	text-align: center;
	cursor:pointer;
}

.imgBtn:hover{
	color: #ffffff !important;
	background: #CE9802;
}

.floaterlf{width: 105px; margin: 0 10px 0 0;float: left;}
.floaterr{width: 105px; float: left;}

.labelwrap{
	position: relative;
}

.labelwrap a{
	background: #DAA517;
	text-decoration:none;
	display:inline-block;
	padding:7px 15px;
}

.labelwrap a:hover{
	background: #CE9802;
}

.producttitle{
	font-size: 16px;
	font-weight: bold;
	display: block;
	float: left;
	margin: 0 20px 0 0;
	width: 260px;
}










ul.homeList{
	margin-left:38px;
	list-style-position:inside !important;
	list-style-type:disc !important;
}

ul.homeList li{
	float:left;
	width:225px;
	font-size:12px;
	line-height:16px;
	list-style-position:inside !important;
	list-style-type:disc !important;
	padding-left:15px;
}


.storeHours{
	margin-bottom:20px;
}

.storeHours span{
	display:inline-block;
	width:110px;
}

ul.prodList{
	margin-left:38px;
}


ul.prodList li{
	width:150px;
	display:inline;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

ul.prodList img{
	width:150px;
	height:130px;
	display:block;
}

ul.prodList li p{
	text-align:center;
	padding:10px 0 !important;
	margin:0 !important;
	background:#F9D91C;
	color:#000;
}




input.submitBtn{
	background:#CE9802;
	color:#000;
	width:75px;
	height:28px;
	margin-top:5px;
	cursor:pointer;
}

input.submitBtn:hover{
	color:#fff;
	cursor:pointer;
}





ol.freeQuote label,
ol.freeQuote input{
	position:inherit !important;
}

ol.freeQuote select{
	margin-bottom:6px;
	padding:3px 0;
}

ol.freeQuote label{
	display:block;
	float:left;
	width:175px;
	color:#fff;
	margin-left:35px;
}

ol.freeQuote input.textInput{
	width:250px;
}

ol.freeQuote input.inputError{
	width:250px !important;
	border:1px solid red;
}

.quoteBtn{
	margin-left:215px !important;
}



.error{
	border:1px solid #F00;
	color:#F00;
	padding:5px 5px 5px 25px;
	background:url(../images/icons/ico-exclamation.gif) top left no-repeat;
	background-position:5px 5px;
}

.contactError{
	border:1px solid #F00;
	color:#F00;
	padding:5px 5px 5px 25px !important;
	background:url(../images/icons/ico-exclamation.gif) top left no-repeat;
	background-position:5px 5px;
	margin:0 40px;
}

.inputError{
	border:1px solid #f00;
}

.req{
color: #FF0000;
}

.logoMitchell {
	position:relative;
	top:10px;
	left:8px;
	
}


