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

body {
	font: normal 12px Tahoma;
	background: #f3f1e6 url(body-bg.jpg) repeat-y center;
	color: #5c4b3e;
	margin: 0;
}
a {
	text-decoration: none;
	color: #927d6d;
}
a:hover {
	color: #000;
}
a img {
	border-width: 0;
}
h2 {
	font-size: 12px;
	text-align: right;
}
td {
	background-color: #e4e3d9;
	color: #5c4b3e;
	padding: 5px;
}
th {
	padding: 10px;
	background-color: #669933;
	color: #fff;
}
#container {
	direction: rtl;
	text-align: justify;
	width: 960px;
	margin: auto;
}
#header {
	position: relative;
	height: 160px;
}
#logo {
	position: absolute;
	right: 60px;
	top: 25px;
}
#logo a {
	display: block;
	width: 110px;
	height: 133px;
	background: url(logo.gif) no-repeat center;
}
#topnav {
	width: 270px;
	height: 34px;
	background: url(topnav-bg.gif) no-repeat center;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	padding-top: 10px;
	color: #c5bbb4;
}
#mainnav {
	position: absolute;
	bottom: 0;
	left: -10px;
	width: 380px;
	height: 64px;
	background: url(mainnav-bg.jpg) no-repeat center;
}
#mainnav ul {
	margin: 0;
	padding: 0;
	padding: 10px;
}
#mainnav li {
	float: right;
	list-style-type: none;
	list-style-image: none;
}
#mainnav a {
	display: block;
	width: 120px;
	height: 44px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#mainnav #sales a {background-image:url(mainnav-sales.jpg)}
#mainnav #projects-current a {background-image:url(mainnav-projects-current.jpg)}
#mainnav #projects-past a {background-image:url(mainnav-projects-past.jpg)}

#mainnav .active a {background-position: top;}
#mainnav a:hover {background-position: top}

#content {
	margin: 10px 0;
}
#sidecol {
	float: right;
	width: 225px;
	text-align: right;
}
.sidecoltitle {
	background: url(sidecoltitle-bg.jpg) no-repeat top center;
	height: 35px;
	padding-right: 10px;
}
ul.sidenav {
	padding: 0;
	margin: 0;
}
.sidenav li {
	list-style-type: none;
	list-style-image: none;
	margin-top: 2px;
	background-color: #f1efe3;
}
.sidenav a {
	display: block;
	padding-top: 7px;
	padding-right: 40px;
	height: 23px;
	background: url(sidenav-bg.jpg) no-repeat bottom center;;
}
.sidenav .active a {
	background-position: top;
	color: #000;
}
.sidenav a:hover {
	background-position: top;
	color: #000;
}
ul.sidenav ul {
	padding: 5px 0 10px;
	margin: 0;
	background-color: #f1efe3;
	border-right: 1px solid #e1dfc6;
	border-left: 1px solid #e1dfc6;
}
ul.sidenav ul li {
	margin: 0 50px 0 5px;
	list-style-type: disc;
	color: #c4bfbb;
}
ul.sidenav ul a {
	display: inline;
	padding: 0;
	background: none;
}
#maincol {
	float: left;
	width: 715px;
}
#maincol a {
	color: #669933;
}
#maincol a:hover {
	color: #000;
}
#titlebar {
	background: url(pagetitle-bg.jpg) no-repeat center;
	height: 35px;
	padding: 0 10px;
}
.pagetitle {
	float: right;
}
#pathway {
	float: left;
	margin-top: 10px;
	font-size: 10px;
	color: #afa599;
}
#pathway a {
	color: #d6d2c7;
}
#pathway a:hover {
	color: #fff;
}
#pagephoto {
	float: left;
	margin: 20px 20px 10px 0;
}
.photogallery {
	margin: 20px 0;
	clear: both;
}
.photogallery ul {
	padding: 0;
	margin: 0;
}
.photogallery li {
	float: right;
	margin-left: 10px;
	list-style-type: none;
	list-style-image: none;
}
.photogallery a {
	display: block;
	border: 3px solid;
}
#footer {
	color: #c5bbb4;
	background-color: #7a6758;
	padding: 8px 15px 12px;
	margin-bottom: 20px;
	text-align: left;
	clear: both;
}
#footer a {
	color: #c5bbb4;
}
#footer a:hover {
	color: #fff;
}

/* clearfix hack starts */
.clearfix:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    	}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
    /* End hide from IE-mac */
