/* NORMALIZING PAGES */
body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, p {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
/* end normalizing */

html {background-color:#0d0600;}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.accessibility, hr {
/* absolute lets us put it outside the viewport with the indents, the rest is to clear all defaults */
	position: absolute;
	top: -9999em;
	left: -9999em;
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	border: none;
}

.clear {clear:both;}

.imgrep {
  display:-moz-inline-box;
  display:inline-block;
  background:transparent none 0 0 no-repeat;
  text-indent:-3000px;
  font:0/0 Arial;
  overflow:hidden;
  color:rgba(255,255,255,0);
  vertical-align:bottom;
}

p {
	padding:10px 0;
}

#wrapper {
	width:967px;
	margin:0 auto;
}

h2 {
	font-size:18px;
	font-weight:normal;
	color:#6e5313;

}

/***** HEADER *****/

#header {
	height:398px;
	background:url(/images_new/main-header.jpg) no-repeat;
	position:relative;
}

h1 {
	position:absolute;
	left:25px;
	top:90px;
    font-size:16px; 
    color:#6e5313;
	letter-spacing:1.6px;
	/** IE Hack **/
	//letter-spacing:2px;
	//font-size:15px;
	//left:28px;

}

#phone {
	color:#6e5313;
	font-size:16px;
	position:absolute;
	right:25px;
	top:20px;
	font-weight:bold;
}

#main-nav {
	position:absolute;
	right:30px;
	top:62px;
	/** IE Hack **/
	//top:62px;
	font-size:15px;
	list-style:none;
}

#main-nav a, #main-nav a:visited {
	color:#f9edd0;
	text-decoration:none;
}

#main-nav a:hover {
	color:#e6b031;
}	

#main-nav li {
	float:left;
	margin:0 10px;
}

#header-text {
	width:265px;
	height:231px;
	position:absolute;
	right:32px;
	top:135px;
	color:#f9edd0;
    font-size:14px;
	text-align:justify;
}

/***** header *****/

/***** MAIN CONTENT *****/
#main-content {
	background:url(/images_new/content-bg.jpg) repeat-y;
}

#left-col {
	float:left;
	margin-left:30px;
	width:334px;
}

#right-col {
	float:right;
	margin:20px 25px 0 0;
	width:534px;
}

#left-col ul {
	list-style:none;
}

#left-col h2 {
	margin:20px 0 5px 0;
}

#home-content {
	width:933px;
	margin:0 auto;
	list-style:none;
}

#home-content li {
	width:295px;
	float:left;
	margin-right:14px;
	text-align:justify;
}

.hunts {
 	width:945px;
	margin-left:10px;
}

.pricing {
	margin-left:20px;
}

.border {
	border:1px solid #6e5313;
}

#main-content table img {
	border:1px solid #6e5313;
	margin:5px;
}

#main-content a {
	color:#db7b21;
}

/***** main content *****/

#footer {
	height:233px;
	background:url(/images_new/main-footer.jpg) no-repeat;
	padding:60px 0 0 0;
	color:#f9edd0;
	position:relative;
}

#footer h3 {
	color:#db7b21;
	font-size:14px;
	margin:8px 0;
}

#footer a, #footer a:visited {
	color:#db7b21;
}

#footer a:hover {
	text-decoration:none;
}

#footer ul {
	width:933px;
	margin:0 auto;
	list-style:none;
}

#professional ul {
	width:295px;
	margin:0;
}

#contact, #clinic {
	width:295px;
}

#footer ul li {
	float:left;
	/*width:285px;*/
	margin-right:12px;
}


#footer ul ul li {
	float:none;
	padding:5px 0;
}

#footer #site-info a {
	color:#582900;
}

#footer #site-info a:hover {
	color:#db7b21;
}

#site-info {
	position:absolute;
	bottom:5px;
	left:10px;
	font-size:10px;
	color:#582900;
}


