@charset "utf-8";
/* CSS Document */

body {
	background-color: #6dbcff;
	background-image: url(../images/backblue.png);
	background-repeat: repeat-x;
	background-position: left top;
	color: #444;
}
/*h2, h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}*/
.container {
	background-image: url(../images/containerback.png);
	background-repeat: repeat-y;
	background-position: center;
	position: relative;
}
#header {
	background-image: url(../images/header2.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 150px;
}
.divleft {
	padding-left: 24px;
	padding-right: 9px;
}
.divright {
	padding-right: 24px;
}
#footer {
	background-image: url(../images/footerback.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 76px;
}
/* ====== header contents ====== */
#header #dhpalert {
	position: absolute;
	top: 10px;
	left: 6px;
	color: #FFF;
	font-size: 1.25em;
	font-weight: bold;
}
#header #dhplogo {
	position: absolute;
	top: 8px;
	right: 9px;
	height: 50px;
	width: 120px;
	background-image: url(../images/logofff.png);
	background-repeat: no-repeat;
	background-position: top right;
}
#header #guarantee {
	position: absolute;
	top: 60px;
	left: 130px;
	font-size: 1.25em;
	font-weight: bold;
	color: #426c87;
}
#header #help {
	position: absolute;
	top: 50px;
	right: 24px;
	height: 40px;
	background-image: url(../../media/images/womanPhone.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 10px 42px 0 0;
	font-size: 1.25em;
	font-weight: bold;
	color: #426c87;
}
/* left align 
#header #help {
	position: absolute;
	top: 50px;
	left: 120px;
	height: 40px;
	background-image: url(../images/womanPhone.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 10px 0 0 46px;
	font-size: 1.25em;
	font-weight: bold;
	color: #426c87;
}*/
#header h1 {
	position: absolute;
	top: 96px;
	left: 160px;
	color: #FFF;
	font-size: 2em;
	font-weight: bold;
}

/* ====== product contents ====== */
#content {
	background-image: url(../images/prodSectionBack.png);
	background-repeat: repeat-y;
	background-position: center top;/**/
	margin: 0px 0 0px 0;
	padding-top: 0px;
}
#content .divleft, #content .divright {
	padding-top: 9px;
	padding-bottom: 9px;
}
#content #contentbacktop {
	background-image: url(../images/prodSectionTop.png);
	background-repeat: no-repeat;
	background-position: center top;/**/
	margin: 0px 0 0px 0;
	padding: 0px;
}
#content #contentbackbot {
	background-image: url(../images/page2colBack2.png);
	background-repeat: no-repeat;
	background-position: center bottom;/**/
	margin: 0px 0 0px 0;
	padding: 0px 0 36px 0;
}
#content h2 {
	font-size: 1.75em;
	font-weight: bold;
	color: #426c87;/*426C87*/
	border-bottom: #666 3px dotted;
}
#content h3 {
	font-size: 1.25em;
	font-weight: bold;
	color: #426c87;	
	margin-bottom: 12px;
}
#contentright h2 {
	font-size: 1.75em;
	font-weight: bold;
	color: #426c87;/* greenish #3a7e7f */
}
#contentright h3 {
	color: #426c87;
	margin: 0;
	padding: 6px 0 3px 0px;
}

/* ====== testimonials ====== */
#testimonials .quote {
	font-style: italic;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: smaller;
}
#testimonials .author {
	text-align: right;
	/*border-top: 1px #666 dotted;*/
	margin-bottom: 12px;
	font-size: smaller;
}

/* ====== footer ====== */
#footer #foot {
	text-align: center;
	padding-top: 20px;
}

/* ====== miscelaneous ====== */
.alertbox {
	font-weight: bold;
	font-size: larger;
	color: #F00;
	background-color: #fff9e5;
	margin-bottom: 9px;
	border: 1px #666 dotted;
	padding: 3px;
}
img.left {
	float: left;
	margin-right: 10px;
}
img.right {
	float: right;
	margin-left: 10px;
}
br.clear {
	clear: both;
}