/*
------------------------------------------------------------------------
Theme Name:[Home Care Interior]
Author:[Ricky]
Author Company URI:http://www.avasoft.net
------------------------------------------------------------------------
*/
/*
-----------------------------------------
RESET
----------------------------------------- 
*/
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td{margin:0; padding:0}
table{border-collapse:collapse; border-spacing:0}
fieldset, img{border:0}
address, caption, cite, code, dfn, em, strong, th, var{font-style:normal; font-weight:normal}
ol, ul, li{list-style:none}
caption, th{text-align:left}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:normal}
q:before, q:after{content:''}

strong{font-weight:bold}
em{font-style:italic}
a img{border:none}

h1, h2, h3, h5, h5, h6{font-weight:bold}

/*
-----------------------------------------
LAYOUT
----------------------------------------- 
*/


/* CSS Document */


h1{
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 15px;
	color: #ac8256;
}

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

h3{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

p{
	font-size: 12px;
	margin-bottom: 15px;
	line-height: 18px;
}


hr{
	margin: 0;
	padding: 0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 1px solid #000;
	padding-top: 20px;
	margin-bottom: 20px;
}



body{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #B7936F;
}

#container{
	width: 960px;     /*CHANGE HERE*/
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#header{
	height: 107px;
	background-color: #bf301a;
}

#h_left{
	width: 370px;
	float:left;
	text-align: center;
	
}

#h_right{
	width: 589px;
	float: right;
}

#h_right img{
	float: left; 
	margin-right: 3px;
}




#banner{
	height: 300px;
	clear: both;
}


#b_left{
	width: 348px;
	float: left;
	text-align: right;
}

#b_right{

	
}

#b_r_left{
	float: left;
	width: 250px;
	height: 197px;
	background: url(images/bg_box_left.jpg) no-repeat top left;
	padding: 15px 30px 15px 30px;
}

#b_r_right{
	float: right;
	width: 176px;
	height: 197px;	
	background: url(images/bg_box_right.jpg) no-repeat top left;
	padding: 15px 30px 15px 30px;
}


#b_right h2{
	color: #bf3000;
}

#b_right ul li{
	list-style-type: none;
	background: url(images/bullet_box.png) no-repeat 0px 3px;
	padding-left: 20px;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 2px;
}



#content{
	clear: both;
	background: url(images/bg_content.jpg) repeat-y top left;
}



#content ul{
	margin-left: 0px;	
}

#content ul li{
	list-style-type: none;
	background: url(images/bullet.png) no-repeat 0px 3px;
	padding-left: 20px;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 2px;
}

#content ol{
	margin-left: 20px;	
}

#content ol li{
list-style-type: decimal;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 2px;
}

#container_c_left{
	float: left;
	width: 348px;
}



#c_left{

	width: 286px;
	margin-left: 22px;
	background: url(images/bg_left_content.jpg) no-repeat top left;
	padding: 25px 20px 25px 20px;
	text-align: right;
}


#c_l_testi_top{
	background: url(images/bg_testi_top.png) no-repeat top left;
}

#c_l_testi_bot{
	background: url(images/bg_testi_bot.png) no-repeat bottom right;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 15px;
}

#c_left h1{	
	color: #ac8256;
	margin-bottom: 20px;
}



#c_right{
	width: 560px;
	float: right;
	margin-right: 25px;

}

#c_right a{
	color: #bf3000;
	text-decoration: none;
}

#c_right a:hover{
	color: #7c1f00;
	text-decoration: underline;
}


.p_title{
	margin-top: 1px;
	background-color: #bf3000;
	padding: 5px 20px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}


#footer{
	background-color: #bf301a;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
}

#footer a{
	color: #bf3000;
	text-decoration: none;
}

#footer a:hover{
	color: #e6c8a8;
	text-decoration: underline;
}

#footer ul li{
	display: inline;
}

#footer ul li a{
	text-decoration: none;
	color: #fff;
	padding-right: 10px;
	padding-left: 10px;
}

#footer ul li a:hover{
	text-decoration: none;
}

#footer h3{
	text-transform: uppercase;
	margin-top: 20px;
}










/* MENU */


#menu{
	height: 32px;
	line-height: 32px;
	background-color: #e6c7a8;
	margin-top: 1px;
}

#menu ul li{
	display: inline;
	list-style-type: none;
	position:relative;
}

#menu ul li a{
	font-size: 12px;
	font-weight: normal;
	display: block;
	float: left;
	line-height: 32px;
	padding-left: 22px;
	padding-right: 22px;
	text-decoration: none;
	color: #bf311a;
}

#menu ul li a:hover{
	background-color: #b08965;
	color: #fff;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
	top: 32px;
	left: 0;
	border-bottom: none;
	width:340px;
	border: 1px solid #e6c7a8;
	border-top: none;
}

html>body #menu ul ul {
	width:auto;
}

#menu ul ul li {
	display:block;
}


#menu ul ul li a {
	width:170px;
	background:#efdecd;
	/*border-bottom: 1px solid #577fa4;*/
	color:#bf311a;
	display:block;
	float:none;
	padding-left:10px;
	font-weight:normal;
	height:25px;
	line-height: 25px;
	margin-right: 0px;
}

#menu ul ul li a:hover {
	background:#b08965;
	color:#fff;
	margin-right: 0px;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

#menu ul ul,
#menu ul li:hover ul ul,
#menu ul ul li:hover ul ul
{display: none;}

#menu ul li:hover ul,
#menu ul ul li:hover ul,
#menu ul ul ul li:hover ul
{display: block;}

html #menu ul li a { height: 1%; }

#menu li:hover ul, li.over ul { display: block; float:left;}


#presstab{
float:left;
background:#FBF6F2;
width:235px;
height:235px;
padding:10px;
margin:5px 5px 0;
font-size:10px;
line-height:20px;
}

#presstab p{
font-weight:bold;
font-size:10px;
font-family:verdana;
text-shadow:none;
}

#presstab a{
font-weight:normal;
font-size:11px;
text-align:center;
text-shadow:none;
}


<!--[if lt IE 7]>
#menu{float:none;}
body{behavior:url(csshover.htc); }
#menu ul li{float:left; }
#menu a{height:1%;font: normal 12px arial, helvetica, sans-serif;}

<![endif]-->

/* END OF MENU */




