@charset "utf-8";
/* CSS Document */

body {
	/*position:fixed;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #777777;
	background-color: #262e0f;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight:100;
	color:#414C23;
	text-align:left;
	text-transform:uppercase;
	margin: 10px 10px 10px 10px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:100;
	color:#999999;
	text-align:left;
	text-transform:capitalize;
	margin: 10px 10px 10px 10px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:100;
	color:#FFFFFF;
	text-align:left;
	text-transform:capitalize;
	margin: 10px 10px 10px 10px;
}

img {
	border-style:none;
	border-width:0;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 800;
	color: #FFFFFF;
	text-decoration:none;
}

a:link{
	color: #FFFFFF;
}

a:hover {
	color:#FF9900;
}

a:active {
	color: #FFFFFF;
}

#cap {
	font-size:50px; 
	color:#CCCCCC; 
	font-weight:100; 
	float:left; 
	height:34px; 
	line-height:34px; 
	margin-top:2px; 
	margin-right:1px;
}

* html #cap {
	margin-right:-2px; 
	margin-top:3px;
}


.page_container {
	position:absolute;
	width:1000px;
	top:0px;
	left:0px;
}

.box {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-style:none;
	overflow: hidden;
	clear:both;
}

.fixbox {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-position:top left;
	background-repeat:no-repeat;
	border-style:none;
	overflow: hidden;
	clear:both;
	position:absolute;
}

.relbox {
	border-width: 1px 1px 1px 1px;
	border-color:#999999;
	border-style:solid;
	background-color:#000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	clear:both;
	position:relative;
}

.floatbox {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-style:none;
	overflow: hidden;
	float:left;
}

.main_content {
	background-color:black;
	border-width: 0px 0px 0px 0px;
	border-style:none;
	overflow: hidden;
	width:582px;
	float:left;
}

.hilink_container {
	background-color:black;
	border-width: 0px 0px 0px 0px;
	border-style:none;
	overflow: hidden;
	width:200px;
	float:left;
}

.content_container {
	background-color:black;
	width:550px;
	height:400px; 
	float:left;
	background-position:0px 0px; 
	overflow:auto;
	padding-left:18px;
	padding-right:14px;
	z-index:3;
}

.gallery_container {
	background-color:black;
	width:782px;
	height:400px; 
	float:left;
	background-position:0px 0px; 
	overflow:auto;
	z-index:3;
}

.smart_menu {
	background-image:url(../resource/base/menu_bg.jpg);
	width:200px;
	height:400px; 
	float:left;
	background-position:0px 0px; 
	z-index:3;
}

.side_left {
	background-image:url(../resource/base/base_side_left.jpg);
	background-repeat: repeat;
	border-width: 0px 0px 0px 0px;
	border-style:none;
	overflow: hidden;
	visibility: visible;
	float:left;
	width: 9px;
}

.side_right {
	background-image:url(../resource/base/base_side_right.jpg);
	background-repeat: repeat;
	border-width: 0px 0px 0px 0px;
	border-style:none;
	overflow: hidden;
	visibility: visible;
	float:left;
	width: 9px;
}

.copytext {
	font-family:"Courier New", Courier, monospace;
	color:#979930;
	font-size:10px;
}

ul#navi, #navi li {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	width:200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	text-decoration:none;
}

#navi a {
	display:block;
	padding:8px 4px 9px 20px;
	color:#a7a930;
	background: url(../resource/base/bg_menu02.png) 0 0 no-repeat;
	text-decoration:none;
}

#navi a:hover {
	background-position:0 -30px;
	color:#FFFFFF;
	text-decoration:none;
}	

/*Opresnik.net Popup Images*/
#blanket {
	background-color:#111;
	opacity: 0.50;
	filter:alpha(opacity=50);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
}

#popUpDiv {
	position:absolute;
	background-color:#eeeeee;
	z-index: 9002;
	border-width:10px;
	border-style:solid;
	border-color:#FFFFFF;
}

.puImg {
	border-style:none;
}

/*Opresnik.net Rating System*/

.star-rating{
	list-style: none; 
	margin: 3px;
	padding: 0px;
	width: 150px;
	height: 30px;
	position: relative;
	background: url(../resource/base/rating_stars.png) top left repeat-x;
	}


.star-rating li.current-rating{
	background: url(../resource/base/rating_stars.png) left center;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}
	
.star-rating li{
	padding:0px;
	margin:0px;
	/*\*/ 
	float: left; 
	/* */ 
	}
	
.star-rating li a{
	display:block;
	width:30px; 
	height: 30px; 
	text-decoration: none; 
	text-indent: -9000px; 
	z-index: 20; 
	position: absolute; 
	padding: 0px; 
	background-image:none;
	}

.star-rating li a:hover{
	background: url(../resource/base/rating_stars.png) left bottom;
	z-index: 1;
	left: 0px; 
}

.star-rating a.one-star{
	left: 0px;
	}

.star-rating a.one-star:hover{
	width:30px;
	}

.star-rating a.two-stars{
	left:30px;
	}

.star-rating a.two-stars:hover{
	width: 60px;
}

.star-rating a.three-stars{
	left: 60px;
	}

.star-rating a.three-stars:hover{
	width: 90px;
	}

.star-rating a.four-stars{
	left: 90px;
}

.star-rating a.four-stars:hover{
	width: 120px;
	}

.star-rating a.five-stars{
	left: 120px;
}

.star-rating a.five-stars:hover{
	width: 150px;
}






