@charset "UTF-8";

/* CSS Document */
/* 100% Hand-Coded. Copyright © 2008 PedoPages.com, Ellipsis Creative Media. All rights reserved.*/
/* Code responsibly. Learn, but DO NOT COPY! */

/* Stylesheet only applies to Internet Explorer 6.x */

/* ZERO RULE */
* {
	padding:0px;
	margin:0px;
}

/* Page Definition */
html, body {
	height: 100%;
	font-family: Arial;
}

body {
	background-color: #3bb44a;
}


/* divs */
#container {
	background-color: #d0eef6;
	background-image: url(../img/body_bg.gif);
	background-repeat: repeat-x;
}
#header {
	width: 900px;
	height: 240px;
	margin: 0 auto 30px auto;
	background-image: url(../img/index_header.jpg);
	background-repeat: no-repeat;
}
#flash {
	display:none;
}
#content {
	width: 900px;
	margin: 0 auto 0 auto;
	font-size: small;
}
#navigation {
	width: 220px;
	float: left;
	margin: 0 30px 30px 30px;
}
#main {
	width: 590px;
	float: left;
	margin: 0 0 30px 0;
}
#footer {
	clear: both;
	padding: 80px 0 0 0;
	text-align: center;
	background-color: #3bb44a;
	background-image: url(../img/grass.png);
	background-repeat: repeat-x;
	font-size: x-small;
	line-height: 2em;
}
#map {
	width: 320px;
	float: right;
}
iframe.map {
	border: 1px solid #007bc4;
}




/* navigation */
ul#navbar li, ul#navbar2 li, ul#navbar3 li, ul#navbar4 li{
	width: 220px;
	min-height: 50px;
	list-style-type: none;
}
ul#navbar a, ul#navbar2 a, ul#navbar3 a, ul#navbar4 a {
	display: block;
	width: 220px;
	height: 50px;
	text-indent: -9999px;
	background-image: url(../img/navbar.png);
	background-repeat: no-repeat;
}
li.home a {
	background-position: 0 0;
}
li.home a:hover {
	background-position: -220px 0;
}
li.about a {
	background-position: 0 -50px;
}
li.about a:hover {
	background-position: -220px -50px
}
li.dabir a {
	background-position: 0 -100px;
}
li.dabir a:hover {
	background-position: -220px -100px;
}
li.cuisia a {
	background-position: 0 -150px;
}
li.cuisia a:hover {
	background-position: -220px -150px;
}
li.experience a {
	background-position: 0 -200px;
}
li.experience a:hover {
	background-position: -220px -200px;
}
li.firstvisit a {
	background-position: 0 -250px;
}
li.firstvisit a:hover {
	background-position: -220px -250px;
}
li.treatment a {
	background-position: 0 -300px;
}
li.treatment a:hover {
	background-position: -220px -300px;
}
li.officetour a {
	background-position: 0 -350px;
}
li.officetour a:hover {
	background-position: -220px -350px;
}
li.forms a {
	background-position: 0 -400px;
}
li.forms a:hover {
	background-position: -220px -400px;
}
li.contact a {
	background-position: 0 -450px;
}
li.contact a:hover {
	background-position: -220px -450px;
}




/* headings & text */
h1 {
	height: 0px;
	text-indent: -9999px;
}
h2 {
	display: block;
	float: left;
	width: 590px;
	height: 34px;
	text-indent: -9999px;
	margin: 0 0 1em 0;
	background-repeat: no-repeat;
}
h2.index {
	background-image: url(../img/h2_welcome.png);
}
h2.dabir {
	background-image: url(../img/h2_dabir.png);
}
h2.cuisia {
	background-image: url(../img/h2_cuisia.png);
}
h2.firstvisit {
	background-image: url(../img/h2_firstvisit.png);
}
h2.treatment {
	background-image: url(../img/h2_treatment.png);
}
h2.officephotos {
	background-image: url(../img/h2_officephotos.png);
}
h2.forms {
	background-image: url(../img/h2_forms.png);
}
h2.contact {
	background-image: url(../img/h2_contact.png);
}
#content p {
	margin: 0 0 1.5em 0;
	text-align: justify;
}
p.forms {
	clear: left;
	padding: 20px;
}
#footer p, #footer a {
	color: white;
}


/* links */
a img {
	border: none;
}
#main a {
	color: #007bc4;
	text-decoration: none;
}
a.pdf {
	display: block;
	width: 195px;
	float:left;
	margin: 0 0 0 30px;
	text-align: center;
	text-decoration: none;
	line-height: 3em;
}
a.pdf:hover {
	font-weight: bold;
}
a.pdf:hover img {
	text-decoration: none;
}


/* images */
img.right {
	float:right;
	margin: 0 0 1.15em 30px;
}
img.left {
	float:left;
	margin: 0 30px 1.15em 0;
}
img.adobelink {
	float: left;
	margin-right: 20px;
}
img.thumb {
	float:left;
	margin: 0 0 0 30px;
	padding-bottom: 30px;
}

/* lists */
ul.links li {
	display: inline;
	padding-right: 0.5em;
	margin-left: 0.5em;
	border-right: 1px solid white;
}
ul.links li.last {
	border-right: none;
}