/*
Original design: Orizonte (v1.0 - Oct, 2009) - An xhtml/css website template by Peter Alomepe and Goccine Design Studios.
For more information, see http://goccine.com/
*/

/* Main Containers */

body {
	padding:0;
	margin:0;
	font:76% verdana,tahoma,sans-serif;
	color:#FFF;
	border-top:4px solid #444;
	text-align:center;
	line-height:1.5em;
	background-color: #000;
	background-attachment: fixed;
	background-image: url(../images/alombatile.jpg);
	background-repeat: repeat;
	background-position: center top;
}
#wrap {
	width:900px;
	text-align:center;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	border-bottom-width: 6px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #900;
}
/* Header */
#header {
	height: 60px;
	margin-top: 20px;
}

#sitetitle {
	float:left;
	height:60px;
	width: 600px;
	color: #333;
	background-image: url(../images/testa.png);
	background-repeat: no-repeat;
}
#sitetitle a {color:#567; font-weight:normal;}
#sitetitle a:hover {color:#269;}
#menu {
	text-align: center;
	float: right;
	width: 300px;
	padding-top: 21px;
	padding-bottom: 21px;
	font-weight: bolder;
}
#menu a {
	margin:0;
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:-1px;
	color:#888;
	padding-right: 6px;
	padding-left: 6px;
}
#menu a:hover{color:#269; text-decoration:none; background: #fff url(../beta/css/images/menuhover.png) repeat-x; padding:35px 5px 41px 5px; border-left: 1px solid #eee; border-right: 1px solid #eee;}
#menu a.current{
	color:#37452C;
}
#menu a.current:hover{
	color:#888;
	text-decoration:none;
	background: none;
	border:0;
}

#headerimg {
	margin-bottom: 10px;
	border: 2px solid #EAEAEA;
	background-repeat: repeat;
	background-color: #FFF;
	margin-top: 5px;
}

#content {
	float: left;
}

#maincontent {
	background-color: #eaeaea;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	width: 600px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	float: left;
	border: 1px solid #999;
}

#boxes {
	float: right;
	width: 250px;
	margin-left: 5px;
}

/* Footer */
#footer {
	background:#fff;
	clear:both;
	color:#3C462E;
	text-align:center;
	line-height:1.5em;
	font-size:0.9em;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 5px;
}
#footer p {margin:0; padding:0;}
#footer a {background-color:#fff; color:gray; font-weight:400; text-decoration:none;}
#footer a:hover {text-decoration:underline;}
#footer span {font-size:1.2em;}

/* HTML Tags */
a {
	text-decoration:none;
	font-weight:700;
	color:#000;
}
a:hover {text-decoration:underline;}
a img {border:0;}
h1 {
	margin:15px auto 10px auto;
	padding:0;
	font-size:2.6em;
	color:#333;
	letter-spacing:-2px;
	line-height:1.2em;
}
h1 a {color:#eee; font-weight:700; text-decoration:none;}
h1 a:hover {color:#fff; text-decoration:none;}
h2 {margin:0 0 12px 0; padding:12px 6px 12px 15px; background:#1a1a1a url(../beta/images/bodybg.jpg) top center no-repeat; border-left:4px solid #e49938; color:#ddd; font-size:1.5em; font-weight:400;}
h2 a {font-weight:400;}
h3 {font-size:1.4em; font-weight:400; margin:0 0 10px 0;}
p {margin:0 0 15px 0;}
ul {margin:0 0 15px 20px; padding:0;}
li {margin:0; padding:0 0 0 5px;}


/* Various classes */
.slogan {color:#ccc; font-size:1.4em; margin:0 0 15px 0; padding:0;}
.toptabs {clear:both; font-size:1.4em; line-height:1.5em; color:#aaa; margin:0 0 15px 0;}
.toptab {padding:3px 10px 5px 10px; font-weight:400; margin:0 2px; color:#ccc;}
.toptab:hover {background-color:#444; color:#fff; text-decoration:none;}
.active {background-color:#444; color:#fff;}
.active:hover {background-color:#444; color:#fff;}
.bottomlinks, .bottomlinks a {text-align:center; color:#888; font-size:0.9em; font-weight:400; margin:5px auto;}
.footer, .footer a{
	color:#F00;
	font-weight:400;
}
.hide {display:none;}
