@charset "utf-8";
@import "reset.css";


/************************************************/
/*  HTML and Body (Main and Inner)
/************************************************/
/*  for sticky footer */
html, body {
	height: 100%;
}

body {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	text-align: center; 
	background: #281c00 url(../images/main_bg.jpg) repeat-x top center;
}

a {
	color: #799f50;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/************************************************/
/*  Main Layout
/************************************************/
.page {
	top: 0px;
	margin: 0px auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 860px;
	background: transparent url(../images/page_bg.gif) repeat-y top center;
}

/************************************************/
/*  HEADER
/************************************************/
.header {
	margin: auto;
	width: 860px;
	height: 60px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #7b6521;
	background-color: #000000;
}

.header span {
	display: block;
	float: left;
	margin-top: 30px;
	text-indent: -9999px;
}

.appointmentOnly {
	width: 170px;
	height: 20px;
	margin-left: 15px;
	background: transparent url(../images/appt_txt.gif) no-repeat top left;
}

.daysOfOperation {
	width: 120px;
	height: 20px;
	margin-left: 190px;
	background: transparent url(../images/days_txt.gif) no-repeat top left;
}

.phoneNumber {
	float: right !important;
	width: 102px;
	height: 20px;
	margin-top: 30px;
	margin-right: 15px;
	background: transparent url(../images/phone_txt.gif) no-repeat top left;
}



/************************************************/
/*  CONTENT
/************************************************/
.main {
	margin: auto;
	width: 860px;
	height: 610px;
	background: transparent url(../images/content_bg.jpg) no-repeat top center;
}

.content {
	padding-top: 130px;
}

.feature {
	float: left;
	width: 447px;
	height: 390px;
	margin: 0px 30px;
	/* background: transparent url(../images/transWhite70_bg.png) no-repeat top left; */
	background-color: #0c0800;
}

.featureContent {
	width: 397px;
	height: 300px;
	margin: 15px;
	padding: 10px;
	/* background: transparent url(../images/transWhite70_bg.png) no-repeat top left; */
	background-color: #ffffff;
	font-size: 16px;
	color: #423613;

}

.underConstruction {
	font-size: 24px;
	font-weight: bold;
	color: #cccccc;
}

.smallOrText {
	font-size: 14px;
	font-weight: bold;
	line-height: 36px;
}

.greyText {
	color: #cccccc;
}

.midContent {
	float: left;
	width: 216px;
	height: 390px;
}

.judithshere {
	margin-top: 100px;
}

/************************************************/
/*  FOOTER
/************************************************/
.footer {
	clear: both;
	margin: auto;
	width: 860px;
	min-height: 90px;
	height: auto !important;
	background: transparent url(../images/footer_top_bg.gif) no-repeat top center;
}

.address {
	float: left;
	width: 468px;
	height: 100px;
	margin:  40px 0px 10px 25px;
	background: transparent url(../images/footer_addr_bg.gif) no-repeat top left;
	padding-right: 15px;
	color:  #423613;
	font-size: 10px;
	line-height: 14px;
	text-align: right;
}

.brands {
	color:  #423613;
	font-size: 10px;
	line-height: 12px;
	float: left;
	width: 216px;
	height: 100px;
	margin:  40px 0px 10px 0px;
	background: transparent url(../images/footer_addr_bg.gif) no-repeat top right;
}


.brands span {
	display: block;
	float: left;
	text-indent: -9999px;
	margin-top: 20px;
	width: 170px;
	height: 60px;
	background: transparent url(../images/brands.gif) no-repeat top left;
}






.clear {
	clear: both;
}
