html, body {
       margin: 0;
       padding: 0;
	
}

body {
       background: white;
       min-width: 800px;
       font-family: Arial, Helvetica, sans-serif;
       font-weight: normal;
       color: #4a9bd5;
       font-size: 12px;
       text-align: right;
		/* background: url(../images/butterfly_bg.jpg) no-repeat top right; */
}

h1 { font-size: 2em;  margin: 0; padding: 0;     }
h2 { font-size:  160%; margin: 0; padding: 0; }
h3 { font-size: 1.25em;       }
h4 { font-size: 1em;       }

p {
	margin: 0;
	padding: 0px;
}

img {
	padding: 0;
	margin: 0;
}

#wrap {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
   position: absolute;
   top: 0px;
   left: 50%;
   margin-left: -500px;

}



#menu_bg {
	width: 568px;
	height: 133px;
	float: right;
	background: url(../images/menu_bg2.jpg) no-repeat;
}

#menu {
	width: 568px;
	height: 28px;
	float: left;
	margin-top: 105px;
   overflow: hidden;
}

#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#menu ul li {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}

#menu ul li a {
	color: White;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding: 7px 0 0 0;
}



#menu ul li a:hover, #menu ul li a.active {
	text-decoration: underline;
}

li#about_us_btn a {
   display: block;
	width: 57px;
	height: 28px;
	background: url(../images/about_us_btn.jpg) no-repeat;
	
}

li#testimonials_btn a {
	display: block;
	width: 71px;
	height: 28px;
	background: url(../images/testimonials_btn.jpg) no-repeat;
	margin: 0 1px 0 1px;
}

li#latest_news_btn a {
	display: block;
	width: 75px;
	height: 28px;
	background: url(../images/latest_news_btn.jpg) no-repeat;
}

li#brochure_btn a {
	display: block;
	width: 58px;
	height: 28px;
	background: url(../images/brochure_btn.jpg) no-repeat;
	margin: 0 1px 0 1px;
}

li#specials_offers_btn a {
	display: block;
	width: 88px;
	height: 28px;
	background: url(../images/specials_offers_btn.jpg) no-repeat;
	margin: 0 1px 0 0px;
}

li#search_btn a {
	display: block;
	width: 49px;
	height: 28px;
	background: url(../images/search_btn.jpg) no-repeat;
	margin: 0 1px 0 1px;
}

li#healthy_marriage_btn a {
	display: block;
	width: 142px;
	height: 28px;
	background: url(../images/healthy_marriage_btn.jpg) no-repeat;
}

li#contact_us_btn a {
	display: block;
	width: 71px;
	height: 28px;
	background: url(../images/contact_us_btn.jpg) no-repeat;
	margin: 0 0 0 1px;
}

#logo {
	width: 294px;
	height: 133px;
	float: right;
	background: url(../images/logo.jpg) no-repeat;
}


#services_bg {
	width: 227px;
	height: 341px;
	background: url(../images/services_bg.jpg) no-repeat;
	float: left;
	margin: 0;
	padding: 0;
	color: white;
	font-weight: bold;
	font-size: 11px;
	
}

#services_bg ul {
	list-style-type: none;
	padding: 0;
	margin: 25px 0 0 12px;
}

#services_bg ul li {
	margin: 0;
	padding: 0 0 1px 0;
	background: transparent url(../images/services_dotted_line.png) no-repeat 15px bottom;
}



#services_bg ul li#our_services {
	margin: 0;
	padding: 7px 0 7px 18px;
	display: block;
	width: 170px;
	background: transparent url(../images/services_dotted_line.png) no-repeat 15px bottom;
}

#services_bg ul li a {
	display: block;
	width: 209px;
	/*border-bottom: 1px dotted white;*/
	color: White;
	text-decoration: none;
	padding: 6px 0 7px 18px;
	background: transparent url(../images/services_link_bg.png) no-repeat 0 0;
}

#services_bg ul li#basket {
	margin-top: 15px;
}

#services_bg ul li#basket a {
	background: transparent url(../images/basket_link_bg.png) no-repeat 0 0;
}

#services_bg ul li#basket a:hover {
	background: transparent url(../images/basket_link_bg.png) no-repeat 0 -27px;
}

#services_bg ul li#basket a.active {
	background: transparent url(../images/basket_link_bg.png) no-repeat 0 -27px;
}

#services_bg ul li#login a {
	background: transparent url(../images/login_link_bg.png) no-repeat 0 0px;
}

#services_bg ul li#login a:hover {
	background: transparent url(../images/login_link_bg.png) no-repeat 0 -27px;
}

#services_bg ul li#login a.active {
	background: transparent url(../images/login_link_bg.png) no-repeat 0 -27px;
}

#services_bg ul li a:hover {
	background: transparent url(../images/services_link_bg.png) no-repeat 0 -27px;
}

#services_bg ul li a.active {
	background: transparent url(../images/services_link_bg.png) no-repeat 0 -27px;
}

#services_bg ul li#login {
	background: none;
}

#main_img {
	width: 635px;
	height: 341px;
	float: right;
	background: url(../images/main_img.jpg);
}

#middle_part_container {
   width: 958px;
	margin-bottom: 10px;
	float: right;
	background: url(../images/right_box_bg.jpg) no-repeat top right;
}


a.more {
	text-decoration: none;
	color: #4a9bd5;
	font-weight: bold;
	cursor: pointer;
}

a.more:hover {
	text-decoration: underline; 

}



#low_part_container {
	width: 962px;
	float: right;
}

#makeover_boxes_bg {
	width: 854px;
	height: 93px;
	background: url(../images/makover_boxes_bg.jpg) repeat-x;
	float: left;
	padding-left: 0;
	margin-top: 10px;
}

a.makeover_btns {
	display: block;
	margin-top: 15px;
	padding-left: 4px;
	float: left;
}

a img {
  border: none;
}

#footer {
	width: 862px;
	float: left;
	color: #4a9bd5;
	padding: 0 5px 10px 0;
	border-bottom: dotted 1px #c0c0c0;
}

#footer ul {
	padding: 0 0 0 10px;
	margin: 10px 0 0 0;
	float: left;
}

#footer ul li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	float: left;
}

#footer ul li a {
	color: #4a9bd5;
	font-size: 11px;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 2px;
}

#footer ul li a:hover {
	text-decoration: underline;
}

a#acid {
   display: block;
	float: right;
	
}

#contact_data {
	width: 862px;
	float: left;
	padding-bottom: 15px;
}

#contact_data p {
	padding: 10px 0 0 13px;
	color: #4a9bd5;
	font-size: 11px;
	margin: 0;
}

#newsletter_blog {
	width: 276px;
	height: 15px;
	font-size: 13px;
	float: right; 
	padding: 0;

}

#newsletter_blog a {
	margin: 4px 0 0 0;
	float: left;
	padding: 0;

}

#newsletter_blog a.newsletter_btn {
	background: url(../images/newsletter_btn.png) no-repeat 0 0;
	display: block;
	width: 110px;
	height: 10px;
}

#newsletter_blog a.blog_btn {
	background: url(../images/blog_btn.png) no-repeat 0 0;
	display: block;
	width: 34px;
	height: 10px;
}


#newsletter_blog p {
	display: block;
	float: left;
	margin: 0;
	padding: 0 10px;
}

#middle_part_inner {
	width: 938px;
	float: right;
	padding-bottom: 120px;
}
