@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #412d1c;
	font-family: Tahoma, Geneva, sans-serif;
	color: #fefde8;
	font-size: 12px;
	behavior:url("/css/csshover3.htc");
}

a { color: #fefde8; text-decoration: none;}

a:hover { color: #cae9a2; text-decoration: none;}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,div,dd,dt,dl,button {
	margin:0px;
	padding:0px;
}


#container {
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 967px;
	background-image: url(../images/index/mainbg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#container:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.orange {color:#f5a146;}

#leftcol { width: 303px; float: left;}

#topwoman {
	background-image: url(../images/index/index-03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 303px;
	width: 303px;
}

#rightcol { width: 664px; float: left;}

#topimage {
	background-image: url(../images/index/index-02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 411px;
	width: 664px;
}

#topimage p { line-height: 20px; font-size: 12px; padding: 150px 80px 0px 90px;}

#eppley { background-color: #412d1c; width: 664px;}

#eppley p { font-size: 13px; line-height: 18px; color: #e9e2da; padding: 2px 40px 10px 40px;}

.floatright {float: right;}

.floatleft {float: left;}

.clear {clear: both;}

.padleft {padding-left: 530px;}

#dreppley {
	background-image: url(../images/index/index-04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 76px;
	width: 664px;
}

#dreppley span { display: none;}

#contact {
	background-image: url(../images/index/index-08.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 303px;
	padding-bottom:148px;
}




#contactus {
	background-image: url(../images/index/index-06.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 72px;
	width: 303px;
}

#contactus span{display:none;}



#homeform { text-align: center; width: 303px;}

#buttons { width: 566px; margin-left: 52px;}

.buttonrow { width:283px; float:left;}

.paddingleft {padding-left: 10px; padding-bottom: 5px;}

.transparent { background:transparent;}

#bottominfo {
	width: 100%;
	background-image: url(../images/inside/footerbg_11.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #18130f;
}

#bottominfo p { color: #54483c; font-size: 11px; padding: 20px 0px 30px 30px;}

#bottominfo a { color: #54483c; font-size: 11px; text-decoration:none;}

#bottominfo a:hover { color: #fdaa43; font-size: 11px; text-decoration:none;}

	/*-------------------------- Quick Contact Form --------------------------- */
#qcForm input {
	font:11px/16px Arial, Helvetica, sans-serif; 
	border:1px solid #1c160f;
	background-color:#1c160f;
	width:220px;
	color:#cec5bb;
	margin: 4px;
}
#qcForm select {
	font:11px/16px Arial, Helvetica, sans-serif; 
	border:1px solid #1c160f;
	background-color:#1c160f;
	width:220px;
	color:#cec5bb;
	margin: 4px;
}

#qcForm textarea {
	font:11px/16px Arial, Helvetica, sans-serif; 
	border:1px solid #1c160f;
	background-color:#1c160f;
	width:220px;
	height: 75px;
	color:#cec5bb;
	margin: 4px;

}
#qcForm .submit { width: 93px; margin-left: 155px; border: none; background:transparent;}


#qcForm .subject	{ display: none; }

.required {font-size: 10px; padding: 0px 0px 2px 150px; color: #b8a996;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=55);
  -moz-opacity: 0.55;
  opacity: 0.55;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}




#bottom {
	background-image: url(../images/index/index-10.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 66px;
	width: 967px;
	float:left;
}




/* -------------------navigation-------------------------- */
#navcontain { width: 664px; height: 34px; }


#nav { 
	background: url(../images/main-nav-bg.jpg) no-repeat; 
	width:664px; 
	height:34px; 
	position:relative;
	z-index: 99;
	font-family: Arial;
	margin: 0 0 0 30px;
	}

#nav span { display: none; margin: 0px;}

#nav li, #nav a { height: 34px; display: block; margin: 0px; outline:none;}

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

#firstchild {width:47px;background:url(../images/main-nav-bg.jpg) -11px 0 no-repeat;}
#nav-01 {width:61px;left:61px;}
#nav-02 {width:72px;background:url(../images/main-nav-bg.jpg) 95px 0 no-repeat;}
#nav-03 {width:47px;background:url(../images/main-nav-bg.jpg) 176px 0 no-repeat;}
#nav-04 {width:47px;background:url(../images/main-nav-bg.jpg) 244px 0 no-repeat;}
#nav-05 {width:72px;background:url(../images/main-nav-bg.jpg) 305px 0 no-repeat;}
#nav-06 {width:79px;background:url(../images/main-nav-bg.jpg) 430px 0 no-repeat;}
#nav-07 {width:66px;background:url(../images/main-nav-bg.jpg) 555px 0 no-repeat;}
#nav-08 {width:100px;background:url(../images/main-nav-bg.jpg) 589px 0 no-repeat;}
#nav-blog {width:61px;background:url(../main-nav-bg.jpg) 630px 0 no-repeat;}
#lastchild {width:12px;background:url(../images/nav/main-nav-bg.jpg) 634px 0 no-repeat;}

#nav-01 a:hover {background:url(../images/main-nav-bg.jpg) -47px -34px  no-repeat;}
#nav-02 a:hover {background:url(../images/main-nav-bg.jpg) -108px -34px no-repeat;}
#nav-03 a:hover {background:url(../images/main-nav-bg.jpg) -180px -34px no-repeat;}
#nav-04 a:hover {background:url(../images/main-nav-bg.jpg) -227px -34px no-repeat;}
#nav-05 a:hover {background:url(../images/main-nav-bg.jpg) -274px -34px no-repeat;}
#nav-06 a:hover {background:url(../images/main-nav-bg.jpg) -346px -34px no-repeat;}
#nav-07 a:hover {background:url(../images/main-nav-bg.jpg) -425px -34px no-repeat;}
#nav-08 a:hover {background:url(../images/main-nav-bg.jpg) -552px -34px no-repeat;}
#nav-blog a:hover {background:url(../images/main-nav-bg.jpg) -491px -34px no-repeat;}


/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav li ul {
	position: absolute;
	left: -9999px;
	background-color:#e0f0ca;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	border:0px; 
	z-index: 30;
	margin-left:5px;
	text-align: left;

	}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
	

#nav li ul li { 
	height: 22px; /* Height of each drop down nav item */
	}	

#nav li ul li a {
	width: 100%;
	height: 22px;				/* Height of each drop down nav item, should match above */
	line-height: 22px;			/* Height of each drop down nav item again, should match above */
	color:#445829;

	}

#nav li ul li a span {
	display: block;
	padding-left: 5px;
	margin: 0px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size: 11px;
	text-decoration: none;

	}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;

}
/* Hover styles for drop down items */
#nav-02 ul a:hover { 
	background-image: none;
	background-color: #708f49;
	color:#fff;}
	
#nav-03 ul a:hover { 
	background-image: none;
	background-color: #708f49;
	color:#fff;
	}
#nav-04 ul a:hover { 
	background-image: none;
	background-color: #708f49;
	color:#fff;}
	
#nav-05 ul a:hover { 
	background-image: none;
	background-color: #708f49;
	color:#fff;
	}
#nav-06 ul a:hover { 
	background-image: none;
	background-color: #708f49;
	color:#fff;}
	

/* width of drop down nav - choose width that allows items to display on one line */

#nav-02 ul, #nav-02 li { width:80px; }
#nav-03 ul, #nav-03 li { width:70px; }
#nav-04 ul, #nav-04 li { width:175px; }
#nav-05 ul, #nav-05 li { width:150px; }
#nav-06 ul, #nav-06 li { width:90px; }



#nav li:hover, #nav li.hover {   
    position: static;   
}

/* 2nd tier drop down */
	#nav-04 ul li ul  {
		display:none;
		width:130px;
		margin-left:-150px; /* width of drop down nav +2 */
		margin-top:-23px; /* height of drop down nav item +1 */
		}
		
	#nav-04 ul li:hover ul, #nav-04 ul li.sfhover ul { 
		display:block;
		}
	
	#nav-04 ul li ul li a {
		width:130px;
		height:22px;
		}

	#nav-04 ul li.big, #nav-04 ul li.big a {
		height:70px;
		}
	#nav-04 ul li.big ul li a {
		height:22px;
		}
		
/* 2nd level drop downs -------------------------------------------------------------------- */
#nav li ul ul {
	margin: -22px 0 0 175px;
}		

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}
#pre-footer {background:url(../images/index/index-11.jpg) top left no-repeat;width:967px;height:60px;margin:0;padding:0;clear:both;}
.social {margin:0 0 0 400px;padding:10px 0 0 0;height:45px;}
.social a img {height:45px;width:45px;margin:0;border:none;}
.social a:focus img {border:none;}