/* CSS Document */
/* Don't forget to set a foreground and background color
   on the 'html' or 'body' element! */
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{
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body{
	line-height: 1;
}
ol, ul{
	list-style: none;
}
blockquote, q{
	quotes: none;
}
:focus{
	outline: 0;
}
ins{
	text-decoration: none;
}
del{
	text-decoration: line-through;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}/* --- end reset.css --- */
/* -- top level styles --- */
html{
	background: #1C6ABD url(images/bgtile.png) 0 0 repeat-x;
}
body{
	font: 0.75em/1.5 Verdana, Arial, Helvetica, sans-serif;
}
a{
	color: #2576c4;
	text-decoration: none;
}
h1{
	font-size: 16px;
	color: #FF4600;
	margin-bottom:10px;
	padding-left: 9px;
}
h2{
	font-size:18px;
	font-weight:600;
	color: #2576c4;
	padding-left:9px;
	margin-bottom: 15px;
}
h2 em{
	font-style: normal;
	color: #FF4600;
	text-transform: uppercase;
}
a:hover{
	text-decoration: underline;
}
h3{
	padding-left:9px;
	margin-bottom: 10px;
	color: #FF4600;
}
/* --- top level styles end --- */
/* --- main layout styles --- */
#container{
	background: url(images/content-bg.png) 0 126px no-repeat;
	margin: 9px auto 0;
	text-align: left;
	width: 980px;
}
#header{
	background: url(images/header-bg.png) 0 0 no-repeat;
	height: 126px;
	position: relative;
	width: 980px;
}
#sideNav{
	float: left;
	width: 270px;
}
#contentArea{
	overflow: hidden;
	padding: 20px 0 0 17px;
	width: 963px;
}
#centralArea{
	float: left;
	margin-left: 40px;
	width: 598px;
}
#contactUs #centralArea{
	background:none;
}
#footer{
	background: #2576c4 url(images/footer-bg.png) 0 0 no-repeat;
	clear: both;
	height: 90px;
	margin: 0 auto 12px;
	position: relative;
	width: 980px;
}
/* --- main layout styles end --- */
/* --- #header substyles --- */
#header a#logo{
	background: url(images/ampco-engineering.png) 0 0 no-repeat;
	height: 107px;
	position: absolute;
	right: 0;
	text-indent: -999em;
	top: 30px;
	width: 175px;
}
#header p#strapline{
	background: url(images/generator-manufacturers.png) 0 0 no-repeat;
	height: 68px;
	left: 36px;
	position: absolute;
	text-indent: -999em;
	top: 36px;
	width: 464px;
}
/* --- #header substyles end --- */
/* --- #sideNav substyles --- */
#sideNav #sideNavLinks{
	background: url(images/side-nav-bg.png) 0 0 no-repeat;
	zoom: 1; /* fixes ie6/7 wierdness */
}
#sideNav #sideNavFooter{
	background: url(images/side-nav-footer.png) 0 0 no-repeat;
	height: 19px;
	width: 270px;
}
#sideNav ul{
	padding-top: 27px;
}
#sideNav li ul{
	padding-top:0;
}
#sideNav li{
	line-height:1;
	max-height:36px;
}
#sideNav li.parent{
	max-height:100%;
}
#sideNav li#navSliver{
	height: 3px;
	margin-top: -9px;
}
#sideNav li a{
	background: url(images/sidenav-rollover.png) 0 50% no-repeat;
	color: #fff;
	display: block;
	font-size: 1.1em;
	font-weight: 700;
	height: 27px;
	outline: none;
	padding: 12px 36px 0 0;
	text-align: right;
	text-decoration: none;
	max-height:36px;
	margin:0;
}

#sideNav .child li a{
	font-size: 0.9em;	background: #22588E;
	padding-top:15px;
}
#sideNav li a:hover,#sideNav li a.navon{
	background: url(images/sidenav-rollover.png) -270px 0 no-repeat;
	color: #fff;
	height: 27px;
}
#sideNav address{
	background: url(images/ex-logos.png) 50% 100% no-repeat;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	margin: 18px 0 20px 0;
	padding: 18px 18px 70px 18px;
}
#sideNav p{
	font-size: 0.9em;
	padding-left: 18px;
}
#sideNav h3{
	font-size: 1em;
	margin: 1em 0;
	padding-left: 18px;
	color: #1E4E7D;
}
#sideNav h4{
	font-size: 1em;
	margin: 1em 0;
	padding-left: 18px;
	color: #FF4600;
}
/* --- #sideNav substyles end --- */
/* --- #contentArea substyles --- */
#contentArea #centralArea p{
	margin-left: 9px;
	padding-bottom: 18px;
	width: 450px;
}
#contentArea #centralArea ul{
	list-style: disc;
	padding-left: 15px;
}
#contentArea #centralArea li{
	margin-top: 9px;
}
#contentArea #centralArea h5{
	height: 259px;
	padding-bottom: 27px;
	text-indent: -999em;
	width: 598px;
}
/* - #homePage substyles - */
#homePage #contentArea #centralArea h5{
	background: url(images/hazardous-environ-alternator-2016.jpg) 0 0 no-repeat;
}

#homePage #contentArea #centralArea p{
	padding-bottom: 18px;
	width: 450px;
}
#homePage #contentArea #centralArea{
	padding-bottom:90px;
}
#homePage #centralArea{
	background: url(images/hazard-area-alternator.png) bottom right no-repeat;
}

/* - #zoneOne substyles - */

#applications, #features, #features2, #features3{
	width: 440px;
	margin-left: 10px;
	color: #174372;
	padding: 0 0 10px 0;
}

h3#aea {
	width: 222px;
	height: 18px;
	margin-left: 9px;
	padding-bottom: 9px;
	background: url(images/title-type-aea.png) 0 0 no-repeat;
	text-indent: -999em;
}

#applications ul, #features ul, #features2 ul, #features3 ul{
	margin-left: 20px;
	margin-top: -10px;
}

#zoneOne #contentArea #centralArea li, #zoneTwo #contentArea #centralArea li{
	margin-top: 2px;
}

/* - #zoneTwo substyles - */


h3#ans {
	width: 230px;
	height: 18px;
	margin-left: 9px;
	padding-bottom: 9px;
	background: url(images/ans.gif) 0 0 no-repeat;
	text-indent: -999em;
}

h3#ansi {
	width: 230px;
	height: 18px;
	margin-left: 9px;
	padding-bottom: 9px;
	background: url(images/ansi.gif) 0 0 no-repeat;
	text-indent: -999em;
}

h3#mf {
	width: 216px;
	height: 18px;
	margin-left: 9px;
	padding-bottom: 9px;
	background: url(images/title-type-mf.png) 0 0 no-repeat;
	text-indent: -999em;
}

/* - #Alternator Packages substyles - */



h3#diesel-gen {
	width: 320px;
	height: 18px;
	margin-left: 9px;
	padding-bottom: 9px;
	background: url(images/title-diesel-generators.png) 0 0 no-repeat;
	text-indent: -999em;
}

h3#pneumatic-gen {
	width: 320px;
	height: 18px;
	margin-left: 9px;
	padding-bottom: 9px;
	background: url(images/title-pneumatic-generators.png) 0 0 no-repeat;
	text-indent: -999em;
}

h3#hydraulic-gen {
	width: 320px;
	height: 18px;
	margin-left: 9px;
	padding-bottom: 9px;
	background: url(images/title-hydraulic-generators.png) 0 0 no-repeat;
	text-indent: -999em;
}

/* - #developDesign substyles - */


/* - #downloadCentre substyles - */



/* - #abouttUs substyles - */



/* - #contactUs substyles - */


/* --- #contentArea substyles end --- */
/* --- footer subtyles --- */
#footer div#urlPic{
	color: #fff;
	height: 14px;
	left: 27px;
	padding-top: 36px;
	position: absolute;
	top: 15px;
	width: 320px;
}
#footer #footerLinks{
	color: #fff;
	line-height: 1.3;
	margin: 36px 9px 0 0;
	padding-bottom: 9px;
	position: absolute;
	right: 0;
	top: 15px;
	width: 720px;
}
#footer #footerLinks a{
	color: #fff;
	font-size: .8em;
	text-decoration: none;
}
#footer #footerLinks a:hover{
	text-decoration: underline;
}
/* --- footer substyles end --- */
/* ------------------------------ contact form -------------------------------- */
form#contactform{
	width: 415px;
}
#contactform label{
	color: #000;
	display: block;
	padding: 10px 10px 10px 132px;
	width: 265px;
}
#contactform span{
	float: left;
	left: -120px;
	margin-right: -130px;
	padding-top: 3px;
	position: relative;
}
#contactform input, #contactform textarea{
	background: #fff;
	border: 1px solid #2576C4;
	color: #000;
	width: 216px;
}
#contactform input.txtsmall{
	text-align: right;
	width: 72px;
}
#contactform input.spaced{
	margin-left: 10px;
}
#contactform #submitButton{border:none;cursor:pointer;height:36px;margin:0 0 18px 177px;width:108px;}
#centralArea p.email_error, #content p.email_thanks, #content p.email{margin:20px 0 20px 30px;padding: 10px 10px 10px 32px;width: 330px;}
#centralArea p.email{background: #18303d url(images/email.png) 10px 13px no-repeat;border-color: #2479B9;}
#centralArea p.email_error{background: #18303d url(images/email_error.png) 10px 13px no-repeat;border-color: #2479B9;}
#centralArea p.email_thanks{background: #18303d url(images/email_add.png) 10px 13px no-repeat;border-color: #2479B9;}
#centralArea p.small{font-size:0.8em;}
#centralArea #contactform fieldset{border:none;margin:0;padding:9px 0 18px 0;width:460px;}
.dwgdownload1 {height:32px;padding:12px 0 0 40px;background: url(images/dwg-icon.gif) 0 0 no-repeat;vertical-align:middle; display: block;}
.dwgdownload2 {height:42px;padding:2px 0 0 40px;background: url(images/dwg-icon.gif) 0 0 no-repeat;vertical-align:middle; display: block;}

.rightfloat{
	float: right;
}
.introlist{
	margin: 15px 0;
}
.introlist li{
	margin-bottom: 5px !important;
	line-height:1;
}

.onethird{
	float: left;
	width: 30%;
	margin: 0 1.5%;
}

.onethird p{
	width: 100% !important;
	padding-bottom:0 !important;
	margin-bottom:8px;
	text-align:left !important;
}
.onethird ul{
	margin-bottom:15px !important;
}
.onethird li{
	line-height:1.5em;
}
.onethird + p, .onethird + h3, .onethird + h2{
	clear: both;
}
.modeltable{
	width: 100%;
	border-collapse: collapse !important;
}

.modeltable td, .modeltable th{
	border: 1px solid #3E86CB;
	vertical-align:middle;
	padding: 5px;
}

.modeltable p{
	width: auto !important;
	margin:0 !important;
	padding:0 !important;
	line-height:1 !important;
	vertical-align:middle !important;
}
