
/***********************************/
/******Designed and developed ******/
/***************By******************/
/*********Jason A Vestidas**********/
/***********************************/

/*Global*/
body{
	margin:0;
	background:url(../images/bg-image.jpg) top left repeat-x;
	background-color:#366ba1;
}
#wrapper{
	margin-left:auto;
	margin-right:auto;
	width:966px;
}

/*Header*/
#header{
	float:left;
	width:966px;
	height:123px;
	background:url(../images/header-bg-image.jpg) top center no-repeat;
	margin-top:5px;
}
#header-logo{
	float:left;
	width:393px;
	height:113px;
	background:url(../images/logo-image.png) top center no-repeat;
	margin-top:10px;
}
/*Content*/
#content{
	float:left;
	width:966px;
	background:url(../images/banner-bg-image.jpg) top center no-repeat;
	margin-top:15px;
}
#banner-pic{
	float:left;
	width:438px;
	height:345px;
	background:url(../images/puzzle-image.jpg) top left no-repeat;
	margin:15px 0 0 15px;
}
#banner-desc{
	float:left;
	width:500px;
	height:371px;
	margin-left:10px;
}
#banner-text-heading{
	float:left;
	width:500px;
	height:32px;
	background:url(../images/heading-image.jpg) top center no-repeat;
	margin-top:15px;
}
#banner-text{
	float:left;
	width:480px;
	font:normal 15px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:10px 10px 0 10px;
}
#contact-button{
	float:left;
	width:500px;
	height:52px;
	margin-top:5px;
	text-align:center;
}
#services-panel{
	float:left;
	width:966px;
	height:310px;
	margin-top:30px;
}
#contact-image{
	float:left;
	width:271px;
	height:326px;
	background:url(../images/stan-allen-image.jpg) top left no-repeat;
	margin:20px 0 30px 20px;
}
#contact-details{
	float:left;
	width:500px;
	font:normal 32px Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	margin:20px 0 0 20px;
}
#email{
	float:left;
	width:500px;
	margin-left:80px;
}
/*Footer*/
#footer{
	float:left;
	width:966px;
	height:21px;
	background:url(../images/footer-bg-image.jpg) top center no-repeat;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:center;
	padding-top:80px;
}
#footer2{
	float:left;
	width:966px;
	height:21px;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:center;
	padding-top:50px;
}
/*classes and styles*/
.clearfix{
	clear:both;
}
.panel{
	float:left;
	width:192px;
	height:310px;
	margin-right:1px;
}
.fontstyle1{
	font:normal 28px Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	margin-top:10px;
}