@charset "ISO-8859-1";
#header {
	position: absolute;
	height: 124px;
	width: 1080px;
	left: 10px;
	top: 14px;
}
#sidebar {
	position: absolute;
	height: 525px;
	width: 303px;
	left: 10px;
	top: 140px;
	background-image: url(assests/images/elements-template_07_07.jpg);
}
#RHPlogo {
	position: absolute;
	height: 72px;
	width: 175px;
	left: 476px;
	top: 726px;
	background-image: url(assests/images/RHP-logo_17.jpg);
}
#bigbox {
	position: absolute;
	height: 525px;
	width: 777px;
	left: 314px;
	top: 140px;
}
#buynow {
	position: absolute;
	height: 64px;
	width: 219px;
	left: 874px;
	top: 678px;
	background-repeat: no-repeat;
}
#footer {
	position: absolute;
	height: 50px;
	width: 1080px;
	left: 13px;
	top: 804px;
	font-size: 10px;
	text-align: center;
	color: #999999;
}
#bodytext {
	position: absolute;
	height: 445px;
	width: 710px;
	left: 346px;
	top: 178px;
	overflow: auto;
	padding: 0px;
}
#wrapper {
	width: 1152px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
h1 {
	color: #FBD91E;
	font-size: 16px;
}
body {
	color: #FFFFFF;
	font-size: 14px;
}
.textindent {
	padding-right: 200px;
	padding-left: 200px;
}
#wrapper #header a {
	color: #FFFFFF;
}


#contactform 						{ width:510px; font:normal 11px/18px Verdana,Tahoma, Sans-serif; }
#contactform form 					{ width:auto; margin:0; padding:20px; margin-top:auto; }

#contactform fieldset 				{ padding:10px 0; margin:15px 0; background:#76902b; border:5px solid #ddd; -moz-border-radius:5px }
#contactform fieldset legend 		{ font:normal bold 18px/26px "Trebuchet MS",Verdana,Tahoma; padding:3px 25px; margin-left:30px; text-transform:uppercase; border:0px solid #ddd;}
#contactform fieldset legend span 	{ font:normal 10px/18px Arial,Verdana,Tahoma; text-transform:uppercase; display:block; }

#contactform form label 			{ display:block; float:left; width:150px; padding:6px 10px 0 0; margin:0px; text-align:right;}

#contactform input.inpt, 
#contactform textarea, 
#contactform select 				{ margin-bottom: 9px !important; border:1px solid; background-color: #f5f5f5; border-color: #ccc #ddd #ddd #ccc; width: 65%; padding: 4px;}

#contactform input.inpt, 
#contactform textarea, 
#contactform select 				{ -moz-border-radius:4px; -webkit-border-radius:4px; -khtml-border-radius:4px;	} /* This is css3 border radius, remove it if you want to use valid xhtml*/

#contactform input.inpt:focus,
#contactform select:focus,
#contactform textarea:focus 		{ background:#fff; }

#contactform br 					{ clear:left;}
#contactform input.required 		{ background:#f5f5f5 url('images/required.gif') 99% 50% no-repeat;}

#contactform input.btn				{ background:none; border:none;}

#contactform #note {width:90%;margin:0 auto; }

/* Error / Success / Notice ----------------------------------------------------------- */

#contactform .notes					{ background:#f0f0f0; border:1px solid #b8b8b8; }
#contactform .success				{ background:#ccfcd1; border:1px solid #60a400; }
#contactform .error					{ background:#f9e3e3; border:1px solid #e79e9e; }
#contactform .notice				{ background:#fcf0cc; border:1px solid #ecc735; }

#contactform .notes,
#contactform .notice,
#contactform .success,
#contactform .error					{ padding:10px; font-size:10px; color:#000;}

#contactform .notes span,
#contactform .notice span,
#contactform .success span,
#contactform .error span			{ font-weight:bold; font-size:1.2em;}

#contactform .notes p,
#contactform .success p,
#contactform .error p,
#contactform .notice p				{ margin:0px; padding:0px;}



