@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-top:0px;
	background-color: #eaf0da;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	
}

#wrapper {
    width: 1024px;
	
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	}
	

#header {
background:url(../images/header2.jpg);
width: 1024px;
	height: 238px;
margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px; 
}

#footer { 
	
	width: 1024px;
	height: 243px;
	background-image:url(../images/footer.jpg);
	
	
	}
	#footer_text {

text-align:center;
padding-top: 30px;
color: #333300

 
 }

	
		.nav_container {
	padding-left: 80px;
	padding-top: 30px;	
	
}
	#navMenu{
	display: inline;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 5;
}
#navMenu li{
	float: left;
	display: inline;
	padding-right:10px;
}

a.navHome, a.navHome_a{
	display:block;
	float:left;
	width:66px;
	height:26px;
	background: url(../nav/home.gif) 0 -26px;
	background-repeat:no-repeat;
}
a.navHome:hover{

	background: url(../nav/home.gif) 0 0;
}



a.navAbout, a.navAbout_a{
	display:block;
	float:left;
	width:56px;
	height:26px;
	background: url(../nav/about.gif) 0 -26px;
	background-repeat:no-repeat;
}
a.navAbout:hover{

	background: url(../nav/about.gif) 0 0;
}

a.navTreatment, a.navTreatment_a{
	display:block;
	float:left;
	width:88px;
	height:26px;
	background: url(../nav/treatment.gif) 0 -26px;
	background-repeat:no-repeat;
}
a.navTreatment:hover{

	background: url(../nav/treatment.gif) 0 0;
}

a.navFinance, a.navFinance_a{
	display:block;
	float:left;
	width:52px;
	height:26px;
	background: url(../nav/finance.gif) 0 -26px;
	background-repeat:no-repeat;
}
a.navFinance:hover{

	background: url(../nav/finance.gif) 0 0;
}

a.navTestimonials, a.navTestimonials_a{
	display:block;
	float:left;
	width:113px;
	height:26px;
	background: url(../nav/testimonials.gif) 0 -26px;
	background-repeat:no-repeat;
}
a.navTestimonials:hover{

	background: url(../nav/testimonials.gif) 0 0;
}

a.navShop, a.navShop_a{
	display:block;
	float:left;
	width:49px;
	height:26px;
	background: url(../nav/shop.gif) 0 -26px;
	background-repeat:no-repeat;
}
a.navShop:hover{

	background: url(../nav/shop.gif) 0 0;
}

a.navApp, a.navApp_a{
	display:block;
	float:left;
	width:89px;
	height:26px;
	background: url(../nav/app.gif) 0 -26px;
	background-repeat:no-repeat;
}
a.navApp:hover{

	background: url(../nav/app.gif) 0 0;
}

a.navContact, a.navContact_a{
	display:block;
	float:left;
	width:66px;
	height:26px;
	background: url(../nav/contact.png) 0 -26px;
	background-repeat:no-repeat;
}
a.navContact:hover{

	background: url(../nav/contact.png) 0 0;
}

a.navLife, a.navLife_a{
	display:block;
	float:left;
	width:123px;
	height:26px;
	background: url(../nav/life_after_surgery.png) 0 -26px;
	background-repeat:no-repeat;
}
a.navLife:hover{

	background: url(../nav/life_after_surgery.png) 0 0;
}

a.navForum, a.navForum_a{
	display:block;
	float:left;
	width:52px;
	height:26px;
	background: url(../nav/forum.gif) 0 -26px;
	background-repeat:no-repeat;
}
a.navForum:hover{

	background: url(../nav/forum.gif) 0 0;
}





#logo_link {
	padding-top:40px;
	padding-left:128px;
	width: 130px;
	height: 110px;
}
