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

body {
	background-color: #0A0908;
	margin-left: 0px;
	margin-top: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:13px;
	line-height:18px;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration:underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration:underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration:underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration:underline;
}
h1 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #B7AA7E;
	font-weight:bold;
}

h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #B7AA7E;
	font-weight:bold;
}

#wrapper {
	position:relative;
	width:792px;
	margin:0 auto;
}

#call-dentist-for-appointments {
	position:absolute;
	width:792px;
	height:32px;
	background-image:url(../images/call-for-appointments.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	top:2px;
	z-index:1;
}

#aesthetic-dentistry-navigation {
	position:absolute;
	width:792px;
	height:33px;
	top:362px;
	font-size:12px;	
	z-index:2;
}

#special-offer {
	position:absolute;
	top:405px;
	width:198px;
	height:263px;
	z-index:1;
}

#have-a-question {
	position:absolute;
	top:675px;
	width:198px;
	height:103px;
	z-index:1;
}

#content ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style:none;
}
#content ul li {
	background-image:url(../images/bullet-content.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:30px;
	margin:6px 0 6px 0;
}

#content a {
	color:#B7AA7E;
}

.image-right {
	margin-left:12px;
}

.sub-heading {
	font-weight:bold;
	color:#B7AA7E;
}

#footer a {
	background-image:url(../images/bullet.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:30px;
}

