@charset "UTF-8";
@import "reset.css";
body { background: #333; font:14px/21px Helvetica, Arial, sans-serif; color: #333; margin: 0; padding: 0; }
a { color: #ccc; text-decoration: underline; }
a:hover { color: #fb2b2b; }
h1 { font-size: 40px; line-height: 28px; font-weight: bold; letter-spacing: 1px; color: #fff; }
h2 { font-size: 30px; font-weight: normal; margin: 8px 0;letter-spacing: 1px; color: #fff; }
h3 { font-size: 18px; font-weight: normal; margin: 8px 0;letter-spacing: 1px; color: #fff; }
h4 { font-size: 14px; font-weight: normal; margin: 0; }
h5 { font-size: 12px; font-weight: normal; margin: 0; }
ul { margin-left: 20px; }
ol { margin-left: 36px; }

#mask {
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
    background-color:white; 
    z-index:999;
}

#wrapper { 
	background-repeat:repeat;
	width: 100%; 
	height: 100%;
	margin: 0 auto; 
	position:fixed;
	top:0px;
	left:0px;
	background:transparent url(raster2.png) repeat top left;
	overflow:hidden;
}

#progr{
	position: absolute;
	top: -10px;
	right: 0px;
	z-index: 9999;
}

#services { 
	width: 280px; 
height:85%;
	z-index: 20;
	text-align: left;
	position: absolute;
	line-height: 25px;
	top: 0px;
	left: 0px;
	color: #fff;
	border-top:1px solid #999; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; -moz-box-shadow: 0px 1px 1px #000; -webkit-box-shadow: 0px 1px 1px #000; 			box-shadow: 0px 1px 1px #000; 
	padding: 20px;
	
	text-align: center;
	font-style:italic;
margin: 20px 40px 40px 40px;
}

#services > p, #services > div { margin-left: 7px; }

#services ul{
	line-height: 60px;
}

#services h1{
color: #fff;
font-size: 50px;
}

#services h2{
color: #fff;
font-size: 35px;
}

#services h3{
color: #fff;
font-size: 25px;
}

#sidebar { 
	width: 580px; 
	position:absolute; 
	top: 100px; 
	left: 0px; 
	z-index: 80;
}

.black-15 { background: url(../media/black-15-trans.png); color: #fff; padding: 4px 8px; }
.black-35 { background: url(../media/black-35-trans.png); color: #fff; padding: 4px 8px; }
.black-50 { background: url(../media/black-50-trans.png); color: #fff; padding: 4px 8px; }
.orange-50 { background: url(../media/orange-50-trans.png); color: #fff; padding: 4px 8px; }
.black-65 { background: url(../media/black-65-trans.png); color: #fff; padding: 4px 8px; }
.black-85 { background: url(../media/black-85-trans.png); color: #fff; padding: 4px 8px; }
div.clear { overflow: hidden; height: 1px; clear: both; }
img.alignRight { float: right; margin: 0 0 15px 15px; }
img.alignLeft { float: left; margin: 0 15px 15px 0; }
.error { color: #833; }

#footer{
	position: absolute;overflow:hidden;
	bottom: 0px;
	width: 100%;
	height: 90px;
	background-color:#000;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 18%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(18%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 18%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 18%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 18%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 18%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
z-index: 20;
	}
	
#footer img{
	position: absolute;
	left:0px;
	bottom: 10px;
}

#footertxt{
	position: absolute;
	bottom: 27px;
	left: 370px;
	text-align: left;
	text-decoration:none;
}

#footertxt a{
	text-decoration:none;
}

#footertxt a:hover{
	text-decoration:none;
	color: #FC0;
}

.grey{
	color: #fff;
	}
.blue{
	color: #55aaff;
	}
	
.list{
	padding-left: 15px;
	padding-right: 15px;
	}

#list{
	height:450px;
	width:650px;
	overflow:hidden;
	position:fixed;
	left: -100px;
	bottom: -100px;
	z-index: 10;

}
#list ul,
#list li{
	list-style:none;
	margin:0;
	padding:0;
}
#list a{
	position:absolute;
	text-decoration: none;
	color:#ccc;
	font-size: 30px;
	width:320px;
	padding: 10px 10px 10px 10px;
	color: #fff;
	border-top:1px solid #999; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; -moz-box-shadow: 0px 1px 1px #000; -webkit-box-shadow: 0px 1px 1px #000; 			box-shadow: 0px 1px 1px #000; 
	text-align: center;
	cursor: default;
}
#list a:hover{
	text-align: center;
	color:#fff;
	width: 320px;
	padding: 10px 10px 10px 10px;
	color: #000;
	border-top:1px solid #333; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; -moz-box-shadow: 0px 1px 1px #000; -webkit-box-shadow: 0px 1px 1px #000; box-shadow: 0px 1px 1px #000; 
	background: url(../media/orange-50-trans.png);  
    }	
	
.sorry{
opacity: .6;
font-size: 16px;
margin-top: 80px;
background: #CD7D7C;
}