@charset "utf-8";
@import "tooltip.css";
*{margin:0;padding:0;}
body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

html,body,#bg,#bg table,#bg td{width:100%;height:100%;overflow:hidden}
#bg div{position:absolute;width:200%;height:200%;top:-50%;left:-50%}
#bg td{vertical-align:middle;text-align:center}
#bg img{min-height:50%;min-width:50%;margin:0 auto}
#bg td, body{background-color:#00070c;}
img{display:block}

#bg{
	position:absolute;
	top:0;
	left:0;
}
#bg div#linesBg{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:transparent url(../design_img/linesBg.png) 0 0;
}
#container{
	/*position:absolute;
	top:0;
	left:0;*/
	width:900px;
	height:100%;
	margin:0 auto;
	position:relative;
	z-index:5;
	overflow:auto;
	background-color:transparent;
	color:#a2a2a2;
}
#topBar{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:32px;
	
}
#topBar{
	background-color:#00070c;
	color:#a2a2a2;
	z-index:90;
}
#bottomBar{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	border-bottom:7px solid #00070c;
	color:#a2a2a2;
	z-index:10;
}
#atractiffMediaLogotype{
	float:right;
	position:relative;
	bottom:-3px;
}
#footer{
	width:900px;
	margin:0 auto;
}
#starsStudioLogotype{
	display:block;
	padding:8px 0px;
	float:right;
}	
#logotype{
	width:235px;
	height:70px;
	overflow:hidden;
	/*position:absolute;*/
	position:absolute;
	top:0px/*0*/;
	left:0;
	z-index:20;
}
#navigation{
	width:900px;
	height:32px;
	margin:0 auto;
	position:relative;

}
#navigation ul{margin:0 0 0 250px;position:relative;z-index:30;}
#navigation li{
	float:left;
	list-style:none;
}
#navigation li a, #navigation li h1{
	display:block;
	padding:9px 10px;
	float:left;
	margin:0;
}
#navigation li a{
	background-color:#00070c;
	color:#c9c9c9;
}
#navigation li h1{
	background:transparent url(../design_img/arrow.gif) bottom center no-repeat;
	color:#fff;
	font-size:11px;
}
#navigation li a:hover{
	background-color:#DF3222;
	color:#fff;
}
.clear{
	clear:both;
	height:0;
	overflow:hidden;
}
a{
	outline:none;
	text-decoration:none;
}
a img{
	display:block;
	border:0;
}
#content{
	width:100%;
	position:absolute;
	bottom:10%/*20%*/;
}
#content a:hover, #galleryContent a:hover{color:#DF3222;}
#newsCon{
	width:100%;
	height:183px;
	position:relative;
	overflow:hidden;
}
#galleriesCon{
	width:100%;
	height:183px;
	position:relative;
	overflow:hidden;
}
#newsCon #news, #galleriesCon #galleries{
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}
.navi {
	width:200px;
	height:20px;
	position:absolute;
	z-index:20;
	bottom:190px;
	left:0;
}
/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:#00070c;
	color:#00070c;
	display:block;
	font-size:1px;
	cursor:pointer;
	overflow:hidden;
}

/* mouseover state */
.navi a:hover {
	background:#00070c;  
	color:#00070c !important;
}

/* active state (current page state) */
.navi a.active, .navi a.active:hover {
	background:#DF3222;
	color:#DF3222 !important;
}
.news{
	float:left;
	width:290px;
	height:183px;
}
.gallery{
	float:left;
	width:215px;
	height:175px;
}
.galleryPhoto{
	display:block;
	width:195px;
	height:140px;
	overflow:hidden;
	margin:0 0 5px 0;
	position:relative;
}
.galleryPhoto img{
	position:absolute;
	top:0;
	left:0;
}
.contact, .about{float:right;}
#closeNews{
	text-transform:uppercase;
	font-size:9px;
	color:#fff;
	text-decoration:none;
	position:absolute;
	top:10px;
	right:10px;
}
#fullNewsContentCon{
	width:900px;
	position:absolute;
	bottom:220px;
}
#fullNewsContent{
	/*background-color:#00070c;*/
	background:transparent url(../design_img/boxContentBg.png);
	padding:5px 10px;
	width:880px;
}
.boxContent{
	/*background-color:#00070c;*/
	background:transparent url(../design_img/boxContentBg.png) repeat-y;
	padding:5px 10px;
	width:270px;
}
#galleries .boxContent{
	/*background-color:#00070c;*/
	background:transparent url(../design_img/boxContentBg.png);
	padding:5px 10px;
	width:195px;
}
#images{
	background:transparent url(../design_img/boxContentBg.png);
	width:100%;
	height:100px;
	position:absolute;
	bottom:-92px;
	left:0;
	z-index:10;
}
/*.gallery .boxContent{
	background:transparent url(../design_img/galleryBoxBg.png) 0 0 no-repeat;
	width:880px;
	height:70px;
}*/
.box img{display:block;}
.boxTopCorners, .boxBottomCorners{
	width:290px;
	height:5px;
	display:block;
	overflow:hidden;
}
#galleries .boxTopCorners, #galleries .boxBottomCorners{
	width:215px;
	height:5px;
}
#fullNewsContentCon .boxTopCorners, #fullNewsContentCon .boxBottomCorners{
	width:900px;
	height:5px;
}
.boxTopCorners{background:transparent url(../design_img/boxTopCorners.png) 0 0 no-repeat;}
.boxBottomCorners{background:transparent url(../design_img/boxBottomCorners.png) 0 0 no-repeat;}
#galleries .boxTopCorners{background:transparent url(../design_img/boxTopCorners2.png) 0 0 no-repeat;}
#galleries .boxBottomCorners{background:transparent url(../design_img/boxBottomCorners2.png) 0 0 no-repeat;}
#fullNewsContentCon .boxTopCorners{background:transparent url(../design_img/boxTopCorners3.png) 0 0 no-repeat;}
#fullNewsContentCon .boxBottomCorners{background:transparent url(../design_img/boxBottomCorners3.png) 0 0 no-repeat;}
#content .margin{margin:0 15px 0 0;}
#content #galleries .margin{margin:0 13px 0 0;}
h1, h2{
	font-weight:normal;
	font-size:18px;
	margin:0 0 10px 0;
}
#galleries h2{font-size:11px;margin:0;}

h2 span{
	background-color:transparent;
	color:#c9c9c9;
	font-size:10px;
	font-style:italic;
	display:block;
}
	
h1, h2, h2 a, .more, .more a, #galleryContent a, #galleryChoose a{
	background-color:transparent;
	color:#fff;
}
.more{text-align:right;}
p{
	margin:0 0 10px 0;
	line-height:1.6;
}
#galleryChoose li{list-style:none;line-height:1.6;float:left;width:290px;text-transform:uppercase;}
#photos{position:absolute;z-index:90;bottom:41px;right:40px;height:20px;overflow:hidden;}
#photos a,#float{z-index:10;height:20px;line-height:20px;text-align:center;width:40px;background:#000 url(../design_img/galleryArrows.gif) -6px 5px no-repeat;cursor:pointer;color:#fff;}
#photos a{width:20px;float:left;margin-left:1px;background:#00070c;font-weight:bold;overflow:hidden;}
.back{position:absolute;bottom:41px;left:40px;z-index:10;background-color:#00070c;color:#fff;text-decoration:none;padding:5px 10px;}
#photos a:hover,#photos a.cur, .back:hover{background:#DF3222;color:#fff;}
#float{display:none;position:absolute;}
#float.nxt,#float.prv{display:block;}
#float.nxt{background-position:26px 5px;}
#float.prv{background-position:3px -15px;}
h2.galleryName{
	position:absolute;
	bottom:64px;
	left:40px;
	z-index:10;
	font-size:11px;
	background-color:#fff;
	color:#000;
	padding:5px 10px;
	font-weight:normal;
	margin:0;
}
#thumbsCon{
	width:880px;
	height:62px;
	position:relative;
	top:3px;
	z-index:5;
}
.thumbs{
	position:relative;
}
.thumbs a{
	overflow:hidden;
}
#sidebar {
	width:215px;
	padding:10px;
	height:400px;
	overflow:hidden;
	position:relative;
	z-index:10;
	background:transparent url(../design_img/boxContentBg.png);
	}	

#menu {
	width:100%;
	list-style:none;
	padding:0;
	margin:0;
	top:0;
	position:relative;
	height:100%;
	width:215px;
}

#menu li {
	/*padding:10px 0;*/
	height:38px;
	text-align:right;
	display:block;
	cursor:pointer;
	cursor:pointer;
	margin:0 0 5px 0;
}

#menu li a {
	display:block;
	font-size:9px;
	font-weight:900;
	/*display:inline;*/
	padding:20px 8px 5px 20px;
	text-decoration:none;
	background-color:#00070c;
	color:#fff;
}
#content #menu li a:hover{color:#fff;}
#menu li span {
	font-family:georgia, arial;
	font-size:9px;
	color:#464646;
}
#debugging_mouse_axis, #debugging_status{display:none;}

