body
{
	background-color:#cccccc;
	width:100%;
	margin:auto;
}
#containerbody
{
        background-color:#f2f2f2;
        width:1300px;
        margin:auto;
}
#foot
{
	text-align:center;
	background-image:url('../img/footershade.png');
	height:41px;
	line-height:41px;
	font-size:12px;
	margin:auto;
	color:white;
	max-width:1404px;
}
#menu
{
	text-align:center;
	background-image:url('../img/menu-background.png');
	height:35px;
	line-height:35px;
	font-size:17px;
	margin:auto;
	max-width:1404px;
}
#menu>div
{
	display:inline-block;
}

#menu>div>div.sub
{
	position:absolute;
	z-index:10;
}
#menu>div>a
{
	color:#EEEEEE;
	padding-left:17px;
	padding-right:17px;
	text-decoration:none;
}
#menu>div>a:hover
{
	text-decoration:none;
}
#menu>div>div.sub
{
	line-height:25px;
	font-size:15px;
	background-color:#ececec;
	padding: 3px 5px 8px 5px;
	margin-top:-1px;
	margin-left:5px;
	display:none;
	text-align:left;
	border-radius : 3px; /* CSS3 compatible browsers */
	box-shadow: 1px 1px 4px #404040;
}
#menu>div>div.sub>a
{
	border-bottom: 1px solid #cccccc;
	display:block;
	color:#303030;
	padding-left:9px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom: 2px;
	text-decoration:none;
	border-radius : 2px; /* CSS3 compatible browsers */
}
#menu>div>div.sub>a:hover
{
	background-color:#6f9c32;
}

#menu>div:hover>div.sub
{
	display:block;
}

#slides
{
	height:348px;
	background-image:url('../img/slide1.png');
	background-repeat:no-repeat;
	background-position:center;
	margin:auto;
}
#black
{
	height:40px;
	background-color:black;
	margin:auto;
	max-width:1404px;
}

#logo
{
	height:213px;
	background-image:url('../img/gl-logo-arc.png');
	background-repeat:no-repeat;
	background-position:center;
	margin:auto;
	margin-top:-60px;	
}

#main
{
	background-color:#f2f2f2;
	width:960px;
	margin:auto;
}

h2
{
	background-image:url('../img/leaf.png');
	background-repeat:no-repeat;
	background-position:5px 0px;
	padding-left:38px;
	font-style:italic;
	color:#0d4726;
	margin:0px;
	margin-top:20px;
}
hr
{
	background-image:url('../img/titleshade.png');
	background-repeat:repeat-x;
	background-position:5px 0px;
	border:0px;
	padding:0px;
	margin-top:0px;
	height:21px;
}
h3
{
	color:#0d4726;
}


/****************************************** Nozzle Section ******************************************/
.nozzles
{
	width:960px;
	border:0px;
	padding:0px;
	margin:0px;
	margin-top:15px;
	margin-bottom:60px;
}
.nozzles>div{
	display:table-cell;
}
.nozzles>div{
	width:310px;
	min-height:200px;
}
.nozzles>div.space{
	width:15px;
}
.nozzles>div>div.title{
	color:#0d4726;
	font-size:20px;
	line-height:40px;
	font-weight:bold;
}
.nozzles>div>div.image{
	float:left;
	width:40%;
	text-align:center;
}
.nozzles>div>div.content{
	float:left;
	width:60%;
	font-size:14px;
}

/****************************************** Additional Products Section ******************************************/
.additional
{
	width:960px;
	border:0px;
	padding:0px;
	margin:0px;
	margin-top:15px;
	margin-bottom:60px;
}
.additional>div{
	display:table-cell;
}
.additional>div{
	width:310px;
	min-height:200px;
}
.additional>div.space{
	width:15px;
}

/****************************************** Test Data Section ******************************************/
.testdata
{
	width:960px;
	border:0px;
	padding:0px;
	margin:0px;
	margin-top:15px;
}
.testdata>div{
	display:table-cell;
}
.testdata>div{
	width:310px;
	min-height:200px;
	padding-bottom:40px;
}
.testdata>div.space{
	width:15px;
}
.testdata>div.left,.testdata>div.center,.testdata>div.right{background-color:white;}
.testdata>div>div.title{
	background-color:#6f9c32;
	padding:10px;
	font-size:18px;
	font-weight:bold;
	color:white;
}
.testdata>div>div.image{
	float:left;
	width:40%;
	text-align:center;
}
.testdata>div>div.content{
	float:left;
	width:60%;
	font-size:14px;
}

.testdatabtn
{
	width:960px;
	border:0px;
	padding:0px;
	margin:0px;
	margin-top:-15px;
	margin-bottom:60px;
}
.testdatabtn>div{
	display:table-cell;
	width:310px;
}
.testdatabtn>div.space{
	width:15px;
}
.testdatabtn>div>img{
	float:right;
}
/****************************************** Contact Us Section ******************************************/
.contact
{
	width:960px;
	border:0px;
	padding:0px;
	margin:0px;
	margin-top:15px;
	margin-bottom:60px;
}
.contact>div{
	display:table-cell;
	height:200px;
}
.contact>div{
	width:310px;
	min-height:200px;
	vertical-align:middle;
}
.contact>div.space{
	width:15px;
}
.contact>div.left,.contact>div.right
{
	background-color:white;
}
.contact>div.left{
	text-align:center;
}
.contact>div.left>p{
	font-size:14px;
	margin:auto;
	text-align:left;
	width:180px;
}
.contact>div.center{
	vertical-align:middle;
}
.contact>div.center>form{
	margin:0px;
	padding:0px;
}
.contact>div.center>form>input{

	width:310px;
}
.contact>div.center>form>textarea{

	width:310px;
}
.contact>div.right{
	font-size:14px;
	font-style:italic;
	color:#0d4726;
	font-weight:bold;
	margin:auto;
	text-align:left;
}
.contact>div.right>div{
	padding:10px;
}
.contact>div.right>div>img{
	margin-right:10px;
}

/****************************************** SUB PAGE ******************************************/
.subpage
{
	width:960px;
	border:0px;
	padding:0px;
	margin:0px;

	margin-bottom:15px;
	
}
.subpage>div
{
	display:table-cell;
	min-height:200px;

}
.subpage>div.space
{
	width:15px;
}
.subpage>div.left
{
	width:310px;
	font-size:14px;
	vertical-align:top;
}
.subpage>div.right
{
	width:635px;
	vertical-align:top;
}
.nozzimg>div.parts
{
	width:155px;
	display:table-cell;
	color:#0d4726;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	vertical-align:top;
}
.nozzimg>div.image
{
	width:160px;
	display:table-cell;
	text-align:center;
}
.evenrow{}
.oddrow
{
	background-color:#DDDDDD;
}
#stats
{

}
td.title
{
	font-weight:bold;
	vertical-align:top;
	font-size:15px;
	width:200px;
	white-space:nowrap;
}
td.desc
{
	vertical-align:top;
	font-size:14px;
}
.leftblurb
{
	background-color:white;
}
.leftblurb>div.title
{
	background-color:#6f9c32;
	padding:10px;
	font-size:18px;
	font-weight:bold;
	color:white;
}
.leftblurb>div.content
{
	padding:10px;
	font-size:15px;
	font-weight:bold;
}


/****************************************** TAB PAGE ******************************************/

.tabholder
{
	float:left;
	width:300px;
	height:215px;
}
.tabitem
{
	padding-top:5px;
	display:table-cell;
	width:300px;
	height:215px;
	border-bottom: solid 2px #989898;
	text-align:center;
	vertical-align:bottom;
	padding-bottom:5px;
}
img.tabitem
{
	text-align:middle;
}
.tabtitle
{
	margin-top:5px;
	line-height: 18px;
}
.tablinks
{
	line-height: 12px;
	padding-bottom:0px;
}
.tabspacing
{
	margin-top:5px;
	float:left;
	height:211px;
	width:2px;
	margin-right:8px;
	margin-left:8px;
	background-color:#989898;
	margin-bottom:17px;
}

/****************************************** Test Data ******************************************/

.testdatatitle
{
	background-color:#6f9c33; 
	width:627px;
	display:block;
	float:left;
	color:#ffffff;
	font-size:18px;
	line-height:18px;
}

.testdatatitlepadone
{
	padding:16px 100px 0px 20px;
	height:36px;
}

.testdatatitlepadtwo
{
	padding:6px 100px 0px 20px;
	height:46px;
}

.testdatadesc
{
	background-color:#FFFFFF;
	width:707px;
	height:128px;
	display:block;
	float:left;
	color:#464646;
	padding:20px 20px 0px 20px;
	font-size:14px;"
}
.testdatalink
{
	font-style:italic;
	font-weight:bold;
}
.testdataimage
{
	margin-bottom:20px;
	clear:both;
	display:block;
	float:left;
}

.testdataquote
{
	display:block;
        float:left;
	width:220px;
	border-right: 1px solid black;
	padding-right:20px;
	margin-right:20px;
	color:#6f9c33;
	font-style: italic;
	font-weight:bold;
	font-size:15px;
	line-height:19px;
}


.hometestdatatitle
{
	display:block;
	background-color:#6f9c33; 
        padding:16px 20px 0px 20px;
        height:35px;
	color:#ffffff;
	font-size:18px;
	line-height:18px;
}
.hometestdatadesc
{
	display:block;
        background-color:#FFFFFF;
        color:#464646;
        padding:20px;
	height:210px;
        font-size:14px;"
}
.hometestdatawrapper
{
	display:block;
	float:left;
	width:306px;
}
