/* global styles */
html{ overflow: -moz-scrollbars-vertical; }
body{
	background-color:#ffffff;
	background-image:url(../pics/img_bg.gif);
	background-repeat:repeat;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:9px;
	font-weight:bold;
	line-height:11px;
	color:#ffffff;
	margin:0;
	padding:0;
}
a{ outline:none; }
a,a:link,a:visited{
	color:#f3c04b;
	text-decoration:none;
}
a:hover,a:active{
	color:#f3c04b;
	text-decoration:underline;
}
img{ border:none; }

/* boxes */
#wrapper{
	padding:0;
	margin:0;
	background-image:url(../pics/img_bg_content.gif);
	width:1055px;
	height:723px;
}
#logo{
	margin-bottom:10px;
}
#nav{
	float:left;
	margin:0 12px 0 24px;
	width:150px;
}
#nav div{
	width:138px;
	padding:2px 6px 2px 6px;
	height:11px;
	margin-bottom:1px;
}
#nav .active,#nav .active:hover,#nav .active:active{
	background-color:#55520a;
}
#nav .passive,#nav .passive:link,#nav .passive:visited{
	background-color:#000000;
}
#nav .passive:hover,#nav .passive:active{
	background-color:#333104;
}
#nav div img{
	float:left;
	margin-top:3px;
}
#nav div a{
	float:left;
	display:block;
	width:126px;
	color:#FFFFFF;
	text-decoration:none;
	margin-left:6px;
}
#container{
	float:left;
}
#header{
	padding:2px 6px 2px 6px;
	background-color:#55520a;
	width:622px;
	height:11px;
	margin-bottom:1px;
}
#header img{
	margin-top:2px;
	margin-right:6px;
}
#content{
	padding:13px 10px 0 0;
	background-color:#333104;
	width:624px;
	height:476px;
	margin-bottom:1px;
}
.thumbwrapper{
	float:left;
	margin-left:10px;
	margin-bottom:10px;
}
.thumbwrapper .thumb{
	border:1px solid #242424;
	padding:4px;
	background-color:#b7b69f;
	width:136px;
	height:83px;
}
.thumbwrapper .legend{
	border-right:1px solid #242424;
	border-bottom:1px solid #242424;
	border-left:1px solid #242424;
	padding:2px 4px 1px 4px;
	background-color:#6a683b;
	width:136px;
	height:11px;
	font-weight:normal;

}
.thumbwrapper .legend .txt{
	display:block;
	float:left;
	width:115px;
	height:11px;
}
.thumbwrapper .legend .ico{
	display:block;
	float:right;
	width:18px;
	height:11px;
}
.thumbwrapper .newstag{
	position:absolute;
	z-index:999;
}
.emptythumbwrapper{
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	border:1px solid #55520a;
	background-color:#6a683b;
	width:144px;
	height:106px;
}
#linkwrapper{
	margin:0 0 13px 10px;
	border:1px solid #242424;
	padding:25px 9px 9px 0;
	background-color:#eae9d8;
	width:604px;
	height:428px;
}
.linkcontainer{
	float:left;
	margin-left:9px;
	width:192px;
	height:428px;
}
.linkcontainer .tit{
	background-color:#333104;
	padding:2px 4px 2px 4px;
	height:11px;
	margin-bottom:2px;
}
.linkcontainer .txt{
	background-color:#d8d7c2;
	width:184px;
	height:403px;
	padding:4px;
	line-height:14px;
}
.linkcontainer .txt a:link,
.linkcontainer .txt a:visited{
	color:#333104;
	text-decoration:none;
}
.linkcontainer .txt a:hover,
.linkcontainer .txt a:active{
	color:#333104;
	text-decoration:underline;
}
#contactwrapper{
	margin:0 0 13px 10px;
	border:1px solid #242424;
	background-color:#efefe2;
	background-image:url(../pics/img_bg_contact.gif);
	background-repeat:no-repeat;
	width:613px;
	height:462px;
}
#contactcontent{
	float:right;
	margin-right:21px;
	margin-top:109px;
	width:325px;
	color:#333104;
}
#contactcontent .tit{
	background-color:#333104;
	padding:2px 4px 2px 4px;
	height:11px;
	margin-bottom:2px;
	color:#FFFFFF;
}
#contactcontent .txt{
	background-color:#d8d7c2;
	height:113px;
	padding:4px;
	line-height:11px;
}
form{
	padding:0;
	margin:0;
}
label{
	display:block; 
	cursor:pointer; 
	padding:2px 0 2px 0;
	height:11px;
	margin-top:2px;
}
input, textarea{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:9px;
	font-weight:bold;
	width:319px;
	height:11px;
	border:1px solid #8c8c8c;
	margin-bottom:2px;
	padding:2px;
	color:#333104;
}
textarea{
	height:86px;
	margin-bottom:5px;
}
input:focus,input:hover,textarea:focus{
	background-color:#d8d7c2;
}
#send{
	float:right;
}
.button{
	padding:0;
	height:15px;
	width:100px;
}
#error{
	position:absolute;
	z-index:999;
	top:140px;
	left:466px;
	width:325px;
}
#confirmation{
	margin-top:10px;
}
#footer{
	background-color:#1b1a02;
	width:634px;
	height:16px;
	color:#f0f0ee;
	text-align:center;
	font-size:9px;
	font-weight:normal;
	padding-top:8px;
}
#footer a:link,#footer a:visited{
	color:#f0f0ee;
	text-decoration:none;
}
#footer a:hover,#footer a:active{
	color:#f0f0ee;
	text-decoration:underline;
}

