@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Geneva, sans-serif;
	background: url('bg.png') top center repeat;
	text-align: center;
	font-size: 14px;
	color:#707173;
	height:100%;
}
img{
	border:none;
}
#holder{
	position:absolute;
	top:0px;
	bottom:0px;
	width:100%;
	height:100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.2) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(20%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.2)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.2) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.2) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.2) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#33000000',GradientType=0 );
}
#logoplacer{
	margin: 50px auto;
}
.flol{
	float:left;
}
#guideplacer{
	margin: 50px auto;
	width: 960px;
	min-height: 400px;
}
.guiderbox{
	float:right;
	border: 5px solid #333;
	border-radius: 8px;
	width:190px;
	height: 330px;
	margin: 10px 20px;
	background: #FFF;
	opacity: 0.8;
	padding:0;
-webkit-box-shadow: 0px 10px 50px -20px #000000;
   -moz-box-shadow: 0px 10px 50px -30px #000000;
        box-shadow: 0px 10px 50px -20px #000000;
		cursor:pointer;
}
.guiderbox:hover{
	float:right;
	border: 5px solid #333;
	border-radius: 8px;
	width:210px;
	height: 350px;
	margin: 0px 10px;
	background: #FFF;
	opacity: 1;
	padding:0;
-webkit-box-shadow: 0px 10px 50px -20px #000000;
   -moz-box-shadow: 0px 10px 50px -30px #000000;
        box-shadow: 0px 10px 50px -20px #000000;
		cursor:pointer;
}
.guiderbox h1,.guiderbox h2{
	display:block;
	font-size:14px;
	font-weight:bold;
	width:100%;
	position:absolute;
	bottom:0px;
	height: 60px;
	padding-top:10px;
	opacity: 0.8;
	color:#FFFFFF;
	background: rgb(157,213,58);
background: -moz-linear-gradient(top,  rgba(157,213,58,1) 0%, rgba(161,213,79,1) 50%, rgba(128,194,23,1) 51%, rgba(124,188,10,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(157,213,58,1)), color-stop(50%,rgba(161,213,79,1)), color-stop(51%,rgba(128,194,23,1)), color-stop(100%,rgba(124,188,10,1)));
background: -webkit-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%);
background: -o-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%);
background: -ms-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%);
background: linear-gradient(to bottom,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 );

text-shadow: 1px 1px 0 rgba(0,0,0, 1);
}
.guiderbox:hover h1,.guiderbox:hover h2{
	display:block;
	font-size:14px;
	font-weight:bold;
	width:100%;
	position:absolute;
	bottom:0px;
	height: 60px;
	padding-top:10px;
	opacity: 1;
	color:#FFFFFF;
	background: rgb(157,213,58);
background: -moz-linear-gradient(top,  rgba(157,213,58,1) 0%, rgba(161,213,79,1) 50%, rgba(128,194,23,1) 51%, rgba(124,188,10,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(157,213,58,1)), color-stop(50%,rgba(161,213,79,1)), color-stop(51%,rgba(128,194,23,1)), color-stop(100%,rgba(124,188,10,1)));
background: -webkit-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%);
background: -o-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%);
background: -ms-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%);
background: linear-gradient(to bottom,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 );
text-shadow: 1px 1px 0 rgba(0,0,0, 1);

}
.el{
	position:relative;
	display:inline-block;
	padding:0;
	margin:0;
	height: 100%;
	width: 100%;
	background: url(el.png) center center no-repeat;
}
.ap{
	position:relative;
	display:inline-block;
	padding:0;
	margin:0;
	height: 100%;
	width: 100%;
	background: url(ap.png) center center no-repeat;
}
.gd{
	position:relative;
	display:inline-block;
	padding:0;
	margin:0;
	height: 100%;
	width: 100%;
	background: url(gd.png) center center no-repeat;
}
.dc{
	position:relative;
	display:inline-block;
	padding:0;
	margin:0;
	height: 100%;
	width: 100%;
	background: url(dc.png) center center no-repeat;
}
.uc{
	position:absolute;
	top:40px;
	left:-15px;
	background: url(uc.png) top left no-repeat;
	height:96px;
	width:106px;
	
}
#footer{
	border-top: solid #999 1px;
	height:10px;
	padding:10px;
	width:960px;
	margin:0 auto;
	text-align:center;
	font-size:10px;
}
.overall{
	display:block;
	position:absolute;
	height:100%;
	width:100%;
}