html {
	margin: 0;
	padding: 0;
	height:100%;
	width:100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}

body, p, td, input, select, textarea {
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;

}

h1, h2 {
	font-size: 14px;
	font-weight: bold;
	color: #005480;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #005480;
}

h3.alt {
	font-size: 13px;
	font-weight: bold;
	color: #7ac142;
}

h4, .f4 {
	font-weight: bold;
	color: #005480;
	font-size: 11px;
	margin-bottom: 0px;
	}
.caption {
	font-size: 12px;
	font-weight: bold;
}

#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;

}



#contentwrapper {
	margin-top: 30px;
}

#homewrapper {
	margin-top: 30px;
	background-image: url(/images/elements/homebg.gif);
	background-repeat: repeat-y;
	background-color: #00CCFF;
	clear: both;
}

#sidemenu {
	width: 150px;
	float: left;
}
#sidemenu ul {
	list-style-type: none;
	width: 130px;
	margin: 0px;
	padding: 0px;
}

#sidemenu ul li a {
	margin-left: 2px;
	display: block;
	margin-bottom: 5px;
}

a {
	text-decoration: none;
}
a:link { color: #005480; }
a:visited { color: #005F93; }
a:hover { color: #7ac142; }

a.alt:link { color: #7ac142; }
a.alt:visited { color: #76BB3E; }
a.alt:hover { color: #005480; }

.alt { color: #7ac142; }

#sidemenu ul li a:link, #footer a:link {
	color: #005480;
}
#sidemenu ul li a:visited, #footer a:visited {
	color: #005F93;
}
#sidemenu ul li a:hover, #footer a:hover {
	color: #7ac142;
}

#copycopy {	width: 395px; }
#copycopy2 { width: 550px; }
#copywider { width: 550px; }

#copycopy, #copywider, #copycopy2 {
	float: left;
	margin-left: 10px;
	text-align: justify;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 25px;
}


#valueadded {
	float: right;
}

.navcell {
	display: inline;
}
#footer {
	padding-bottom: 40px;
	clear: both;
	padding-top: 25px;
	color: #005480;
	font-size: 10px;
}
img {
	border: 0px none;
}
strong {
	font-weight: bold;
}
.large {
	font-size: 14px;
}


a.enews {
	width: 121px;
	height: 43px;
	overflow:hidden;
	display:block;
	background: url(/images/elements/enews.gif) no-repeat left top;
	position: relative;
	text-indent: -9999px;
	margin: 0;
}

a.enews:hover { background: url(/images/elements/enews.gif) no-repeat left bottom;
text-decoration: none; }

a.search {
	width: 121px;
	height: 43px;
	overflow:hidden;
	display:block;
	background: url(/images/elements/search.gif) no-repeat left top;
	position: relative;
	text-indent: -9999px;
	margin: 0;
}

a.search:hover { background: url(/images/elements/search.gif) no-repeat left bottom;
text-decoration: none; }

a.moreinfo {
	width: 110px;
	height: 43px;
	overflow:hidden;
	display:block;
	background: url(/images/elements/info.gif) no-repeat left top;
	position: relative;
	text-indent: -9999px;
	margin-left: 30px;
	margin-bottom:20px;
	clear:right;
	float:right;
}

a.moreinfo:hover { background: url(/images/elements/info.gif) no-repeat left bottom;
text-decoration: none; }


#searchsite {
	width: 125px;
	margin-top: 12px;
}
#searchsite input {
	background-color: #FFFFFF;
	width: 125px;
	border: 1px solid #CCCCCC;
	margin-top: 4px;
}

/* soon to be removed */
#home {
	background-image: url(/images/elements/homebg.gif);
	background-repeat: repeat-y;
}

#home h2 {
	color: #7AC142;
	font-size: 12px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}

/* end */


.visibletable {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.visibletable td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 4px;
	text-align: left;
}

.dark { background-color:#F3F3F3; }

.divide {	border-right: 1px solid #CCCCCC; }

.hrule {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
	width: 110px;
	margin-top: 6px;
	padding: 0px;
	margin-bottom: 0px;
}

#logo {
	width: 190px;
	float:left;
}
#banner {
	float:left;
	margin-top: 42px
	
}


/* navigation */


#navmenu {
	clear: left;
    width: 760px;
    height: 24px;
    background: url(/images/elements/nav.gif) no-repeat;
    position: relative;
    text-indent: -9999px;
	margin: 0;
	padding: 0;
	
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7ac142;
	border-bottom-color: #7ac142;
}

#pagehome #navmenu {

    width: 760px;
    height: 24px;
    background: url(/images/elements/nav.gif) no-repeat 0px -48px;
    position: relative;
    text-indent: -9999px;
	margin: 0;
	padding: 0;
	
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7ac142;
	border-bottom-color: #7ac142;
}

#navmenu li { list-style: none; position: absolute; top: 0; }

#navmenu li, #navmenu a { height: 24px; display: block; }

#navabout { left: 0px; width: 75px; }
#navservices { left: 75px; width: 57px; }
#navproducts { left: 132px; width: 60px; }
#navusedproducts { left: 192px; width: 80px; }
#navresources { left: 272px; width: 67px; }
#navnews { left: 339px; width: 92px; }
#navcontact { left: 431px; width: 70px; }
/*#navenews { left: 501px; width: 52px; }*/
#navsearch { left: 501px; width: 50px; }
#navclient { left: 673px; width: 87px; }
#navhome { left: 704px; width: 56px; }

#navabout a:hover {  background: url(/images/elements/nav.gif) 0px -24px no-repeat; text-decoration: none; }
#navservices a:hover {  background: url(/images/elements/nav.gif) -75px -24px no-repeat; text-decoration: none; }
#navproducts a:hover {  background: url(/images/elements/nav.gif) -132px -24px no-repeat; text-decoration: none; }
#navusedproducts a:hover {  background: url(/images/elements/nav.gif) -192px -24px no-repeat; text-decoration: none; }

#navresources a:hover {  background: url(/images/elements/nav.gif) -272px -24px no-repeat; text-decoration: none; }
#navnews a:hover {  background: url(/images/elements/nav.gif) -339px -24px no-repeat; text-decoration: none; }
#navcontact a:hover {  background: url(/images/elements/nav.gif) -431px -24px no-repeat; text-decoration: none; }
/*#navenews a:hover {  background: url(/images/elements/nav.gif) -501px -24px no-repeat; text-decoration: none; }*/
#navsearch a:hover {  background: url(/images/elements/nav.gif) -501px -24px no-repeat; text-decoration: none; }
#navclient a:hover {  background: url(/images/elements/nav.gif) -673px -72px no-repeat; text-decoration: none; }
#navhome a:hover {  background: url(/images/elements/nav.gif) -704px -24px no-repeat; text-decoration: none; }



* html #productfinder li { height: 0;}

#productfinder {
	width: 130px;
	border-bottom: 1px solid #7ac142;

}

#productfinder ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;	

}

.product, .prodline {
		border-top: 1px solid #7ac142;

}

div.product {
clear:both;
}

#productfinder ul ul li {
	margin: 0 0 0.7em 0;
	padding-left: 10px;
	font-size: 10px;
	display: block;
	width: 120px;
	font-weight: normal;	
}
#productfinder ul li a {
	margin: 0;
	padding: 0.3em 0;
	display: block;
}

#productfinder ul li.prodline a {
	padding: 1em 0;
}



#productfinder ul li a:link, #productfinder ul li a:visited {
	color: #005480;

}

#productfinder ul li a:hover {
	color: #7ac142;
}

#productfinder ul ul li a:link, #productfinder ul ul li a:visited {
	color: #005480;
}

#productfinder ul ul li a:hover {
	color: #7ac142;
}

#productfinder ul ul ul li a:link, #productfinder ul ul ul li a:visited {
	color: #999;
}

#productfinder ul ul ul li a:hover {
	color: #7ac142;
}

.listless {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

#quicklinks ul {
	margin: 0.4em 0;
	padding: 0;
	list-style-type: none;
}
#quicklinks li {
	margin: 0.1em;
	padding: 0.2em 0 0.2em 1em;
}

#quicklinks ul li a:link, #quicklinks ul li a:visited {
	color: #7ac142;

}
#quicklinks ul li a:hover {
	color: #005480;

}
img.float {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.brand {
	display: block;
	float: right;
	margin-left: 20px;

}
div.product p {
	margin-right: 130px;
}

div.product p.specialcomments {
	clear: left;
	width: 140px;
	text-align: left;
	color: #CC0000;
}

#related {
	border: 1px solid #E3E3E3;
	padding: 4px 4px 4px 10px;
}
#related h4 {
	border-bottom: 1px dotted #E3E3E3;
	padding-bottom: 2px;
	margin: 0px;
	padding-top: 4px;
}
#icclist {
	margin: 0px 0px 20px;
	padding: 0px;
	list-style-type: none;
}

#colwrap {
	margin-top: 30px;
	background: url(/images/elements/homebg.gif) repeat-y;
	width: 760px;
	float: left;
}
/* add by Aimee */
table.colwrap {
	margin-top: 30px;
	/*background: url(/images/elements/homebg.gif) repeat-y;*/
	width: 760px;
	border-collapse:collapse;
	padding:0px;
	/*float: left;*/
}
/* end added by Aimee */
#col01 {
	width: 224px;
	float: left;
}
/* add by Aimee */
td.col01 {
	width: 205px;
	padding-right:0px;
	border-right:1px solid #cccccc;
}
td.col02 {
	width: 221px;
	border-right:1px solid #cccccc;
	padding-right:15px;
	padding-left:15px;
}
td.col03 {
	width: 205px;
	border:0px solid #000000;
	padding-left:15px;
}
td.gutter1 {
	width: 10px;
}
td.gutter2 {
	width: 6px;
}
/* end added */
#col02 {
	width: 250px;
	float: left;
}
#col03 {
	width: 211px;
	float: left;
}
div.gutter {
	float: left;
	width: 27px;
}
#pagehome #colwrap h2 {
	color: #7AC142;
	font-size: 12px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}