html {
	background: #FFFFFF;
	}
body  {	
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	margin: 10px auto 20px auto;
	padding: 0;
	width: 980px;
	height: auto;
	}
.clearfloat {
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0;
	}



/************************************************************ START HEADER ************************************************************/
#header {
	width: 980px;
	height: auto;
	margin: 0;
	padding: 0;
	}

/******************** Login ********************/
#login {
	float: right;
	font-size: 12px;
	color: #999999;
	}
#login a {
	color: #999999;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	}
#login a:hover {
	text-decoration: underline;
	}

/******************** Logo ********************/
#headerlogo {
	background: url(../images/headerlogo.png) no-repeat;
	width: 313px;
	height: 60px;
	border: none;
	float: left;
	}
/******************** Main Nav ********************/
#nav {
	width: 633px;
	margin: 26px;
	padding: 0;
	margin: 20px 0 0 0;
	float: right;
	}
#nav ul {
	position: absolute;
	height: 26px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#nav li#bu1 a, #nav li#bu2 a, #nav li#bu3 a, #nav li#bu4 a, #nav li#bu5 a{
	position: absolute;
	bottom: 0;
	height: 26px;
	}

/***** Home *****/
#nav li#bu1 a {
	background: url(../images/mainnav/home_up.png) no-repeat;
	width: 121px;
	}
/***** Products *****/
#nav li#bu2 a {
	background: url(../images/mainnav/products_up.png) no-repeat;
	width: 121px;
	margin-left: 128px
	}
/***** Services *****/
#nav li#bu3 a {
	background: url(../images/mainnav/services_up.png) no-repeat;
	width: 121px;
	margin-left: 256px
	}
/***** Contact *****/
#nav li#bu4 a {
	background: url(../images/mainnav/contact_up.png) no-repeat;
	width: 121px;
	margin-left: 384px
	}
/***** About *****/
#nav li#bu5 a {
	background: url(../images/mainnav/about_up.png) no-repeat;
	width: 121px;
	margin-left: 512px
	}
/************************************************************ END HEADER ************************************************************/



/************************************************************ START FOOTER ************************************************************/
#footer {
	width: 980px;
	height: 50px;
	margin: 40px auto 0 auto;
	padding: 0;
	}
#footerbar {
	background: url(../images/footerbar.png) no-repeat;
	width: 549px;
	height: 27px;
	margin: 0 auto 0 auto;
	padding-top: 6px;
	font-size: 70%;
	text-align: center;
	color: #356aa0;
	}
#footerbar a {
	color: #356aa0;
	text-decoration: none;
	padding: 4px;
	}
#footerbar a:hover {
	text-decoration: underline;
	}
#footer p {
	font-size: 65%;
	color: #999999;
	text-align: center;
	margin: 5px 0 0 0;
	}
#footer p a {
	color: #356aa0;
	text-decoration: none;
	}
#footer p a:hover {
	color: #356aa0;
	text-decoration: underline;
	}


















