@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: #414C23;
}

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;
}

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:800px;
	top:40px;
	left:40px;
}

.top_left {
	/*position: absolute;*/
	background-image:url(../resource/base/base_top_left.jpg);
	background-repeat: no-repeat;
	border-width: 0px 0px 0px 0px;
	border-style:none;
	overflow: hidden;
	visibility: visible;
	float:left;
	width: 30px;
	height: 50px;
	z-index: 0;
}

.top_right {
	/*position: absolute;*/
	background-image:url(../resource/base/base_top_right.jpg);
	background-repeat: no-repeat;
	border-width: 0px 0px 0px 0px;
	border-style:none;
	overflow: hidden;
	visibility: visible;
	float:left;
	width: 30px;
	height: 50px;
	z-index: 0;
}

.top_center {
	/*position: absolute;*/
	background-image:url(../resource/base/base_top_center.jpg);
	background-repeat: repeat-x;
	border-width: 0px 0px 0px 0px;
	border-style:none;
	overflow: hidden;
	visibility: visible;
	float:left;
	width: 740px;
	height: 50px;
	z-index: 0;
}

.bottom_left {
	/*position: absolute;*/
	background-image:url(../resource/base/base_bottom_left.jpg);
	background-repeat: no-repeat;
	border-width: 0px 0px 0px 0px;
	border-style:none;
	overflow: hidden;
	visibility: visible;
	float:left;
	width: 30px;
	height: 50px;
	z-index: 0;
}

.bottom_right {
	/*position: absolute;*/
	background-image:url(../resource/base/base_bottom_right.jpg);
	background-repeat: no-repeat;
	border-width: 0px 0px 0px 0px;
	border-style:none;
	overflow: hidden;
	visibility: visible;
	float:left;
	width: 30px;
	height: 50px;
	z-index: 0;
}

.bottom_center {
	/*position: absolute;*/
	background-image:url(../resource/base/base_bottom_center.jpg);
	background-repeat: repeat-x;
	border-width: 0px 0px 0px 0px;
	border-style:none;
	overflow: hidden;
	visibility: visible;
	float:left;
	width: 740px;
	height: 50px;
	z-index: 0;
}

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

/* IMAGE OF THE MOMENT */

.iotm {
	width:782px;
	height:200px; 
	float:left;
	background-position:0px 0px; 
	z-index:3;
}

.iotm h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight:100;
	color: #FFFFFF;
	text-align:right;
	text-transform:none;
	margin: 10px 10px 10px 10px;
}

.iotm p {
	/*position:fixed;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
	color: #777777;
}

.iotm_overlay {
	background-image:url(../resource/base/bg_75.png);
	background-repeat:repeat;
	background-position:0px 0px;
	border-width: 0px 0px 0px 0px;
	border-style:none;
	overflow:hidden;
	position:relative; 
	float:right; 
	top:0px; 
	height:200px; 
	width:250px;
	color:#FFFFFF;
	margin-left:50px;
	z-index:1;
}

.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;
}

.logo {
	background-color:black;
	background-image:url(../resource/logo/logostream.gif);
	background-repeat:no-repeat;
	border-width: 0px 0px 0px 0px;
	border-style:none;
	overflow: hidden;
	width:782px;
	height:20px;
	float:left;
}

.logo_gal {
	background-color:black;
	background-image:url(../resource/logo/logostream_gal.gif);
	background-repeat:no-repeat;
	border-width: 0px 0px 0px 0px;
	border-style:none;
	overflow: hidden;
	width:782px;
	height:20px;
	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;
}

.teven {
	background-color:#333333;
	width:100%;
}

.todd {
	background-color:#000000;
	width:100%;
}