body{
	padding:0px;
	margin:0px;
	font-size:14px;
	font-family:sans,sans-serif;
	background:#eeeeee url("/images/bg.png") top center repeat-x;
}
#Layer_1{
	background:url("/images/bg-2.png") bottom center repeat-x;
}
#Logo{
	margin:0px auto -4px auto;
	padding:0px 0px 0px 0px;
}
#menu{
	text-align:center;
	padding:20px 0px 20px 0px;
	background:url("/images/bg-1.png") top repeat-x;
}
#menu a{
	color:#ffffff;
	padding:20px 16px 20px 16px;
	font-weight:bold;
}
#menu a:hover{
	background: url("/images/shade-1.png");
}
#order_now{
	float:right;
	width:288px;
	height:268px;
	margin:0px 0px 0px 10px;
	padding:10px 0px 10px 30px;
	text-align:left;
	color:#ffffff;
	line-height:2.0em;
	background:url("/images/bg-3.png") no-repeat;
}
#limited_time_offer{
	font-weight:bold;
}
#Submit{
	font-weight:bold;
	font-size:20px;
	margin-top:4px;
}
#content_area{
	width:940px;
	margin:auto;
	padding:0px 10px 0px 10px;
	background: url("/images/bg-6.png") top repeat-y;
}
#contents{
	background:#ffffff url("/images/bg-4.png") repeat-x;
	padding:20px 20px 40px 20px;
}
#footer{
	height:57px;
	margin:0px auto 0px auto;
	text-align:center;
	font-size:small;
	color:#ffffff;
	padding:30px 0px 0px 0px;
	background: url("/images/footer.png") bottom repeat-x;
}
#footer a{
	padding:30px 0px 30px 0px;
	color:#ffff00;
}
#footer a:hover{
	color:#ffffff;
}


/*####################################*/
p{
	line-height:1.6em;
}
a{
	color:#0066ff;
	text-decoration:none;
	outline:none;
}
a:hover{
	color:#11aaff;
}
h1,h2,h3,h4{
	color:#4488ff;
	padding:6px;
}
img{
	border:none;
	padding:0px;
	margin:0px;
}
input,select{
	outline:none;
	padding:2px;
	font-size:12px;
	color:#444444;
	background:#dddddd;
	border:1px solid #666666;
	-moz-border-radius:10px;
}
input:hover, input:active, input:focus, select:hover, select:active, select:focus{
	color:#000000;
	background:#ffffff;
}
/*####################################*/
.float_r{
	float:right;
	margin:0px 0px 10px 10px;
}
.float_l{
	float:left;
	margin:0px 10px 10px 0px;
}
.clear_l{
	clear:left;
}
.cleared{
	clear:both;
}
.centered{
	text-align:center;
}
.vCentered{
	vertical-align:middle;
}
.fntbold{
	font-weight:bold;
}
.no_display{
	display:none;
}
.no_style{
	vertical-align:middle;
	border:none;
	background:transparent;
}
.testimonial{
	padding-top:8px;
	border-top:1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
}
.con_l{
	float:left;
	width:48%;
}
.con_r{
	float:right;
	width:48%;
}


