/*--------------------------

Title: Power Electric
Date: 20080712
Author: Evan Heisler

---------------------------*/

/*-------Colors----------------

Blue Text, Nav Links: #004488
Links: #0066CC
Links, Hover: #0066FF
Body Copy: #333
Light Blue border: #CCDAE7
Footer Text: #5784B0

-----------------------------*/

/*-----------------------------
------------------------------*/

body, html {
	background: #fff url('../images/bg.gif') top left repeat-x;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}
	
a {
	color: #0066cc;
	outline: none;
}
a:visited {
	color: #004488;	
}
a:hover,
a:active {
	text-decoration: none;
}	

p {
	line-height: 1.5em;
	margin-top: .8em;
}

h3,
dt {
	color: #0066cc;
	font-size: 1.4em;	
}

h2.garamond {
	color: #004488;
	font-family: garamond, serif;
	font-size: 32px;
	font-variant: small-caps;
	margin: 12px 0 0 0;
	}

h3,
legend {
	color: #004488;
	font-size: 1.3em;
	margin: 1em 0 0 0;
	}
		h3 span {
			font-size: .5em;
		}
	
h4 {
	color: #004488;
	font-size: 1em;
	margin: 0;
	}
	
body.home #colSub h4 {
	border-bottom: 1px solid #CCDAE7;
	margin: 16px 0 4px 4px;
	padding: 0 0 12px 25px;
	}
	
ul {
	margin: 1em;
	padding: 0;
	line-height: 1.5em;
	list-style: none;
}
	ul li {
		padding-left: 10px;
		background: url(../images/bullets.gif) 0 .7em no-repeat;	
	}
	body.home ul {
		margin: 1em 0 1em 1em;
		padding: 0 0 0 1.5em;	
	}
ol {
}

div.hr {
	height: 20px;
	margin: 1em 0;
	background: url(../images/bg_line_shadow.gif) 50% 100% no-repeat;
}
	div.hr hr {
		display: none;
	}

/*--------------------------
	PAGE STRUCTURE
---------------------------*/
	
#page {
	background: url('../images/bgHeader.jpg') top center no-repeat;
	margin: 0 auto;
	width: 800px;
	min-height: 400px;
	}
	
#header {
	height: 85px;
	margin: 0 40px;
}

#wrapper {
	position: relative;
	width: 760px;
	margin: 0 auto 2em auto;
	padding-top: 5px;
	background: url('../images/navGradiant.gif') 50% 5px no-repeat;
}
	body.home #wrapper {
		padding-top: 303px;
		margin-top: 0;
		background: url('../images/banner.jpg') 50% 3px no-repeat;
	}
	body.electricMotors #wrapper {
		padding-top: 110px;
		background: url('../images/banner_short_electric_motors.jpg')  50% 3px no-repeat;
	}
	body.electricGearMotors #wrapper {
		padding-top: 110px;
		background: url('../images/banner_short_gear_motors.jpg') 50% 3px no-repeat;
	}

#colMain {
	border-right: 1px solid #CCDAE7;
	color: #333;
	float: left;
	margin: 0 0 0 35px;
	padding: 35px 20px 45px 0;
	width: 454px; /* 435 */
	min-height: 100px;
	}
	body.home #colMain,
	body.home #colSub,
	body.products.landing #colMain,
	body.products.landing #colSub {
		padding-top: 0;
	}
	body.internal #colMain {
		border-right: none;
	}
	body.about #colMain {
		border-right: 1px solid #e4ecf2;
	}
	
#colSub {
	color: #666;
	float: right;
	margin: 0;
	width: 250px;
	padding-top: 35px;
	}
	
#colHeader {
	padding: 35px 350px 20px 35px;
	min-height: 135px;
	font-size: 1.1em;
}

#footer {
	background: url('../images/bgFooter.gif') top center no-repeat;
	border-top: 1px solid #CCDAE7;
	color: #5784B0;
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 20px;
	width: 100%;
	}

/*--------------------------
	NAV
---------------------------*/
#globalNav {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 35px;
}
#globalNav ul {
	height: 35px;
	font-size: .9em;
	margin: 0 0 0 30px;
	text-transform: uppercase;
	padding: 0;
}
#globalNav ul li {
	display: block;
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
	background: none;
}
#globalNav ul li a {
	color: #fff;
	display: block;
	float: left;
	height: 35px;
	line-height: 35px;
	margin: 0;
	padding: 0 0 0 10px;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/bg_btn_nav_left.png) 0 0 no-repeat;
}
	#globalNav ul li a span {
		height: 35px;
		display: block;
		line-height: 35px;
		padding: 0 25px 0 5px;
		background: url(../images/bg_btn_nav_right.png) 100% 0 no-repeat;	
	}
	#globalNav ul li a:hover,
	#globalNav ul li.active a {
		color: #003F7C;
		cursor: pointer;
		background-image: url(../images/bg_btn_nav_left_active.png);
	}
	#globalNav ul li a:hover span,
	#globalNav ul li.active a span {
		background-image: url(../images/bg_btn_nav_right_active.png);
	}

#localNav ul {
	font-size: 1em;
	display: table;
	white-space: nowrap;
	margin: 0 auto;
	padding: 0;
	}
	
	body.about #localNav ul {
		text-align: left;
		margin: 0 30px;
	}
	
	/* hide the div so it doesn't create empty white space at the top */
	body.home #localNav,
	body.support #localNav,
	body.site-map #localNav {
		display: none;
	}
	
#localNav ul li {
	display: table-cell;
	padding: 0;
	margin: 0;
	background: none;
}
#localNav ul li a {
	background: url('../images/localNavDivider.gif') 100% 65% no-repeat;
	color: #004488;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 5px 20px 0 15px;
}
	#localNav ul li.active a {
		text-decoration: none;
		color: #999;
	}

#localNav ul li.last-child a {
	background: none;
	}
	
#breadCrumbs {
	position: absolute;
	top: 15px;
	left: 35px;
	font-size: .9em;
}
	#breadCrumbs a {
		text-decoration: none;
		color: #0066cc;
	}
		#breadCrumbs a:hover {
			color: #004488;
		}
	#breadCrumbs a.last-child {
		color: #666;
	}
	
	body.electricMotors #breadCrumbs,
	body.electricGearMotors #breadCrumbs {
		top: 120px;
	}

/*--------------------------
	MISC TEXT
---------------------------*/
.data {
	width: 435px;
	overflow-y: hidden;
	overflow: auto;	
	padding: 0 2px 10px 2px;
	
}
	#colSub .data {
		width: auto;
		margin-right: 15px;
	}

.data table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	margin: 1em 0;
	border-left: 1px solid #ccdae7;
}
	.data td,
	.data th {
		padding: .25em;
		text-align: center;
		border-right: 1px solid #ccdae7;
		border-bottom: 1px solid #ccdae7;
	}
	.data th,
	.data td.head {
		color: #fff;
		background-color: #004488;
		border: none;
		border-right: 1px solid #0d57a2;
		border-bottom: 1px solid #0d57a2;
	}
		.data tr.secondary th {
			background-color: #e5ecf3;
			color: #000;
		}
		.data tr td.topOne {
			border-top: 1px solid #ccdae7;
		}
		.data tr td.topTwo {
			border-top: 1px solid #0d57a2;
		}
	.data tbody {
		border-left: 1px solid #ccdae7;
	}
	.data thead {
		border-left: 1px solid #004488;
	}

	

a#logo {
	background: url('../images/logo.jpg');
	display: block;
	float: left;
	font-size: 30px;
	height: 42px;
	margin: 7px 0 0 0;
	padding: 0px;
	width: 302px;
	text-indent: -9999px;
}

div.ad {
	position: relative;
	background: url('../images/ad_bg_top.gif') 0 0 no-repeat;
	color: #fff;
	float: left;
	margin-left: 17px;
	text-align: center;
	width: 234px;
	padding: 15px 0 10px 0;
}
	body.home div.ad {
		min-height: 130px;
	}
	div.ad .bottom {
		position: absolute;
		display: block;
		bottom: 0;
		left: 0;
		height: 10px;
		width: 234px;
		background: url('../images/ad_bg_bottom.gif') 0 0 no-repeat;	
	}
	#colSub div.ad {
		margin: 0 auto;
	}
	
	div.ad h4 {
		color: #fff;
		margin: .5em 1.5em;
		padding: 0;
		font-family: garamond, serif;
		font-size: 18px;
		font-variant: small-caps;
		line-height: 1.2em;
		}
		body.home div.ad h4 {
			margin: 0 0 .5em 0;
		}
		
	div.ad p {
		margin: .5em 15px;
		line-height: 1.3em
	}
	
	div.ad a {
		color: #fff;
		text-decoration: none;
	}

#colMain p {
	padding-right: 20px;
	}
	
#colSub p {
	margin-left: 25px;
	}
	
#colSub div.img {
	text-align: center;
}

#header h1 {
	margin: 0;
	padding: 0;
}
#header p {
	background: url('../images/tagLine.jpg') 0 2px no-repeat;
	color: #fff;
	float: right;
	font-family: garamond;
	font-style: italic;
	font-variant: small-caps;
	height: 60px;
	width: 333px;
	margin-top: 10px;
	text-indent: -9999px;
	}

p.contact {
	color: #004488;
	font-family: "helvetica neue", "arial narrow", helvetica, arial, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: 35px;
	height: 35px;
	margin: 0 20px 0 0;
	text-align: right;
	}
	
#colSub p.download {
	color: #004488;
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 16px 0 0 16px;
	text-transform: uppercase;
	}

.btnGeneric {
	width: 230px;
	height: 45px;
	margin: 1em auto;
	background: url(../images/bg_btn_generic.gif) 0 0 no-repeat;
}
	.btnGeneric:hover {
		background-position: 0 -45px;
	}
	.btnGeneric a {
		display: block;
		width: 195px;
		height: 45px;
		line-height: 45px;
		padding-left: 35px;
		margin: 0;
		text-transform: uppercase;
		text-decoration: none;
		font-weight: bold;
	}
	.pdf {
		background: url(../images/icon_pdf.gif) 12px 50% no-repeat;	
	}
	
.btnSubmit {
	font-weight: bold;
	color: #004488;
	width: 145px;
	height: 45px;
	margin: 0 1em;
	border: none;
	cursor: pointer;
	background: url(../images/bg_btn_submit.gif) 0 0 no-repeat;
}
	.btnSubmit:hover {
		background-position: 0 -45px;
	}

#footer p.finePrint {
	float: left;
	margin: 12px 0 10px 45px;
	width: 435px;
	}
	
#footer p.linkage {
	float: right;
	font-size: 10px;
	margin: 12px 12px 10px 0;
	text-align: right;
	}
	
#footer p.quickMotorFooterLinks {
	margin: 0 12px 12px 45px;
	padding-top: 5px;
	clear: both;
	text-align: center;
	border-top: 1px solid #CCDAE7;
	color: #98b6d3;
	}
#footer p.quickMotorFooterLinks a {
	text-decoration: none;
	color: #98b6d3;
	}
#footer p.quickMotorFooterLinks a:hover {
	text-decoration: none;
	color: #5784B0;
	}
#footer p.quickMotorFooterLinks strong {
	font-weight: normal;
	color: #5784B0;
	}
	
.contentHeader {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #e5ecf3;
	background-position: 100% 100%;
	background-repeat: no-repeat; 
}

.newsAndEventsFullList {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.newsAndEventsFullList li {
	padding: 0;
	margin: 0;
	background: none;
}
	
	
/*--------------------------
	MISC
---------------------------*/

.ads {
	clear: both;
	padding-top: 1em;
	}

.block {
	background: url('../images/bg_corner_fade.gif') 2px 2px no-repeat;
	border-top: 1px solid #CCDAE7;
}
	body.home #colSub .block {
		border: 1px solid #fff;
	}
	body.internal #colSub .block {
		border: none;
		background: none;
	}

.gradiant {
	background: url('../images/navGradiant.gif') top center no-repeat;
	margin: 0 auto;
	height: 20px;
	}

.clear {clear: both;}

strong {font-size: 100%;}


/* ----------------
    FORMS
    ------------- */ 
.form table {
	width: 100%
}
fieldset {
	border: 0;
	padding: 1em;
}
.inputText {
	width: 200px;
}

.inputTextSmall {
	width: 50px;
}
.inputTextarea {
	width: 90%;
	height: 5em;
}
div.errors {
	background: #FFFCD7 url(../images/bg_error.gif) 0 0 repeat-x;
	border: 1px solid #E0D75F;
	margin: 1em 0;
	width: 100%;
}
	div.errorsInner {
		padding-left: 80px;
		background: url(../images/big_error.gif) 15px 1em no-repeat;
	}
label span {
	color: red;
}

.floatLeft {
	float: left;
	margin: 0 1em 1em 0;
}



/* ----------------
    CLEAR FLOATS WITHOUT EXTRA HTML MARKUP
    the ID or class is the parent of the floated items
    ------------- */ 
#wrapper:after,
#footer:after,
.form:after,
.ads:after,
.block:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

#wrapper,
#footer,
.form,
.ads,
.block { 
	display: inline-block; 
	_height: 1%;
}

/* Hides from IE-mac \*/
#wrapper,
#header,
.form,
.ads,
.block { display: block; }
/* ----------------
    END CLEAR FLOATS WITHOUT EXTRA HTML MARKUP
    ------------- */
