<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* *************************** 
  Site - Project Name
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#bb6718;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
img2 {
	border:0;
	vertical-align:middle;
}
fieldset {
	border:none;
}
ul li {
	list-style:none;
}
.clear {
	width:900px;
	clear:both;
}
/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4d4d4f;
	background:url(../images/bg_body.jpg) center top repeat;
}

#container {
	width:900px;
	margin:0 auto;
}

/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	width:900px;
	margin:0 auto;
	position:relative;
	height:130px;
}
#logo{
	position:absolute;
	left:25px;
	top:23px;
	width:127px;
	height:96;
	}
#logo a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
.mainnav{
	height:38px;
	position:absolute;
	right:0;
	bottom:0;
	background:#240200;
	overflow:hidden;
	padding:0 8px 0 10px;
	}
.mainnav li{
	float:left;
	padding:0 9px 0 11px;
	line-height:38px;
	}
.mainnav li a{
	display:block;
	color:#FFF;
}
.mainnav li a:hover, .mainnav li a.selected{
	color:#bb6718;
	text-decoration:none;}
/* *************************** 
   $4 Content Styles
   ***************************/
#content {
	background:#fff url(../images/bg_top.png) left top no-repeat;
	width:828px;
	padding:21px 44px 26px 28px;
	-webkit-border-shadow:10px 10px 15px #87531a;
	-moz-box-shadow:10px 10px 15px #87531a;
	_margin:-1px 0 0;
}
#maincontent{
	width:562px;
	float:left;}
#maincontent h1, #maincontent h3, #maincontent p{
	float:left;
	width:100%;}
#maincontent h1{
	color:#240200;
	font-size:22px;
	font-weight:normal;}
#maincontent h3{
	color:#d6761a;
	font-size:16px;
	font-weight:normal;
	margin:-3px 0 1px;
	}
#maincontent p{
	font-size:13px;
	line-height:20px;
	margin:15px 0 0;
	}
.img_right{
	float:right;
	margin:0 0 0 10px;
	}
#maincontent p strong{
		color:#000;
		}
#maincontent a{
	text-decoration:underline;}
#maincontent a:hover {
	text-decoration:none;
}
/* *************************** 
   $4b Content Styles - Gallery
   ***************************/
#maincontent-gallery{
	width:840px;
	float:left;}
#maincontent-gallery h1, #maincontent h3, #maincontent p{
	float:left;
	width:100%;}
#maincontent-gallery h1{
	color:#240200;
	font-size:22px;
	font-weight:normal;}
#maincontent-gallery h3{
	color:#d6761a;
	font-size:16px;
	font-weight:normal;
	margin:-3px 0 1px;
	}
#maincontent-gallery p{
	font-size:13px;
	line-height:20px;
	margin:15px 0 0;
	}
#maincontent-gallery p strong{
		color:#000;
		}
#maincontent-gallery a{
	text-decoration:underline;}
#maincontent-gallery a:hover {
	text-decoration:none;
}	
	
/* *************************** 
   $5 Sidebar Styles
   ***************************/
#sidebar{
	width:234px;
	float:right;
	margin:41px 0 0;
}
#sidebar h2{
	font-size:15px;
	color:#bb6718;
	font-weight:normal;
	margin:0 0 9px;
}
#sidebar p{
	color:#5c2f00;
	font-size:13px;
	line-height:20px;
	}
#sidebar span{
	background:url(../images/bg_call.png) no-repeat;
	color:#FFF;
	font-size:18px;
	display:block;
	line-height:37px;
	padding:0 0 0 17px;
	margin:13px 0 0;
	}
/* *************************** 
   $6 Footer Styles
   ***************************/
#footer {
	width:828px;
	padding: 20px 44px 27px 28px;
	background:#240200;
	-webkit-border-shadow:10px 10px 15px #87531a;
	-moz-box-shadow:10px 10px 15px #87531a;
}
#footer ul{
	float:left;
	margin:0 17px 0 0;
	color:#86552b;
	}
#footer ul li{
	font-size:12px;
	line-height:14px;}
#footer ul li a{
	color:#86552b;
	}
.footer_left{
	float:left;
	width:596px;}
.footer_left p{
	color:#c1a288;
	margin:0 0 11px;
	}
.footer_right{
	float:right;
	width:232px;}
.footer_right p{
		color:#c1a288;
		margin:0 0 25px;} 
.copyright{
	width:890px;
	margin:7px auto 43px;
	text-align:right;
	color:#FFF;
	padding:0 10px 0 0;}
</pre></body></html>