html {
	height: 100%;
	width: 100%;
}
body {
	font-family: verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: .68em;
	background: #000000;
	color: #929280;
}
/* elements*/
a {
	outline: none;
}
a, a:link, a:visited {
	color: #ffffff;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
#logo, #logo h1 a {
	/*color: #40403E;*/
  border:none;
	text-decoration:none;
}

p {
	margin: 0px;
	padding: 0px 0px 16px 0px;
	font-size: 10pt;
	line-height: 12pt;
}
p.contact {
	font-family: arial, sans-serif;
	letter-spacing: normal;
	font-weight: normal;
	
	font-size: 15pt;
	line-height: 17pt;
}

#portfolio {
font-size: 12pt;

}

.sub {
	font-size: 55%;
	padding-left: 12px;
	letter-spacing: .1em;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
/* block quote */
blockquote {
	margin: 0px 0px 0px 20px;
	padding: 10px 0px 0px 20px;
	border-left: 8px solid;
}

/* main */
#main {
	width: 100%;
		
}

/* bottom */
td { 
border-bottom-width: 5px;
border-bottom-color: #000;
	border-bottom-style:solid;

}
.text li {

list-style: circle;}

/* content */


/* one */


#one {

background:#000000 url(../images/grass.jpg) repeat-x;
	height: 210px;
	
}
#one img {
	padding-left: 4%;
}

/* two */
#two {
	height: 15px;
	text-align: center;
	background: #40403E;
	
}
#two h1 {
	font-weight: bold;
	letter-spacing: 12px;
	color: #ffffff;
	font-size: 12pt;
	}


/* three */
#three {
width: 75px;
height: 320px;
}

/* four */
#four {
	padding: 10px 3px 10px 19px;
	width: 110px;
	background-color: #5bab00;
	vertical-align: top;


}

#four a {
	text-decoration: none;
	font-stretch: extra-expanded;
	color: #fff;
	font-family: Arial;
	font-size: 16px;
	
}

#four h3 {
text-decoration: none;
	font-stretch: extra-expanded;
	font-weight: 100;
	color: #fff;
	font-family: Arial;
	font-size: 16px;

}


#four li {
margin-left: 10px;
pdding-left: 10px;
}

.portfolio{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
}

.content{ /*class added to contents of 1st demo when they are open*/
margin-left: 10px;
margin-top: -15px;

}



/* five */
#five {
	padding: 10px 30px 20px 60px;
	width: 900px;
	vertical-align: top;
}

#five img {
border-color: #fff;
border-style: solid;
border-width: 4px;
}

#five h1 {
font-family: arial;
	letter-spacing: normal;
	font-weight: normal;
	text-transform: uppercase;
	padding: 16px 0px 5px 0px;
	margin: 0px 0px 12px 0px;
	font-size: 15pt;
}

#five p {
margin-bottom: 0px;
padding-bottom: 0px;
}

#five ul {
font-size: 10pt;
margin-bottom: 0px;
padding-bottom: 0px;}

/* six */
#six {

	
}


/* seven */
#seven {
background-color: #aaa;
}


#seven img {
padding-right: 45px;
}

#seven img.last {
padding-right: 0px;
}

/* eight */
#eight {
	
}


/* page content */

/*colors Start
---------------------------*/

blockquote {
	border-color: #40403E;
}
#site_content {
	background-color:#000;
	border-color: #40403E;
}
#content h1 {
	background: transparent;
	color: #E6E8DC;
	border-color: #40403E;
}
#contact input, #contact textarea, #contact input.submit {
	background: #2C2C2A;
	color: #929280;
	border-color: #40403E;
}











/*lightbox*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(./images/lightbox/blank.gif) no-repeat; /* 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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat; }


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

#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
