html, body {
	margin: 0;
	padding:0;
	background-color:#dddd99;
	position:relative;
}
p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#333;
	margin:5px 0;
	padding:0;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	color:#5e0000;
	margin:5px 0;
	padding:0;
}
a {
	color:#666;
}
a:hover {
	color:#000;
}
a img {
	border:none;
}
.bodyTopBG {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:360px;
	background: url(images/background_body_top.jpg);
	background-repeat:repeat-x;
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(212,207,162)), to(rgb(184,175,102)));
	background: -moz-linear-gradient(top -90deg, rgb(212,207,162) 50%, rgb(184,175,102) 100%);
	z-index:0;
}
#contentArea {
	position:relative;
	width:900px;
	margin:0 auto;
	z-index: 10;
}
#header {
	width: 100%;
	height:210px;
	margin: 0 auto;
}
#header img {
	display:block;
	margin:0px auto;
	padding-top: 20px;
}
#header h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-style:italic;
	text-align:center;
	font-weight:normal;
}
#navMenu {
	border-top:1px solid #007236;
	border-bottom:1px solid #007236;
	width:100%;
	height: 30px;
	mergin:0;
	padding:0;
	list-style:none;
}
#navMenu>li {
	float:left;
	padding-top:5px;
	padding-bottom:7px;
	margin-left:26px;
	margin-right:26px;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}
#navMenu li a {
	color:#000000;
	text-decoration:none;
}
#navMenu li>ul {
	display:none;
	position:absolute;
	width:150px;
	background-color:#DD9;
	margin:7px 0px 0px -10px;
	border:1px solid #007236;
	padding:0;
/*	background:-webkit-gradient(linear,left top, left bottom, from(#DDDD99), to(#b9b067));
	background:-webkit-linear-gradient(-90deg,#DDDD99 0px, #b9b067 100%);
	background:-moz-linear-gradient(-90deg,#DDDD99 0px,#b9b067 100%);
	background:linear-gradient(-90deg,#DDDD99 0px,#b9b067 100%);*/
	z-index:1000;
}
#navMenu li:hover > ul {
	display:block;
}
#navMenu li>ul li {
	padding:5px 10px;
	list-style:none;
	min-height:20px;
	cursor:pointer;
}
#navMenu li>ul li:hover {
	background-color:#cccd8a;
}
#content {
	width:880px;
	background:#FFFFFF;
	padding:10px 10px 20px;
	border:1px solid #007236;
}
#content .left {
	width: 277px;
	float:left;
}
.boxWrapper {
	min-height: 400px;
	margin-bottom:15px;
}
#box1 img, #box2 img, #box3 img, .borderImg {
	padding:5px;
	border:1px solid #CCC;
} 
#storeHours table {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.78em;
	margin:0;
	padding:0;
	border:0;
	color:#666;
}
#storeHours table td {
	width: 50%;
}
#content .right {
	width: 599px;
	float:right;
	position:relative;
}
#content .wide {
	width: 880px;
}
#content .wide > table {
	margin:0 auto;
}
#ribbonAppointment {
	position:absolute;
	top:-18px;
	right:-18px;
	z-index:20;
	border:none !important;
}
.halfBox {
	width:47%;
	float:left;
}
.halfBox:last-child {
	width:53%;
}
.socialNetworkBox {
	padding-top:30px;
}
#socialIcons {
	width: 205px;
	margin:0 auto;
}
#socialIcons * {
	float:left;
	margin:0 5px;
}
#googlePlus {
	width: 40px;
	overflow:hidden;
}
#bottomNav {
	margin:20px 0;
	padding:0;
	list-style:none;
	width:100%;
}
#bottomNav a {
	color:#000000;
	text-decoration:none;
}
#bottomNav > li {
	float:left;
	width:119px;
	margin:0 5px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
}
#bottomNav > li:first-child {
	margin-left:0;
}
#bottomNav > li:last-child {
	margin-right:0;
}
#bottomNav > li > ul {
	border-top:2px solid black;
	margin:5px 0 0 0;
	padding:0;
	list-style:none;
}
#bottomNav > li > ul > li {
	margin:5px 0 0 0;
	text-align:center;
	font-family:Tahoma,Helvetica, sans-serif;
	font-size:12px;
}
#footer {
	clear:both;
	margin:20px 0 60px 0;
}
#footer p {
	margin-bottom:20px;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.button {
	padding:4px 10px;
	color:#333333;
	text-shadow:1px 1px 1px #FFFFFF;
	text-decoration:none;
	text-align:center;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:#b8af66;
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(212,207,162)), to(rgb(184,175,102)));
	background: -moz-linear-gradient(top -90deg, rgb(212,207,162) 50%, rgb(184,175,102) 100%);
	-moz-box-shadow:3px 3px 2px rgba(0,0,0,.6);
	-webkit-box-shadow:3px 3px 2px rgba(0,0,0,.6);
	box-shadow:3px 3px 2px rgba(0,0,0,.6);
}
.alignCenter {
	text-align:center;
}
.alignCenterDiv {
	display:block;
	margin:0 auto;
}
#testimonials {
	width:650px;
}
#appointment {
	width:600px;
}
img.alignRight {
	float:right;
}
.clearEle {
	clear:both;
}

.menuitems {  font-family: "Times New Roman", Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; font-style:italic;}
.menuitems:hover {  font-family: "Times New Roman", Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; font-style:italic;}}
.mainbodytitle {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; font-weight: bold}
.mainbodytext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px}
.alert {
	text-align:center;
	color:#FF0000;
	font-weight:bold;
}
.mainbodylink { color: #660000}
.mainbodylink:hover { color: #000000}
.mainbodyheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #880000;
}
.footertext {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.colors {
	width:48%;
	text-align:center;
	margin:0 auto;
	float:left;
}
.colors p {
	text-align:center;
	font-weight:bold;
}
.colors a img {
	border:none;
}
#captcha {
	float:left;
	margin:10px 0px 10px 10px;
	font-family:monotype,"Courier New", Courier, mono;
	font-size:4px;
	line-height:3px;
	color:#000000;
}

