/* Main Body */
* {margin: 0; padding: 0;}

body { 
	margin:0px;
	background-color: #e8c5d9;
	color: #000000;
	}

/* General content */
/* Paragraphs */
p { 
	margin: 12px 3px 0px 0px;
	font:11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	}

br { 
	line-height:15px; 
	}
	
h1 { 
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	color: #8b475d;
	}
	
h2 { 
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
	}
	
h2.big { 
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #8b475d;
	}	
li { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-position:inside;
	line-height:15px;
}
/* Hyperlinks */

a
{ 
	color: #000000; text-decoration: underline;
}
a:hover 
{ 
	text-decoration: none; color: #8b475d; 
}

	
/* Classes */
img.img-left { 
	float:left; 
	margin:0px 10px 0px 0px;
	}

.topContent
{
	background-color: #e8c5d9;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 115px;
	width: 100%;
	border-bottom: solid 1px #8B475D;
}
.bottomContent
{
	position: absolute;
	background-color: #e8c5d9;
	left: 0px;
	top: 315px;
	height: 600px;
	width: 100%;
	border-top: solid 1px #8B475D;
	overflow: visible;
}
.floatright { float: right; margin-left:5px; width: 235px;}

#special-wrapper {
	width: 235px;
	float: right;
	margin: 10px 0 10px 10px;	
}

	#special-wrapper p, p.special {
		font-size: 10px;
		margin: 0 0 0 10px;
		padding: 0;
		color: #d86d32;
		font-weight: bold;
	}
	#special-wrapper img {
		margin-top: 10px;
	}

.toppad {padding-top: 15px;}

.headerTable
{
	position: relative;
	top: 0px;
	height: 100%;
	width: 760px;
}
.bottomTable
{
	position: relative;
	top: 0px;
	height: 100%;
	width: 760px;
}
.logo
{
	position: absolute;
	top: 0px;
	left: 0px;
}
.addressTable
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 180px;
	height: 100%;
	border-left: solid 1px #8B475D;
	text-align: right;
}
.menuTable
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 220px;
	height: 100%;
	padding-top: 25px;
	padding-left: 3px;
	
}
.mainContentTable
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 540px;
	padding-top: 25px;
	padding-left: 15px;
	border-left: solid 1px #8B475D;
	overflow: visible;
}
.footerContentTable
{
	width: 100%;
	padding-top: 15px;
	text-align: center;
	padding-bottom: 15px;
}
/* Pop Out Menu */

/* Fix IE. Hide from IE Mac \*/
* html #menuv ul li{float:left;height:1%;}
* html #menuv ul li a{height:1%;}
/* End */

#menuv		                                 /* position, size, and font of  menu */
	{	
	position:relative;	
	top: 0px;
	left: 0px;
	width: 9em;						          /* [1] width of menu item (i.e., box) */
	text-align: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	}

#menuv a
	{
	width: 100px;
	display:block;						
	padding-top: 0.2em;						/* expands menu box vertically*/
	padding-bottom: 0.2em;
	white-space:normal;
	}

#menuv a, #menuv a:visited				/* all menus at rest */
	{
	color: #000000;
	background-color: #e8c5d9;
	text-decoration: none;				       /* removes underlines from links */
	}

#menuv a.parent, #menuv a.parent:hover 	/* attaches parent-arrow on all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuv a:hover				             /* all menus on mouse-over */
	{
	color: #8B475D;
	background-color: #e8c5d9;
	text-decoration: underline;
	}
	
#menuv li
	{
	list-style-type:none;		            /* removes bullets */
	}

#menuv ul li
	{
	position:relative;
	}

#menuv li ul
	{
	position: absolute;
	top: 0;
	left: 9em;	     /* distance from  left menu (this should be the same as width value in #menuv [1]) above */
	display: none;
	}

div#menuv ul, #menuv ul ul, div#menuv ul ul ul
	{
	margin:0;				               /* keeps the menu parts together */
	padding:0;
	/* width: 8em;			              /* width of sub menus  (this should be the same as width value in #menuv [1]) above */
	}

div#menuv ul ul, div#menuv ul ul ul, div#menuv ul li:hover ul ul, div#menuv ul li:hover ul ul ul
	{
	display: none;
	}

div#menuv ul li:hover ul, div#menuv ul ul li:hover ul, div#menuv ul ul ul li:hover ul
	{
	display: block;
	}

/* ------------------------ form elements ------------------------ */
#contact-form-index {
	margin-top:30px;
	}
	#contact-form-index p {
	margin-right:30px;
	}

#quick_contact form {
	width:180px;
	margin-left:0px; /* set margin left and right below */
	}

#quick_contact form label	{ font-size:.95em; } 

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

#quick_contact input, #quick_contact textarea, #quick_contact select { 
	background-color:#ffffff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #8b475d;
	color:#000;
	width:175px; /* 5 pixles smaller than form width !important */
	margin-bottom:3px; /* sets vertical spacing between fields */
	padding:3px 0 3px 3px; /* vertically position text in input/textarea field */
	font:11px Verdana, Arial, Helvetica, sans-serif; 
	}

#quick_contact select { width:180px;} /* same width as form - !important */

#quick_contact textarea { height:60px; overflow:auto; }

.subject { display:none;}

#quick_contact input.submit {
	width:68px;
	height:22px;
	cursor:pointer; 
	padding:0; 
	}

/* ------------------------ end form elements ------------------------ */



/*--------------------Procedures Navigation (header)--------------------*/
#navbg {
	background: #fff;
	width: 100%;
	position: absolute;
	top: 116px;
}

#proNav {
	background:url("images/drdemarsmd.jpg") no-repeat;
	width:760px;
	height:396px;
	margin:0;
	padding:0;
	}

#proNav li span { display:none; }

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

#proNav li, #proNav a {
	height:198px; /* Each button must have the same height, define it here */
	width: 250px;
	display:block;
	}
	
/* margin-top to set where the nav should begin */
#pro01 { padding-left:5px; width:250px; }

/* margin-left if there is a spacing between each procedure-nav button */
#pro02, #pro03 { width:250px; margin-left: 1px;}

#pro01 a:hover { background:url("images/drdemarsmd.jpg") -5px -198px no-repeat; }
#pro02 a:hover { background:url("images/drdemarsmd.jpg") -256px -198px no-repeat; }
#pro03 a:hover { background:url("images/drdemarsmd.jpg") -507px -198px no-repeat; }

/*--------------------Procedures Navigation (bottom left)--------------------*/
#photo-gallery {
	background:url("images/gallery-nav.jpg");
	width:195px;
	height:260px;
	margin:0;
	padding:0;
	}

#photo-gallery li span { display:none; }

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

#photo-gallery li, #photo-gallery a {
	height:75px; /* Each button must have the same height, define it here */
	display:block;
	}
	
/* margin-top to set where the procedure-nav should begin */
#face { margin-top:35px; width:190px; }

/* margin-top if there is a spacing between each procedure-nav button */
#body, #breast { width:190px; }

#face a:hover { background:url("images/gallery-nav.jpg") -195px -35px no-repeat; }
#body a:hover { background:url("images/gallery-nav.jpg") -195px -110px no-repeat; }
#breast a:hover { background:url("images/gallery-nav.jpg") -195px -185px no-repeat; }
.right {float:right;}
.left {float:left;}
.ar {text-align:right;}
.al {text-align:left;}
.ac {text-align:center;}
.specials-cta {width:235px;text-align:right;}