@charset "utf-8";
/*------Basic Styling--------*/
* {
	margin: 0px;
	padding: 0px;
}
body{
	background-color:#284E73;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
a:hover {
	background: #98BADC;
}
#wrapper{
	position:relative;
	width:788px;
	margin:0 auto;
	text-align:left;
	background:url(../assest/product_back.jpg) repeat-y;
	}

#clear {
	clear: both;
	height: 3px;
 	}
/*-----------Position Container element-------------*/
#header {
	position:relative;
	background:url(../assest/navBar_back.jpg) repeat-y;
	height:75px;
	list-style: none;
	}
#header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	margin-left: -9000px;
}
#header li {
	float:left;
	}
#header h1 {
	margin-left: -9000px;
	display: none;

	}
#header #logo {
	position:absolute;
	top:15px;
	width: 216px;
	height:40px;
	left: 18px;
	}
#header #navbar {
	position: absolute;
	right: 8px;
	bottom: 0px;
	width: 500px;
}

#navbar {
	position: absolute;
	right: 25px;
	bottom: 25px;
	height: 35px;
}
#sidebar{
	margin-left: 4em;
	font-size: 0.9em;
	width: 90%;
	}

#banner {
	height: 300px;
	background: url(../assest/mainBannerGreen.jpg) no-repeat center;
}


#sidebar h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	background:url(../assest/sideback_top.jpg) no-repeat top left;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}
#sidebar img {
	margin-left: 15px;
}




#sidebar  a:hover, #sidebar  a:active {
	background: #BBCFF4;
	color: #285077;
}
#sidebar a:link, a:visited {
	color: #333333;
}
#footer {
	color:#fff;
	font:.8em Arial, Helvetica, sans-serif;
	background:#000 url(../assest/footer.jpg);
	width:788px;
	height:78px;
	}

#footer       .firstFooter    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	padding-top: 7px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-decoration: none;
}
#footer .firstFooter a:link, a:visited {
	color: #666666;
}
#footer .firstFooter a:hover {
	color: #666666;
	background: #074692;
}
/*---------------------Spry ---------------------------------*/
#footer .secondFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	padding-left: 10px;
	padding-top: 15px;
	font-style: normal;
	text-decoration: none;
}
#footer .secondFooter a:link, a:visited {
	color: #333333;
}
#footer .secondFooter a:hover {
	color: #666666;
	background: #074692;
}
