@charset "UTF-8";
/* CSS Document */



body {
	text-align:center;
	font-family:Tahom, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#222;
}
p{
	margin:0;
	padding:0;
}
.spacer{
	clear:both;
}
#wrapper {
	width:950px;
	margin:20px auto;
	text-align:left;
	border:10px solid #1F1F1F;
	background:#292a2b;
}

ul{
margin:0px;
padding:0px;
}
#header {
	height:88px;
	background:#000 url(images/motto.png) no-repeat 470px 35px;
}

#footer {
	height:30px;
	background:#000;
	color:#CCC;
	text-align:center;
	padding-top:15px;
	font:Arial, Helvetica, sans-serif 11px;
}

#footer a, #info a {
	color:#C00;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

#logo{
	padding:14px 0 0 35px;
}

#menu{
	height:60px;
	background:#292a2b;
	}

#menu ul{
    list-style-type:none;
	margin:0px;
	padding:0px;
}

#menu li{
	float:left;	
	
}

#menu a{
	display:block;
	padding:10px 50px ;
	margin-right:2px;
	background:#1c1c1c;
	color:#FFF;
	text-decoration:none;
	

}
#menu a:hover, #menu a.selected{
	padding:15px 50px 15px 50px;
	color:#C00;
	-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:10px;
-webkit-border-bottom-left-radius:3px;
-webkit-border-bottom-right-radius:10px;

}
	

#main{
min-height:400px;
}

#tabs{
	/*height:25px;
	height:55px!important;*/
	padding-left:120px
	/*overflow:hidden;*/
	}

#tabs ul{
	list-style:none;
	MARGIN-LEFT:30PX;
}

#tabs li {    
	float:left;
}

#tabs a{
	display:block;
	padding:5px 30px;
	margin-right:2px;
	margin-top:10px;
	background:#bbb;
	color:#121212;
	text-decoration:none;
	-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
-webkit-border-top-left-radius:3px;
-webkit-border-top-right-radius:3px;
}

#tabs a:hover, #tabs a.selected{
	margin-top:4px;
	padding:8px 30px;
	background:#666;
	color:#fff;
	text-decoration:none;
}

#content {
	width:850px;	
	padding:10px;	
	margin:0px 0 30px 42px;
	border:8px solid #666;
	background:#000;
	color:#CCC;
	-moz-border-radius:6px;
-webkit-border-radius:6px;
	}
	
	#content_nopad {
	width:850px;	
	margin:0px 0 30px 42px;
	border:8px solid #666;
	background:#000;
	color:#CCC;
	}
	
	#info{
	padding:20px;
	float:left;
	width:250px;}
	
	input, textarea{
		margin-bottom:2px;
	background:#333;
	border:#ccc;
	width:290px;
	padding-left:5px;
	-moz-border-radius-bottomleft:6px;
   	-moz-border-radius-topright:6px;
	-webkit-border-bottom-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	outline:none;
	}
	input:focus, textarea:focus{
		background:#999;
	}
	
	.button{
		width:130px;
		float:left;
		margin-right:10px;
		margin-top:5px;
		background:#FFF;
	}