@charset "utf-8";
/* CSS Document */

/* RESET */
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, textarea, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
}
/* END RESET */

body {
 background: #1a0f05 url(../background-images/bg.jpg) top center no-repeat;
 font-size: 16px;
 font-family: Arial, Helvetica, sans-serif;
 text-align: center;
}

#container {
 width: 1007px;
 margin: 50px auto 20px auto;
 text-align: left;
}

#header {
 margin: 0px 0px 10px 0px;
 background: #0d0702;
 border: 1px solid #403326;
 overflow: hidden;
 height: 105px;
}

#header .left {
 float: left;
}

#header .right {
 float: right;
}

#main {
 background: #cfbb9c;
 overflow: hidden;
 clear: both;
}

a {
 color: #222;
}

/** MENU **/

#nav {
 padding: 8px 8px 0px 8px;
 font-size: 14px;
 position: relative;
 float: left;
 z-index: 2;
}

#nav ul {
 background: #736450;
 list-style: none;
 padding-left: 5px;
 height: 32px;
 width: 985px;
}

#nav li, #nav li a {
 float: left;
}

#nav li {
 background-image: url(../background-images/nav/list-item.png);
 background-repeat: no-repeat;
 background-position: 3px 5px;
 padding: 0px 0px 0px 25px;
 position: relative;
}

#nav li:first-child {
 background-image: none;	
}

#nav li a {
 padding: 8px 8px;
 color: #fff;
 text-decoration: none;
}

#nav li a:hover {
 color: #ad9b83;
}

#nav li ul {
 background-color: #eee;
 border: 1px solid #333;
 border-top: none;
 position: absolute;
 top: 100%;
 left: 20px;
 height: auto;
 display: none;
 z-index: 2;
 width: auto;
}

#nav li:hover > ul {
 display: block;
}

#nav li ul li, #nav li li a {
 float: none;
}

#nav li ul li {
 padding: 0px;
 background-image: none;
}

#nav li ul li a {
 width: 150px;
 display: block;
 color: #000;
 padding: 6px 8px;
}

/** MAIN **/

#sideimg {
 height: 494px;
 position: relative;
 float: left;
 width: 472px;
 background: #ddd4cb;
 margin-top:12px;
}

#sideimg img {
 position: absolute;
 top: 0px;
 left: 0px;
}

#content-wrapper {
 float:right;
 width: 535px;
}

#content-top {
 background: url(../background-images/content/top.jpg) no-repeat;
 height: 12px;
}

#content {
 background: #fff url(../background-images/content/main.jpg) repeat-y;
 height: 464px;
 padding: 10px 18px 10px 23px;
 overflow: auto;
 overflow-x: hidden;
}

.home p {
	line-height: 24px;
	padding: 0px 5px;
}

#content a {
	font-weight: bold;	
}

#content-bottom {
 background: #000 url(../background-images/content/bottom.jpg) no-repeat;
 height: 10px;
}

/** TEAM **/

#t-sideimg {
 height: 494px;
 position: relative;
 float: left;
 width: 647px;
 background: #ddd4cb;
 margin-top:12px;
}

#t-sideimg img {
 position: absolute;
 top: 0px;
 left: 0px;
}

#t-content-wrapper {
	width: 360px;
	float: right;
}

#t-content-wrapper #content-top {
 background: url(../background-images/content/t-top.jpg) no-repeat;
 height: 12px;
}

#t-content-wrapper #content {
 background: #fff url(../background-images/content/t-main.jpg) repeat-y;
 height: 464px;
 padding: 10px 18px 10px 23px;
 overflow: auto;
 overflow-x: hidden;
}

#t-content-wrapper #content-bottom {
 background: #000 url(../background-images/content/t-bottom.jpg) no-repeat;
 height: 10px;
}

/** DOCTOR **/

#d-sideimg {
 height: 494px;
 position: relative;
 float: left;
 width: 396px;
 background: #ddd4cb;
 margin-top:12px;
}

#d-sideimg img {
 position: absolute;
 top: 0px;
 left: 0px;
}

#d-content-wrapper {
	width: 611px;
	float: right;
}

#d-content-wrapper #content-top {
 background: url(../background-images/content/d-top.jpg) no-repeat;
 height: 12px;
}

#d-content-wrapper #content {
 background: #fff url(../background-images/content/d-main.jpg) repeat-y;
 height: 464px;
 padding: 10px 18px 10px 23px;
 overflow: auto;
 overflow-x: hidden;
}

#d-content-wrapper #content-bottom {
 background: #000 url(../background-images/content/d-bottom.jpg) no-repeat;
 height: 10px;
}

#footer {
 clear: both;
 background: #0d0702;
 border: 1px solid #403326;
 height: 25px;
}

.shadow {
 background: url(../background-images/bottom-shadow.png) repeat-x;
 height: 10px;
}

#content h1 {
	font-size: 18px;
	margin-bottom: 12px;
}

#content p {
	font-size: 13px;
	line-height:20px;
	margin: 12px 0px;
}

.testimonials {
	font-size: 13px;	
}

.testimonials dt {
	font-weight: bold;	
}

.testimonials dd {
	margin-bottom: 12px;	
}

label {
	display: block;
	margin: 5px 3px 3px 3px;
}

input, textarea {
	display: block;
	padding: 2px;
	border: 1px solid #ccc;
	margin: 3px;
}

input[type=submit] {
	cursor: pointer;
	padding: 2px 5px;
}

/* Title */

h1#welcome {
	text-indent: -9999px;
	background: url(../images/titles/welcome.png) no-repeat;
	height: 32px;
}

h1#meet-dornbush {
	text-indent: -9999px;
	background: url(../images/titles/meet-dr-dornbush.png) no-repeat;
	height: 35px;
}

h1#our-services {
	text-indent: -9999px;
	background: url(../images/titles/our-services.png) no-repeat;
	height: 35px;
}

h1#meet-team {
	text-indent: -9999px;
	background: url(../images/titles/meet-our-team.png) no-repeat;
	height: 35px;
}

h1#patients-say {
	text-indent: -9999px;
	background: url(../images/titles/what-patients-say.png) no-repeat;
	height: 35px;
}

h1#contact-us {
	text-indent: -9999px;
	background: url(../images/titles/contact-us.png) no-repeat;
	height: 35px;
}

.right {
	float: right;
}

#popup {
	padding: 5px;
	text-align: left;
}

#popup p {
	margin: 12px 0px;	
}

#popup img {
	margin: 5px;	
}

.popup-right {
	float: right;
	width: 200px;
}

#copyright {
	color: #fff;
	margin-bottom: 15px;
	font-size: 12px;
}

#copyright a {
	color: #ccc;	
}