/* CSS Document */
/*----General Start-----------*/
body{
	padding:0;
	margin:0;
	color:#000; /*7E7D78*/
	background-color:#fff;
	font:normal 13px "Lucida Sans Unicode", sans-serif, Arial;
}
p, b, span, td, h1, h2, h3, h4, h5, h6, form, input, td, tr, select, textarea, div{
	padding:0;
	margin:0;
}
.error
{
	color:red;
	font-weight:bold;
}
.testimonial
{
	background-color:#E5E5E5;
	border:1px dotted #000;
	padding:5px;
	margin-bottom:20px;
}
.testimonial .author
{
	margin:10px 0px 0px 20px;
}
img, fieldset{
	padding:0;
	margin:0;
	border:none;
	
}
.hearingloss
{
	list-style-type:disc;
	margin-left:15px;
}
.hearingloss li
{
	margin:5px 0px;
}
ul{
	list-style:none;
	padding:0;
	margin:0;
}

li{
	padding:0;
	margin:0;
}

a{
	padding:0;
	margin:0;
	outline:none;
	text-decoration:underline;
	color:#0093AD;

}
a:hover{
	text-decoration:none;
}

.spacer{
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
}

.fltleft{
	float:left;
	
}
.fltrit{
	float:right;
}


h1{
	font:bold 30px Georgia, "Times New Roman", Times, serif;
	color:#432201;
}


h2{
	font:normal 30px Georgia, "Times New Roman", Times, serif;
	color:#432201;
}


h3{
	font:normal 24px Georgia, "Times New Roman", Times, serif;
	color:#432201;
}

h4{
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#676666;
	text-transform:uppercase;
}

h5{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#fff;
}

h6{
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#fff;
}
/*td.left_shadow{
	background:url(../images/left_shadow.png) no-repeat 100% 100%;
	behavior: url("iepngfix.htc");
}

td.right_shadow{
	background:url(../images/right_shadow.png) no-repeat 0 100%;
	behavior: url("iepngfix.htc");
}*/
a.more{
	font-weight:bold;
	color:#196DA9;
	padding:0;
	margin:0;
	text-decoration:none !important;
}
a.more:hover{
	color:#942822;
}
/*----General End-----------*/
/*----header Start-----------*/
#header{
	background:url(../images/headerbg.gif) repeat-x 0 0;
	height:129px;
	border-bottom:solid 1px #18718E;
}
.header_iner{
	width:941px;
	margin:0 auto;
}
.header_top{
	height:100%;
	overflow:hidden;
}
.header_top_left{
	width:317px;
	float:left;
	height:100%;
	overflow:hidden;
	padding:5px 0 0 0;
}
.header_top_left_iner{
	width:228px;
	float:right;
	padding:7px 0 0 0;
}
.header_top_left_iner p{
	font:bold 14px/20px Georgia, "Times New Roman", Times, serif !important;
	color:#432201 !important;
	padding:0px 0 0 0 !important;
	margin:0 0 0 77px !important;
}
.name_link a:hover
{
	text-decoration:underline !important;
}
.header_top_right{
	width:560px;
	float:right;
}
.header_top_right_top{
	height:91px;
}
.header_top_right_top p.link{
	text-align:right;
	padding:6px 0 10px 0;
	color:#3AA6CD;
}
.header_top_right_top div.call{
	font-size:22px;
	color:#5E3E2E;
	text-align:right;
}
	

.menu{
}
.menu ul{
	padding:0;
	margin:0;
}
.menu ul li{
	float:left;
	margin-right:2px;
	width:auto;
}
.menu ul li ul
{
	display:none;
}
.menu ul li:hover > ul
{
	display:block;
	position:relative;
	z-index:100;
	float:none;
	width:90px;
	top:0px;
	left:0px;
	margin:0px !important;
}
.menu ul li ul li a
{
	padding:5px !important;
	width:90px !important;
	margin:0px !important;
	background-image:none;
	background-color:white;
	background-repeat:none;
	float:none;
	display:block;
	width:auto;
}
.menu ul li ul li a:hover
{
	padding:5px !important;
	width:90px !important;
	margin:0px !important;
	background-image:none;
	background-color:#C0C0C0;
	background-repeat:none;
	float:none;
	display:block;
	width:auto;
}
.menu ul li.nomarg{
	margin:0;
}
.menu ul li a{
	background:url(../images/limiddleBg.gif) repeat-x 0 0;
	float:left;
	cursor:pointer;
	width:auto;
	text-decoration:none;
}
.menu ul li a span.left{
	background:url(../images/ulleft.gif) no-repeat 0 0;
	float:left;
	cursor:pointer;
	width:auto;
}
.menu ul li a span.left span.rite{
	background:url(../images/ulrite.gif) no-repeat 100% 0;
	font:normal 13px/38px Georgia, "Times New Roman", Times, serif;
	color:#008CB7;
	background-color:inherit;
	float:left;
	cursor:pointer;
	text-decoration:none;
	padding:0 5px;
	
}







.menu ul li a:hover span.left, .menu ul li a.active span.left{
	background:url(../images/ulleft01.gif) no-repeat 0 0;
	float:left;
	cursor:pointer;
	width:auto;
}
.menu ul li a:hover, .menu ul li a.active{
	background:url(../images/limiddleBg01.gif) repeat-x 0 0;
	float:left;
	cursor:pointer;
	width:auto;
	text-decoration:none;
}
.menu ul li a:hover span.left span.rite, .menu ul li a.active span.left span.rite{
	background:url(../images/ulrite01.gif) no-repeat 100% 0;
	color:#fff;
	background-color:inherit;
	
}
/*----header End-----------*/

/*----contenertop Start-----------*/
#contenertop{
	background-color:#2FBBD7;
}
.contenertop_iner{
	width:941px;
	margin:0 auto;
	padding:16px 0;
	background:url(../images/cont_inerbg.jpg) no-repeat 0 0;
	height:100%;
	overflow:hidden;
}
.contenertop_iner_right{
	width:325px;
	float:right;
}
.contenertop_iner_right h2{
	padding:0px 0 0 0;
	text-align:center;
	line-height:35px;
	text-transform:uppercase;
}
.contenertop_iner_right h2 span{
	font-size:24px;
	text-transform:none;
	display:block;
}



.contenertop_iner_left{
	width:580px;
	float:left;
}
.contenertop_iner_left_iner{
}
.contenertop_iner_left_iner_top{
	background:url(../images/contenertop_iner_left_iner_.gif) repeat-x 0 0;
	height:12px;
	line-height:0;
	font-size:0;
}
.contenertop_iner_left_iner_Botm{
	background:url(../images/dot.gif) repeat-x 0 100% #fff;
	height:12px;
	line-height:0;
	font-size:0;
}
.contenertop_iner_left_iner_middle{
	border-left:solid 1px #0EAFC3;
	border-right:solid 1px #0EAFC3;
}
.contenertop_iner_left_iner_middle01{
	border-left:solid 1px #fff;
	border-right:solid 1px #fff;
	background:url(../images/middlebg.gif) repeat-x 0 0 #fff;
	padding:0 10px;
	

}
.gallery_main_pan{
	background:url(../images/galmainpanbg.gif) repeat-x 0 0;
	padding:18px 0 19px 0;
	border-bottom:solid 1px #2D2318;
}
.gallery_main_pan_iner{
	width:941px;
	margin:0 auto;
}

.cont_contener{
	border:solid 1px #fff;
	border-bottom:0;
	background:url(../images/cont_contenerbg.gif) repeat-x 0 0;
	padding:11px 0 43px 0;
	
}
.cont_contener_iner{
	width:941px;
	margin:0 auto;
	height:100%;
	overflow:hidden;
}
.cont_contener_iner_right{
	width:305px;
	float:right;
}
.cont_contener_iner_right_top{
	height:13px;
	font-size:0;
	line-height:0;
	background:url(../images/cont_cont_bg.gif) repeat-x 0 0;
}
.cont_contener_iner_right_Botm{
	height:4px;
	font-size:0;
	line-height:0;
	background:url(../images/dot01.gif) repeat-x 0 100% #fff;
}
.cont_contener_iner_right_middle{
	border-left:solid 1px #D2D0C4;
	border-right:solid 1px #D2D0C4;
}
.cont_contener_iner_right_middle_iner{
	border-left:solid 1px #FFFFFF;
	border-right:solid 1px #FFFFFF;
	background:url(../images/topicpanbg.gif) repeat-x 0 0;
	padding:0 11px 16px 11px;
}
.featur{
	background:url(../images/featurbg.gif) repeat-x 0 0;
	margin-bottom:21px;
}
.featur_iner{
	background:url(../images/featur_left.gif) no-repeat 0 0;
}
.featur_iner_right{
	background:url(../images/featur_right.gif) no-repeat 100% 0;
	padding:0 0 0 15px;
}
.featur_iner_right h3{
	line-height:40px;
	display:block;
	text-align:center;
}
.cont_contener_iner_right_middle_iner a{
	font-size:14px;
	line-height:normal;
	font-weight:bold;
}
.cont_contener_iner_right_middle_iner p{
	line-height:20px;
	padding:11px 10px 12px 0;
}
.cont_contener_iner_right_middle_iner p.advice{
	margin-top:7px;
	padding:10px 0 0 0;
	border-top:solid 1px #EEE2CF;
	text-align:right;
	
}
.cont_contener_iner_right_middle_iner p.advice a{
	font-size:13px !important;
	font-weight:normal !important;
}
.cont_contener_iner_left{
	width:580px;
	padding-left:9px;
	float:left;
}
.block{
	margin-bottom:5px;
	background:url(../images/block01bg.gif) no-repeat 0 0;
	padding:15px 0 19px 18px;
	height:100%;
	overflow:hidden;
}
.block02{
	background:url(../images/block02bg.gif) no-repeat 0 0;
}
.block03{
	background:url(../images/block03bg.gif) no-repeat 0 0;
}
.block04{
	background:url(../images/block04bg.gif) no-repeat 0 0;
}
.block_left{
	width:77px;
	float:left;
	border:solid 1px #BCCEB1;
}
.block_left img{
	border:solid 3px #fff;
}
.block_Txt{
	width:438px;
	float:right;
}
.block_Txt h2{
	text-transform:uppercase;
	line-height:34px;
	display:block;
}
.block_Txt p{
	line-height:18px;
	padding-top:2px;
	width:367px;
}
 
 
	
/*----contenertop End-----------*/

.footer01{
	background:url(../images/footerbg.gif) repeat-x 0 0 #fff;
}
.footer_iner{
	width:941px;
	margin:0 auto;
	padding:23px 0 0 0;
	height:100%;
	overflow:hidden;
}
.footer_top{
	padding-bottom:31px;
	height:100%;
	overflow:hidden;
}
.footer_top h3{
line-height:35px;
}
.client{
	width:375px;
	float:left;
}
.client p{
	padding:0 0 0 57px;
	margin-bottom:13px;
	text-transform:uppercase;
}
.client p.icon1{
	background:url(../images/icon01.gif) no-repeat 0 0;
	line-height:35px;
}
.client p.icon2{
	background:url(../images/icon02.gif) no-repeat 0 0;
	line-height:49px;
}


.signup{
	width:486px;
	float:right;
}
.signup form{
	padding-top:14px;
}
.signup form div.lftbox{
	width:245px;
	float:left;
}
.signup form div.lftbox span{
	background:url(../images/spanbg.gif) no-repeat 0 0;
	width:245px;
	height:32px;
	display:block;
	margin-bottom:10px;
}
.signup form div.lftbox span input{
	width:233px;
	height:22px;
	margin:2px 0 0 4px;
	border:0;
	padding:3px 0 0 0;
}
.signup form div.rightbox{
	width:230px;
	float:right;
}
.signup form div.rightbox textarea{
	width:224px;
	height:70px;
	background:url(../images/txtaresbg.gif) no-repeat 0 0;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:4px 0 0 4px;
}


.footer_botom{
	text-align:right;
	padding-top:-40px;
	padding-bottom:10px;
	font-size:11px;
	color:#4C4C4C;
}
.footer_botom1{
	text-align:left;
	padding-top:40px;
	font-size:13px;
	color:#4C4C4C;
}