#wrapper{

}

#container{
width: 900px;
display: block;
margin-left: 0;
background-color: white;
border: 1px solid black;
}


/*Main Area*/
#wrapper #container #main-items{
	float:left;
	width: 880px;
	padding: 15px 10px 0 10px;
	margin: 0 auto 0 auto;
	display:inline;
	align:center;
	}
	
/*Welcome Area*/
#welcome_container{
	float:left;
	width:400px;
	display: block;
	}
	
#welcome_container img#scott_logo_left{
	float:left;
	width: 110px;
	margin: -30px 0 0 -65px;
	z-index: 1;
	position:relative;
	}
	
#welcome_container img#scott_logo_right{
	float: left;
	width: 110px;
	margin: -75px 0 0 -45px;
	z-index:1;
	position:relative;	
}
	
#welcomestate{
	float:left;
	width: 400px;
	height: 103px;
	font-family: arial, helvetica, sans serif;
	font-size: 22px;
	color: white;
	background: transparent url(images/front_bgimg.gif) no-repeat scroll left top; 
	margin: 40px 0 80px 40px;
	text-align:left;
	padding: 15px 0 0 20px;
	display:inline;
	z-index: -1;
	}
	
#welcome_container #wstatement_left{
	float:left; 
	position: relative; 
	width: 290px;
	padding-left:15px;
}

#welcome_container #wstatement_right{
	float:left;
	position: relative;
	width: 300px;
	padding-right: 20px;
	margin: -12PX 0 0 0;
	color:white;
	font-size:23px;
	font-weight:bolder;
	font-family:Arial,Helvetica,sans-serif;
}

#welcome_container #wstatement_img{
	float:left;
	position: relative;
	width:400px;
	padding-right:20px;	
	margin: -5px 0 0 0;
}

/*Main Video Area*/
#wrapper #container #main-items #video-area{
	float:left;
	width: 400px;
	margin: 0 0 0 40px;
	align: center;
	
	}
	
/*Subpoints Area*/
h1.subpoints_head{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/subpoints_header.gif) no-repeat scroll left top;
	color:white;
	font-size:26px;
	font-weight:bold;
	font-family:Arial,Helvetica,sans-serif;
	height:38px;
	line-height:38px;
	margin:15px 0 10px 40px;
	padding-left:0;
	position:relative;
	width:400px;
	float:left;
	text-align:center;
}

#point_set{
	float:left;
	display:inline;
	width:500px;
	}
	
ul.points{
		float:left;
		list-style-position:outside;
		list-style-type:none;
		margin:0 0 0 10px;
		padding:0 10px 10px 20px;
		text-decoration:none;
		width:200px;
	}
	
	
ul.points li{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
background:transparent url(../images/arrow.gif) no-repeat scroll 0 3px;
color:#333333;
font-size:14px;
list-style-position:outside;
list-style-type:none;
margin-bottom:3px;
padding:0 0 0 20px;
text-decoration:none;
text-align:left;
width:150px
	}
	
#more_points{
	float:left;
	width:400px;
	}
	
#text_morepoints{
	width:400px;
	font-family: arial, helvetica, sans serif;
	font-size:18px;
	margin: 0 0 15px 40px;
	text-align:center;
	color:#333333;
	}

/*Bed Bugs*/
#wrapper #container #bed-bugs {
	float:left;
	width:400px;
	height: 653px;
	margin: 0 40px 0 50px;
	align: center;
}

#wrapper #container #bed-bugs #bed-bugs-body{
	font-size:14px; 
	font-weight:bold; 
	font-family:verdana;
	color:#e60000;
	width:328px;
	margin-top: 0;
	text-align:center;
	padding-left:10px;
}

#wrapper #container #bed-bugs #bed-bugs-body #statement1{
	font-size:20px;
	text-decoration:underline;
	}
	
#wrapper #container #bed-bugs #bed-bugs-body #statement2{
	color:#004A95;
	}
	
	
/*Special Menu*/
#wrapper #container #special-menu-items{
	float: left;
	width: 880px;
	margin: 15px auto 0 auto;
	padding: 0 30px 0 30px;
	display: inline;
	valign: top;
	align: center;
}

#wrapper #container #special-menu-items #specialcontainer{
	float:left;
	width:440px;
	height:300px;
	display:block;
	}
	
#wrapper #container #special-menu-items #specialcontainer .specialrow{
	float:left;
	width:440px;
	height:130px;
	display:inline;
	margin: 20px 5px 10px 5px;	
}

#wrapper #container .special-menu-items{
	float:left;
	width: 140px;
	height: 150px;
	margin: 0 30px 0 30px;
	valign: middle;
}

#wrapper #container .special-menu-items label{
	align: center;
	font-family: arial;
	font-size: 12px;
	display: block;
}

#wrapper #container .special-menu-items img{
	valign: top;
	align: center;
	border: none;
}


/*PestPlus Text*/
#wrapper #container #pestplus-text{
	float:left;
	width: 880px;
	padding-bottom: 15px;
	margin: 0 auto 0 auto;
	display:inline;
	align: center;
	}
	
#wrapper #container #pestplus-text #text1{
	float:left;
	width: 420px;
	font-size:13px; 
	font-family:verdana; 
	text-align:justify; 
	padding-left:35px;
	}
	
#wrapper #container #pestplus-text #text2{
	float:left;
	width: 400px;
	font-size:13px; 
	font-family:verdana; 
	text-align:justify; 
	padding-left:15px; 
	padding-right:0px;
	}
	

/* ****************Firefox/Chrome Fixes************************** */
html>body #wrapper{
	width: 900px;
}

html>body #container{
width: 900px;
display: block;
margin-left: 0;
background-color: white;
border: 1px solid black;
margin: 0 auto;
float:left;
}


/*Main Area*/
html>body #wrapper #container #main-items{
	float:left;
	width: 880px;
	padding: 15px 10px 0;
	margin: 0 auto 0 auto;
	display:inline;
	background-color: white;
	}
	
/*Welcome Area*/
html>body #welcome_container{
	float:left;
	width:400px;
	display: block;
	margin: 0 0 0 30px;
	}
	
html>body #welcome_container img#scott_logo_left{
	float:left;
	width: 110px;
	margin: -30px 0 0 -65px;
	z-index: 1;
	position:relative;
	}
	
html>body #welcome_container img#scott_logo_right{
	float: left;
	width: 110px;
	margin: -75px 0 0 -45px;
	z-index:1;
	position:relative;	
}
	
html>body #welcomestate{
	float:left;
	width: 400px;
	height: 103px;
	font-family: arial, helvetica, sans serif;
	font-size: 22px;
	color: white;
	background: transparent url(images/front_bgimg.gif) no-repeat scroll left top; 
	margin: 40px 0 80px;
	text-align:left;
	padding: 15px 0 0 20px;
	display:inline;
	z-index: -1;
	}
	
html>body #welcome_container #wstatement_left{
	float:left; 
	position: relative; 
	width: 290px;
	padding-left:15px;
}

html>body #welcome_container #wstatement_right{
	float:left;
	position: relative;
	width: 300px;
	padding-right: 20px;
	margin: -12PX 0 0 0;
	color:white;
	font-size:23px;
	font-weight:bolder;
	font-family:Arial,Helvetica,sans-serif;
}

html>body #welcome_container #wstatement_img{
	float:left;
	position: relative;
	width:400px;
	padding-right:20px;	
	margin: -5px 0 0 0;
}

/*Main Video Area*/
html>body #wrapper #container #main-items #video-area{
	float:left;
	width: 400px;
	margin: 0 0 0 0;
	align: center;
	
	}
	
/*Subpoints Area*/
html>body h1.subpoints_head{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/subpoints_header.gif) no-repeat scroll left top;
	color:white;
	font-size:26px;
	font-weight:bold;
	font-family:Arial,Helvetica,sans-serif;
	height:38px;
	line-height:38px;
	margin:15px 0 10px 0;
	padding-left:0;
	position:relative;
	width:400px;
	float:left;
	text-align:center;
}

html>body #point_set{
	float:left;
	display:inline;
	width:500px;
	margin: 0;
	}
	
html>body ul.points{
		float:left;
		list-style-position:outside;
		list-style-type:none;
		margin:0 0 0 0;
		padding:0 10px 10px 0;
		text-decoration:none;
		width:200px;
	}
	
	
html>body ul.points li{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
background:transparent url(../images/arrow.gif) no-repeat scroll 0 3px;
color:#333333;
font-size:14px;
list-style-position:outside;
list-style-type:none;
margin-bottom:3px;
padding:0 0 0 20px;
text-decoration:none;
text-align:left;
width:150px
	}
	
html>body #more_points{
	float:left;
	width:400px;
	}
	
html>body #text_morepoints{
	width:400px;
	font-family: arial, helvetica, sans serif;
	font-size:18px;
	margin: 0 0 15px 0;
	text-align:center;
	color:#333333;
	}

/*Bed Bugs*/
html>body #wrapper #container #bed-bugs {
	float:left;
	width:400px;
	height: 653px;
	margin: 0 40px 0 0;
	align: center;
}

html>body #wrapper #container #bed-bugs #bed-bugs-body{
	font-size:14px; 
	font-weight:bold; 
	font-family:verdana;
	color:#e60000;
	width:328px;
	margin-top: 0;
	text-align:center;
	padding-left:10px;
	margin: 0 0 0 70px;
}

html>body #wrapper #container #bed-bugs #bed-bugs-body #statement1{
	font-size:20px;
	text-decoration:underline;
	}
	
html>body #wrapper #container #bed-bugs #bed-bugs-body #statement2{
	color:#004A95;
	}
	
	
/*Special Menu*/
html>body #wrapper #container #special-menu-items{
	float: left;
	width: 880px;
	margin: 15px auto 0 auto;
	padding: 0 30px 0 30px;
	display: inline;
	valign: top;
	align: center;
}

html>body #wrapper #container #special-menu-items #specialcontainer{
	float:left;
	width:440px;
	height:300px;
	display:block;
	}
	
html>body #wrapper #container #special-menu-items #specialcontainer .specialrow{
	float:left;
	width:440px;
	height:130px;
	display:inline;
	margin: 20px 5px 10px 5px;	
}

html>body #wrapper #container .special-menu-items{
	float:left;
	width: 140px;
	height: 150px;
	margin: 0 30px 0 30px;
	valign: middle;
}

html>body #wrapper #container .special-menu-items label{
	align: center;
	font-family: arial;
	font-size: 12px;
	display: block;
}

html>body #wrapper #container .special-menu-items img{
	valign: top;
	align: center;
	border: none;
}


/*PestPlus Text*/
html>body #wrapper #container #pestplus-text{
	float:left;
	width: 880px;
	padding-bottom: 15px;
	margin: 0 auto 0 auto;
	display:inline;
	align: center;
	}
	
html>body #wrapper #container #pestplus-text #text1{
	float:left;
	width: 420px;
	font-size:13px; 
	font-family:verdana; 
	text-align:justify; 
	padding-left:35px;
	}
	
html>body #wrapper #container #pestplus-text #text2{
	float:left;
	width: 400px;
	font-size:13px; 
	font-family:verdana; 
	text-align:justify; 
	padding-left:15px; 
	padding-right:0px;
	}

/* Front Form */
html>body #frontf label{
float:left;
margin: 0 0 0 0;
text-align: left;
font-family: times new roman, arial, helvetica;
font-size: 12px;
font-color: black;
width: 70px;
}

html>body .rows{
float:left;
width:250px;
margin: 0 0 -5px 0;
}

html>body #frontf .fields{
float:left;
margin: 0 0 0 0;
width: 150px;
}

html>body div#submit{
	width: 70px;
	height:30px;
	float:left;
	margin: 10px 0 0 -160px;
}

html>body #frontform_container{
width:400px;
margin:-40px 0 0 30px;
background-color:white;
display: inline;
float: left;
}

html>body #frontform{
float:left;
width:200px;
margin:0 15px 15px 0;
background-color:white;
display:block;
}

html>body #frontstate{
float:left;
width:190px;
font-family: times new roman, arial, helvetica;
font-size: 18px;
color: red; 
text-align:justify;
padding: 15px;
background-color:white;
margin-left: 40px;
margin-right: 0;
}

html>body #frontf{
margin: 0 0 0 10px;
display:inline;
width: 350px;
padding: 10px;
float:left;
}

html>body .rowf{
float:left;
display:inline;
margin: 0 0 3px 0;
}

html>body #rows{
display: block;
margin: -20px 0 0 0;
width: 180px;
position:relative;
float:left;
}

html>body #icon_attract{
width: 100px;
float:left;
display:block;
position: relative;
margin: 20px 0 0 15px;
}

html>body #fset{
	display:inline; 
	float: left; 
	position: relative; 
	width: 380px;
	border:1px solid blue; 
	margin: -22px 0 10px 0
}

html>body .notes{
	padding: 20px;
	width: 300px;
	margin-left: 30px;
}

html>body #TY_msg{
	width: 300px;
	border: none;	
}

html>body #TA_msg{
	width:300px;
	border:none;
	
}

html>body .imgforms{
	height:30px;
}

html>body #fieldsethead{
	height: 45px;
}
	
	



