*{
	margin:0;
	padding:0;
}
body{
	font-family:Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 100%;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #000;
	background-attachment: fixed;
}
h1{
	margin:20px;
	font-size:40px;
}
.st_overlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background:transparent url(../images/pattern.png) repeat-x bottom left;
}
.st_main img.st_preview{
	position:absolute;
	top:0px;
	right: 0px;
	height: 100%;
}
.background {
	background-color: #000;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}

.logo {
	background-image: url(../images/Logo/logo.png);
	background-repeat: no-repeat;
	height: 120px;
	width: 400px;
	vertical-align: middle;
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 200px;
}

ul.st_navigation{
	position:absolute;
	width:100%;
	top:199px;
	left:-335px;
	list-style:none;
}
ul.st_navigation li {
	float:left;
	clear:both;
	margin-bottom:8px;
	position:relative;
	width:100%;
}
ul.st_navigation li span.st_link{
	background-color:#000;
	float:left;
	position:relative;
	line-height:50px;
	padding:0px 20px;
	-moz-box-shadow:0px 0px 2px #000;
	-webkit-box-shadow:0px 0px 2px #000;
	box-shadow:0px 0px 2px #000;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #F00;
	border-right-style: none;
	border-right-color: #F00;
	border-left-width: thin;
	border-left-style: solid;
	border-bottom-color: #F00;
	border-left-color: #F00;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}
ul.st_navigation li span.st_arrow_down,
ul.st_navigation li span.st_arrow_up{
	position:absolute;
	margin-left:15px;
	width:40px;
	height:50px;
	cursor:pointer;
	-moz-box-shadow:0px 0px 2px #000;
	-webkit-box-shadow:0px 0px 2px #000;
	box-shadow:0px 0px 2px #000;
	border: thin none #F00;
}
ul.st_navigation li span.st_arrow_down{
	background:#000 url(../images/icons/down.png) no-repeat center center;
	border: thin none #F00;
}
ul.st_navigation li span.st_arrow_up{
	background:#000 url(../images/icons/up.png) no-repeat center center;
}
.st_wrapper{
	display:none;
	position: absolute;
	width:100%;
	height:126px;
	overflow-y:hidden;
	top:50px;
	left:0px;
}
.st_thumbs{
    height:126px;
    margin: 0;
}
.st_thumbs img{
    float:left;
    margin:3px 3px 0px 0px;
    cursor:pointer;
	-moz-box-shadow:1px 1px 5px #000;
	-webkit-box-shadow:1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;
	opacity:0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.st_loading{
	position:fixed;
	top:10px;
	right:0px;
	background:#000 url(../images/icons/loader.gif) no-repeat 10px 50%;
	padding:15px 40px 15px 60px;
	-moz-box-shadow:0px 0px 2px #000;
	-webkit-box-shadow:0px 0px 2px #000;
	box-shadow:0px 0px 2px #000;
	opacity:0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
.st_about{
	display:none;
	position:absolute;
	top:50px;
    left:0px;
	opacity:0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
.st_subcontent{
	background:#000;
	padding:30px;
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 10px #000;
	box-shadow:0px 0px 10px #000;
	width: 500px;
	border: thin none #F00;
	left: 50px;
}
