*{margin:0;padding:0}
p{	/*opera 8 needs the position:relative on the inner content but opera 9 doesn't */
	margin:0 0 0 0;  
	padding:0 0 15px 0 ;  
	line-height: 1.5em;
	/*position:relative;*/
}
h1{
	color:#72220b;
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:20px;
	padding: 3px 0;
}
/*h2{
	color:#3E2B2D;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	margin-bottom:15px;
}*/
dt{
	margin: 0 0 5px 15px;
	font-size: 15px;
	font-weight: bold;
}
dd{
	margin: 10px 30px 10px 35px; 
}
body{
	background-color: #ffffff;	
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	background:url(../images/background.png) repeat-x;
	background-attachment:fixed;
}
.spacer{
	clear: both;
}
#pagewrapper{
	width: 960px;
	margin: 0 auto; /*Center container on page*/
	/*background-image:url(../images/bg-content.png);
	background-repeat: repeat-y;*/
	border: 0px solid blue;	
}
#wrapper{
	width:956px;
	margin:auto;  
	padding:0;
	text-align:left;
	z-index:5;
	border: 0px solid #00FF00;
}
#headerwrap{
	background:url(../images/bg-headermain.png) repeat-x;
	margin:auto;  
	width: 100%;	
	height:177px;
	position:relative;
	z-index:5;
	border:0px solid red;
}
#header{
	background-image:url(../images/header.jpg?cache=0);
	background-repeat:no-repeat;
	margin:auto;  
	width: 1181px;	
	height:117px;
	position:relative;
	z-index:5;
	border:0px solid red;
}
#footer{
	background-image:url(../images/bg-footer.png);
	background-repeat:repeat-x;
	width: 936px;
	height: 39px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	z-index:10;
	clear:both;
	border: 0px solid red;
}
#copyright{
	z-index:5;
	color:#ffffff;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	text-align:center;
	font-size:11px;	
}
#goodboy{
	z-index:5;
	color:#ffffff;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	font-size:11px;	
}
#outer{
	position:relative;
	background-image:url(../images/bg-content.png);
	background-repeat: repeat-y;
	width:960px;
	margin:0;
	padding: 0;
	clear:both;
	z-index:4;
	border: 0px solid blue;
}
#bottompad{
	padding: 0 0 50px 0;
}
#banner{
	background: url(/images/banner-bg.png?cache=0) no-repeat;
	position:relative;
	width:960px;
	height: 320px;
	margin:0;	
	border: 0px solid blue;
}
#banner-feed {
	position: absolute;
	width: 937px;
	height: 319px;
	overflow: hidden;
	top: 0;
	left: 12px;
}
#left{
	width:674px;
	min-height: 300px;
	z-index:1;
	position:relative;
	float:left;
	margin:10px 0 0 0;  
	display:inline;
	border: 0px solid red;
}
#onecolpage #left{
	width:936px;
	min-height: 300px;
	z-index:1;
	position:relative;
	float:left;
	margin:10px 0 0 10px;  
	display:inline;
	border: 0px solid red;
}

#right{
	width:262px;
	min-height: 300px;
	float:right;
	margin:10px 6px 0 0; 
	z-index:1;
	position:relative;
	float:left;
	display:inline;
	border: 0px solid red;
}
.righttext{
	margin:374px 0 0 0;  
	width:274px;
}


.col{
	position:absolute;
	z-index:0;
	left:10px;
	bottom:0;
	border-top:none;
}

html>body .col{top:0} /* hide from ie6 and under*/
.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}

/* Social icons layout */
.social-icon {
	position: absolute;
	bottom: 0;
	right: 15px;
	z-index: 10;
}

/* Note I haven't bothered with box model hacks but you will need to do them for ie5.+ if it worries you */

#contentText{
	width:580px;
	min-height: 300px;
	margin:0px 0px 0 0px; 
	padding:10px 20px 0 50px;
	color: #3e2b02;
	font-size: 14px;
	border-right: 1px dotted #b4954f;
}
#onecolpage #contentText{
	width:867px;
	min-height: 300px;
	margin:0px 0px 0 0px; 
	padding:10px 20px 0 50px;
	color: #3e2b02;
	font-size: 14px;
	/*border-right: 0px dotted #b4954f;*/
}
#leftcontent {
	width: 200px;
	margin-bottom: 0;
	padding:0 0 0 0;
	border: 0px solid red;
}
#middlecontent {
	background-color: #cccccc;
	width: 1px;
}
#rightcontent {
	width: 242px;
	padding:10px;
	border: 0px solid red;
}

/* BEGIN NAVIGATION */

#navigationwrap{
	margin:0 auto;
	position:relative;	
	background: url(../images/menu-bar.png) no-repeat;
	width: 1080px;	
	height: 60px;
	text-align:center;
	border: 0px solid #9A9A9A;

}

#navigation {
	margin: 0 auto;	
	padding: 20px 0 0 0;
	border: 0px solid red;
}

#navlist li {
	display: inline;
	padding: 20px 0 14px 20px;
	background-repeat: no-repeat;
}

#navlist a {
	padding-left: 23px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#navlist a:link, #navlist a:visited {
	padding-left: 23px;
	color: #f1f1f0;
	background: url(../images/nav-icon.png);
	background-position: 0 -28px;
	background-repeat: no-repeat;	
}

#navlist a:hover {
	color: #f1f1f0;
	padding-left: 23px;
	background: url(../images/nav-icon.png);
	background-repeat: no-repeat;
	background-position: 0 -10px;
}

#navlist a.selected {
	padding-left: 23px;
	background: url(../images/nav-icon.png);
	background-repeat: no-repeat;
	background-position: 0 -10px;
}


/* END NAVIGATION */

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

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

a:visited {
	color: #ffffff;
}

#copyright a {
	color: #ffffff;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}

#copyright a:active {
	text-decoration: underline;
}

#copyright a:visited {
	color: #ffffff;
}

#contentText ul{
	padding-left: 20px;
	line-height: 1.5em;
}

#facebook {
	margin: 10px 0 10px 0;
}

#facebook a{
	color: #663300;
	font: normal 10px "Times New Roman", Times, serif;
}

.testimonial {
	color: #546870;
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
}

#gallery {
	width: 820px;
	margin: 0 auto;
	border: 0px solid blue;
}

#gallery-image {
	background: url("../images/image-bg.png?cache=0") no-repeat;
	width: 224px;
	height: 202px;
	position: relative;
	float: left;
	padding: 0;
	margin: 0 20px 20px 20px;
	border: 0px solid blue;
}

#gallery-image-pos {
	position: absolute;
	top: 12px;
	left: 12px;
	border: 0px solid blue;
}

#gallery-image-title {
	text-align: center;
	font: normal 15px helvetica;
	color: #000;
	margin-top: 9px;
}

.gallery-slideshow {
	margin: 0 auto;
	/*margin-top: -25px;
	margin-left: 0px;*/
	border: 0px solid blue;
	width: 700px;
}

.gallery-slideshow-title { 
	font-size: 17px; 
	margin-bottom: 20px;
	width: 700px;
}

.gallery-backbtn {
	margin-left: 10px;
	font-size: 11px;
	color: #72220B;
}

.gallery-backbtn a {
	font-size: 11px;
	color: #72220B;
}

.gallery-pics {
	margin: 0 auto;
	clear: both;
	padding: 0 25px 10px 0px;
	float: left;
}

.gallery-main-pic {
	margin: 0 auto;
	/*margin-top: 50px;*/
	border: 0px solid blue;
}

/* BEGIN FORMS */

.form p{
	width: 500px;
	clear: left;
	margin-left: 50px;
	padding: 5px 0 8px 0;
	padding-left: 105px; /*width of left column containing the label elements*/
	height: 1%;
}

.form label{
	font-weight: bold;
	color: #797168;
	float: left;
	padding: 4px 0 2px 0;
	margin-left: -105px; /*width of left column*/
	width: 100px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.price { /*width of text boxes. IE6 does not understand this attribute*/
	width: 150px;
	border: 1px solid #797168;
}

.form input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 350px;
	padding: 3px 5px 3px 5px;
	border: 1px solid #797168;
}

.form textarea{
	width: 350px;
	height: 150px;
	padding:3px 5px 3px 5px;
	border: 1px solid #797168;
	font: normal 12px helvetica;
}

.form select {
	width: 350px;
	border: 1px solid #797168;
}

.submitbtn{
	width: 102px;
	height: 29px;
	cursor:pointer;
	border:outset 0px #ccc;
	color:#797168;
	font-weight:bold;
	padding: 1px 2px;
	background:url(/admin/images/btn-submit.gif) no-repeat left top;
}

.form input[type="password"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 350px;
	padding: 3px 5px 3px 5px;
	border: 1px solid #797168;
}

#pagination{
	width: 820px;
	float: left;
	text-align: right;
	color: #785237;
	border: 0px solid blue;
}

#pagination a {
	color: #9e775b;
	text-decoration: none;
}

#pagination a:hover {
	text-decoration: underline;
}

#pagination a:active {
	text-decoration: underline;
}

#pagination a:visited {
	color: #9e775b;
	width: 798px;		
}

.arrownext{
	background:url(../images/arrow-next.png) no-repeat left bottom;
	margin-bottom: -3px;
}

.arrowprevious{
	background:url(../images/arrow-previous.png) no-repeat left bottom;
	margin-bottom: -3px;
}

#tabs {
	width: 754px;
	padding: 0 0 27px 32px;
	font-size:16px;
	font-weight: bold;
}

#tabwrap {
	float: left;
}

#tabs ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
	
}

#tabs li {
	display:inline;	
	margin:0;
	padding:0;
}

#tabs a {
	background:url("../images/tab-unselected.png") no-repeat left top;
	float:left;
	margin:0 1px 0 0;
	width: 185px;
	height: 27px;	
	color:#b69389;	
	text-decoration:none;
}

#tabs a.tabsselected {
	float:left;
	background:url("../images/tab-selected.png") no-repeat left top;
	margin:0 1px 0 0;
	width: 185px;
	height: 27px;
	color: #7b5348;	
	text-decoration:none;
}

#tabs a span {
	float:left;
	display:block;
	text-align:center;
	padding:2px 0;	
	/*color:#b69389;*/
}

#tabs ul li a:hover {
	background:url("../images/tab-selected.png") no-repeat left top;
	color:#7b5348;
}


/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
}

#tabs a:hover {
	background-position:0% -42px;
}

#tabs a:hover span {
	background-position:100% -42px;
}

.tabdivider {
	width: 368px;
	height: 1px;
	padding: 0 0 26px 0;
	margin-left: 22px;
	border-bottom: 1px solid #b6a276;
}

