* {
	margin: 0;
	padding: 0;
}

body {
background: #2a3742 url(images/bg.jpg) repeat-x top center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #eee;
}

a {
text-decoration: none;
color: #7CBF0F;
}
a:hover {
text-decoration: underline;
color: #A3D74F;
}

#wrap {
margin: 0 auto;
width: 800px;
}

#header {
height: 300px;
background: #2a3742 url(images/header.jpg) no-repeat;

}
#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 35px 0 0 20px;
color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
	color: #7CBF0F;
}
#header h2 {
font-size: 19px;
color: #e1c70e;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#contentbar {
background: #e1f2d0 url(images/contentbar.jpg) no-repeat top;
height: 50px;
line-height: 50px;
margin-top: 10px;
}
.contentbarleft {
float: left;
padding-left: 20px;
font-weight: 600;
font-size: 15px;
width: 220px;
}
.contentbarright {
float: right;
padding-left: 20px;
font-weight: 600;
font-size: 15px;
text-align: left;
width: 530px;
}

#content {
padding: 0 10px;
}

.right {
float: right;
width: 530px;
text-align: justify;
padding-top: 20px;
font-size: 14px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
height: 30px;
line-height: 30px;
}
.right h2 a {
text-decoration: none;
color: #A3D74F;
}
.right h2 a:hover {
color: #fff;
}

.left {
float: left;
width: 220px;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 30px;
line-height: 30px;
color: #fff;
font-size: 13px;
}
.left ul {
padding: 10px 0 15px 20px;
list-style-type: none;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
font-size: 13px;
}
.left ul li a:hover {

}

#footer {
text-align: center;
font-size: 11px;
color: #eee;
margin-top: 40px;
border-top: 1px dotted #A2D84C;
padding-top: 10px;
padding-bottom: 10px;
}
#footer a { color: #eee; }
#footer a:hover { color: #aaa; }

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg2.gif);
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #B49B41;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	
	left: 0px;
}
.dock-container2 {
	
	height: 50px;
	background: url(images/dock-bg.gif);
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}

div.menuWin
{
		width: 200px;
		border: 1px solid #000000;
}

div.menuWin a
{
		display: block;
		padding-left: 3px;
		padding-right: 3px;
		margin: 0px;
		border: 0px;
		line-height: 20px;
		color: #000000;
		text-decoration: none;
		outline: none;
}

* html div.menuWin a { height: 1%; }

div.menuWin a:hover
{
		background-color: #000066;
    color: #FFFFFF;
}

ul.menuWin-body
{
		margin: 0px;
		padding: 0px;
		width: 200px;
}

ul.menuWin-body li
{
		display: block;
		margin: 0px;
		padding: 0px;
		list-style: none;
		clear: both;
}

ul.menuWin-body li div
{
		width: 20px;
		float: left;
		margin: 0px;
		margin-right: 5px;
		padding: 0px;
}

ul.menuWin-body li img
{
		margin: 2px;
		width: 16px;
		height: 16px;
		padding: 0px;
		border: 0px;
		vertical-align: middle;
}

span.menuWin-arrow
{	
		display: block;
		width: 198px;
		position : absolute;
		text-align: right;
}

span.menuWin-arrow img
{
		padding: 3px 2px;
		cursor: pointer;
		width: 15px;
		height: 15px;
}

span.menuWin-header
{
		display: block;
		margin: 0px;
		padding: 0px;
		padding-left: 5px;
		line-height: 22px;
		color: #FFFFFF;
		font-weight: bold;
		background-color: #000000;
}