/* pixelosaurus.com */
body {
    background: black;
    color: #666;
    margin: 0;
    padding: 0;
    background: url(../images/bg.gif);
}

a {
    color: #999;
}

a:hover {
    text-decoration: none;
}

#container{
    position: relative;
    width: 900px;
    height: 523px;
    overflow: hidden;
	margin:13px auto;
}

#header{
    position: relative;
    width: 900px;
    height: 503px;
    background: #666;
    overflow: hidden;
	margin:13px auto;
	border: 1px solid #252525;
}

/* opera */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
#header {height: 520px;}
}
/* safari */	

@media screen and (-webkit-min-device-pixel-ratio:0) 
{ 
#header { height: 495px; }
}


#text {
	margin: 0;
	color: #999;
	font-size:48px;
	line-height: 0.7em;
	text-transform: uppercase;
	word-spacing: -10px;
	text-align: justify;
}


.white {color:#fff;}
.black {color:#535353;}

#spot {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/spot.png) 50% 1000px;
	overflow:display;
}

.QOverlay {
	background-color: #000000;
	z-index: 9999;
}

.QLoader {
	background-color: #1f1f1f;
	height: 1px;
}

#shadow {
	background:url(../images/shadow.png);
	margin:-19px auto;
	width:900px;
	height:10px;
	position:relative;
	}
/* opera */	
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
#shadow {margin:-13px auto;}
}

/* safari */	
@media screen and (-webkit-min-device-pixel-ratio:0) 
{ 
#shadow { margin:-27px auto; }
}


/* slider */

#slider {
    width: 666px;
	height:127px;
	z-index:-999;
	margin-top:520px!important;
	margin-left:-330px;
	
    } 

.handle {
		background: url(../images/handler.png)!important;
		width:390px!important;
		height:43px!important;
		display:block!important;
		margin:37px 137px 0 0;
		}
		
/* about */
#pixelosaurus {
	position:absolute;
	margin:85px 0 0 372px;
	z-index:1001;
	}
	
#pixelosaurus ul {
    list-style-type: none;
	} 	

#pixelosaurus li{
    list-style-type: none;
	}
	
#pixelosaurus li a{
	display:block;
	width:345px;
	height:25px;
	}
	
#pixelosaurus li a:link. #pixelosaurus li a:hover {
	display:block;
	}
	
#about {
	margin-top:10px;
	padding:10px;
	}	
	
#about p{
	padding-bottom:10px;
	line-height:1.1em;
	text-align:justify;
	}	
	
#about h1{
	margin:-5px 0 0 10px;
	font-size:1.9em;
	letter-spacing: 2px;
	background-image:url(../images/pixelosaurus-logo.png);
	padding:8px 0 0 55px;
	height:49px;
	z-index:1000;
	background-repeat: no-repeat;
	background-position: top left;
	}	
	
	
	
/* contact */
#contact-block {
	position:absolute;
	margin:185px 0 0 140px;
	z-index:1001;	
	}
	
#contact-block ul {
    list-style-type: none;
	} 	

#contact-block li{
    list-style-type: none;
	}
	
#contact-block li a{
	display:block;
	width:215px;
	height:25px;
	}
	
#contact-block li a:link. #contact-block li a:hover {
	display:block;
	}
	
#contact {
	margin-top:10px;
	padding:10px;
	}
			
#contact h1{
	margin-top:0;
	font-size:1.3em;
	letter-spacing: 3px;
	}	
	
/* contact */


.notification_error
{
height: auto;
width: auto;
padding: 4px;
background: #000;
text-align: left;
margin:0 auto 20px;
}

.notification_ok
{
height: 50px;
width: 90%
padding: 15px;
text-align: center;
margin:50px auto;

}

.info_fieldset {width:350px; margin:0 auto; }

.info_fieldset legend {
	color: #fff; 
	font: 13px Verdana;
	padding: 2px 5px 2px 5px;
	}

.button {
	padding:2px 5px 2px 5px;
	border:none;
	background: black;
	color: #333333; 
	width:100px; margin-left:115px;	
	}

.center {width:250px; margin:0 auto;}
/* Label */
label  { width: 80px; padding-left: 20px; margin: 5px; float: left; text-align:right; }

/* Input, Textarea */
input, textarea {
	margin: 5px;
	padding: 3px; 
	float: left;
	color: #666; 
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	border:none;
	background:#0d0d0d;
	}

/* BR */

br { clear: left; }	

#note {text-align:center;}