/* ================= RESET =============== */

/* remove os valores padroes para evitar diferencas de layout entre os browsers */
html, body, a, address, blockquote, button, dl, dd, form, fieldset, h1, h2, h3, h4, h5, h6, hr, img, input, label, li, p, pre, object, ol, span, select, textarea, ul {margin:0; padding:0}
input, select, textarea {font-family:inherit; font-size:inherit}
form label {cursor:pointer}
img, fieldset {border:none}
table {border-collapse:collapse; border-spacing:0}
object {outline:none; display:block}

/* ====================== GENERAL TAGS ======================== */

html {
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

body{
	height: 100%;
	background-color: #242424;
	color: #FFF;
	font-size: 10px;
	text-transform: uppercase;
}

a{
	color: #FFF;
	text-decoration: none;
}

a:hover{text-decoration: underline;}
ul {
	color: #FFF;
	padding-top: 15px;
	padding-bottom: 20px;
}
ul li {list-style: none;}

h3{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

/* Center the alternative flash content */
#my_flash{
	width: 100%;
	text-align: center;
}

#main{
	width: 758px;
	padding-top: 482px;
	margin: auto;
	overflow: visible;
}

#header{
	margin-top: 5px;
	margin-bottom: 5px;
}

#headerRight{
	float: right;
}

#bottom{
	background-color: #5EA0BF;
	width: 100%;
	height: 50%;
}

#menu{
	width: 758px;
	margin: auto;
	overflow: visible;
	padding-top: 20px;
}

.menuItem{
	float: left;
	padding-right: 11px;
}

.clear {clear: both;}
br.clear {line-height: 0;}
