/* CSS Document */



*, html, body{
	margin:0;
	padding:0;
}


body{
	background-image:url(images/bgGradient.jpg);
	background-repeat:repeat-x;
	background-color:#c2dced;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


#theCircle{
	background-image:url(images/redCircle.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:330px;
	height:350px;
	z-index:1;
	position:absolute;
	bottom:0;
}


#content{
	width:880px;
	margin:auto;
	margin-top:20px;
	z-index:10;
	position:relative;
}



#main{
	margin:0;
	padding:0;
	width:880px;
}



#top{
	height:80px;
	width:850px;
}



#top img{
	margin-left:10px;
}



#leftPush{
	width:14px;
	height:100px;
	float:left;
	position:relative;
}


/* ===================== NAVIGATION =================== */



#topShade{
	width:880px;
	height:31px;
	position:relative;
	margin-top:-10px;
}


#topShadeImage{
	width:880px;
	height:31px;
	background-image:url(images/topShade.png);
	background-repeat:no-repeat;
}


#topShade #nav{
	float:right;
	position:relative;
	margin-top:3px;
	font-size:14px;
	padding-right:15px;
}


#topShade #nav li{
	float:left;
	list-style-type:none;
	margin-top:5px;
	height:20px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
}


#topShade #nav li a{
	text-decoration:none;
	color:#0067AB;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}


#topShade #nav li.menu-current, #topShade #nav li.menu-parent{
	background-image:url(images/menuSelectBg.jpg);
	background-repeat:repeat-x;
}


#topShade #nav li.menu-current a, #topShade #nav li.menu-parent a{
	color:#CC0000;
}


#subNav{
		margin-top:10px;
		margin-bottom:15px;
		float:left;
}

#subNav ul{
	margin-left:30px;
}


#subNav li{
	display:inline;
	list-style-type:none;
	padding-left:10px;
	padding-right:10px;
	z-index:51px;
	float:left;
}


#subNav li a{
	text-decoration:none;
	color:#333333;
	font-weight:bold;
}



#subNav li.menu-current a{
	color:red;
	font-weight:bold;
}



/*================= MIDDLE CONTENT ================== */



#middle{
	background-image:url(images/middleShadeLong.png);
	background-repeat:repeat-y;
	width:880px;
}


#mainContent{
	width:850px;
	padding-left:40px;
}


#middle h2{
	font-size:22px;
	margin-bottom:10px;
	color:#FFCE00;
}


#middle #leftBox ul, #middle #rightBox ul{
	margin-left:20px;
	padding-left:20px;
}



#middle input{
	margin-bottom:10px;
}



#middle #rightBox img{
	border:none;
}



/*=========== BOTTOM ========== */



#bottom{
	background-image:url(images/bottomShade.png);
	background-repeat:no-repeat;
	width:880px;
	height:28px;
	position:relative;
}


#footer{
	clear: both;
	font-size: 10px;
	height: 46px;
	text-align: center;
	text-transform: uppercase;
	width:880px;
	z-index:2;
	position:relative;
}


#footer ul{
	margin:auto;
	width:850px;
}


#footer li{
	display:inline;
	list-style-type:none;
	padding-left:10px;
	padding-right:10px;
}


#footer li a{
	text-decoration:none;
	color:#0067AB;
	font-family:Arial, Helvetica, sans-serif;
}



#footer li.menu-current{

}

#lixarClick{
	text-transform:none;
	margin-top:10px;
	color:#666666;
}

#lixarClick a{
	color:#333333;
}