body{
	background: #000000 url('images/dark_stripe.jpg') repeat;
	text-align: center;
}
#wrapper{
	width: 960px;
	margin: 0 auto;
	}
.outterBox{
	width:960px;
	float:left;
}

#extra_wrap{
	float: left;
	background-color: black;
	border: 1px solid yellow;
	}
#header{
	width: 960px;
	height:84px;
	background: #000000 url('images/headtop.jpg') no-repeat;
	}
#nav_wrapper{
	width: 960px;
	height: 27px;
	background: #000000 url('images/headtopbottom.jpg') no-repeat;
	}
#button_wrapper{
	float: right;
	margin-right: 20px;
	line-height: 27px;
	font-size: 16px;
	font-weight: bold;
	}
#button_wrapper a:link, #button_wrapper a:visited{
	text-decoration: none;
	color: white;
	margin-left: 10px;
	margin-right: 10px;
	}
#button_wrapper a:active, #button_wrapper a:hover{
	text-decoration: none;
	color:yellow;
	margin-left: 10px;
	margin-right: 10px;
	}
	
#content_wrapper{
	width: 960px;
	background-color: #000000;	
	float: left;
	margin-bottom: 30px;

	}
#left_content_wrap{
	margin: 50px 10px 50px 50px;
	width: 520px;
	background-color: white;
	float: left;
	border:solid 3px orange;
	}
#left_content_wrap1{
	padding:10px;
	margin: 50px 10px 50px 50px;
	width: 420px;
	height:314px;
	background-color: white;
	float: left;
	border:solid 3px orange;
	}
#left_content_wrap1 h3{
	padding:10px 10px 0px 10px;
	margin:0px;
}	
#left_content_wrap1 p{
	padding:0px;
	margin:0px;
	font-size:13px;
}	
#left_content_wrap2{
	margin: 50px 10px 50px 50px;
	background-color: white;
	float: left;
	border:solid 3px orange;
	}
	
#right_content_wrap{
	margin: 50px 50px 50px 10px;
	width: 310px;
	float: left;
	}

#right_content_wrap img{
	border:solid 3px orange;
	}
	
#footer{
	width: 960px;
	height: 40px;
	background-color: #9b0000;
	float: left;
	}
#footerLeft{
	float: left;
	text-align:left;
	width:781px;
	margin-left:5px;
	}
#footerRight{
	float: left;
	text-align: right;
	}
#right_content_wrap_top{
	height: 152px;
	width: 310px;
	background-image: url('images/top_right.jpg');
	background-repeat: no-repeat;
	border: 1px solid orange;
	text-decoration: none;
}

#right_content_wrap_top a:link 
	{
		text-decoration: none;
	}
	
#right_content_wrap_top a:visited 
	{
		text-decoration: none;
	}
	
#right_content_wrap_top a:active 
	{
		text-decoration: none;
	}
	
#right_content_wrap_top a:hover 
	{
		text-decoration: none; 
		color: blue;
	}

#right_content_wrap_bottom{
	height: 220px;
	width: 310px;
	margin-top:20px;
	background: #171717 url('images/ppl2.jpg') no-repeat;
	border: 1px solid orange;
} 
	
#left_content_wrap_top{
	height: 300px;
	background-image:url('images/house.jpg');
	background-repeat: no-repeat;
	background-color: #171717;
	background-position: bottom center;
}

#left_content_wrap_bottom{
	height: 88px;
	background:#171717 url('images/orange_linear.jpg') repeat-x;
}
.right_top{


}
.yellowIt{
	color: brown;
	}
#left_content_wrap_bottom h1{
	font-size: 20px;
	line-height: 20px;
	display: inline;
	}
#left_content_wrap_bottom h2{
	font-size: 22px;
	line-height: 24px;
	}
#left_content_wrap_bottom p{
	padding:0px;
	margin:0px;
	}
#left_content_wrap_bottom h3{
	font-size: 20px;
	line-height: 21px;
	}
#left_content_wrap_bottom h4{
	font-size: 18px;
	line-height: 19px;
	}
.productContainer{
	margin:10px;
	float:left;
	width:940px;
}
.productContainer1{
	margin:10px;
	float:left;
	background-color:#f9d057;
	border: solid 4px #ff9900;
}
.productContainer th, td{
	width:150px;
	text-align:center;
}	
.productContentLeftWrap{
	margin:10px;
	float:left;
	color:#ff9900;
	width:940px;
}
.productContentLeftWrap h2, span{
	padding:0px;
	margin:0px;
}
.productContentLeftWrapDemo label{
	width:120px;
	float:left;
	padding-left: 10px;
	text-align:left;
}
.productContentLeftWrap li {
	float: left;/*necessary to set the li box apart from the contct div */
	width: 355px;/*width of the container that holds the label and input elements */
	padding: 2px;/* best left alone */
	margin: 2px;/* best left alone */
	list-style-type: none;/* best left alone */
	}
.productContentLeftWrapster{
	float:left;
}	
.productContentLeftWrapDemo{
	width: 510px;/*width of the contact form*/
	color: #ff9900;/*font text color, same as above applies */
	float:left;
	padding-bottom:5px;
}
.productContentRightWrapDemo{
	width: 446px;/*width of the contact form*/
	height:164px;
	float:left;
	background:#171717 url('images/easy1.jpg') repeat-x;
}

.productContentLeftWrapDemo input, .productContentLeftWrapDemo textarea {
	width: 360px;
	}

.productContentLeft{
	margin:10px;
	width: 200px;
	height: 325px;
	color: #000000;
	background-color:#f9d057;
	border: solid 4px #ff9900;
	float:left;
}

.productContentLeft img{
	border: solid 2px #000000;
}

.productContentLeft h3{
	padding:0px;
	margin:0px;
}
.productContentLeft p{
	font-size:12px;
	padding:0px;
	margin:0px;
}

.productTop{
	padding:5px;
	height:120px;
	width: 200px;
	float:left;
}
.productMid{
	height:150px;
	width: 200px;
	float:left;
}
.productLow{
	height:20px;
	width: 200px;
	padding:5px;
	float:left;
}
#contct{
	color: white;
}
.links{
	width: 360px;
	float: left;
}

.demo{
	float:left;
}

.demo1{
	float:left;
}

#left_content_wrap2 h2, span{
	padding:0px;
	margin:0px;
}