html, body {
	margin:0;
	padding:0;
	height: 100%;
}

a {
	text-decoration: none;
}

body {
	height: 100%;
	font-family: "trebuchet ms", helvetica, tahoma, verdana, sans-serif;
	font-size: 10px;
	color: #dfdfdf;
	/*background: #807e77 url(../images/bg.jpg) left bottom repeat-x;*/
	background: #63625e url(../images/bg.jpg) left top repeat;
	
}

#wrapper {
	position: relative;
	display: block;
	width: 932px;
	padding-top: 16px;
}

#col1 ul, #col2 ul {
	position: relative;
	display: block;
	width: 100px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#col1 {
	position: relative;
	display: block;
	float: left;
	width: 100px;
	margin-right: 6px;
}

#col2 {
	position: relative;
	display: block;
	float: left;
	width: 220px;
	margin-right: 6px;
}

#col3 {
	position: relative;
	display: block;
	float: left;
	width: 540px;
	padding-left: 30px;
	padding-right: 30px;
}

#col1 #lang {
	width: 86px;
	height: 98px;
	margin-bottom: 6px !important;
	background: #000 url(../images/lang_bg.jpg) left top repeat-x;
	padding:12px 0 0 14px;
}

#lang li {
	float: left;
}

#lang a {
	color: #807e77;
	text-decoration: none;
	display: block;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: lowercase;
}

#lang a:hover, #lang a.selected {
	color: #fff;
}

#lang a.selected {
	font-weight:bold;
}

#logo, #logo_L1 {
	position: relative;
	display: block;
	float: left;
	width: 220px;
	height: 110px;
	margin-bottom: 6px;
	background: #000 url(../images/logo.gif) center center no-repeat;
}

#logo_L1 {
	background: #000 url(../images/logo_L1.gif) center center no-repeat;
}

#logo span, #logo_L1 span {
	display: none;
}

#mainmenu li, #col2 li  {
	position: relative;
	display: block;
	width: 100px;
	float: left;
	margin-bottom: 6px;
}

#mainmenu li a, #col2 li a {
	display: block;
	padding-left: 16px;
	color: #dfdfdf;
	line-height: 23px;
	background-color: #000;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#col2 li a:hover, #col2 li a.selected {
	background: #000 url(../images/menu_over.jpg) left center no-repeat;
}

#col2 li a.selected {
	background: #000 url(../images/menu_over.jpg) left bottom no-repeat;
}

#col2 li li a {
	letter-spacing: 1px;
}

#mainmenu li a {
	background: #000 url(../images/menu_over.jpg) left top no-repeat;
}

#mainmenu li a:hover {
	background-position: left center;
}

#mainmenu li a.selected {
	background-position: left bottom;
}

#col2 ul, #col2 li {
	width: 220px;
	margin-bottom: 0;
}

#col2 li ul {
	margin-top: 6px;
}

#col2 li ul li a {
	width: 206px;
	font-size: 9px;
	line-height: 17px;
	background-color: transparent;
}

#col2 li ul li a:hover, #col2 li ul li a.selected {
	background: #3d3a3a url(../images/menu_arrow.gif) 6px center no-repeat;
}


#body {
	font-size: 13px;
	color: #000;
	border: 1px solid #000;
	padding: 0 20px 20px 20px;
	min-height: 428px;
}

#body h1 {
	color: #fff;
	font-size: 20px;
	margin: 0 -20px 10px -20px;
	padding: 16px 20px;
	border-bottom: 1px solid #000;
}

#body a {
	color: #fff;
}

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

#image, #pretext {
	position: relative;
	display: table-cell;
	width: 538px;
	height: 538px;
	border: 1px solid #000;
	text-align: center;
	vertical-align: middle;
	
	font-size: 13px;
	line-height: 20px;
	color: #000;
	
}

#pretext h1 {
	color: #fff;
	font-size: 19px;
	padding: 0 0 25px 0;
	margin:0;
}

#prev span, #next span {
	display: none;
}

#prev {
	position: absolute;
	left: 0px;
	top: 116px;
	display: block;
	width: 30px;
	height: 23px;
	background: #000 url(../images/prev.gif) left top no-repeat;
}

#prev:hover, #next:hover {
	background-position: left center;
}

#prev:active, #next:active {
	background-position: left bottom;
}

#next {
	position: absolute;
	right: 0px;
	top: 116px;
	display: block;
	width: 30px;
	height: 23px;
	background: #000 url(../images/next.gif) left top no-repeat;
}

#lister {
	border-bottom: 1px solid #000;
	color: #000;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	height: 21px;
	text-align:center;
}

#lister a {
	color: #000;
	padding: 3px 6px;
}

#lister a:hover, #lister a.selected {
	color: #dfdfdf;
	background-color: #000;
}

#footer {
	position: relative;
	display: block;
	width: 901px;
	clear: both;
	padding-top: 30px;
}

#footer_inner {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0 10px;
}

#footer, #footer a {
	line-height: 20px;
	color: #2c2b29;
}

#footer  #copy {
	float: right;
}

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