@charset "UTF-8";
/* Iskra Aleternators and Starter Motors Website Stylesheet */

* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 62.5%;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	background: #FFFFFF;
}
#pageContainer {
	width: 770px;
	margin: 0 auto;
	background-color: #d0dcea;
}
/*pageHeader*/
.pageHeader h1 {
	background-repeat: no-repeat;
	background-position:center;
	width: 770px;
	height: 248px;
	text-indent: -9999px;
}
/* H1 Heading Images*/
#homeHeader h1 {
	background-image:url(images/home_h1.jpg);
}
#alternatorHeader h1 {
	background-image:url(images/alternators_h1.jpg);
}
#startermotorHeader h1{
    background-image:url(images/startermotors_h1.jpg);
}
#spareHeader h1{
	background-image:url(images/spare_h1.jpg);
}
#contactHeader h1{
	background-image:url(images/contact_h1.jpg);}
.pageHeader h2 {
	background-repeat:no-repeat;
	background-position:center;
	width: 770px;
	height: 81px;
	text-indent: -9999px;
}
/*H2 Heading Images*/
#homeHeader h2 {
	background-image:url(images/home_h2.jpg);
}
#alternatorHeader h2 {
	background-image:url(images/alternators_h2.jpg);
}
#startermotorHeader h2{
	background-image:url(images/startermotors_h2.jpg);
}
#spareHeader h2{
	background-image:url(images/spare_h2.jpg);
}
#contactHeader h2{
	background-image:url(images/contact_h2.jpg);
}
/*************
 * PAGE MENU *
 *************/

.pageMenu {
	list-style: none;
	background: #aec2db;
	padding-left: 15px;
	margin-bottom: 30px;
	width: 755px;
	height: 36px;
}
.pageMenu li {
	float: left;
	padding: 10px 38px 0 0;
}
.pageMenu a {
	font-size: 1.5em;
	color: #000000;
}

.pageMenu a:hover{
	color: #666666;
}
/********************
 * PAGE BODY STYLES *
 ********************/

.fullColumn {
	clear: both;
	width:740px;
	margin-left: 15px;
}
.leftColumn {
	width: 483px;
	margin-left: 15px;
	float: left;
	padding-right: 15px;
	padding-bottom: 30px;
}
.rightColumn {
	width: 242px;
	float: left;
	padding-bottom: 30px;
}

.rightColumn img{
	margin-bottom: 10px;
}
p {
	font-size: 1.4em;
	padding-bottom: 15px;
	line-height: 1.3em;
}
p strong{
	display:block;
	line-height:1em;
}
h3{
	font-size: 1.5em;
	padding: 0 0 10px 0;
}
ol {
	font-size: 1.2em;
	margin-left: 25px;
	padding-top: 10px;
}
ol li {
	padding-bottom: 4px;
}
.brandList{
	list-style: none;
}
.brandList li{
	float: left;
	font-size: 1.3em;
	width: 140px;
	padding-bottom: 3px;
}
label{
	width: 220px;
	float: left;
	clear: left;
	text-align: right;
	font-size: 1.4em;
	padding: 5px 10px 0 0;
}

input, textarea{
	float: left;
	width: 230px;
	margin-top: 5px;
}

input.buttons{
	margin-left: 230px;
}

textarea{
	height: 100px;
}

form img{
	clear: left;
	margin: 10px 0 10px 280px;
}
a, a:visited{
	color:#000000;
}
a:hover{
	color: #666666;
}
/**********************
 * PAGE FOOTER STYLES *
 **********************/

#pageFooter {
	width: 770px;
	height: 70px;
	background: #aec2db;
	padding-top: 30px;
	clear: both;
}

#pageFooter p{
	text-align:center;
}

