@charset "utf-8";

scrollbar[orient="vertical"] { display: none !important; }

body {
	background-color: #c5c5c5;
	color: #575757;
	margin: 0;
	padding: 0;
	overflow: -moz-scrollbars-vertical !important;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    font-family: Arial, Helvetica, sans-serif;
   	background-image: url('graphics/background2.gif');
	background-position: top left;
	background-attachment:fixed;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #7dab0f;
	line-height: 18px;
	font-weight:bold;
	padding:0;
	margin:0;
	letter-spacing:-1px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #9ccf00;
	line-height: 18px;
	font-weight:normal;
	padding:0;
	margin:0;
	margin-bottom:10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight:normal;
	line-height: 11px;
	padding:0;
	margin:0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight:normal;
	line-height: 13px;
	padding:0;
	margin:0;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight:normal;
	line-height: 13px;
	padding:0;
	margin:0;
}

.h14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight:normal;
	line-height: 16px;
}

.h12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight:normal;
	line-height: 16px;
}

.h11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight:normal;
	line-height: 16px;
}

.h9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	font-weight:normal;
	line-height: 16px;
}

.fur_link {
	color:#7dab0f;
}

.master_tb {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

.content {
	background-image: url('graphics/bottom_grad.png');
	background-repeat: repeat-x;
	background-position: bottom left;
}

.menu_gd {
	background-image: url('graphics/top_grad.jpg');
	background-repeat: repeat-x;
	background-position: top left;
}

.credit_gd {
	background-image: url('graphics/credit_grad.png');
	background-repeat: repeat-x;
	background-position: bottom left;
	padding:33px 30px 0px 0px;
}

.credit_gd_2 {
	background-image: url('graphics/credit_grad.png');
	background-repeat: repeat-x;
	background-position: bottom left;
	padding:33px 0px 0px 30px;
}

/*.grad {
	background-image: url('graphics/bg_grad.png');
	background-repeat: repeat-x;
	background-position: top left;
}*/

.cat_wiki {
	background-image: url('graphics/cat_wiki_bg.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width:231px;
	height:242px;
}

.cat_wiki_txt {
	padding:13px 17px 17px 17px;
}

.box_padding_main {
	padding:10px 0px 0px 30px;
}

.box_padding_middle {
	padding:10px 0px 0px 30px;
}

.box_padding_position {
	padding:10px 0px 30px 30px;
}

.box_padding_bashie {
	margin-top:-20px;
	padding:0px 0px 15px 30px;
}

.content_box_front {
	background-image: url('graphics/front_content_bg.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width:495px;
	height:150px;
}

.content_box_full {
	background-image: url('graphics/full_content_bg.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width:495px;
	height:419px;
}

.content_box_full_top {
	background-image: url('graphics/full_content_bg_top.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width:495px;
}

.content_box_full_bottom {
	background-image: url('graphics/full_content_bg_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	width:495px;
}

.wiki_box_full_bottom {
	background-image: url('graphics/full_wiki_bg_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	width:495px;
}

.content_box_txt {
	padding:13px 45px 17px 16px;
}

.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
	line-height: 13px;
}

a:focus{
	outline:none;
}

a.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
	line-height: 13px;
}
a.credits:link { color: #fff; text-decoration:none; }
a.credits:visited { color: #fff; text-decoration:none; }
a.credits:active { color: #fff; text-decoration:underline; }
a.credits:hover { color: #fff; text-decoration:underline; }

a.sub_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}
a.sub_menu:link { color: #fff; text-decoration:none; }
a.sub_menu:visited { color: #fff; text-decoration:none; }
a.sub_menu:active { color: #04a4e5; text-decoration:underline; }
a.sub_menu:hover { color: #04a4e5; text-decoration:underline; }

a.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #04a4e5;
}
a.blue:link { color: #04a4e5; text-decoration:none; }
a.blue:visited { color: #04a4e5; text-decoration:none; }
a.blue:active { color: #04a4e5; text-decoration:underline; }
a.blue:hover { color: #04a4e5; text-decoration:underline; }


a.blue_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;
	color: #04a4e5;
}
a.blue_big:link { color: #04a4e5; text-decoration:none; }
a.blue_big:visited { color: #04a4e5; text-decoration:none; }
a.blue_big:active { color: #04a4e5; text-decoration:underline; }
a.blue_big:hover { color: #04a4e5; text-decoration:underline; }


.content-padding {
	padding:30px 0 0 30px;
}

.pix-border {
	padding:3px;
	border:1px solid #999;
}

.address {
	padding:0px 0 0 20px;
}

.field1 {
	color: #666666;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #eee;
	padding: 3px;
	width: 235px;
	height: 22px;
	border: solid 1px #c4c4c4;
	margin-top:2px;
}

.field2 {
	color: #222222;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #eee;
	padding: 3px;
	width: 235px;
	height: 105px;
	border: solid 1px #c4c4c4;
	margin-top:2px;
}

.send_button {
	border: 1px solid #c4c4c4;
	background-color: #666666;
	font-size: 10px;
	font-weight:bold;
	padding: 3px;
	width: 106px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #fff;
	vertical-align:middle;
}