/* CSS Document */

/* ***** ***** ***** ***** ***** ***** 0. Contents

0. Contents
1. Page Styles
2. Container Styles
3. Element Styles
3. Tag Styles
4. Text Styles

*/

* { margin: 0; padding: 0; border: 0; }

#ffscrollbarfix { /* fix for no vertical scroll bar in short pages in firefox */
	position: absolute;
	top: 0;
	bottom: -0.1px;
	width: 1em;
	z-index: -1;
	}
	
	div#forced-break { clear: both; }


/* ***** ***** ***** ***** ***** ***** 1. Page Styles */


html  {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* sets standard browser font size "medium" to 10px to allow user font sizing through em parameter */
	color: #cb9969;
	}

body {
	margin: 0;
	padding: 0;
	background: #000;
	background-image: url(/public/images/home/index_bg.jpg);
	background-repeat: repeat-x;
	}


/* ***** ***** ***** ***** ***** ***** 2. Container Styles */


#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 775px;
	}

#head-wrap {
	margin: 0;
	padding: 0;
	height: 88px;
	background-image: url(/public/images/home/home_header_bg2.gif);
	background-repeat: no-repeat;
	background-color: #2C080C;
	}

#main-wrap {
	margin: 0;
	padding: 0;
	height: 449px;
	background-image: url(/public/images/home/box_bg.jpg);
	background-repeat: no-repeat;
	}

#foot-wrap {
	margin: 0;
	padding: 0;
	height: 58px;
	background-image: url(/public/images/home/footer_bg.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #d18062;
	}

#sub-content-wrap {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.8em;
	}
	
#content-wrap {
	margin: 40px 15px 0 20px;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.8em;
	}


/* ***** ***** ***** ***** ***** ***** 2. Element Styles */



/* ***** ***** *****  Head Navigation Styles */

#nav {
	float:left;
	margin: 61px 0 0 94px;
	padding: 0;
	height: 27px;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#nav li {
	margin: 0;
	padding: 0;
    list-style: none;
	display: inline;
	}

#nav a {
	float: left;
	padding: 27px 0 0 0px;
	overflow: hidden;
	height: 0px !important;
	height /**/:27px; /* for IE5/Win only */
	}

#nav a:hover {
	background-position: 0 -27px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -27px;
	}

#procedures a  {
	width: 94px;
	background: url(/public/images/home/head_nav_procedures.gif) top left no-repeat;
	}

#photos a  {
	width: 64px;
	background: url(/public/images/home/head_nav_photos.gif) top left no-repeat;
	}

#finda a  {
	width: 118px;
	background: url(/public/images/home/head_nav_finda.gif) top left no-repeat;
	}

#aska a  {
	width: 114px;
	background: url(/public/images/home/head_nav_aska.gif) top left no-repeat;
	}

#patient a  {
	width: 112px;
	background: url(/public/images/home/head_nav_patient.gif) top left no-repeat;
	}
/*
#consumer a  {
	width: 165px;
	background: url(/public/images/home/head_nav_consumer.gif) top left no-repeat;
	}
*/
#consumer a  {
	width: 91px;
	background: url(/public/images/home/head_nav_consumers.gif) top left no-repeat;
	}

#videos a  {
	width: 63px;
	background: url(/public/images/home/head_nav_videos.gif) top left no-repeat;
	}

/* ***** ***** ***** Box Navigation Styles */

#box-nav {
	float:left;
	margin: 247px 0 0 1px;
	padding: 0;
	list-style: none;
	}

#box-nav li {
	margin: 0 0 0 0;
	padding: 0 0 4px 0;
    list-style: none;
	}

#box-nav a {
	/*xfloat: left;
	padding: 0 0 0 0p;*/
	}

/* 
This was added by techwyse and edited by Michael at Guide on April 17, 2007 
Removed Tahoma, bold and change to 12px from 11px
*/

a.nmenu {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	background-color: #853d26;
	text-align: left;
	width: 148px;
	height: 15px;
	padding: 4px 0px 4px 20px;
	}

/* ***** ***** ***** Footer Navigation Styles */


#foot-wrap ul {
	margin: 23px 0 0 0;
	padding: 0;
	float: right;
	list-style: none;
	width: auto;
	white-space: nowrap;
	}

#foot-wrap li {
	margin: 0;
	padding: 0 10px 0 10px;
	color: #cb9969;
	display: inline;
	border-right: 1px solid #cb9969;
	}

#foot-wrap li.noborder {
	border-right: none; /* to remove border-right attribute on last child of list */
	}

b.guide {
	/*font-size: 1.2em;*/
	 font-weight: bold;
	}

#foot-wrap li a{
	color: #cb9969;
	text-decoration: none;
	}
	
.dark_text{
	color: #79583E;
	}

#sub-content-wrap div.left{
	float: left;
}

#sub-content-wrap div.right{
	float: right;
}
#sub-content-wrap a{
	color: #cb9969;
	text-decoration: none;
}

#content-wrap p a {
	color:#CB9969;
	text-decoration: none;
}

li.home-find_a_surgeon{background:#391f17;}
li.home-find_a_surgeon span.hfas-title,
li.home-find_a_surgeon form.hfas-form{padding:4px 0 4px 20px;}
li.home-find_a_surgeon span.hfas-title{color:#fff;font-size:12px;display:block;padding-top:5px;}
li.home-find_a_surgeon input.hfas-text{width:90px;height:14px;background:#cfc4c0;font-size:11px;color:#391f17;padding:2px 5px;font-weight:bold;}
li.home-find_a_surgeon input.hfas-submit{width:30px;height:18px;vertical-align:top;margin-left:5px;}
