@charset "utf-8";

/* CSS Document */

*, html
{
	margin:0;
	padding:0;
}

body
{
	text-align:center;
	background-color:#333;
	color:#856e5c;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}

#wrapper
{
	width:1000px;
	height:auto;
	margin:0 auto;
	background-color:#fff;
}

#header
{
	width:1000px;
	height:111px;
}

#header a
{
	font-variant:small-caps;
	font-weight:bold;
	text-decoration:none;
	color:#856e5c;
}

#header a:hover
{
	font-variant:small-caps;
	text-decoration:underline;
}

#top-left
{
	width:363px;
	height:111px;
	background:url(images/top-left.gif) no-repeat;
	float:left;
}

#home
{
	width:141px;
	height:41px;
	padding-top:70px;
	background: url(images/home.gif) no-repeat;
	float:left;
}

#about
{
	width:112px;
	height:41px;
	padding-top:70px;
	background: url(images/about.gif) no-repeat;
	float:left;
}

#designs
{
	width:120px;
	height:41px;
	padding-top:70px;
	background: url(images/designs.gif) no-repeat;
	float:left;
}

#contact
{
	width:121px;
	height:41px;
	padding-top:70px;
	background: url(images/contact.gif) no-repeat;
	float:left;
}

#tandc
{
	width:143px;
	height:41px;
	padding-top:70px;
	background: url(images/tandc.gif) no-repeat;
	float:left;
}

#leaderboard
{
	width:1000px;
	height:87px;
	background: url(images/leaderboard.gif) no-repeat;
	text-align:right;
}

#leaderboard h1, p
{
	padding-right:120px;
}

#logo
{
	width:1000px;
	height:201px;
	background: url(images/logo.gif) no-repeat;
}

#content
{
	width:1000px;
	height:149px;
	background: url(images/content-bg.gif) no-repeat;
}
#content h1{margin:0 100px 0 325px;
text-align:left;
}

#content p
{
	text-align:left;
	padding:0 100px 0 325px;
}

#blurb
{
	width:1000px;
	height:188px;
	background: url(images/blurb-bg.gif) no-repeat;
}

.blurb-box1
{
	width:240px;
	height:168px;
	padding:20px 0 0 0;
	float:left;
}

.blurb-box2
{
	width:235px;
	height:168px;
	padding:20px 0 0 0;
	float:left;
}

.blurb-box3
{
	width:230px;
	height:168px;
	padding:20px 0 0 0;
	float:left;
}

.blurb-box4
{
	width:295px;
	height:168px;
	padding:20px 0 0 0;
	float:left;
}
.blurb-box4 h2{text-align:center;}

.blurb-box4 ul{
	padding:0 0 0 100px;
	text-align:left;

}
.blurb-box4 li{
	font-weight:bold;
	font-variant:small-caps;
}
.lbox{width:50%;
height:auto;
text-align:center;
margin:0;
padding:0;
float:left;
}
#text-content
{
	width:1000px;
	height:auto;
	background:#fff;
}

#text-content p
{
	text-align:justify;
	padding:0 100px 0 100px;
}

#footer
{
	clear:both;
	width:1000px;
	height:164px;
	background: url(images/footer-bg.gif) no-repeat;
}
#footer a
{
	font-variant:small-caps;
	font-weight:bold;
	text-decoration:none;
	color:#856e5c;
}

#footer a:hover
{
	font-variant:small-caps;
	text-decoration:underline;
}
#footer .box
{
	padding:50px 0 0 0;
}

#footer .box p
{
	text-align:center;
	margin:0 auto;
	padding:0;
}
/*++Form Layout++*/
fieldset {  
margin: 10px 150px;  
padding: 0;
text-align:left;
}
legend{  
margin-left: 1em;  
font-weight: bold;
font-size:1.5em;
}
fieldset h2{
	margin-left: 1em;  
font-weight: bold;
font-size:1.5em;
}
fieldset ul {  
padding: 1em 1em 0 1em;  
list-style: none;
}
fieldset li {  
float: left;  
clear: left;  
width: 100%;  
padding-bottom: 1em;
}

fieldset.submit {  
border-style: none;
float: none;  
width: auto;  
border: 0 none #FFF;  
padding-left: 12em;
}
fieldset h3{text-align:center;
}
img{border:#856e5c 1px solid;
}
label { 
display:block;
float: left;  
width: 1em;  
margin-right: 5em;  
text-align: right;
}
fieldset a{color:#856e5c;
text-decoration:none;
font-weight:bold;
}
fieldset a:hover{color:#856e5c;
text-decoration:underline;
font-weight:bold;

}

/*++Lightbox++*/
#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; }


