
/* CSS Document */


/* CSS Document */

body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 20px auto;
	padding: 0;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

h2.home {
	padding-top: 15px;
	margin-left: 28px;
}

.copyrights {
	float: left;
	font-size: 9px;
}

img.staff {
	border: 2px solid #C00000;
}

.toothbutton {
	background-image:url('../images/css-images/tooth.png');
	background-position: left;
	height: 69px;
	padding-left: 55px;
	width: 50px;
}


#main-wrapper {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 780px;
}

#wrapper {
	background-image: url(../images/css-images/toothbrush_long.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	border: 2px solid #c8c8c8;
	float: left;
	/*height: 550px;*/
	margin: 0 auto;
	padding: 0 0 0 7px;
	width: 771px;
}

#spacediv {
	height: 50px;
	width: 550px;
}


#left-column {
	background-color: #fff;
	border: 2px solid #c00000;
	float: left;
	height: 578px;
	padding: 0;
	position: relative;
	width: 197px;
}

#face {
	background-image: url(../images/css-images/face.jpg);
	background-repeat: no-repeat;
	height: 259px;
	width: 197px;
}

#right-column {
	
	float: left;
	/*height: 550px;*/
	padding: 0 0 20px 0;
	width: 552px;
	
}

/*#azle-address {
	color: #C00000;
	font-weight: bold;
	height: 30px;
	left: 216px;
	letter-spacing: .2em;
	position: absolute;
	text-align: center;
	top: 45px;
	width: 400px;
	z-index: 5;
}*/

#azle-address {
	color: #c00000;
    font-weight: bold;
    height: 30px;
    letter-spacing: .2em;
    margin: 1px 0 0 7px;
    width: 400px;
}

#logo-text {
	background-image:url('../images/css-images/logo-text.png');
	height: 27px;
	margin: 12px 0 0 7px;
	width: 411px;
	z-index: 5;
}

#smile-teeth {
	background-image: url(../images/css-images/smile-teeth.jpg);
	background-repeat: no-repeat;
	height: 106px;
	margin: 20px 0 0 0;
	width: 550px;
}

#smile-teeth-home {
	background-image: url(../images/css-images/smile-teeth2.jpg);
	background-repeat: no-repeat;
	height: 106px;
	margin: -10px 0 0 0;
	width: 550px;
}

#top_banner {
	background-color: #fff;
	filter: alpha(opacity=70);
	opacity: .8;
	border: 1px solid #000;
	height: 106px;
	margin: 20px 0 0 0;
	width: 550px;
}

#coupon {
	font-size: 12px;
	font-weight: bold;
	margin-left: 290px;
	padding-top: 30px;
	text-align: center;
}

#coupon a {
	color: #c00000;
	text-decoration: none;
}

#coupon a:hover {
	color: #9B8AFC;	
}

#tagline1 {
	position: absolute;
	top: 42px;
	left: 220px;
	z-index: 20;
}
	

.infobox-container {
	float: left;
	margin: 30px 0 0 0px;
	padding-left: 28px;
}

.infobox {
	background-image:url('../images/css-images/infobox.png');
	height: 104px;
	width: 187px;
}

.infobox img {
	margin-left: 2px;
	margin-top: 2px;
}

.infobox-undertext {
	font-size: 9px;
	height: 10px;
	padding: 10px;
	width: 167px;
}

.infobox-undertext-long {
	clear: left;
	
	font-size: 12px;
	padding: 10px 0 10px 28px;
	width: 384px;
}

.content_home {
	clear: both;
	padding: 5px 25px 25px 25px;
}

.content {
	clear: both;
	padding: 25px;
}

span.imgtxt {
	display: none;
}

/* NAVIGATION */
#sitemap {
	font-family: Verdana, Arial, Helvetica, sans serif;
	font-size: 11px;
	left:30px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	position: absolute;
	top:200px;
	width: 180px;
}

#sitemap ul {
	margin:0;
	padding:0;
}

#sitemap ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sitemap ul li a {
	color: #c00000;
	font-weight: bold;
	text-decoration: none;
}

#sitemap ul li a:hover {
	color: #9B8AFC;
	text-decoration: none;
}

/* FOOTER */

#footer {
	clear: both;
	float: left;
	margin: 0 auto;
	padding: 10px;
	text-align: right;
	width: 760px;
}

#footer a {
	color: #c00000;
	text-decoration: none;
	font-size: 9px;
}

#footer a:hover {
	text-decoration: underline;
}

#footer2 {
	clear: both;
	float: left;
	font-size: 9px;
	margin: 0 atuo;
	padding: 10px;
	text-align: center;
	width: 760px;
}


	
	

