/* D3 Dental | Ali Williams | Pure Media */


body {

	background-color: #56b3b5;
	font-family: 'Lucida Grande', Arial, sans-serif;
	color: #5a5a5a;
	font-size: 12px;
	line-height: 23px;

}

#wrapper {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	background-image: url(../img/d3_header.png);
	background-repeat: no-repeat;
	height: 150px;
	width: 700px;
	background-position: center center;
}


#header_h {
	background-image: url(../img/d3_header_h.png);
	background-repeat: no-repeat;
	height: 150px;
	width: 700px;
	background-position: center center;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 12px;
	color: #56B3B5;
}
.email_links {
	font-style: italic;
	color: #56B3B5;
	text-decoration: none;
}

/* Navigation */

#nav {
	width: 690px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	height: 25px;
	padding: 5px;
}

.clear { /
    overflow: hidden;
    width: 100%;
}

a.button {
	color: #444;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px;
	text-decoration: none;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../bg_button_a.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#more_content {
	background-color: #191919;
	width: 680px;
	padding: 10px;
	color: #FFFFFF;
}

a.button span {
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 18px;
	background-color: transparent;
	background-image: url(../bg_button_span.gif);
	background-repeat: no-repeat;
}
#footer {
	background-image: url(../img/d3_footer.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 10px;
	color: #666666;
	height: 35px;
	width: 700px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	clear: both;
}
#content {
	padding: 10px;
	width: 680px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; 
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; 
} 
.work_images {
	margin: 5px;
	float: left;
}
