h1 {
padding: 8px 15px 0px 15px;
color: #E50000;
}

h2 {
padding: 0px 15px 0px 15px;
color: #2DACFF;
}

h3 {
padding: 0px 15px 0px 15px;
color: #E50000;
}

h4 {
padding: 0px 15px 0px 15px;
color: #2DACFF;
}


/* Content regions */

#text p, #textFullHeight p {
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 1.2em;
text-align: left;
line-height: 17px;
padding: 0px 15px 15px 15px;
}

#text a, #textFullHeight a{
color: #FFF;
text-decoration: underline;
}

#text a:hover, #textFullHeight a:hover{
color: #2EACFF;
text-decoration: none;
}

#text ul, #textFullHeight ul {
list-style:none;
margin-bottom: 15px;
}

#text li, #textFullHeight li {
background-image: url(../images/bullet.gif);
background-repeat: no-repeat;
background-position: 0px 8px;
margin-left: 20px;
padding: 2px 15px 0px 15px; 	
text-align: left;
font-size: 1.2em;
line-height: 17px;
color: #FFF;
}

.question {
	color: #2DACFF;
}

#textFullHeight p.smallprint {
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 1.1em;
text-align:center;
line-height: 17px;
padding: 0px 15px 15px 15px;
}

/* Footer */

#smallprint {
font-family: Arial, Helvetica, sans-serif;
color: #999;
font-size: 1.1em;
text-align: left;
line-height: 18px;
padding: 8px 0px 0px 13px;
}

#smallprint a{
color: #999;
text-decoration: none;
}

#smallprint a:hover{
color: #999;
text-decoration: underline;
}

.textlinksDivider {
	padding: 0px 5px 0px 5px;
}

.productSelect{
	margin-left: 15px;
}

.viewCart {
width: 135px;
height: 35px;
border: none;
background-color: transparent;
}

/* Contact form */

.fieldWrap{
	clear:both;
	margin: 0px 0px 0px 70px;
}

.fieldLabel {
	margin: 4px 0px 0px 0px;
	color: #FFF;
	font-size: 1.2em;
	float: left;
	width: 120px;
}

.field {
	margin: 3px 0px 0px 0px;
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	margin: 3px 0;
	padding: 2px;
	width: 265px;
	border: 1px solid #ccc;
	background-color: #333;
	color: #FFFFFF;
}

.sendBtn {
width: 105px;
height: 23px;
border: none;
background-color: transparent;
margin: 7px 0px 0px 118px;
}

.cartBtn {
width: 103px;
height: 23px;
border: none;
background-color: transparent;
margin: 7px 0px 0px 15px;
vertical-align: top;
}

.viewBtn {
width: 91px;
height: 23px;
border: none;
background-color: transparent;
margin: -27px 0px 0px 125px;
vertical-align: top;
}

.dropdown{
margin: 0px 0px 0px 15px;
}
	


.errMsg { 
font-family:Arial, Helvetica, sans-serif;
color: #E50000; 
font-size: 1.2em;
margin: 0px 0px 3px 120px;
} 

.errFld {
        border: 1px solid #E50000;
} 

