@charset "utf-8";
/*
Dratter Electric Motors
Author URI: http://www.gregomedia.com
Description: Dratter Electric Motors Business Site.
Author: Gregory David Chinchilla Yanez
CSS Document
*/

body{
	background-image:url(../images/bg.jpg);
	background-color:#f4f4f4;
    color: #2d2826;
	font: 62.5% /*"Myriad Pro",*/ Arial, Helvetica, sans-serif; /* Resets 1em to 10px */	
}
a{outline: none;}
a:link {text-decoration:none; color:#c09802;}
a:active {text-decoration:none; color:#c09802;}
a:visited {text-decoration:none; color:#c09802;}
a:hover {text-decoration:none; color:#0076a8;}

#main_wrapper{
}

#header_wrapper{
	background-image:url(../images/header_wrapperBG.png);
	height:230px;
	width:100%;
	background-repeat:repeat-x;
	position:relative;
	z-index:1;
}
#header_content_wrapper{
	background-image:url(../images/header_bg.jpg);
	width:960px;
	height:240px;
	background-repeat:no-repeat;
	position:relative;
	margin:auto;
}
a#logo{
	background-image:url(../images/logo_sprite.png);
	position:relative;
	width:490px;
	height:120px;
	display:block;
	/*left:-1000px;*/
}
a#logo:hover{background-position: 0 -122px;}

/*NAV*/
#nav_wrapper{
	width:960px;
	height:62px;
	margin-top:30px;
}
.nav_sprite{
	float:left;
	display:block;
	background:url(../images/nav_sprite.jpg);
	height:62px;
}
a#nav_home{background-position: 0 0px; width:103px;}
a#nav_home:hover{background-position: 0 -62px;}

a#nav_services{background-position: -103px 0; width:144px;}
a#nav_services:hover{background-position: -103px -62px;}

a#nav_about{background-position: -247px 0; width:157px;}
a#nav_about:hover{background-position: -247px -62px;}

a#nav_products{background-position: -404px 0; width:157px;}
a#nav_products:hover{background-position: -404px -62px;}

a#nav_repair{background-position: -561px 0; width:246px;}
a#nav_repair:hover{background-position: -561px -62px;}

a#nav_contact{background-position: -807px 0; width:152px;}
a#nav_contact:hover{background-position: -807px -62px;}

#center_wrapper{
	background-color:#f4f4f4;
	margin-top:-16px;
}
#center_content_wrapper{
	width:960px;
	height:auto !important;
	min-height:400px;
	position:relative;
	margin:auto;
	overflow:auto;
	font-size:1.5em;
	line-height:21px;
	padding-bottom:10px;
}

.test{
	width:50px;
	height:800px;
	background-color:#F00;
}
/*IMAGE SLIDER*/
#imageSlider_container{
	position:relative;
	width:956px;
	height:327px;
	margin:auto;
	margin-top:-15px;
}
#image_slider{
	/*background-image:url(../images/image_slidder.jpg);*/
	width:623px;
	height:327px;
	background-color:#666;
	float:left;
	position:relative;
	z-index:0 !important;
}
#image_slider_repair{
	background-image:url(../images/image_slidder_repair.jpg);
	width:333px;
	height:327px;
	background-color:#CCC;
	position:absolute;
	left:623px;
}
a#motorForm_link{
	position:absolute;
	top:287px;
	display:block;
	width:333px;
	height:40px;
	background:url(../images/motorFormLink_Sprite.jpg);
}
a#motorForm_link:hover{
	background-position:0px -40px;
}
a#readMore_sprite{
	position:absolute;
	top:215px;
	margin-left:15px;
	display:block;
	background:url(../images/readMore_sprite.png);
	width:133px;
	height:35px;
}
a#readMore_sprite:hover{
	background-position:0px -35px;
}
/*END IMAGE SLIDER*/

/*HOME PAGE*/
.description_containers{
	text-align:center;
	color:#2d2826;
	width:295px;
	height:250px;
	margin-left:20px;
	float:left;
}
.description_headers{
	display:block;
	width:295px;
	height:100px;
	background-image:url(../images/headers_description_sprite.jpg);
}
a#about_intro{
	background-position:0px 0px;
}
a#contact_intro{
	background-position:-300px 0px;
}
a#services_intro{
	background-position:-600px 0px;
}
a#products_intro{
	background-position:-900px 0px;
}
a#easa_intro{
	background-position:-1200px 0px;
}
#store_intro{
	background-position:-1500px 0px;
}

a.readMore{
}
.description_containers h2{
	font-weight:bold;
}
/*END OF HOME*/

/*SERVICES*/
a#services_header{
	background-position:-659px 0px;
	width:230px;
}
#services_tagLine{
	background-image:url(../images/services_tagLine.jpg);
	width:590px;
	height:60px;
	float:right;
	position:relative;
	margin-top:-105px;
}
.page_containers{
	color:#2d2826;
	width:950px;
	height:auto;
	margin:5px;
	overflow:auto;
}
.page_containers h2{
	font-weight:bold;
	font-style:italic;
}
.page_containers p{
	color:#555;
}
.textContent_description{
	width:470px;
	float:left;
}
.repair_warrenty_header{
	display:block;
	height:100px;
	position:relative;
	margin:auto;
	background:url(../images/repair_warrenty_sprite.jpg);
}
#repair_services_container{
	float:left;
	width:470px;
	border-top:1px solid #CCC;
}
#warrenty_services_container{
	float:right;
	border-top:1px solid #CCC;
	width:470px;
}
a#repair_services{
	background-position:-309px 0px; width:290px;
}
a#warrenty_services{
	background-position:0px 0px; width:309px;
}
/*END OF SERVICES*/

/*ABOUT*/
a#about_header{
	background-position:-15px 0px;
}
#about_tagLine{
	background-image:url(../images/about_tagLine.jpg);
	width:575px;
	height:70px;
	float:right;
	position:relative;
	margin-top:-105px;
}
#repair_about_container{
	float:left;
	border-top:1px solid #CCC;
	width:470px;
}
#warrenty_about_container{
	float:right;
	border-top:1px solid #CCC;
	width:470px;
}
a#repair_about{
	background-position:-309px 0px; width:290px;
}
a#warrenty_about{
	background-position:0px 0px; width:309px;
}
/*END OF ABOUT*/

/*PRODUCTS*/
a#products_header{
	background-position:-918px 0px;
}
#products_tagLine{
	background-image:url(../images/about_tagLine.jpg);
	width:575px;
	height:70px;
	float:right;
	position:relative;
	margin-top:-105px;
}
.page_containers a img{
    border: 1px solid #C09802;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-top: 5px;
    padding: 2px;
	float:left;
}
#repair_products_container{
	float:left;
	border-top:1px solid #CCC;
	width:470px;
}
#warrenty_products_container{
	float:right;
	border-top:1px solid #CCC;
	width:470px;
}
a#repair_products{
	background-position:-309px 0px; 
	width:290px;
}
a#warrenty_products{
	background-position:0px 0px; width:309px;
}
/*END OF PRODUCTS*/






/*REPAIRFORM*/
a#repair_header{
	background-position:-309px 0px; 
	width:290px;
	margin:0px !important;
}
#repair_tagLine{
	background-image:url(../images/services_tagLine.jpg);
	width:590px;
	height:60px;
	float:right;
	margin-top:-90px;
	position:relative;
}
#repair_inform{
    font-size: 1.1em;
    height: 100px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-left: 10px;
    width: 920px;
}
#repair_form{
	width:950px;
	height:auto;
	overflow:auto;
	margin-bottom:30px;
}
.repair_label_name{
	font-weight:bold;
	font-style:italic;
	margin-right:30px;
}
#radioBtns{
	width:950px;
	margin-bottom:5px;
}
#repair_form h1{
    font-size: 1.2em;
    font-style: italic;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 30px;
}
#send_repairbtn{
	background-image:url(../images/submit_sprite.png);
	display:block;
	height:30px;
	text-indent:-1000em;
	width:104px;
	margin-top:-105px;
	margin-bottom:10px;
	float:right;
	margin-right:100px;
	position:relative;
	z-index:99;
}
#send_repairbtn:hover {
	background-position:0px -30px;
}
.repair_input{
    border: 1px solid #C09802;
    color: #2D2826;
    font-family: Arial,Helvetica,sans-serif;
    height: 25px;
    margin-bottom: 5px;
    width: 300px;
}
.repairLabel{
	font-weight:bold;
	font-style:italic;
	color: #2D2826;
}
#jobData{
	width:950px;
	height:auto;
}
.jobData_small_colomn{
	width:310px;
	height:auto;
	float:left;
}
#namePlate{
	width:950px;
	height:520px;
	overflow:auto;
}
#pumpData{
	width:950px;
	height:390px;
	overflow:auto;
}
.pumpData_small_colomn{
	width:310px;
	height:255px;
	float:left;
}
.small_colomn{
	width:310px;
	height:450px;
	float:left;
}
.big_colomn{
	width:590px;
	height:250px;
	float:left;
}
.third_colomn{
	float:left;
	width:310px;
	height:200px;
}
.repair_notes{
    border: 1px solid #C09802;
    color: #2D2826;
    font-family: Arial,Helvetica,sans-serif;
    height: 190px;
    margin-bottom: 5px;
    width: 580px;
	overflow:auto;
}
#repair_form span { 
	display:none; 
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
	color:#C09802;
}

.repair_motorType{
	display:none; 
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
	color:#C09802;
}
#repair_response{
    font-size: 1.7em;
    height: 100px;
    margin: auto;
    position: relative;
    text-align: center;
    width: 930px;
	display:none;
}
.repair_contactName{
	display:none; 
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    line-height: 20px;
    margin-top: -25px;
    position: relative;
    width: 340px;
	color:#C30;
}
.repair_phone{
	display:none;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    line-height: 20px;
    position: relative;
    width: 340px;
	color:#C30;
}
.contactName{
	display:none; 
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    position: relative;
    width: 200px;
	color:#C30;
}
.phone{
	display:none; 
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    position: relative;
    width: 240px;
	color:#C30;
}
.motor{
	display:none; 
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    position: relative;
    width: 360px;
	color:#C30;
}
.emailName{
	display:none; 
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    position: relative;
    width: 360px;
	color:#C30;
}

/*END OF REPAIRFORM*/








/*CONTACT*/
a#contact_header{
	background-position:-351px 0px;
}
#contact_tagLine{
    background-image: url("../images/contact_tagLine.jpg");
    float: right;
    height: 59px;
    margin-right: 200px;
    margin-top: -90px;
    position: relative;
    width: 378px;
}
#contact_info{
	width:220px;
	height:400px;
	margin-right:10px;
	float:left;
}
a#directions{
	background-image:url(../images/directions.jpg);
	width:220px;
	height:228px;
	margin-top:30px;
	display:block;
}
/*FOOTER CONTACT FORM*/
.contactForm{
}
#contactForm{
    height: 470px;
    width: 570px;
	overflow:auto;
	float:right;
}
.label_name{
	font-weight:bold;
	font-style:italic;
}
#contactForm #name{
    border: 1px solid #C09802;
	color:#2d2826;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	width:80%;
	height:25px;
}
#contactForm #e-mail{
    border: 1px solid #C09802;
	color:#2d2826;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	width:80%;
	height:25px;
}
#contactForm #message{
    border: 1px solid #C09802;
	color:#2d2826;
    font-family: Arial,Helvetica,sans-serif;
    height: 140px;
	overflow: auto;
    width: 80%;
}

#send_btn{
	background-image:url(../images/submit_sprite.png);
	display:block;
	height:30px;
	text-indent:-1000em;
	width:104px;
	margin-top:15px;
	margin-bottom:10px;
	margin-left:355px;
}
#send_btn:hover {
	background-position:0px -30px;
}

#contactForm fieldset{
	border: 1px solid #C09802;
}
.bar{
	display:none;
	/*background-image:url(../images/89.gif);
	background-repeat:no-repeat;
	height:64px; 
	width:64px;
	margin:auto;*/
}
#messageSent {display:none;}
#contactForm span { 
	display:none; 
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
	color:#C09802;
}
.message-missing { 
	display:none; 
    font-size: 16px;
    font-weight: bold;
	color:#C09802;
    margin-bottom: -20px;
    margin-top: 10px;
}
.email-missing { 
	display:none; 
    font-size: 16px;
    font-weight: bold;
	color:#C09802;
    margin-bottom: -20px;
    margin-top: 10px;
}
.name-missing { 
	display:none; 
    font-size: 16px;
    font-weight: bold;
	color:#C09802;
    margin-bottom: -20px;
    margin-top: 10px;
}
#mail_response{
	width:270px;
	height:50px;
	display:none;
}
/*end of contact form*/

#repair_contact_container{
	float:left;
	border-top:1px solid #CCC;
	width:470px;
}
#warrenty_contact_container{
	float:right;
	border-top:1px solid #CCC;
	width:470px;
}
a#repair_contact{
	background-position:-309px 0px; width:290px;
}
a#warrenty_contact{
	background-position:0px 0px; width:309px;
}
/*END OF CONTACT*/

/*BOTTOM FO0TER*/
#footer_wrapper{
}
#footer_content_wrapper{
	height:auto !important;
	min-height:100px;
	width:960px;
	position:relative;
	margin:auto;
	overflow:auto;
}
#easa_footer{
	background-image:url(../images/easa_footer.jpg);
	height:100px;
	width:110px;
	float:left;
}
#footer_nav{
	color:#d8aa02;
	text-transform:uppercase;
	font-size:1.4em;
	margin-top:26px;
	margin-bottom:3px;
	width:850px;
	height:25px;
}
#footer_nav li {display:inline;}
#footer_nav li a{color:#FFF;}
#footer_nav li a:hover{color:#d8aa02;}
#copy{
	color:#FFF;
	font-size:1.2em;
	width:850px;
	height:25px;
}

/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/


	/* Most common stuff you'll need to change */
	.coda-nav{ visibility:hidden; display:none;}
	.coda-slider-wrapper { padding: 10px 0 }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 960px } 
	
	/* Panel padding */
	.coda-slider .panel-wrapper { width:960px; margin: 20px auto auto; overflow:auto; }
	
	/* Preloader */
	.coda-slider p.loading { padding: 0px; text-align: center }

	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: hidden }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	
/* end of coda slider */