/* Css Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{ 
	margin:0; 
	padding:0; 
	border:0; 
	outline:0; 
	font-size:100%; 
	vertical-align:baseline; 
	background:transparent; 
}
ol,ul{ 
	list-style:none; 
}
blockquote,q{ 
	quotes:none; 
}
blockquote:before,blockquote:after,q:before,q:after{ 
	content:''; 
	content:none; 
}
:focus{ 
	outline:0; 
}
ins{ 
	text-decoration:none; 
}
del{ 
	text-decoration:line-through; 
}
table{ 
	border-collapse:collapse; 
	border-spacing:0; 
}

/*--------------- General Styles 
*/
.skiplink{ 
	display:none; 
}
label{ 
	cursor:pointer; 
}
a,a:visited{ 
 text-decoration:none; 
}
a:focus,a:hover{ 
	text-decoration:underline; 
}
body{ 
	color:#000; 
	font:62.5%/1 Arial,"Trebuchet MS",Georgia, Lucida,Verdana ,Helvetica, sans-serif;
	padding:0;
	margin:0;
	background:#FFEDD7;
	padding-top:16px;
}
.hide{
     position: absolute;
     left: -9999px;
}
/*------------------------------Page Structure-------------------------------*/
#page{
	width:939px;
	margin:0 auto;
}
#header{
	width:939px;
	height:95px;
}

/* logoarea */
#logoarea{
	width:939px;
	overflow:hidden;
}
#logoarea h1{
	float:left;
	width:407px;
}
#logoarea h1 a{
	display:block;
	background:url(images/automated_mom.jpg) no-repeat;
	width:407px;
	height:81px;
}
#nav{
	width:532px;
	float:left;
	overflow:hidden;
}
#nav h3{
	padding:0;
	margin:0;
	font-size:18px;
	font-weight:normal;
	color:#330000;
	font-style:italic;	
	padding:17px 0 37px 194px;
}
#nav ul{
	overflow:hidden;
	float:right;
	margin-right:-10px;
}
#nav ul li{
	float:left;
	display:block;
	padding:0 10px;
	background:url(images/bgr_libdr.jpg) no-repeat 0 8px;
}
#nav ul li a{
	display:block;
	float:left;
	font-size:12px;
	color:#3399FF;
	line-height:25px;
	text-decoration:underline;
}
#nav ul .order{
	background:none;
}
#nav ul li span{
	display:block;
	float:left;
	font-size:12px;
	color:#3399FF;
	line-height:25px;
}
#nav ul li a:hover{
	text-decoration:none;
	color:#330000;
}
/*--------------------------maincontent
*/
#maincontent{
	padding-left:23px;
	width:916px;
}
#savemoney{
	width:916px;
}
#moneybg,
#moneytop,
#moneybtm{
	width:916px;
}
#moneybg{
	background:url(images/money_bg.jpg) repeat-y;
}
#moneybtm{
	background:url(images/money_btm.jpg) no-repeat bottom left;
}
#moneytop{
	background:url(images/money_top.jpg) no-repeat;
}
#contentmoney{
	width:868px;/*916*/
	padding:10px 20px 0 28px;
}
#contentmoney h2{
	font-size:22px;
	color:#3366FF;
	text-transform:uppercase;
}
#contentmoney p{
	font-size:12px;
	color:#666666;
	line-height:14px;
	padding-bottom:8px;
}
#contentmoney p a{
	font-size:12px;
	color:#FF3399;
	text-decoration:underline;
}
#contentmoney p a:hover{
	text-decoration:none;
}
/* contentarea */
#contentarea{
	width:916px;
}
#contentbg,
#contentbtm,
#contenttop{
	width:916px;
}
#contentbg{
	background:url(images/content_bg.jpg) repeat-y;
}
#contentbtm{
	background:url(images/content_btm.jpg) no-repeat bottom left;
}
#contenttop{
	background:url(images/content_top.jpg) no-repeat;
}
/* product */
#product{
	width:916px;
	overflow:hidden;
	padding-bottom:7px;
}
#product dd{
	width:303px;
	float:left;
	padding-top:12px;
}
#product dd img{
	display:block;
	margin-left:58px;
}
.prductinfo{
	width:274px;
	padding:0 13px 20px 16px;
}
.prductinfo h3{
	padding-bottom:10px;
	font-weight:normal;
}
.prductinfo h3 a{
	font-size:22px;
	color:#3366FF;
	text-decoration:underline;
}
.prductinfo h3 a:hover{
	color:#330000;
	text-decoration:none;
}
.prductinfo p{
	font-size:12px;
	color:#666666;
	line-height:14px;
	padding-bottom:8px;
}
.prductinfo span{
	display:block;
	padding-bottom:12px;
}
.prductinfo span a{
	font-size:12px;
	color:#3399FF;
	text-decoration:underline;
}
.prductinfo span a:hover{
	color:#330000;
	text-decoration:none;
}
.prductinfo strong{
	display:block;
	font-size:22px;
	color:#666666;
	font-weight:normal;
}
.prductinfo strong small{
	font-size:12px;
	color:#666666;
}
#product .productdelux{
	width:310px;
}
#product .productdelux img{
	margin-left:7px;
	display:block;
}
/*------------------------------------footer
*/	
#footer{
	width:916px;
	padding-top:15px;
	text-align:center;
}
#footer h2{
	font-size:26px;
	color:#3366FF;
	padding-bottom:284px;
}
#footer h2 a{
	color:#FF0066;
	text-decoration:underline;
}
#footer h2 a:hover{
	text-decoration:none;
}
#footer strong{
	font-size:22px;
	color:#330000;
	padding-bottom:10px;
	display:block;
}
#footer strong span{
	font-size:22px;
	color:#330000;
	font-weight:normal;
}
#footer img{
	margin-bottom:14px;
}
#footer ul{
	overflow:hidden;
	padding-bottom:22px;
}
#footer ul li{
	font-size:16px;
	color:#330000;
	display:inline;
}
#footer ul li a{
	font-size:16px;
	color:#330000;
	text-decoration:none;
	padding:0 10px;
}
#footer p{
	font-size:10px;
	color:#CC9999;
	padding-bottom:15px;
}
/*-------------------------------about page--------------------------*/
#aboutcontent{
	width:916px;
}
#aboutbg,
#aboutbtm,
#abouttop{
	width:916px;
}
#aboutbg{
	background:url(images/about_bg.jpg) repeat-y;
}
#aboutbtm{
	background:url(images/about_btm.jpg) no-repeat bottom left;
}
#abouttop{
	background:url(images/about_top.jpg) no-repeat;
}

/* content */
#content{
	width:854px;/*916*/
	padding:0 40px 190px 22px;
}
#content h2{
	font-size:24px;
	color:#330000;
	font-weight:normal;
	padding:24px 0 15px 0;
}
#content p{
	font-size:14px;
	color:#808080;
	line-height:16px;
	padding-bottom:12px;
}
#content a{
	font-size:14px;
	color:#3366FF;
	text-decoration:underline;
	line-height:16px;
}
#content a:hover{
	text-decoration:none;
}
#content span{
	display:block;
	padding-bottom:15px;
	line-height:16px;
}
#content small{
	display:block;
}	
#content label{
	display:block;
	font-size:14px;
	color:#808080;
	line-height:16px;
	padding-bottom:12px;
}
/*---------------------------------order page--------------------------*/

#choosekit{
	width:916px;
}
#choosekit form{
	width:916px;
}
#choosekit dl{
	width:914px;
	background:url(images/bgr_order.jpg) repeat-x;
	height:162px;
	margin:0 1px;
}
#choosekit dl dd{
	width:889px;/*914*/
	overflow:hidden;
	padding-left:25px;
}
.choosekittop{
	height:56px;
}
.choosekittop h3{
	width:211px;
	float:left;
	font-size:20px;
	color:#3366FF;
	background:url(images/bgr_arrow1.jpg) no-repeat right top;
	height:39px;/*52*/
	padding-top:17px;
	margin-right:37px;
}
.choosekitmid{
	height:53px;
}
.choosekitmid h3{
	width:211px;
	float:left;
	font-size:20px;
	color:#3366FF;
	background:url(images/bgr_arrow2.jpg) no-repeat right top;
	height:36px;/*52*/
	padding-top:17px;
	margin-right:37px;
}
.finishorder{
	height:53px;
}
.finishorder h3{
	width:211px;
	float:left;
	font-size:20px;
	color:#3366FF;
	background:url(images/bgr_arrow3.jpg) no-repeat right top;
	height:36px;/*52*/
	padding-top:17px;
	margin-right:37px;
}
#choosekit dl dd strong{
	display:block;
	font-size:14px;
	color:#3366FF;
	float:left;
	margin-top:15px;
}
#choosekit dl dd strong input{
	margin-right:6px;
}
#choosekit dl dd small{
	display:block;
	width:205px;
	float:left;
	font-size:10px;
	color:#3366FF;
	line-height:12px;
	padding-top:16px;
}
#choosekit dl dd strong span{
	font-weight:normal;
}
.clean{
	width:171px;
}
.deluxe{
	width:225px;
}
.shave{
	width:164px;
}
.deliver{
	width:184px;
}
.orderbtn{
	float:left;
	background:url(images/btn_order.jpg) no-repeat;
	width:187px;
	height:38px;
	margin-top:7px;
	margin-right:80px;
	margin-left:-10px;
	border:none;
	cursor:pointer;
}
#choosekit dl dd label{
	display:block;
	float:left;
	font-size:16px;
	color:#FF0066;
	padding-top:17px;
}
.prductinfoorder{
	width:274px;
	padding:0 13px 20px 16px;
}
.prductinfoorder h3{
	padding-bottom:10px;
	font-weight:normal;
}
.prductinfoorder h3 a{
	font-size:22px;
	color:#3366FF;
	text-decoration:underline;
}
.prductinfoorder h3 a:hover{
	color:#330000;
	text-decoration:none;
}
.prductinfoorder h4{
	font-weight:normal;
	font-size:20px;
	color:#666666;
}
.prductinfoorder h4 span{
	font-size:12px;
}
.prductinfoorder label{
	display:block;
	font-size:12px;
	color:#FF0066;
	font-weight:bold;
	padding:15px 0;
}
.prductinfoorder p{
	font-size:12px;
	color:#666666;
	line-height:14px;
	padding-bottom:15px;
}
.prductinfoorder ul{
	padding-bottom:15px;
}
.prductinfoorder ul li{
	background:url(images/icon_dot.jpg) no-repeat 0 6px;
	padding-left:12px;
	font-size:12px;
	color:#666666;
	line-height:14px;
}
.prductinfoorder ul li span{
	font-size:10px;
}
.prductinfoorder a{
	font-size:12px;
	color:#3366FF;
	text-decoration:underline;
}
.prductinfoorder a:hover{
	text-decoration:none;
}
.orderlfttop{
	padding-top:38px;
}
