*{
margin:0;
padding:0;
}

body{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
background:url(../images/body-bg.jpg) repeat-x #f1ede2;
}

#wrapper{
width:1000px;
margin:0 auto;
background:url(../images/main-bg.jpg) repeat-y;
position:relative;
}

#wrapper #header-bg{
height:317px;
background:url(../images/header-bg.jpg) no-repeat;
}

#wrapper #header-section{
position: absolute;
top: 0;
left: 111px;
width:779px;
z-index:9999;
}

	#wrapper #header-section #header{
	height:55px;
	background:url(../images/bg-navigation.jpg) no-repeat;
	}
	
	#wrapper #header-section #contact{
	width:180px;
	padding:30px 0 0 0;
	color:#4D3F22;
	font-size:18px;
	text-align:right;
	float:left;
	}
	
	#wrapper #header-section #menu{
	width:550px;
	height:29px;
	float:right;
	margin:24px 0 0 0;
	position:relative;
	}
	
	#wrapper #header-section #menu ul{
	margin:0;
	padding:0;
	list-style:none;
	position: relative;
	z-index: 10;
	}
		
	#wrapper #header-section #menu ul li{
	width:84px;
	height:29px;
	display:block;
	float:left;
	position:relative;
	}

	#wrapper #header-section #menu ul li a{
	width: 72px;
	height: 29px;
	padding-left: 10px;
	display:block;
	float:left;
	text-indent: -9999px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	

	#wrapper #header-section #menu ul li div div a{
	width: 130px;
	height: auto;
	text-indent: 0;
	padding: 3px 0 3px 5px;
	}
	
.Heading{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color:#B59648;
	letter-spacing:1pt;
	line-height:13pt;
	}
	
.Tel{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#4D3F22;
	letter-spacing:1pt;
	line-height:13pt;
	}
	
.subHeading{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#6D6E71;
	line-height:10pt;
	}

.text{
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#6D6E71;
	line-height:12pt;
	letter-spacing:1pt;
	margin-top:15px;
	margin-bottom:15px;
	}
	
.copy{
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:#000000;
	line-height:12pt;
	}
	
	/*-------------------------------------------------- 
	Pure CSS Menu 1.0
	
	License:
	Can be used for personal or commercial puproses
	only with this information about author.

	
	Author:
	Dmitriy Kubyshkin - http://cssmadness.com
	email: grassator@gmail.com
	---------------------------------------------------*/

	
	.menuItemContainer{
		position: relative;
		display: block;
		overflow: visible;
		height: 29px;
	}
	
	.menuItemMargin{
		position: absolute;
		width: 270px;
		margin-top: -500px;
	}
	
	* > .menuItemMargin{
		margin-top: 0;
		width: auto;
	}
	
	* > .menuItemMargin:hover .menuItemPos{
		display: block;
	}
	
	.menuItemPos{
		float: left;
		overflow: visible;
		cursor: pointer;
	}
	
	* > .menuItemPos{
		float: none;
		display: none;
	}
	
	a.menuItemFloat{
		margin-top: 500px;
		display: block;
		float: left;
		height: 29px;
		width: 72px;
		padding-left: 10px;
	}
	
	* > a.menuItemFloat{
		margin-top: 0;
		float: none;
	}
	
	.menuItemFloat:hover{
		margin-right: 70px;
	}
	
	.menuItemLinks{
		clear: both;
		display: block;
		width: 100px;
		position: relative;
		left: 4px;
		z-index: 1000;
		padding-left: 10px;
		background:#c2ac75;
		text-align: left;
		color: #000;
		border: 1px solid #e8dfc4;
		border-width: 1px;
		margin-bottom: -1px;
	}
	
	.menuItemLinks:hover{
		color:#c3645e;
		background:#e8dfc4;
		margin-right: 100px;
	}
	
	/*---------------End Pure CSS menu--------------*/
	
	#wrapper #header-section #menu ul #home a{
	background:url(../images/btn-home.jpg);
	}

		#wrapper #header-section #menu ul #home a:hover{
		background-position: 0 29px;
		}
		
	#wrapper #header-section #menu ul #about .menuItemFloat{
	background:url(../images/btn-about.jpg);
	}

		#wrapper #header-section #menu ul #about .menuItemFloat:hover{
		background-position:0 29px;
		}
	
	#wrapper #header-section #menu ul #services .menuItemFloat{
	background:url(../images/btn-services.jpg);
	}

		#wrapper #header-section #menu ul #services .menuItemFloat:hover{
		background-position:0 29px;
		}
		
	#wrapper #header-section #menu ul #contact_us a{
	background:url(../images/btn-contact.jpg);
	}

		#wrapper #header-section #menu ul #contact_us a:hover{
		background-position: 0 29px;
		}
		
	#wrapper #header-section #menu ul #find_us a{
	background:url(../images/btn-findus.jpg);
	}

		#wrapper #header-section #menu ul #find_us a:hover{
		background-position: 0 29px;
		}
		
	#wrapper #header-section #menu ul #dentist_area a{
	background:url(../images/btn-dentistarea.jpg);
	}

		#wrapper #header-section #menu ul #dentist_area a:hover{
		background-position: 0 29px;
		}
		
#wrapper #header-content #flash-panel{
width:779px;
height:262px;
clear:both;
position: relative;
top: -30px;
z-index:0;
}

#wrapper #body-section{
width:779px;
margin:0 auto 0 111px;
}

	#wrapper #body-section #left_col{
	width:242px;
	float:left;
	}
	
	#wrapper #body-section #right_col{
	width:508px; /*2px can be added to this*/
	float:right;
	padding:20px 10px 0 10px;
	}
	
	#wrapper #body-section #footer{
	height:86px;
	clear:both;
	background:url(../images/footer-bg.jpg)  repeat-x;
	}
	
.links{
	width:800px;
	height:15px;
	padding:1px;
	color:#333333;
	font-size:10px;
	text-align:center;
	clear:both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.links a{
margin:0 10px;
color:#b59648;
text-decoration:none;
}

.links a:hover{
color:#000000;
text-decoration:none;
}

.flash_index{
z-index:0;
}
