@charset "utf-8";

/************************* CSS Document  *************************/

BODY{
	margin:0;
	padding:0 0 30px 0;
	font:13px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	line-height:16px;
	background:#fff url(../images/body_bg.jpg) repeat-x center top;
	border-top:solid 10px #87817c;
}

H1, H2, H3, H4, H5, H6, Ul, OL, LI, FORM{
	margin:0;
	padding:0;
}

H1{
	font:bold 20px Arial, Helvetica, sans-serif;
	color:#840f17;
	margin-bottom:15px;
}

H1REV{
	font:bold 20px Arial, Helvetica, sans-serif;
	color:#FFF;
}

P
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	line-height:18px;
	margin:0 0 20px 0;
	padding:0;
	
}

SELECT, INPUT, TEXTAREA, FILE{
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	margin:0;
	padding:0;
}

A{
	color:#333;
	text-decoration:none;
	outline:0;
}

A:hover{
	text-decoration:none;
}

A IMG{
	border:0;
}

.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

/* Hides from IE-mac \*/
.clearfix {   
	//height:1%; /*Only work with IE*/
}
/* End hide from IE-mac */

.clr{
	height:1px;
	line-height:1px;
	font-size:1px;
	clear:both;
}

#main_layout{
	width:792px;
	margin:auto;
	background:#dbca94;
}

#header{
	background:url(../images/header.jpg) no-repeat left top;
	width:792px;
	height:273px;

}

A.logo{
	width:223px;
	height:91px;
	float:right;
	margin:17px 23px 0 0;
	display:inline;
}

#contents{
	background:#dbca94 url(../images/contents_bg.gif) repeat-x left top;
	padding-bottom:20px;
	line-height:18px;
}

#body_left{
	width:227px;	
	float:left;
}

#body_right{
	width:525px;	
	float:right;
	margin:-60px 20px 0 0;
	display:inline;
}

#main_nav{
	width:173px;
	margin-left:33px;
	background:url(../images/nav_bg.gif) repeat-x left top;
	padding-top:20px;
}

#main_nav A{
	display:block;
	font:19px "Times New Roman", Times, serif;
	text-align:right;
	border-bottom:solid 2px #f4efdb;
	padding:4px 6px;
	color:#685d59;
}

#main_nav A:hover, #main_nav A.active{
	color:#820d20;
}

#main_nav A.first{
	border-top:solid 2px #f4efdb;
}

.index_btm_pic{
	//margin:129px 0 0 20px;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}

.right_btm_pic{
	margin:0 15px;
}

.video_lnk{
	height:59px;
	color:#000;
	font:bold italic 18px Arial, Helvetica, sans-serif;
	padding-left:30px;
	margin:12px 0 20px;
}
*:first-child+ html .video_lnk{
	margin-bottom:22px;
}
*html .video_lnk{
	margin-bottom:22px;
}
.video_lnk IMG{
	vertical-align:middle;
	color:#000;
	margin-left:30px;

}

.ask_box{
	background:#d0ccc0 url(../images/ask.gif) no-repeat 10px 10px;
	border:solid 2px #fff;
	width:490px;
	padding:55px 10px 5px;
	//padding:53px 10px 3px;
	font-size:13px;
	margin-top:20px;
	position:relative;
}

.ask_box .input1{
	width:175px;

}

.ask_box .input2{
	width:185px;

}

.ask_box .input3{
	width:413px;

}

.ask_box .input4{
	width:413px;
	//width:415px;
	height:40px;
	overflow:auto;
}

.ask_box .prblm_with{
	font-size:12px;
	padding-top:2px;
}

.ask_box .prblm_with INPUT{
	margin-left:2px;
	//margin-left:0;
}

.ask_box .prblm_with .qry{
	padding-right:5px;
	font-size:13px;
	//font-size:12px;
}

.btm_contact{
	clear:both;
	font-size:14px;
	padding-top:40px;
	//padding-top:20px;
}

.btm_contact .title{
	color:#830c20;
	font-size:18px;
	font-weight:bold;
}

.btm_contact .phone{
	color:#000;
}

.copyright{
	font-size:11px;
	padding-top:3px;
	color:#70615a;
}

.copyright A{
	color:#0478c5;
}

.copyright A:hover{
	color:#820d20;
}

UL.conditions{
	list-style:none;
	margin-bottom:50px;
}

UL.conditions LI{
	background:url(../images/bullet.gif) no-repeat left 2px;
	padding:4px 0 4px 27px;
}

A.info_video{
	border-bottom:0 !important;
	padding:0 !important;
	display:inline !important;
}
.info_vid{
	margin:50px 0 40px 20px;
}

UL.faq{
	list-style:none;
	margin-bottom:50px;
}

UL.faq LI{
	background:url(../images/bullet.gif) no-repeat left 2px;
	padding:4px 0 4px 27px;
}

UL.faq LI A:hover{
	color:#820d20;
}

.faq_detail_title{
	background:url(../images/bullet.gif) no-repeat left 2px;
	padding:3px 0 8px 27px;
	font-size:16px;
}

.faq_detail_btm{
	padding:7px 0 18px;
}

.faq_detail_btm A{
	color:#820d20;
}

.faq_detail_btm A:hover{
	color:#333;
}

.faq_detail_pic{
	border:solid 4px #fff;
	float:right;
	margin-left:5px;
}

.contact_title{
	margin:20px 0 5px;
	font-size:14px;
	background:url(../images/bullet.gif) no-repeat left 1px;
	padding:3px 0 3px 27px;
}

UL.testimonials{
	list-style:none;
	margin-bottom:50px;
}

UL.testimonials LI{
	background:url(../images/bullet.gif) no-repeat left 2px;
	padding:4px 0 4px 27px;
}

UL.testimonials LI A:hover{
	color:#820d20;
}

.t_sub_title{
	font-size:18px;
	font-weight:normal;
	margin-bottom:15px;
}

.t_pic{
	margin:10px 0 0 10px;
	float:right;
}

.u_pic{
	margin:0 9px 0 0px;
	float:left;
}


A.more_testimoinal{
	color:#0478c5;
	background:url(../images/bullet.gif) no-repeat right top;
	padding:1px 25px 0 0;
}

.poor_posture{
	margin-top:15px;
	text-align:center;
}

.poor_posture_pic{
	margin-left:30px;
}

A.readmore{
	color:#0478c5;
	background:url(../images/bullet.gif) no-repeat right top;
	padding:3px 25px 0 0;
}

UL.articles{
	list-style:none;
	margin-bottom:50px;
}

UL.articles LI{
	background:url(../images/bullet.gif) no-repeat left 2px;
	padding:4px 0 4px 27px;
}


UL.articles LI A:hover{
	color:#820d20;
}

.articles_pic{
	margin:0 100px 0 30px;
	float:right;
}

.submit_bttn{
	background:url(../images/submit_bttn.gif) no-repeat left top;
	width:62px;
	height:24px;
	border:0;
	cursor:pointer;
	margin:4px 7px 0 135px;
	//margin:4px 7px 0 132px; /***** Works Only In IE *****/
}

.form_err{
	color:#ff0000;
	padding-bottom:10px;
}

.form_err .data{
	padding-left:0px;
}

.success_mail{
	color:#0d8f16;
	margin-bottom:15px;
}

UL.video{
	list-style:none;
	margin-bottom:50px;
}

UL.video LI{
	background:url(../images/bullet.gif) no-repeat left 2px;
	padding:4px 0 4px 27px;
}

UL.video LI A:hover{
	color:#820d20;
}

.cnt_tbl TD{
	padding-bottom:5px;
}
.map_img{
	margin-right:10px;
	border:solid 4px #e5d9b2;
	float:left;
}

.hom_chk{
	//margin-left:-4px; /***** Works Only In IE *****/
}
.download_link{
	position:absolute;		
	color:#000;
	font-weight:bold;
	font-size:12px;
	margin-left:45px;
	width:173px;
	padding-top:11px;	
	//padding-top:16px;
}
.download_link A{
	color:#820b14;
	text-decoration:underline;
}

.download_link A:hover{
	color:#000;
}
.poor_pstr{
	position:absolute;
	right:19px;
	top:18px;
	color:#820b14;
	font-weight:bold;
	font-size:12px;
}		

.poor_pstr A{
	color:#820b14;
	text-decoration:underline;
}	

.poor_pstr A:hover{
	color:#000;
}	

A.rd_lnk:hover{
	color:#820d20;
}
