

body {
	padding: 0;
	margin:0 auto;
	background: url(../images/GW_Background.png) no-repeat top;
	background-color: #b69051;
}


#wrapper {
	width: 995px;
	margin:0 auto;	
	padding: 0;

}


	#page-top {
		float: left;
		width: 995px;
		height: 116px;
		background: url(../images/page_top.png) no-repeat top;
		padding: 116px 0;
		margin: 0px;
		clear: both;	
		
	}

		#page-content {
			width: 907px;
			float: left;
			padding: 0 44px;
			background: url(../images/page_content.png) repeat-y;
		}
		

		/* Logo Container */
			#logo {
				width: 359px;
				height: 109px;
				margin: 0 auto;
				padding: 0px;
				position:relative;

			}
			
			#address{
			margin: 17px auto 0 auto;
			padding: 0px;
			text-align: center;
			color: white;
			font-size: 10px;
			position:relative;
			}

			#logo a {
				display: block;
			}
			
			.toplink {
				margin:0;
				padding:0;
				float:right;
				position:relative;

				
			}
			
		.slideshow { 	
				height: 337px; 
				width: 325px; 
				margin:0; 
				}
					
					
		.slideshow img { 
				padding: 0px; 
				border: 0px; 
 }
		
		
		#menu {
			width:907px; 
			height:51px; 
			margin:5px 0 15px 0; 
			padding:0px;
			float:left;
			background-image:url(../images/nav_bg.png);
			
		}
		
		#menu ul {
			width:907px; 
			height:51px; 
			margin:5px 0 15px 0; 
			padding:0px;
			float:left; 
			display:block;
			}
			
		#menu li{
			height:30px; 
			margin:0px; 
			padding:0px; 
			float:left; 
			display:block;
			padding:10px 11px 0px 11px;
			text-align:center;
			text-transform:uppercase;
			font-size: 11px;
			}
			
			#menu li a:active, ul#menu li.page_item.current_page a:link,ul#menu li.page_item.current_page a:hover,ul#menu li.page_item.current_page a:visited,ul#menu li.page_item.current_page a:active {
			color: #711a0e;
			text-decoration: underline;
			}
			
			
			/* HOME */
		
		.BottomContent{
			width:907px;
			height: 100%;
			margin-top:20px;
			clear:both;
			

		}
		
		.BoxContent{
			padding:0 5px 0 15px;
			margin:0px;
			text-align:left;
			height: 100%;
			
			}
			
			.ProductsBox{
			width:900px;
			height: 100%;
			margin-top:20px;
			clear:both;
			}
			
			.ProductsContent{
			padding:0 2px 0 0px;
			margin:0px;
			text-align:left;
			height: 100%;
			
			}
		
		.ImageBox{
			float:left;
			width: 325px;
			height:337px;
			
		}
		
		.LeftImages{
			float:left;
			width: 313px;
			height:500px;
			
		}
		
		.TextBox{
			float:left;
			margin: 0 0 0 50px;
			width: 500px;
			height:100%;
		}
		
		.TextBoxRight{
			float:left;
			margin: 0 0 0 50px;
			width: 500px;
			height: 100%;
		}
		

		.Garages{
			float:left;
			padding: 0;
			margin: 0;
			width: 290px;
			height:100%;
			text-align: center;
			
		}
		
		.Sheds{
			float:left;
			margin: 100px 0 0 15px;
			width: 290px;
			height:100%;
			text-align: center;
		}
	
		
		.Gazebos{
			float:right;
			padding: 0;
			margin: 0;
			width: 290px;
			height:100%;
			text-align: center;

		}	
		
		
		#footer {
			width:995px;
			margin:0 auto;
			text-align:center;
		}
			

		#page-bottom {
			width: 995px;
			float: left;
			background: url(../images/page_bottom.png) no-repeat bottom;
			height: 116px;	
		}
		
		
		
		/* contact form style */

form {
  padding: 20px 0;
  margin: 0;
}
label {
	float: left;
	width: 150px;
	font-weight: bold;
	padding: 5px;
}

#contact label {
	font-size: 18px;
}

input,
textarea{
	padding: 8px;
	font: 400 18px arial, sans-serif;
	background: url(../images/field_bg.png) no-repeat top left;
	border-width: 1px;
	border-style: solid;
	border-color: #d2d2d2 #e2e2e2 #e2e2e2 #d2d2d2;  
}
.textbox-block {
	width: 138px;
}
input:focus,
textarea:focus{  
  color: #333;
  background-color: #edf2f5;
}
#name, #email, #subject{
	width:250px;
}
#message{
	width:250px;
	height:150px;
}

button {
	border: none;
	padding: 0;
	margin: 0;
}

.form-submit {
	background: #555;
	border: 0;
	cursor: pointer;


	margin: 0;
	padding: 2px 0;
	float: left;
}

.form-submit span {
	padding: 5px 30px;
	color: #ddd;
	float: left;
	border: 1px #848484 solid;
	font-size: 23px;
	font-family: Arial,Helvetica,sans-serif;
}

.form-submit:hover {
	color: #777;
}

.form-submit {
	line-height: 39px;
	height: 44px;
	background: url(../images/submit_button.png) no-repeat top left;
	margin-top: 0px;
	width: 91px;
	border: none;
	margin-right: 5px;

	cursor: pointer;
	color: #ddd;
}

.form-submit:hover {
	background: url(../images/submit_button.png) no-repeat left -138px;
	color: #bbb;
}

