/* Water Heater Warehouse CSS Document */

/* Body Style here */

body {
	margin: 0 0 0 0;
	background-image: url("bg.gif");
	background-repeat: repeat-x;
}

/* Headers Style Here */

H1 {	

	font-family: "Trebuchet MS"; font-size: 24px; color: #637387; text-decoration: none; letter-spacing: 0.08em; margin:8px 0px 0px; padding:0px 0px 0px 20px;

}

H2 {

	font-family: "Trebuchet MS"; font-size: 20px; color: #88B100; text-decoration: none; letter-spacing: 0.09em; margin:0px; padding:0px;

}
H3 {

	font-family: "Trebuchet MS"; font-size: 14px; color: #636468; text-decoration: none; letter-spacing: 0.09em; margin:0px; padding:0px;

}

/* Content Style here */
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
	text-decoration: none;
	text-align: justify;
	padding: 10px 20px 0 0;
	line-height: 15pt;
}
.card {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #454545;
	padding: 10px 20px 0 0;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A1A8AE;
	text-decoration: none;
}

/* Navigation Style here */

.footernav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #94BFE2;
	text-decoration: none;
}
.footernav:hover {
	color: #A1A8AE;
	text-decoration: Underline;
}

/* Other Styles here */

.divider {
	color: #A1A5A6;
}

.footerbg {
	background-color: #475059;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #929699;
	height: 135px;
}
.slogan {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #24B8F0;
	font-style: italic;
}
.yellowb {
	font-weight: bold;
	font-size: 16px;
	color: #454545;
	padding: 5px;
	border: #FFFFCC 1px solid;
	background-color:#FFFF8E;
}
/* Contact Style here */
.help {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #454545;
	text-align: justify;
	padding: 15px;
	margin: 45px 10px 10px 10px;
	border: #64AAF0 1px solid;
	background-color:#D6ECFF;
}
.help img{float:left}
.bulb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #454545;
	text-align: justify;
	padding: 15px;
	margin: 10px;
	border: #FFCC66 1px solid;
	background-color:#FFFFCC;
}
.bulb img{float:left}

label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px 0;
	display: block;
	width: 100px;
	float: left;
} 

input,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #595759;
	margin: 4px 0;
	background:transparent url(input_bg.jpg) no-repeat 0 0;
	padding: 3px;
	width: 250px;
	border-top: 0px solid #acacac;
	border-bottom: 0px solid #acacac;
	border-left: 0px solid #acacac;
} 
textarea {
	height: 70px;
}  
						

.buttons {
	width: 180px;
	padding-left: 280px;
}    
.buttons input {
	background: #88B100;
	color: #ffffff;
	height: 24px;
	width: 75px;
	text-align: center;
	border: none;
	margin-top: 15px;
} 
.buttons input:hover {
	background: #4cd0f4;
} 
.maillink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #32acd3;
	text-decoration: none;
}
.maillink:hover {
	color: #4cd0f4;
	text-decoration: Underline;
}