/*----------------------------+
 | Site: Spencer Rd Dental    |
 +----------------------------*/

 
@import url("reset.css");



/* Core layout 
======================================================================*/
body {background:none; font:12px Verdana, Arial, Helvetica, sans-serif;}


.home #banner {display:none;}
#banner {display:none;}
	.home #navigation {display:none;}
	#navigation {display:none;}
	#flash {display:none;}
	
#header {background:none; width:auto; height:auto;}

#content {width:auto;}
	#content-top {display:none;}
	#content-left {float:left; width:auto;}
	#content-right {display:none;}
		#content-right img {display:none;}
		
#footer {display:none;}


/* Cosmetic Categories layout 
------------------------------------*/
.cos-container {padding:0 0 40px 0;}
.before-after {width:300px; float:left;}
.desc {width:315px; float:left;}



/* Navigation layout 
======================================================================*/
.home ul#nav {color:#fff; font-size:15px;}
.home ul#nav li {height:15px; overflow:hidden; width:220px; border-bottom:1px dashed #756454; padding:0 5px 6px 5px; margin:0 10px 7px 7px;}
.home ul#nav li a {color:#fff; text-decoration:none;}

ul#nav {color:#fff; font-size:15px; padding:0 0 0 0;}
ul#nav li {padding:0 9px 6px 9px;  float:left; margin-top:45px;}
ul#nav li a {color:#fff; text-decoration:none;}

a {color:#fee8ab; text-decoration:none;}
a:hover {text-decoration:underline;}



 /* Font Style
======================================================================*/
h1 {font:18px Arial, Helvetica, sans-serif; color:#000; padding:0 0 15px 0;}
h2 {font:17px Arial, Helvetica, sans-serif; color:#000; padding:0 0 15px 0;}
h3 {font:14px Arial, Helvetica, sans-serif; color:#000; padding:0 0 15px 0; font-weight:bold;}
h4 {font:14px Arial, Helvetica, sans-serif; color:#000; padding:0 0 15px 0; font-weight:bold;}
h5 {font:12px Arial, Helvetica, sans-serif; color:#000; padding:0 0 15px 0; font-weight:bold;}
p {font-size:12px; color:#666; padding:0 0 15px 0; line-height:17px;}


 /* CTA list style
-------------------------*/
ul.cta-details {}
ul.cta-details li.cta-phone {background:url(../images/t.gif) no-repeat; padding:0 0 5px 20px; color:#f5f4e8;}
ul.cta-details li.cta-fax {background:url(../images/f.gif) no-repeat; padding:0 0 5px 20px; color:#f5f4e8;}
ul.cta-details li.cta-email {background:url(../images/e.gif) no-repeat; padding:0 0 5px 20px; color:#f5f4e8;}





/* Extras 
======================================================================*/
.affiliate-logo-float {float:left; padding:0 15px 0 0;}
.webfirm-logo-float {float:right;}

.main-logo-float {float:left; display:block; padding:0 35px 0 0;}



dl.profile-gallery {border: 1px solid #726a3c; background-color: #978f5b; width: 272px; text-align: center; padding: 10px; float: left; margin:0 10px 10px 0;}
.profile-gallery dt {font-weight: bold; color:#dccb9d; }
.profile-gallery dt img {border: 1px solid #726a3c; width: 270px; height: 176px; margin:0 0 10px 0;}
.profile-gallery dd {margin: 0; padding: 0; color:#f5f4e8;}

dl.smile-gallery {border: 1px solid #726a3c; background-color: #978f5b; width: 172px; text-align: center; padding: 10px; float: left; margin:0 10px 10px 0;}
.smile-gallery dt {font-weight: bold; color:#dccb9d; }
.smile-gallery dt img {border: 1px solid #726a3c; width: 170px; height: 100px; margin:0 0 10px 0;}
.smile-gallery dd {margin: 0; padding: 0; color:#f5f4e8;}

dl.sleep-dentistry-gallery {border: 1px solid #726a3c; background-color: #978f5b; width: 102px; text-align: center; padding: 10px; float: left; margin:10px 10px 10px 0;}
.sleep-dentistry-gallery dt {font-weight:bold; color:#dccb9d; }
.sleep-dentistry-gallery dt img {border:1px solid #726a3c; width: 100px; height: 100px; margin:0 0 0 0;}
.sleep-dentistry-gallery dd {margin:0; padding: 0; color:#f5f4e8;}





 /* Form Style
======================================================================*/\
form.form fieldset,
form.form ol, 
form.form li, 
form.form legend {
	margin: 0;
	padding: 0;
}

form.form fieldset { border: 0; }

form.form ol { list-style: none; }

form.form li { margin-bottom: 5px; }

form.form label {
	display: inline-block;
	width: 170px;
	color:#f5f4e8;
}

form.form input, form.form select, form.form textarea {
	width: 250px;
	padding: 3px;
	border: 1px solid #726a3c;
	background: #978f5b;
	font: normal 13px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #fee8ab;
}

form.form textarea { height: 100px; }

form.form select {
	padding: 0;
	width: auto;
}

form.form li.button { margin-top: 15px; }

form.form li.button input {
	width: auto;
	border: 0;
	background: #827a49;
	color: #fff;
	cursor: pointer;
}

form.form fieldset legend {
	padding: 20px 0;
	font-weight: bold;
	font-size: 18px;
	color: #444;
	_margin: 0 -7px; /* IE Win fix */
}

/* IE Mac legend fix */
form.form legend {
  display: inline-block;
}

