@charset "UTF-8";

/*GENERAL DESCRIPTION CSS*/

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 14px;
	color: #000000;
	background-color: #f2eee9;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
.main_container{
	width: 100%;
	height: 100%;
}

.content_container {
	position:relative;
	background-color: #eae2d6;
	margin: 0 auto;
	height: 760px;
	width: 960px;
	bottom:0px;
}
.menu_spacer{
	height:20px;
	width:960px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-decoration: underline;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	color: #B71A1A;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}



/*START MENU CSS*/
#menu_container {
	position:relative;
	left:0px;
	top:0px;
	width:960px;
	height:62px;
}

#menu_left {
	position:absolute;
	left:0px;
	top:0px;
	width:10px;
	height:62px;
}

#menu_logo {
	position:absolute;
	left:0px;
	top:0px;
	width:322px;
	height:62px;
	cursor:pointer;
	cursor:hand;
}

#menu_home {
	position:absolute;
	left:322px;
	top:0px;
	width:53px;
	height:62px;
	cursor:pointer;
	cursor:hand;
}

#menu_clinic {
	position:absolute;
left:375px;
	top:0px;
	width:59px;
	height:62px;
	cursor:pointer;
	cursor:hand;
}

#menu_team {
	position:absolute;
	left:434px;
	top:0px;
	width:74px;
	height:62px;
	cursor:pointer;
	cursor:hand;
}

#menu_pricelist {
	position:absolute;
	left:508px;
	top:0px;
	width:80px;
	height:62px;
	cursor:pointer;
	cursor:hand;
}

#menu_guarantee {
	position:absolute;
	left:588px;
	top:0px;
	width:86px;
	height:62px;
	cursor:pointer;
	cursor:hand;
}

#menu_accomodation {
	position:absolute;
	left:674px;
	top:0px;
	width:106px;
	height:62px;
	cursor:pointer;
	cursor:hand;
}

#menu_testimonials {
	position:absolute;
	left:780px;
	top:0px;
	width:108px;
	height:62px;
	cursor:pointer;
	cursor:hand;
}

#menu_links {
	position:absolute;
	left:888px;
	top:0px;
	width:72px;
	height:62px;
	cursor:pointer;
	cursor:hand;
}

#menu_right {
	position:absolute;
	left:970px;
	top:0px;
	width:10px;
	height:62px;
}
.menu_selector{
	float:left;
	position:absolute;
	background-color:#b71a1a;
	width:100%;
	height:5px;
	bottom:1px;
	font-size: 1px;
	line-height: 1px;
}
/*END MENU CSS*/


/*WELCOME SCREEN*/
.welcome_container{
	position:relative;
	width:960px;
	height:316px;
	background-image:url(../images/welcome_testemonial_bkg.jpg);
}
.welcome_title{
	position: relative;
	top: 85px;
	left: 410px;
	width: 550px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 39px;
	color: #78340d;
	line-height: 43px;
}
.welcome_content{
	position: relative;
	left: 470px;
	top: 115px;
	width: 260px;
	height: 150px;
}
.welcome_subtitle_container {
	position: relative;
	float: left;
	display: inline;
}
.welcome_subtitle_frameL {
	width: 6px;
	height: 21px;
	background-image: url(../images/round_corner_red_6px_L.png);
	float: left;
	position: relative;
}
.welcome_subtitle_frame {
	height: 21px;
	background-color: #d96e60;
	float: left;
	vertical-align: middle;
	position: relative;
}
.welcome_text_container {
	position: relative;
	margin-left: 6px;
	float: left;
	display: inline;
	overflow: hidden;
	width: 100%;
}
.welcome_subtitle_frameR {
	width: 6px;
	height: 21px;
	background-image: url(../images/round_corner_red_6px_R.png);
	float: left;
	position: relative;
}
.guarantee_sticker {
	position:absolute;
	left:745px;
	top:180px;
	width:167px;
	height:167px;
	background-image: url(../images/guarantee_sticker.png);
}
.subtitle_red{
	color:#FFFFFF;
	line-height:21px;
	text-transform:uppercase;
}

.index_frame {
	width: 930px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.special_offer_container {
	height: 50px;
	width: 710px;
}
.special_offer_content {
	height: 21px;
	float: left;
	position: relative;
	top: 20px;
}
.special_offer_corner_red {
	background-image: url(../images/round_corner_red_6px_L.png);
	float: left;
	width: 6px;
	height: 21px;
}
.special_offer_body_red {
	background-color: #d96e60;
	float: left;
	height: 21px;
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
	text-transform:uppercase;
	font-weight:bold;
	color: #FFFFFF;
	line-height: 21px;
}
.special_offer_body_white {
	background-color: #FFFFFF;
	float: left;
	height: 21px;
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 21px;
}
.special_offer_corner_white {
	background-image: url(../images/round_corner_white_6px_R.png);
	float: left;
	width: 6px;
	height: 21px;
	position:relative;
}
.feature_subcontainer {
	float: left;
	width: 310px;
}
.feature_container {
	float: left;
	width: 930px;
	height: 130px;
}
.feature_subcontainer_image {
	float: left;
	width: 70px;
}
.feature_subcontainer_text {
	float: left;
	padding-right: 5px;
	padding-left: 10px;
	position: relative;
	width: 220px;
}
.feature_button_container {
	text-align: right;
	float: right;
	position: relative;
	bottom: 0px;
}

