


/*------Kevin Brend's Stylesheet (100% his)--------*/

.clear {
 clear:both;
}

.noshow {
	display:none;
}

img {
	line-height: 0em;
	padding: 0px;
}
  
.hr {
	color: #dddddd;
	background-color: #dddddd;
	border-style: none;
	margin: 0em 4em;
	height: 1px;
}

ul {
	margin:0px;
	padding:0px;
}

li {
	list-style:none;}


body{
	font-family: Arial, Helvetica, sans-serif;
	color: #d1d1d1;
	font-size:11px;
	background:url(../images/green2_background.jpg);
	background-repeat: repeat;
	margin:0px;
	padding:0px;
	height:auto;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-size: 4em;
	color: #373737;
}

h2 {
	font-size: 2.0em;
	margin: 0em 0em .2em 0em;
	color: #bfc07b;
}

h3 {
	font-size: 1.6em;
	color: #b0b0b0;
	margin:0px;
}

h4 {
	font-size: 1.1em;
}



a {
	text-decoration: none;
	color: #6e6861;
}

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

a:focus, a:hover, a:active { outline:none }  

p {
	color: #959595;
	margin: 1em 0em;
	line-height: 1.5em;
}

/*------End Resets--------*/




.page_container {
	width:970px;
	height:auto;
	padding-top:0px;
	padding-bottom:30px;
	background:url(../images/content_background_950.png) repeat-y;
	margin:0 auto;
}


.global_header {
	height: auto;
	padding-left:85px;
	padding-right:20px;
	padding-top:20px;
}

.global_header .logo{
	float:left;
	height:auto;
	padding:0px;
}

.global_header .contact{
	float:right;
	height:auto;
	width:300px;
	padding:0px;
	margin:0px;
	padding-top:0px;
}

.global_header .contact ul{
	padding:0px;
	margin:0px;
	padding-top:0px;
}

.global_header .contact li{
	display: inline;
	font-size:12px;
	color: #6e6861;
	margin:0px;
	padding-right:20px;
	
}

.global_header .nav {
	padding-top:0px;
	padding-left:0px;
	padding-bottom:25px;
	width:565px;
	float:left;
}

.global_header .nav li{
	display: inline;
	float: left;
	font-size:12px;
	margin: 0px 60px 0px 0px;
	
}


.global_header .nav li :hover{
	color:#eb9e30;
}


/*---------home page only----------*/


#slideshow_wrapper {
	width:940px;
    text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.home_content {
	background:url(../images/Splash.jpg) no-repeat;
	width:800px;
	height:580px;
	margin-left:auto;
	margin-right:auto;
}



/*---------Interior and product pages---------------*/

.interior_projects {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;
	}
	
	
.product_projects {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;
	
	}

.interior_info { 
	width:280px;
	float:left;
	height:auto;
	padding-bottom:30px;
}

.product_info { 
	width:280px;
	float:left;
	height:auto;
	padding-bottom:30px;
}

.before-image {
	width:260px;
	height:auto;
	padding-top:40px;
	float:left;
}

.shadowbox {
	width:260px;
	height:200px;
	background:url(../images/shadowbox.jpg) no-repeat center;
	}
	
	.shadowbox img {
	
	margin-left:33px;
	}

.before-image h3{
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	display:block;
	font-size:11px;
	text-align:right;
	padding-right:40px;
	
}

.before-image img {border:4px solid #ffffff;}
.before-image img:hover {border:4px solid #bdcf43;}

.after-image {
	width:260px;
	padding-top:40px;
	height:auto;
	float:left;
	}
	
.after-image h3{
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	display:block;
	font-size:11px;
	text-align:right;
	padding-right:40px;
}

.after-image img {border:4px solid #ffffff;}
.after-image img:hover {border:4px solid #bdcf43;}




/* -----------RESUME PAGE-------------- */

#resume {
	text-align:left;
	width:910px;
	margin-left:auto;
	margin-right:auto;
	}
	
#resume h3 {
	color:#bfc07b;
	
	}

#resume h4 {
	font-weight:bold;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	padding-top:5px;
	color:#888888;
}

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


#resume {
	padding-top:0px;
}

#resume .leftcolumn {
    width:547px;
	padding-left:53px;
	height:auto;
	float:left;
}


#resume .rightcolumn {
	width:220px;
	height:auto;
	float:left;
	padding-top:7px;
	padding-left:20px;
	padding-right:70px;
}

#resume .rightcolumn p {
	padding-top:10px;
}



#resume div.yellow-highlight2 {
	background-color: #bdcf43;
	height: .5em;
	width: 220px;
	margin-bottom:10px;
}

.gray_rule {
	padding-bottom:15px;
}

/*--------FOOTER--------*/

#footer {
	text-align: center;	
	padding-bottom:20px;
	font-family: Georgia-italic, Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}





