/* Table of Contents:
	- CSS Imports
	- Global Containers
	- Typography
	- Header Layout
	- Middle Layout
	- Footer Layout
*/

/* CSS Imports
--------------------------------------------------------------------------------------- */
@import url("danada-nav.css");
@import url("lightbox.css");

/* Global Containers
--------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	text-shadow: rgba(0,0,0,.01) 0 0 0; /* Safari Font Smoothing Fix */
}

body {
	background: #261c15 url(../img/bg-texture.jpg) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#container {
	width: 930px;
	margin: 25px auto 0 auto;
	text-align: left;
}

.floatleft {
	float: left;
}

img.floatleft {
	margin: 0 12px 6px 0;
}

.floatright {
	float: right;
}

img.floatright {
	display: inline;
	margin: 0 0 10px 20px
}

.clear {
	clear: both;
}

hr.clear {
	visibility: hidden;
}

.hidden {
	visibility: hidden;
}

clearfix:after {
	content: ".";  
	display: block; 
	height:  0;  
	clear: both; 
	visibility:  hidden;
}

/* Link Styles
--------------------------------------------------------------------------------------- */
a, a:link, a:active {
	color: #6d1719;
}

a:visited {
	color: #6d1719;
}

a:hover {
	color: #09c;
}

a img {
	border: 0;
}

/* Header Layout
--------------------------------------------------------------------------------------- */
#top {
	width: 900px;
	padding: 15px 15px 0 15px;
	background: url(../img/shadow-top.png) top left no-repeat;
}

#header {
	width: 900px;
	height: 290px;
	background: url(../img/container-gradient.jpg) top left repeat-x;
}

h1 {
	width: 164px;
	height: 164px;
	float: left;
	display: inline;
	margin: 70px 10px 0 26px;
}

#header h1 img {
	float: none;
	margin: 0;
}

h1 span {
	visibility: hidden;
	position: absolute;
}

#header h2 {
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	color: #6d1719;
	border: 1px #b3a184;
	border-style: solid none;
	width: 170px;
	padding: 12px 15px;
	margin: 79px 0 0 0;
	float: left;
	display: inline;
}

#header address {
	background: #b19d7e url(../img/address-bg.jpg) top left repeat-x;
	float: right;
	text-align: center;
	clear: both;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	font-style: normal;
	color: #fff;
	width: 475px;
}

#header address b {
	margin: 0 10px;
}

#header address a {
	text-decoration: none;
	color: #fff;
}

#header address a:hover {
	text-decoration: underline;
}

#header img {
	float: right;
	margin: 44px 0 10px 0;
}





/* Middle Layout
--------------------------------------------------------------------------------------- */
#middle {
	width: 900px;
	padding: 0 15px;
	background: url(../img/shadow-body.png) top left repeat-y;
}

#content {
	width: 900px;
	background: #fff url(../img/container-gradient.jpg) 0px -290px repeat-x;
	padding: 25px 0;
}

#content:after {
	content: ".";  
	display: block; 
	height:  0;  
	clear: both; 
	visibility:  hidden;
}

#copy {
	float: left;
	display: inline;
	margin: 0;
	width: 610px;
}

p, ul {
	font-size: 13px;
	line-height: 20px;
	color: #7a5a30;
	margin: 0 0 20px 0;
}

ul {
	margin-left: 14px;
}

ul li {
	margin: 0 0 10px 0;
}

#copy h2 {
	margin: 25px 0 0 0;
	height: 56px;
	width: 610px;
}

h3 {
	font-size: 16px;
	line-height: 20px;
	color: #7a5a30;
	margin: 0 0 10px 0;
}

h4 {
	font-size: 13px;
	line-height: 20px;
	color: #7a5a30;
	margin: 0 0 10px 0;
}

#copy img {
	border: solid 1px #7a5a30;
}

#copy img.noborder {
	border: 0;
}

#leftcol {
	width: 250px;
	float: left;
}

#hours {
	width: 175px;
	margin: 0 0 0 25px;
}

#hours h2 {
	color: #7a5a30;
	font-size: 14px;
	line-height: 20px;
	border-bottom: dashed 1px #7a5a30;
	margin: 0 0 4px 0;
	padding: 0 0 2px 0;
	text-align: center;
}

#hours ul {
	list-style: none;
	margin: 0;
	padding: 0 0 4px 0;
	text-align: right;
	border-bottom: dashed 1px #7a5a30;
}

#hours li {
	margin: 0;
}

ul.alpha  {
	list-style: upper-alpha;
	margin: 0 0 0 30px;
	line-height: 13px;
}

#hours em {
	font-style: normal;
	float: left;
	width: 76px;
}

p.appointments {
	font-size: 16px;
}

p.belniak {
	font-size: 10px;
	color: #b19d7e;
	margin: 0 0 20px 0;
	text-align: center;
}

p.belniak a  {
	color: #e6dfc5;
}

#copy.testimonials p  {
	border-bottom: dashed 1px #7a5a30;
	padding-bottom: 20px;
}

#copy.testimonials p span {
	display: block;
	margin-top: 20px;
}

#copy.testimonials p i {
	display: block;
	text-align: right;
}

#referral {
	width: 610px;
	font-size: 13px;
	line-height: 20px;
	color: #7a5a30;
	margin: 0 0 20px 0;
}

#referral th, #referral td {
	padding: 2px 5px 2px 0;
	vertical-align: top;
}

#referral th {
	border-bottom: solid 1px #7a5a30;
	padding-bottom: 0;
}

#referral td {
	border-bottom: solid 1px #e5dec4;
}

#copy address {
	font-size: 13px;
	line-height: 20px;
	color: #7a5a30;
	margin: 0 0 20px 0;
	font-style: normal;
}

#gallery {
	margin: 0;
	list-style: none;
	line-height: 14px;
}

#gallery li {
	width: 182px;
	height: 140px;
	float: left;
	text-align: center;
	margin: 0 15px 10px 6px;
}

#gallery a {
	text-decoration: none;
}

#gallery li i {
	font-size: 11px;
}

#gallery img {
	display: block;
	border: solid 1px;
	margin: 0 0 2px 0;
}

/* h2 styles ---------------------------------- */
h2 span {
	visibility: hidden;
	position: absolute;
}

#welcome {
	background: url(../img/h2-welcome.png) top left no-repeat;
}

#about {
	background: url(../img/h2-about.png) top left no-repeat;
}

#services {
	background: url(../img/h2-services.png) top left no-repeat;
}

#emergency {
	background: url(../img/h2-emergency.png) top left no-repeat;
}

#contactus {
	background: url(../img/h2-contact.png) top left no-repeat;
}

#whatsnew {
	background: url(../img/h2-whatsnew.png) top left no-repeat;
}

#cosmetic-gallery {
	background: url(../img/h2-gallery.png) top left no-repeat;
}

#privacy {
	background: url(../img/h2-privacy.png) top left no-repeat;
}

#testimonial {
	background: url(../img/h2-testimonial.png) top left no-repeat;
}

/* Contact Form
--------------------------------------------------------------------------------------- */
#map {
	height: 187px;
	width: 252px;
	float: right;
}

#map iframe {
	border: solid 1px #7a5a30;
}

#contact {

}

#contact h3 {
	border-bottom: solid 1px #6d1719;
	padding-bottom: 4px;
}

fieldset {
	border: none;
	margin: 0;
	padding: 10px 0 0 0;
}

fieldset ul {
	list-style: none;
	line-height: 16px;
	float: left;
	width: 608px;
	margin: 0 0 1px 0; 
}

fieldset ul li {
	width: 174px;
	float: left;
	margin-left: 18px;
	margin-right: 10px;
	text-indent: -18px;
}

* html fieldset ul li {
	text-indent: 0;
	margin-left: 0;
}

fieldset legend {
	font-size: 13px;
	line-height: 20px;
	color: #7a5a30;
	font-weight: bold;
	margin: 0;
	padding: 0;
	border-bottom: dashed 1px #999;
	width: 608px;
}

#contact p {
	margin-bottom: 9px;
}

#contact p span {
	margin: 0 12px;
}

#contact label {
	display: block;
	float: left;
	display: inline;
	width: 100px;
	text-align: right;
	margin: 0 4px 0 0;
}

#contact p input, #contact textarea, #contact select {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	background: #fff;
	border: solid 1px #999;
	padding: 1px;
}

#contact textarea:focus, #contact p input:focus, #contact select:focus {
	background: #ffc;
	border: solid 1px #666;
}

.company57 {
	visibility: hidden;
	position: absolute;
}

#contact p.state {
	float: left;
	display: inline;
}

#contact p.zip label {
	width: 25px;
}

#contact p.referral label {
	float: none;
	width: auto;
	text-align: left;
}

#contact p.check {
	margin-left: 92px;
}

#contact p.check label {
	float: none;
	width: auto;
}

.required {
	color: #6d1719;
}

#contact p.required input {
	border: solid 1px #6d1719;
	padding: 1px;
}

#company, #realname, #email {
	width: 275px;
}

#title {
	width: 225px;
}

#address1, #address2, #phone, #fax {
	width: 200px;
}

#city {
	width: 175px;
}

#state {
	width: 40px;
}

#zip {
	width: 60px;
}

#message {
	width: 608px;
}

#contact p.message label {
	text-align: left;
	float: none;
	display: block;
}

#contact div.submit {
	margin: 0;
	padding: 10px;
	background: url(../img/form-bg.png) top left repeat-x;
	text-align: center;
	border-top: solid 1px #6d1719;
}

#contact div.submit input {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
}	



/* Footer Layout
--------------------------------------------------------------------------------------- */
#bottom {
	width: 900px;
	padding: 0 15px 15px 15px;
	background: url(../img/shadow-bottom.png) bottom left no-repeat;
}

#footer {
	width: 900px;
	height: 55px;
	padding: 5px 0 0 0;
	background: #e9e3cc url(../img/footer-bg.jpg) top left repeat-x;
	text-align: center;
}

#footer ul {
	margin: 15px 0 0 0;
	list-style: none;
}

#footer li {
	display: inline;
}

#footer a {
	color: #7a5a30;
}
