/* StoneWays Paving - Created 3/12/2008 by Matthew Furtado - www.mattfurtado.com */


body
{
	background: url(images/bg.gif) #B9AC97 scroll repeat;
}

body, td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}

img
{
	border: none;
}

#wrapper
{
	margin: auto;
	width: 750px;
	background: #CFC;
}

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

#header
{
	min-height: 160px;
	padding-top: 60px;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #963;
	position: relative;
	display: block;
	text-align: center;
}

#header .left
{
	float: left;
	width: 391px;
}

#header .right
{
	float: right;
	width: 359px;
	text-align: center;
	font-size: 16px;
}

#nav
{
	padding: 5px 0;
	margin: 51px 0 15px;
	white-space: nowrap;
	list-style-type: none;
	background: url(images/bg.gif) scroll repeat;
}

#nav li
{
	display: inline;
	vertical-align: middle;
}

#nav a
{
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
	padding: 0 10px;
}

#nav a:hover
{
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #CFC;
}

#header h1
{
	margin: 5px 0 0;
	font-weight: normal;
	font-size: 36px;
	color: #000;
}

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

#main
{
	position: relative;
	display: block;
	min-height: 520px;
}

#main .left
{
	float: left;
	width: 230px;
	margin: 20px 0 20px 10px;
}

#main .right
{
	float: right;
	width: 475px;
	margin: 20px 10px 20px 5px;
}

#main .br
{
	background: url(images/main_bottom.gif) 100% 100% #FFF no-repeat;
	padding-bottom: 89px;
}

#main .br a
{
	margin-left: 10px;
}

#main a
{
	text-decoration: none;
	color: #963;
}

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

#main ul
{
	padding: 0;
	margin: 5px 0 40px 35px;
	list-style-image: url(images/list_bullet.gif);
	list-style-position: outside;
	font-size: 12px;
}

#main li
{
	margin-bottom: 10px;
}

p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h2
{
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
}

h3
{
	margin: 0 0 20px;
	padding: 0;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
}

#content
{
	background: #FFF;
	padding: 15px;
}

#content a.norm
{
	margin: 0;
}

#content img
{
	border: 1px #FFF solid;
}

#title
{
	background: #CCC;
}

#title .tr
{
	background: url(images/title_tr.gif) 100% 0 no-repeat;
	padding: 15px;
}

#title h1
{
	font-family: Garamond, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px; 
	color: #963;
	margin: 0;
}

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

td.testimonial {
	background: url(images/quote.jpg) no-repeat scroll;
	padding-left: 50px;
	padding-top: 10px;
}

.testimonial h1 {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	color: #996633;
	text-align: right
}

.field {
	font-size: 12px;
	color: #996633;
}

input.info, textarea.info {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border: thin #999999 solid;
	padding: 3px;
}

input.button {
	background-color: #999999;
	color: #FFFFFF;
	border: thin #666666 solid;
	padding: 5px;
	font-size: 12px;
}

input.button:hover{
	background-color: #000000;
	border: thin #000000 solid;
}

#gallery
{
	margin: 20px 0;
	background: #e4e1dd;
	padding: 5px;
	padding-bottom: 20px;
	text-align: center;
}

#gallery td
{
	width: 50%;
	font-size: 14px;
	font-weight: bold;
	font-family: Garamond, "Times New Roman", Times, serif;
	vertical-align: top;
}

#gallery a
{
	margin: 10px;
}

#gallery img
{
	border: none;
}

#content .thumb
{
	border: none;
	margin: 0 0 7px;
	padding: 0;
	width: 90px;
}

#gallery .tl
{
	background: url(images/gallery_tl.gif) 0 0 no-repeat;
	width: auto;
}

#gallery .tr
{
	background: url(images/gallery_tr.gif) 100% 0 no-repeat;
	width: auto;
}

#gallery .bl
{
	background: url(images/gallery_bl.gif) 0 100% no-repeat;
	width: auto;
}

#gallery .br
{
	background: url(images/gallery_br.gif) 100% 100% no-repeat;
	width: auto;
	padding: 10px;
}

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

#footer
{
	min-height: 40px;
	clear: both;
	vertical-align: top;
	background: url(images/footer_top.gif) 0 0 #B9AC97 no-repeat;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}

#footer a
{
	color: #CFC;
	text-decoration: none;
}

#footer a:hover
{
	color: #963;
	text-decoration: underline;
}

#footer .left
{
	float: left;
}

#footer .right
{
	float: right;
}

.both {
	clear: both;
	background: #CFC;
}

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

#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; }

