
/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background-color:#171717;
	text-align:center; 
	font:11px/17px "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	color:#000; 
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

blockquote { 
	margin-left: 10px; 
	margin-right: 10px; 
	}

h1,h2,h3 { margin-bottom:8px; }

h1	{ font-size:1.2em; color:#C39F12; }
h2	{ font-size:1.1em; color:#C39F12; margin-top:25px;}
h3	{ font-size:1.0em; color:#AB9746; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#000; text-decoration:underline; }
a:hover,a:active	{ color:#C39F12; text-decoration:underline; }


/* ----- classes ----- */

div.clear	{ 
	clear:both; 
	height:.01em; 
	overflow:hidden; 
	}

p.top {
	text-align:right;
	display:block;
	font-size:.95em;
	font-weight:bold;
	} 
	
img.img-left { 
	float:left; 
	margin:0 10px 8px 0; 
	}

div.img-left {
	float:left;
	margin:0 10px 8px 0;
	text-align: center;
	}
	
img.img-right { 
	float: right; 
	margin:0 0 8px 10px; 
	}
	
.float-right {
	float:right;
	}
	
a.block {
	display:block;
	}
	
div.content ul.list-optio {
	margin-left:180px;
	}
div.med-form {
	background: url("../images/img-med-form.jpg");
	width: 160px;
	height: 205px;
	margin-left: -8px;
	}
	div.med-form span { display: none; }

	
/* ----- global form elements ----- */ 

form { 
	/*width:200px; */
	padding:10px 0 15px 0; 
	}

form label	{ font-size:10px; }

form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

input, textarea, select { 
	background-color:#fff; 
	border:1px solid #C4B578;
	color:#000;
/*	width:200px; /* 5 pixles smaller than form width !important */
	height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:5px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	font-size:11px;
	}
	
select { 
	width:205px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:70px; 
	overflow:auto; 
	}
	
input.submit, input.submit-contact-main { 
	width:60px;
	height:23px; 
	cursor:pointer; 
	margin-top:5px;
	padding:0; 
	}


/* ----- main contact form ----- */ 
 
#contact-main { 
	padding:10px 0 10px 0; 
	}
	
#contact-main label { 
	width:300px; 
	display:block;  
	margin-bottom:10px;
	font-size:11px;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:295px;
	}
	
#contact-main label select {
	width:300px;
	}
	
#contact-main label textarea { height:100px; }


/* framework
 * ------------------------------------------------------------------------- */

/*-- wraps --*/

#wrap { 
	background:url("../images/bg-wrap.gif") repeat-y; 
	width:760px; 
	margin:0 auto; 
	text-align:left; 
	}

#wrap-columns {
	background:url("../images/bg-wrap-columns.gif") no-repeat bottom left;
	width:730px;
	margin:0 15px;
	}
	
#wrap-media {
	background:url("../images/bg-wrap-media.gif") repeat-y;
	width:458px;
	padding-bottom:20px;
	}
	
	#wrap-media p {
		padding:0 38px 0 28px;
		}
		
		#wrap-media p.padding-top {
			padding-top:76px;
			}
			
	#wrap-media a:hover {
		color:#fff;
		}
		



/*-- masthead --*/

#masthead {
	position:relative;
	background:url("../images/masthead2.jpg");
	height:81px;
	}
	/* home link within #masthead */		
	#masthead a {
		position:absolute;
		left:25px;
		width:330px;
		top:20px;
		height:45px;
		}
	#masthead a span {
		display:none;
		}
		
/*-- login--*/
#login {
	position:relative;
	}
	/* home link within #masthead */		
	#login a {
		position:absolute;
		left:603px;
		width:99px;
		top:-80px;
		height:25px;
		}
	#login a span {
		display:none;
		}

		
/*-- headers --*/

#header {
	width:547px;
	height:310px;
	float:left;
	}

	body#index #header {
		background-color:#171717;
		}
		
	body#aboutus #header {
		background:url("../images/staff.jpg");
		}
		
	body#contactus #header {
		background:url("../images/manPhoto.jpg");
		}
		
	body#cosmetic #header {
		background:url("../images/1girl.jpg");
		}
		
	body#okemos #header {
		background:url("../images/1girlNEWOkemos.jpg");
		}
		
	body#faq #header {
		background:url("../images/header-04.jpg");
		}
	
	body#veneers #header {
		background:url("../images/veneers.jpg");
		}
		
	body#gallery #header {
		background:url("../images/blondGirl.jpg");
		}
		
	body#general #header {
		background:url("../images/general.jpg");
		}
		
	body#invisalign #header {
		background:url("../images/header-04.jpg");
		}
		
	body#whitening #header {
		background:url("../images/youngCouple.jpg");
		}
		
	body#sitemap #header {
		background:url("../images/header-01.jpg");
		}
		

		
	
 

/*-- columns --*/

#column-left { 
	width:272px; 
	float:left; 
	}
	
	#column-left .content {
		margin:0 32px;
		}

#column-right { 
	width:458px; 
	float:left; 
	}
	
	#column-right .content {
		margin:0 31px;
		}
	
.content ul {
	margin-left:14px;
	list-style-type:disc;
	}
	
ul#magazine li {
	width:180px;
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
	}
		


/*-- subheads --*/

#subhead-quick-contact {
	background:url("../images/subhead-quick-contactNew.jpg");
	height:135px;
	margin-bottom:-50px;
	}
	
#subhead-ptt {
	background: background:none;
	background-color:#D3AE18;
	height:81px;
	width:271px;
	margin-bottom:15px;
}

	
body#contact #subhead-quick-contact {
	background:url("../images/subhead-locate.jpg");
	}
	
#subhead-media {
	background:url("../images/subhead-media-index.gif") no-repeat;
	width:458px;
	}
	
#subhead-meet {
	background:url("../images/subhead-meet.gif");
	height:44px;
	margin-top:30px;
	}
	
#subhead {
	height:52px;
	}

	body#index #subhead {
		background:url("../images/subhead-welcome.gif");
		}
		
	body#about #subhead {
		background:url("../images/subhead-about.gif");
		}
		
	body#contact #subhead {
		background:url("../images/subhead-contact.gif");
		}
		
	body#thankyou #subhead {
		background:url("../images/subhead-thankyou.jpg");
		}
		
	body#cosmetic #subhead {
		background:url("../images/subhead-cosmetic.gif");
		}
	
	body#faq #subhead {
		background:url("../images/subhead-faq.gif");
		}
		
	body#gallery #subhead {
		background:url("../images/blondgirl.jpg");
		}
		
	body#general #subhead {
		background:url("../images/general.jpg");
		}
		
	body#invisalign #subhead {
		background:url("../images/subhead-invisalign.gif");
		}
		
	body#media #subhead {
		background:url("../images/subhead-media.gif");
		}
		
	body#sitemap #subhead {
		background:url("../images/subhead-sitemap.gif");
		}
		
	body#veneers #subhead {
		background:url("../images/subhead-veneers.gif");
		}
		
	body#whitening #subhead {
		background:url("../images/subhead-teeth-whitening.gif");
		}
	 

/*-- bottoms --*/

#bottom-wrap { 
	background:url("../images/bottom-wrap.gif"); 
	width:760px; 
	height:34px; 
	}



/* bna */

body#bna {
	background:none;
	background-color:#D3AE18;
	}
	
body#bna #wrap {
	background:none;
	width:680px;
	}	
	
body#bna #top {
	position:relative;
	height:80px;
	background:url("../images/bna-top.gif");
	}
	body#bna #top a {	
		position:absolute;
		left:0px;
		top:0px;
		width:371px;
		height:80px; 
		}
	body#bna #top a span {
		display:none;
		}
	

	
body#bna #menu {
	background:url("../images/bna-menu.gif");
	height:53px;
	width:380px;
	float:left;
	}
	
	body#bna #menu select {
		margin-left:7px;
		}
		
	body#bna #menu select, body#bna #menu a {
		margin-top:15px;
		}

body#bna #menu-02{
	
	height:20px;
	width:100%;
	float:left;
	}
		
body#bna #procedure {
	background:url("../images/bna-menu.gif");
	height:53px;
	width:300px;
	float:right;
	text-align:right;
	}
	
	body#bna #procedure h1 {
		color:#000;
		margin-right:10px;
		margin-top:15px;
		font-size:1.5em;
		}
	
body#bna #before-after {
	background:url("../images/bna-before-after.gif");
	height:60px;
	}

body#bna #bottom {
	background:url("../images/bna-bottom.gif");
	height:24px;
	}
	
#thumbs-gallery li {
	margin-right:10px;
	margin-bottom:15px;
	width:180px;
	float:left;
	list-style-type:none;
	}


/* footer
 * ------------------------------------------------------------------------- */
 
#footer { 
	width:760px; 
	margin:15px auto; 
	text-align:center; 
	}

#footer p {
	color:#fff;
	}

#footer a:link, #footer a:visited {
	color:#fff;
	}

#footer a:hover, #footer a:active {
	color:#C39F12;
	}

#footer ul { margin-bottom:5px; }

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding: 0 5px 0 7px;
	display: inline;
	border-left: 1px solid #fff;
	}

	#footer li.first { border: none; }


/* navigation: nav
 * ------------------------------------------------------------------------- */

#nav {
	position: relative;
	background: url("../images/navNew.gif") top left no-repeat;					
	width:183px;		/* Width of buttons, not entite image (or half of entire image) */
	height:310px;		/* Height of entire image */
	float:left;
	margin-bottom:0;
	}

#nav li span { display: none; }

#nav li {
	float: left;
	list-style: none;
	}

#nav li, #nav a { 
	height: 24px;			/* Each button must have the same height, define it here */
	display: block;
	}

/* margin-top to set where the nav should begin */
#nav-01 { margin-top:22px; width:183px; }

/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06, #nav-07, #nav-08, #nav-09, #nav-10, #nav-11 { margin-top:0; width:183px; }

#nav-11 a { height:26px; }

#nav-01 a:hover { background: transparent url("../images/navNEW.gif") -183px  -22px no-repeat; }
#nav-02 a:hover { background: transparent url("../images/navNEW.gif") -183px  -46px no-repeat; }
#nav-03 a:hover { background: transparent url("../images/navNEW.gif") -183px  -70px no-repeat; }
#nav-04 a:hover { background: transparent url("../images/navNEW.gif") -183px  -94px no-repeat; }
#nav-05 a:hover { background: transparent url("../images/navNEW.gif") -183px -118px no-repeat; }
#nav-06 a:hover { background: transparent url("../images/navNEW.gif") -183px -142px no-repeat; }
#nav-07 a:hover { background: transparent url("../images/navNEW.gif") -183px -166px no-repeat; }
#nav-08 a:hover { background: transparent url("../images/navNEW.gif") -183px -190px no-repeat; }
#nav-09 a:hover { background: transparent url("../images/navNEW.gif") -183px -214px no-repeat; }
#nav-10 a:hover { background: transparent url("../images/navNEW.gif") -183px -238px no-repeat; }
#nav-11 a:hover { background: transparent url("../images/navNEW.gif") -183px -262px no-repeat; }


