@charset "utf-8";
/* CSS Document */

BODY{
	background: url(images/bg.jpg) repeat-x;
	font: 12px/18px Arial, Helvetica, sans-serif;
}
a, a:visited{
	color: #c05252;
}
h1{
	font-size: 22px;
	font-weight: normal;
	color: #939393;
	margin: 0;
	line-height: 90px;
}
h1 img{
	vertical-align: middle;
}
h2, h3{
	font-size: 18px;
	color: #c05252;
	margin: 0;
}
h3{
	width: 100%;
	background: url(images/yelbg.gif) repeat-y;
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	margin: 0;	
}
#container{
	background: url(images/border.gif) no-repeat;
	width: 820px;
	margin: 20px auto;
	padding-top: 25px;
	height: 100%;
}
#layout{
	width: 778px;
	margin: 0 auto;
	background: #fff;
}
#header{
	height: 90px;
	padding-left: 30px;
}
#nav{
	background: url(images/nav_bg.gif) repeat-x;
	height: 32px;
	color: #fff;
	line-height: 32px;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li{
	float: left;
	margin: 0;
	padding: 0;
}
#nav li:hover #submenu{
	display: block;
}

#nav img{
	vertical-align: middle;
}
#nav a, #nav a:visited{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 0 10px;
}
#nav .active, #nav .active:visited, #nav a:hover{
	color: #ffe281;
}
#content{
	padding: 20px;
	background: url(images/watermark.gif) no-repeat 40px 40px;
}
.left img{
	border: solid 1px #ffe385;
	padding: 5px;
	display: block;
}
.left{
	width: 288px;
	float: left;
}
.right{
	width: 400px;
	float: left;
}
.right span{
	display: block;
	padding: 10px;
}
#footer{
	font-size: 11px;
	color: #8fa9c5;
	background: url(images/dot.gif) repeat-x;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
}
#submenu{
	position: absolute;
	top: 32px;
	left: 50px;
	background: #93adc8 url(images/subm_bg.gif) repeat-x;
	width: 175px;
	border: solid 2px #7e90a6;
	border-top: 0;
}
#submenu a, #submenu a:visited{
	display: block;
	border-bottom: solid 1px #7e90a6;
	line-height: 24px;
}
#submenu a:hover{
	background: #ffe387;
	color: #c05252;
}
.hide{
	display: none;
}
.show{
	display: block;
}