/* Brick House Dental */
/* Main.css */
/* 5/26/2011
/* zindustry
--------------------------------------- */

/* Reset
--------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}


/*  General
--------------------------------------- */

body {
	padding: 0; margin: 0;
	background-color: #8D7E50;
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	color: #626262;
	}
	
/* Structure and Layout
--------------------------------------- */

#top1 {
	width: 100%; height: 8px;
	padding: 0; margin: 0;
	float: left;
	background-color: #fff;;
	}
	
#top2 {
	width: 100%; height: 8px;
	padding: 0; margin: 0;
	float: left;
	background: url(images/top-bg.gif) #fff center top repeat-y;
	}

#wrapper1 {
	width: 100%;
	padding: 0; margin: 0;
	float: left;
	background: url(images/maincol-bg.jpg) #000 left top repeat-x;
	border-top: solid 6px #8D7E50;
	}
	
#wrapper2 {
	width: 100%;
	padding: 0; margin: 0;
	float: left;
	border-top: solid 14px #232323;
	}
	
#inside-bg {
	width: 100%;
	min-height: 600px;
	_height: auto !important;
	_height: 600px;
	padding: 0; margin: 0;
	float: left;
	background: url(images/inside-bg.gif) center top repeat-y;
	}
	
#mainCol {
	width: 940px;
	min-height: 600px;
	_height: auto !important;
	_height: 600px;
	padding: 0; margin: 0 auto;
	}
	
#subCol {
	width: 940px;
	padding: 0; margin: 0 auto;
	}
	
/* Left */
	
.left {
	width: 260px;
	padding: 20px 10px 30px 10px; margin: 0;
	float: left;
	}
	
/* Logo */
	
.logo {
	width: 260px; height: 174px;
	padding: 0 0 30px 0; margin: 0;
	float: left;
	}
	
.logo h1 {
	padding: 0; margin: 0;
	}
	
.logo h1 a {
	width: 260px; height: 174px;
	padding: 0; margin: 0;
	background: url(images/bhd-logo.gif) center top no-repeat;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	}
	
/* Mainnav */
	
.mainnav {
	width: 260px;
	float: left;
	}

.mainnav ul{
	padding: 0; margin: 0;
	}
	
.mainnav li{
	width: 260px;
	padding: 10px 0; margin: 0;
	display: block;
	float: left;
	list-style: none;
	border-bottom: solid 1px #1F1F1F;
	}

.mainnav a, .mainnav a:link {
	width: 245px;
	padding: 0 0 0 15px; margin: 0;
	display: block;
	float: left;
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.07em;
	background: url(images/arrow.gif) left center no-repeat;
	}
	
.mainnav a:hover {
	padding: 0 0 0 15px; margin: 0;
	text-decoration: none;
	background: url(images/arrow-hover.gif) left center no-repeat;
	}
	
.mainnav a.selected {
	color: #fff;
	background: url(images/arrow-hover.gif) left center no-repeat;
	}
	
/* Contact */
	
.contact {
	width: 250px;
	padding: 20px 0 0 10px; margin: 0;
	float: left;
	}
	
/* Right */
	
.right {
	width: 640px;
	padding: 30px 0 40px 0; margin: 0;
	float: right;
	}
	
/* Flash */

	
#slider {
	width: 600px;
	padding: 0; margin: 40px 0 60px 0;
	position:relative;
	float: right;
	background: #202834 url(loading.gif) no-repeat 50% 50%;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	}
	
#slider img {
	position: absolute;
	top: 0px; left:0px;
	display:none;
	}

#slider a {
	border:0;
	}

.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-30px;
	}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	}
	
.nivo-controlNav a.active {
	background-position:-10px 0;
	}

.nivo-directionNav a {
	display:block;
	width: 30px;
	height: 30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	}
	
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
	}
	
a.nivo-prevNav {
	left:10px;
	}
	
/* Welcome */

.welcome {
	width: 560px;
	padding: 0 40px; margin: 0;
	float: right;
	font-size: 14px;
	}
	
.welcome h1 {
	color: #FFF;
	margin-bottom: .5em;
	}
	
/* Main Content */
	
.maincontent {
	width: 560px;
	padding: 0px 40px 0 40px; margin: 0;
	float: right;
	color: #4C4C4C;
	}
	
.maincontent h1 {
	font-size: 32px;
	}
	
.maincontent img {
	margin: 0 10px 10px 0;
	border: solid 6px #E3E3E3;
	float: left;
	}
	
/* Footer
--------------------------------------- */

#footer {
	width: 940px;
	padding: 20px 0;
	font-size: 12px;
	color: #0B0B0B;
	text-align: center;
	}

#footer ul{
	padding: 0; margin: 0;
	}
	
#footer li{
	padding: 0 8px;
	display: inline;
	list-style: none;
	background: url(images/footer-divider.gif) right center no-repeat;
	}
	
#footer li.selected {
	padding: 0 6px;
	display: inline;
	list-style: none;
	background: none;
	}

#footer a, #footer a:link {
	font-size: 13px;
	color: #0B0B0B;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
#footer p{
	}
	
/* Page Content
--------------------------------------- */

/* Headers */

h1, h2, h3, h4 {
	color: #000;
	background-color: transparent;
	}

h1 {
	font-family: Georgia, serif;
	font-size: 28px;
	color: #333;
	letter-spacing: -0.07em;
	margin-bottom: .6em;
	}
	
h2 {
	font-size: 22px;
	color: #999;
	padding-bottom: 4px;
	border-bottom: solid 4px #ccc;
	}
	
h3 {
	font-size: 17px;
	color: #6D8D9A;
	}

h4 {
	font-size: 18px;
	color: #610104;
	}
	
h5 {
	font-size: 16px;
	color: #000000;
	}
	
/* Links */

a, a:link {
	color: #8D7E50;
	text-decoration: none;
	}
	
a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
/* General */

blockquote {
	display: block;
	background-color: #E4E4E4;
	padding-top: 1em;
	padding-right: 1.5em;
	padding-bottom: 1em;
	padding-left: 1.5em;
	margin-top: 0px;
	margin-right: 1em;
	margin-bottom: 0px;
	margin-left: 1em;
	}

dt {
	margin-top: .5em;
	font-weight: bold;
	}

dd {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 1em;
	}

ul, ol {
	margin-left: 1em;
	padding-left: 1em;
	}

ul li {
	margin-bottom: 1em;
	list-style: disc outside;
	}

ol li {
	margin-bottom: 1em;
	list-style: decimal outside;
	}

ol ol li {
	margin-bottom: 1em;
	list-style: lower-alpha outside;
	}

ol ol, ul ul {
	margin-top: 1em;
	}

table { 
	border-collapse: collapse;
	border-spacing: 0;
	}

img {
	border: none;
	}

p {
	padding: 0; margin: 1em auto;
	line-height: 18px;
	}

strong { 
	color: #333;
	font-weight: bold;
	}

em {
	font-style: italic;
	}

/* Extra */

.hide {
	display: none;
	}
	
.grey {
	color: #ccc;
	}
	
.gold {
	color: #8D7E50;
	}
	
.required {
	color: #A80000;
	font-weight: bold;
	}
	
a.learn {
	width: 90px; height: 26px;
	padding: 0; margin: 0;
	display: block;
	border: none;
	background-color: transparent;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/learn.gif) center bottom no-repeat;
	line-height: 0px;
	}

a:hover.learn {
	background: url(images/learn.gif) center top no-repeat;
	}
	
