*{
	padding:0;
	margin:0;
}

body{
	font-family: Tahoma;
	font-size: 12px;
	background: transparent url(../images/back_sky2.gif) top left repeat-x;
}

img{
	border: 0px;
}
#container{
	width: 779px;
	height: 764px;
	background: #111111;
	margin: auto;
	margin-top: 7px;
}
#subcontainer{
	width: 775px;
	height: 760px;
	background: url(../images/back.gif) top left repeat-x;
	margin: auto;
	position: relative;
	top: 2px;
	left: 2px;
	float: left;
}
#lanbox{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 60px;
	background: url(../images/lanbox.png) top left no-repeat;
} 
#publi{
	width: 779px;
	height: 70px;
	background: transparent;
	margin: auto;
	margin-top: 3px;
}
#top{
	width: 775px;
	height: 315px;
	background: url(../images/top_new.jpg) top left no-repeat;
	float: left;
}
#menu{
	width: 181px;
	height: 189px;
	float: right;
	background: transparent;
	position: relative;
	top: 125px;
	right: 4px;
}
ul.sidenav {
	float: left;
	margin: 0;
	padding: 0;
	width: 181px;
	list-style: none;
	border-bottom: 1px solid #849F24; /*--Bevel Effect--*/
	border-top: 1px solid #C2D092; /*--Bevel Effect--*/
	font-size: 13px;
	margin-top: 3px;
}
ul.sidenav li {
	position: relative; /*--Add a relative positioning--*/
	top: 0px;
	left: 0px;
	float: left;
	margin: 0;
	padding: 0;
}
ul.sidenav li a{
	border-top: 1px solid #849F24; /*--Bevel Effect--*/
	border-bottom: 1px solid #C2D092; /*--Bevel Effect--*/
	padding: 6px 3px 6px 16px;
	display: block;
	color: #fff;
	text-decoration: none;
	width: 162px;
	background: #9BBB2A;
	position: relative; /*--Add a relative positioning--*/
	z-index: 2; /*--z-index allows the popup to tuck underneath the nav--*/
}
ul.sidenav li a:hover {
	background-color: #849F24;
	border-top: 1px solid #63771B;
}
ul.sidenav li div {
	display: none;
	position: absolute;
	top: 2px;
	left: 0;
	width: 225px;
	font-size: 0.9em;
	background: url(../images/bubble_top.gif) no-repeat right top;
}
ul.sidenav li div p {
	margin: 7px 0;
	line-height: 1.6em;
	padding: 0 5px 10px 30px;
	background: url(../images/bubble_btm.gif) no-repeat right bottom;
}
#footer{
	width: 775px;
	height: 55px;
	background: transparent url(../images/grass.jpg) top left no-repeat;
	color: #111111;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	text-align: center;
	float: left;
}
#footer .contentBox{
	padding: 5px;
}  
#bottom{
	width: 775px;
	height: 390px;
	background: transparent;
	float: left;
}
#bottom .contentBox{
	background: transparent;
	width: 769px;
	height: 374px;
	margin: auto;
	margin-top: 3px;
}
#bottom .contentBox .rightCol{
	width: 183px;
	height: 374px;
	float: right;
	background: transparent;
}
#bottom .contentBox .rightCol .newProductBox{
	width: 183px;
	height: 191px;
	background: transparent;
}  
#bottom .contentBox .rightCol .eventBox{
	width: 183px;
	height: 183px;
	background: transparent;
}
#bottom .leftCol{
	width: 570px;
	height: 374px;
	float: left;
	background: transparent;
	text-align: center;
}
#bottom .leftCol .contentBox{
	width: 520px;
	height: 350px;
	margin: auto;
	margin-top: 10px;
	background: transparent;
	text-align: justify;
	color: white;
}
#bottom .leftCol .contentBox a{
	color: #9BBB2A;
	text-decoration: none;
}
#bottom .leftCol .contentBox a:hover{
	color: #807FFE;
	text-decoration: none;
}