/*****Reset*****/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

* { margin: 0; padding: 0; }

/*****Basic Elements*****/
body { background: #000; text-align: center; }
img {border:none; display: block; }
hr {display: none;}
p {padding-bottom: 8px;}
fieldset {border: 0;}
a {color: #000; cursor: pointer;}
a:hover {text-decoration: underline; cursor: pointer;}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Serif;
	font-weight: normal;
	color: #000;
	padding: 0;	
	margin: 0;
}

h2 { font-size: 38px; color: #BC24C2; margin-bottom: 10px; }

ul { list-style: none; }
/*****Clearfix*****/
.item:after {
	clear: both;
	content: ".";	
	display: block;
	height: 0;
	visibility: hidden;
}
/*****Generic Classes*****/
.left { float: left; }
.right { float: right; }
.clear { clear: both; }


/*****Home*****/
#home { width: 706px; height: 592px; position: absolute; top: 50%; left: 50%; margin-left: -353px; margin-top: -296px; }

/*****Container*****/
#container { width: 618px; position: relative; margin: 5px auto; font-family: Arial, Helvetica, Verdana, Sans-serif; }

/*****Basic Template*****/
#nav {
	width: 618px;
	height: 25px;
	margin: 5px auto 10px auto; 
}

#nav li { 
	float: left;
	display: inline;
	margin-right: 10px;
}

#nav li a, #nav li a:link, #nav li a:visited {
	display: block; 
	float: left;
	background: url(../img/theme/btn-left.gif) no-repeat top left;
	height: 25px;
	padding-left: 10px;	
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

#nav li a span, #nav li a:link span, #nav li a:visited span {
	display: block; 
	float: left;
	background: url(../img/theme/btn-right.gif) no-repeat top right;
	height: 25px;
	padding-right: 10px;	
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

#nav li a:hover, #nav li a:active { color: #FFFF00; text-decoration: underline; }
#nav li a:hover span, #nav li a:active span { color: #FFFF00; text-decoration: underline; }

#nav li.current a, #nav li.current a:link, #nav li.current a:visited, #nav li.current a:hover, #nav li.current a:active {
	display: block; 
	float: left;
	background: url(../img/theme/btn-left.gif) no-repeat left -35px;
	height: 25px;
	padding-left: 10px;	
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

#nav li.current a span, #nav li.current a:link span, #nav li.current a:visited span, #nav li.current a:hover span, #nav li.current a:active span {
	display: block; 
	float: left;
	background: url(../img/theme/btn-right.gif) no-repeat right -35px;
	height: 25px;
	padding-right: 10px;	
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

#contato { width: 618px; text-align: left; margin-top: 15px; }

#contato p { color: #fff; font-size: 12px; line-height: 16px; margin-bottom: 15px; }

#contato ul li { color: #fff; font-size: 12px; line-height: 16px; list-style: square; margin-left: 15px; margin-bottom: 15px; }

#contato ol li { color: #fff; font-size: 12px; line-height: 16px; list-style: decimal; margin-left: 25px; margin-bottom: 15px; }

#contato p a { color: #fff; font-size: 12px; }