/* - - - - - - - - - - - - - - - - - - - - -

Title:	Steven Vandora Associates
Author:	Ciplex
URL:	http://www.ciplex.com

Created:	12.11.08
Modified:	12.24.08 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- RESET ----- */
* { border: none; margin: 0; padding: 0; list-style: none; }
html { height: 100%; margin: 0; padding: 0; }
body {
	background: url(../images/bg_body.jpg) repeat-x #362d10;
	color: #fff;
	font-family: Tahoma, "Arial", Verdana, Sans-serf;
	font-size: 10px;
	margin: 0px;
}
#wrapper { background: url(../images/bg-2.jpg) no-repeat top; min-height: 78.6em; width: 100%; }
#header,#content,#footer { clear: both; margin: 0 auto; width: 90em; }
.fright { float: right; }
.hide { visibility: hidden; }

p, li { font-size: 1.2em; line-height: 1.8em; margin: 1em 0; }

hr { 
	border: none;
	border-bottom: 1px solid #ddd;
	clear:both;
	display: block;
	margin-bottom: 1em;
	padding-top: 1em;
}

a {	
	color: #fff;
	text-decoration: none;
}
a:hover , a.selected { color: #f7c790; }

h1 { color: #f7c790; font-size: 18pt; }

#header #logo { float: left; margin: 7em 0 2em 0; }
#header #contact { float: right; margin-top: 2.5em; }

#content {
	background: #36280e url(../images/bg-left.png) repeat-x top;
	border: .3em solid #fffca9; 
	box-shadow: 0px 0px 10px #233017;
	-o-box-shadow: 0px 0px 10px #233017;
	-icab-box-shadow: 0px 0px 10px #233017;
	-khtml-box-shadow: 0px 0px 10px #233017;
	-moz-box-shadow: 0px 0px 10px #233017;
	-webkit-box-shadow: 0px 0px 10px #233017;
	overflow: hidden;
}

#left {
	float: left;
	padding: 2em;
	width: 20em;
}
	#nav li { margin: 0 1em; }
	#nav li a { font: bold 1em "Helvetica Neau", Helvetica, Arial, sans-serif; text-transform: uppercase; }
	
#right { 
	background: #4e3913;
	border-left: .3em solid #fffca9;
	float: left;
	position: relative;
	text-align: justify;
	width: 61.7em;
}
.spacing { padding: 2em; }
	#right p img { padding: 0 0 1em 2em; }
	#right ul.grid li {
		background: url(../images/bg-grid.png) no-repeat left 5px;
		float: left;
		line-height: 1.2em;
		height:50px;
		margin-left: 1.5em;
		padding-left: 1.5em; 
		width: 14em;
	}
	.fix-br { bottom: -.5em; right: 1em; line-height: 1.2em;color: #c69c6d; margin-top: 2em; position: absolute; }

#footer p.left { color: #fffca9; float: left; }

/* IMAGE GALLERY */

.clearfix {
	display: inline-block;
}
	
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

ul#photogallery {
	margin: 20px 0 0 0;
}

ul#photogallery li {
	float: left;
	padding: 0 10px;
}

ul#photogallery li a img {
	border: 1px solid #fff;
	display: block;
}

ul#photogallery li a:hover img {
	border: 1px solid #F7C790;
}