@charset "utf-8";
/* CSS Document */
body {
	background:transparent url(/theme/img/bgbody.jpg) repeat-x top left;	
}
#top {
	background:transparent url(/theme/img/topbg.gif) no-repeat;
	width:888px;
	height:15px;
	margin:0 auto;
}

#header  {
	
}

#contact  {
	margin-left:291px;
}

#bottom  {
	background:transparent url(/theme/img/bottombg.gif) no-repeat;
	width:888px;
	height:15px;
	margin:0 auto;
}

#wrapper  {
	background:transparent url(/theme/img/bg.gif) repeat-y;
	width:888px;
	margin:0 auto;
}

#content {
	padding:0 10px;	

}

a#logo  {
	display:block;
	width:216px;
	height:104px;
	float:left;
	margin-left:10px;
}

#menu {
	list-style:none;	
	margin-left:292px;
	margin-top:37px;
}

#menu li {
	float:left;	
}

#menu li a {
	color:#FFF;	
	font-size:14px;
}

#menu li a:hover {
	color:#116533;	
}

#menu li a span {
	display:block;	
	height:36px;
	float:left;
}

#menu li a .center  {
	background:transparent url(/theme/img/bgmenu.gif) repeat-x;
	padding:6px;
	height:24px;
}

#menu li a:hover .center  {
	background:transparent url(/theme/img/bgmenuon.gif) repeat-x;
}

#menu li a .right  {
	background:transparent url(/theme/img/menuright.gif) no-repeat;
	width:3px;
}

#menu li a:hover .right  {
	background:transparent url(/theme/img/menurighton.gif) no-repeat;
}

#menu li a .left  {
	background:transparent url(/theme/img/menuleft.gif) no-repeat;
	width:9px;
}

#menu li a:hover .left  {
	background:transparent url(/theme/img/menulefton.gif) no-repeat;
}

#footer {
	width:888px;
	margin:0 auto;
	color:#116533;
	text-align:center;
}

#footer a {
	color:#116533;
}

#footer a:hover {
	text-decoration:underline;
}

#footer #ref  {
	color:#999999;
	text-align:center;
	
}

.cache  {

display:none;
}


