/*Reset*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }
input, select, textarea, table { font-family:inherit; font-size:inherit; font-weight:inherit;}

body {
	text-align:center;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	color:#3c3533;
	font-size:0.9em;
	background-color:#f1efed;
}

div#container {
	width:906px;
	background-color:#ffffff;	
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

p {
	margin:10px 0px 10px 0px;
}

	
div#header {
	width:906px;
	height:126px;
	background-image:url('header-background.gif');
	position:relative;	
	background-repeat:no-repeat;
	border-style:solid;
	border-width:0px 0px 2px 0px;
	border-color:#d6cece;
}

div#header h1 {
	overflow:hidden;
}

div#header h1 a {
	background-image:url('logo.gif');
	height:84px;
	width:199px;
	display:block;
	text-indent:-8000px;
	position:absolute;
	top:35px;
	left:680px;
}

div#content {
	background-image:url('content-background.png');
	width:905px;
	overflow:auto;
	background-repeat:no-repeat;
	min-height:380px;
}

.productspg div#content {
	background-image:url('newbackground.gif');
	background-position:bottom left;
}

div#cmscontent {

}

div#col1 {
	float:left; display:inline;
	background-color:#e3dddc;
	width:187px;
}

div#col2{
	float:left; display:inline;
	width:415px;
	margin:10px 0px 0px 23px;
}

.productspg div#col2 {
	width:660px;
}

div#col3 {
	width:605px;
	margin:30px 0px 0px 23px;
}

img {border:0;}

.clear { clear:both; height:0;}

ul#sidenav {
	width:187px;
	list-style-type: none; 
}

ul#sidenav li a, ul#sidenav li a:visited {
	color:#000000;
	text-decoration:none;
	width:187px;
	text-indent:27px;
	height:23px;
	display:block;
	line-height:1.5em;
	background-image:url('side-menu-off.gif');
	height:24px;
}

h2 {
	font-size:1.2em;
}

h3 {
	font-size:1.1em;
}


div#col3 ul {
	margin:10px 0px 10px 30px;
}

div#col3 ul li {
	margin-top:10px;
}

.green, h4 {
color:#bad531;
}

h4 {
	text-decoration:underline;
}

.productspg h4 {
	display:block;
	color:#ffffff;
	background-color:#bad531;
	text-decoration:none;
	height:25px;
	line-height:2em;
	text-indent:10px;
}

.large {
	font-size:1.3em;
}

div#footer {
	background-image:url('footer.gif');
	height:170px;
	width:905px;
	position:relative;
}

div#logos {
	background-image:url('logos.gif');
	height:88px;
	width:598px;
	position:absolute;
	left:159px;
	top:71px;
}

div#footer p {
	color:#ffffff;
	font-size:0.7em;
	margin:0;
	text-align:center;
}

div#footer p a, div#footer p a:visited {
	color:#ffffff;
	text-decoration:none;
}

div#nav {
	position:absolute;
	top:100px;
	left:0px;
}

/*-----------Navigation--------------*/

div#nav ul{
	list-style-type: none;
	}

div#nav ul li {
	display:inline;
	float:left;
	overflow: hidden;
}

div#nav ul li a{
	display:inline;
	float:left;	
	text-indent:-8000px;
	display:block;	
	background-repeat:no-repeat;
}


div#nav ul li#navhome a{background:url('bttn-off-home.gif') no-repeat left 0px; height:26px; width:96px;}
div#nav ul li#navaboutus a{background:url('bttn-off-about-us.gif') no-repeat left 0px; height:26px; width:94px;}
div#nav ul li#navproducts a{background:url('bttn-off-products.gif') no-repeat left 0px; height:26px; width:93px;}
div#nav ul li#navservicesupport a{background:url('bttn-off-service-support.gif') no-repeat left 0px; height:26px; width:128px;}
div#nav ul li#navcontact a{background:url('bttn-off-contact.gif') no-repeat left 0px; height:26px; width:95px;}

.homepg div#nav ul li#navhome a{background:url('bttn-on-home.gif') no-repeat left 0px; height:26px; width:96px;}
.aboutuspg div#nav ul li#navaboutus a{background:url('bttn-on-about-us.gif') no-repeat left 0px; height:26px; width:94px;}
.productspg div#nav ul li#navproducts a{background:url('bttn-on-products.gif') no-repeat left 0px; height:26px; width:93px;}
.servicesupportpg div#nav ul li#navservicesupport a{background:url('bttn-on-service-support.gif') no-repeat left 0px; height:26px; width:128px;}
.contactpg div#nav ul li#navcontact a{background:url('bttn-on-contact.gif') no-repeat left 0px; height:26px; width:95px;}

/*----------end navigation----------*/

