/*-------------------------------------------------------------------

	HTML RESETS

--------------------------------------------------------------------*/

*{
	margin: 0;
	padding: 0;
}

body {
  width:100%;
  color: #333;
  background: url("bg2.png") repeat;
  font: 12px/24px Helvetica, Arial, sans-serif;

  text-align: center;
  -webkit-font-smoothing: antialiased;
  }

ul{
	list-style: none;
}

a{
	text-decoration: none;
	color: #fff;
	outline: n#d46d3bone;
}
img{
	border: none;
	max-width:500px;
}

h3{
	margin:15px 0;
}
/*-------------------------------------------------------------------

	DIVS

--------------------------------------------------------------------

	HEADER
	
-------------------------------------------------------------------- */
#bigwrap {
	width:900px;
	margin:auto;
}
#banner {
	width:800px;
	margin:auto;

}
#banner .phone {
	float:right;
	background:#FFF;
	color:#45a16a;
	padding:15px;
	box-shadow: inset 0 -1px 2px rgba(1,1,1,0.4);
    -moz-box-shadow: inset 0 -1px 2px rgba(1,1,1,0.4);
    -webkit-box-shadow: inset 0 -1px 2px rgba(1,1,1,0.4);
}
#banner .button {
	float:right;
	background-color:#ff604e;
	color:#FFF;
	padding:15px 15px 15px 15px;
	box-shadow: inset 0 -2px 5px rgba(1,1,1,0.3);
    -moz-box-shadow: inset 0 -2px 5px rgba(1,1,1,0.3);
    -webkit-box-shadow: inset 0 -2px 5px rgba(1,1,1,0.3);
}
#banner .button a {
	padding-right:40px;
	display:block;
	background:url("images/right-button1.png") center right no-repeat;
}
#banner .button a:hover {
	color:#eee;
	text-decoration:none;
}
#header {
	clear:both;
	width:900px;
	height:260px;
	margin:0 auto;
	background:#FFF;
	-moz-border-radius:10px;
	border-radius:10px;
	box-shadow: 0 0 5px rgba(1,1,1,0.5);
    -moz-box-shadow: 0 0 5px rgba(1,1,1,0.5);
    -webkit-box-shadow: 0 0 5px rgba(1,1,1,0.5);
	z-index:10;
}
#brandingwrap {
	width:618px;
	float:right;
}
#branding{
	margin: 0;
	padding: 20px 20px 0 0;
	text-align: right;
	color: #AAAAAA;
	background:url("images/slide3.png") no-repeat;
	overflow:hidden;
}
#branding h1 {
	background:rgba(1,1,1,0.5);
	padding:3px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
}
#branding p {
	padding:10px;
	color:#e1e1e1;
}
#branding span {
	color:#FFF;
}
#logo{
	position:relative;
	margin: 15px 0;
	padding:15px;
	width:252px;
}

/*-------------------------------------------------------------------

	NAV BAR
	
-------------------------------------------------------------------*/

#nav {
	float:left;
	background:#45a16a;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:10px;
}
#nav ul {
}
#nav ul li {
	font-weight:bold;
	float:left;
	height:26px;
	width:103px;
	padding:0 ;
}
#nav ul li.right {
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:10px;
}
#nav ul li a {
	color:#FFF;
}
#nav ul li:hover {
	background:#FFF;
}
#nav ul li:hover a{
	color:#45a16a;
	font-style:italic;
}
#wrapper {
	width:900px;
	height:450px;
	background: #fff;
	margin:20px auto;
	padding-bottom:200px;
	box-shadow: 0 0 5px rgba(1,1,1,0.5);
    -moz-box-shadow: 0 0 5px rgba(1,1,1,0.5);
    -webkit-box-shadow: 0 0 5px rgba(1,1,1,0.5);
}

#container{
	width:850px;
	height:400px;
	margin:0px auto;
	padding:20px 20px;
}
#container p	{
	color:#888;
	font:300 17px Georgia, serif;
	width:830px;
	margin:0 auto;
}

#container img.cc {
	padding:20px;
}

#container h2 {
	height:30px;

	margin:5px 0px 20px 0px;
	padding-left:25px;
	
	padding-top:3px;
	background:#45a16a;
	color:#fff;
	text-align:left;
	font-variant:small-caps;
}

#container h2 span {
	height:5px;
	color:#d46d3b;
}

#container h3 {
	color:#45a16a;
	margin:0 0 15px 15px;
	text-align:left;
}

#footer {
	position:relative;
	clear:both;
	color:#AAA;
	background:#45a16a;
	width:900px;
	height:90px;
	margin:-94px auto 0;
	z-index:10;

}
#sub1 {
	float:left;
	margin:0 0 0 0;
}

#sub1 img {
	margin:-35px 0 0 -60px;
}

#sub2 {
	width:490px;
	height:86px;
	float:left;
	margin:0px 10px;
	padding:0 3px 15px 0;
	text-align:center;
	background:url("images/testtape.ng") right top no-repeat;
}

#sub2 h3 {
	margin:0 10px;
	color:#fff;
	line-height:90px;
}

#sub3 {
	position:absolute;
	top:85px;
	left:-35px;
	width:586px;
	height:17px;
	text-align:left;
	margin: 0;
	padding: 0;
	line-height:1em;
}
#sub3 span{
	color:#fff;
}
#sub3 a {
	color:#45a16a;
}

/*-----------------------------------------------------------------------

 QUOTE FORM 
 
 -----------------------------------------------------------------------*/

#content{
		padding:10px 20px 10px 20px;
		
	}	
	div.formwrap {
		width:640px;
		height:480px;
		background:url("images/base2.png") scroll center no-repeat;
		margin:0px auto;
	}
	form {
		float:left;
		margin:15px;
		padding:15px;
		background:rgba(1,1,1,0.4);
		-moz-border-radius:10px;
	}
	form.ty {
		height:420px;
	}
		#content #formpic {
			float:left;
		}
		
		#content p{ 
			color:#888; 
			font:300 17px Georgia, serif;
			margin:0; 
			width:234px;
		}
		#content .thanks {
			margin:45px 0 45px;
			padding-bottom:20px;
		}
		#content .links {
			width:200px;
			margin:40px 0 0 20px;
			text-align:left;
		}
		#content a{ 
			padding-left:20px;
			color:#45a16a;
			text-decoration:none;
			background:url("images/dot1.png") left center no-repeat;
		}
		#content a:hover{
			background:url("images/dot2.png") left center no-repeat;
		}
		
		.input {
			padding:3px 0;
			
		}
		label {
			color:#888;
			font:300 14px Georgia, serif;
			padding:2px;
		}
		div.service_input {
			color:#888;
			font:300 12px Georgia, serif;
			padding:15px 0 3px 0;
		}
		div.service_input input.service_text {
			margin:5px 0 0 0px;
		}
		div.service_input span{
			font:300 12px Georgia, serif;
			margin:0px 4px;
		}
		input.button {
			margin:10px 0;
		}
		.formwrap span {
			color:#45a16a;
		}
		form .form_text {
			width:200px;
			padding:2px 0;
			margin-top:3px;
			color:#000;
		}
		form .details_text {
			margin-top:3px;
			color:#000;
		}
		textarea {
			width:230px;
			height:140px;
			resize:none;
			color:#000;
			
		}
	