/*
	Author  : VbA
	Email	: Admin@TheHoster.Net
*/
html,
body {
   margin:0;
   padding:0;
   height:100%;
   background:url('bg.gif');
	font-family: Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	font-weight: 400;
	font-size: 15px;	
}
a{
	text-decoration:none;
	color:#0443A2;
}
a:hover{
	color:#EF0707;
}
#wrapper{
   margin:0 auto;
   max-width: 950px;
   min-width: 950px;
   width:1000px;
}
#wrap{
	min-height:100%;
	position:relative;
	margin:0;
	padding:0;
}
#header{
	margin:0;
	padding:30px;
	background: #1E323E;
	height:80px;
	border-bottom:1px solid #15242D;
	top:0;
}

#logo{
	float:left;
	width:300px;
}
#page{
	min-height:305px;
	margin-top:20px;
	margin-bottom:20px;
       padding-bottom:160px; 
}
#pageR{
	float:right;
	width:700px;
}
#pageL{
	margin-top:15px;
	float:left;
	width:250px;
}
#footer{
	margin-top:50px;
	background:#12171A;
	padding:5px;
	height:150px;
	color:#ccc;
	position:absolute;
	bottom:0;
	left:0;right:0;
	border:1px solid #12171A;
}

#server{
	font-family: arial, helvetica, sans-serif;
	float:left;
	width:280px;
	background:#fff;
	margin:15px;
	border:1px solid #ccc;
	height:200px;
	position:relative;
}
#serverSE{
	font-family: arial, helvetica, sans-serif;
	float:left;
	width:390px;
	background:#fff;
	margin:15px;
	border:1px solid #ccc;
	height:160px;
	position:relative;
}
#server td,#server th,#serverSE td,#serverSE th{
	text-align:left;
	padding:2px 4px;
}
#server-location{
	border-bottom:3px solid #FF9900;
	background:#15242D;
	padding:4px 8px;
	font-size:18px;
	color:#fff;
	line-height:25px;
	font-family: Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-shadow:1px 0px 0px #000;
}
#server-account{
	font-size:small;
	font-family: Arial;
	text-align:center;
	position:absolute;
	bottom:0;
	right:0;
	left:0;
}
#server-account a{
	border:1px solid #ccc;-webkit-box-shadow: #FEFFFF 0px 1px 1px ;-moz-box-shadow: #FEFFFF 0px 1px 1px ; box-shadow: #FEFFFF 0px 1px 1px ; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; text-shadow: 0px 1px 0 rgba(255,255,255,1);font-weight:bold; text-align: center; color: #4A4A4A; background-color: #F7F5F6;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F7F5F6), color-stop(100%, #DDDDDD));
	background-image: -webkit-linear-gradient(top, #F7F5F6, #DDDDDD);
	background-image: -moz-linear-gradient(top, #F7F5F6, #DDDDDD);
	background-image: -ms-linear-gradient(top, #F7F5F6, #DDDDDD);
	background-image: -o-linear-gradient(top, #F7F5F6, #DDDDDD);
	background-image: linear-gradient(top, #F7F5F6, #DDDDDD);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#F7F5F6, endColorstr=#DDDDDD);
	color:#000;
	padding:10px;
}
#server-account a:hover,#server:hover{
	box-shadow:0 0 3px #CCC;
}
#server-detail{
	padding:2px 10px;
	font: 100%/1.1 "Trebuchet MS", sans-serif;
}
.clear{
	clear:both;
}
#menu2{
	margin-top:40px;
	width:285px;
	display: block;
	float:right;
	text-align:right;
	text-decoration:none;
	font-size:18;
	color:#ffcb5a;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;

}

.title{
	padding: 10px 20px;
	background:#15242D;
	padding:8px 16px;
	color:#fff;
	text-shadow:1px 0px 0px #000;
	border-bottom:5px solid #FF9900;
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: -0.5px;		
}
#box{
	border-radius:8px;
	border:1p solid #ccc;
	background:#fff;
	width:850px;
	margin:10px auto;
}
#box p{
padding:10px 5px;
}
