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

body {
	margin: 0;
	padding: 0;
	background-color: #261200;
	background-image: url('images/body-bg.jpg');
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}

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

h1 {
	font-size: 24px;
	border-bottom: 1px solid #300;
	padding-bottom: 6px;
	color: #300;
}

b {
	color: #300
}

p {
	margin-left: 20px;
}

#mainWrapper {
	width: 960px;
	margin: 0 auto;
}

#navigation {
	width: 260px;
	background-image: url('images/navigation-bg.png');
	float: left;
}
#navigation ul {
	padding: 0;
	margin: 0 0 20px 0;
	list-style: none;
	font-size: 28px;
}
#navigation li a {
	display: block;
	line-height: 40px;
	padding-left: 50px;
	margin: 10px 1px;
	color: #FFF;
	text-decoration: none;
}
#navigation li a:hover {
	background-image: url('images/navigation-link-bg.png');
	color: #FC6;
}

#contentWrapper {
	margin-left: 280px;
}
#content {
	background-image: url('images/content-bg.png');
}
#watermark {
	background-image: url('images/watermark.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 20px;
}

#footer {
	margin: 10px 0;
	font-size: 11px;
	color: #6b5841;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a {
	color: #6b5841;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* Contact Page */
#contact-form {
	float: left;
	margin-left: 20px;
}
#contact-form .textfield {
	border: 1px solid #630;
	background-color: #a1896b;
	font-size: 16px;
	width: 240px;
}
#contact-form .textarea {
	border: 1px solid #630;
	background-color: #a1896b;
	font-size: 16px;
	width: 620px;
	height: 80px;
}
.submit {
	border: 1px solid #630;
	background-color: #a1896b;
	font-size: 16px;
	color: #630;
}
.submit:hover {
	background-color: #300;
	color: #a1896b;
}
.contact-info {
	position: absolute;
	margin-top: 40px;
	margin-left: 270px;
}

/* Request Page */
#request-form {
	margin-left: 20px;
}
#request-form .textfield {
	border: 1px solid #630;
	background-color: #a1896b;
	font-size: 16px;
	width: 240px;
}
#request-form #service {
	width: 460px;
}
#request-form .textarea {
	border: 1px solid #630;
	background-color: #a1896b;
	font-size: 16px;
	width: 620px;
	height: 80px;
}
#request-form label {
	padding-left: 20px;
	line-height: 30px;
}

/* Testimonials Page */
#testimonial {
	background-image: url('images/content-bg.png');
	padding: 20px;
	border-left: 8px solid #57442D;
	border-right: 2px solid #57442D;
	margin-left: 20px;
}
#testimonial i {
	color: #300;
	display: block;
	text-align: right;
	margin-top: 10px;
}

/* Projects Page */
#projects img {
	width: 150px;
	height: 100px;
	border: 1px solid #300;
	margin: 2px;
}
#projects img:hover {
	border: 1px solid #FFF;
}

/* LightBox Styles */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

