@CHARSET "UTF-8";



.clearajax{
	clear: left;
	height: 0;
	visibility: hidden;
	display: block;
}

/******* TOP *******/
#topajax{
	margin: 0 auto;
	padding-bottom:0px;
}
#topajax h1 a{
	background: transparent url(images/logo.jpg) no-repeat scroll left top;
	display: block;
	float: left;
	height: 46px;
	text-indent: -999999px;
	width: 205px;
}
/******* /TOP *******/
/******* MENU *******/
#topajax #menu{
	float: left;
	list-style-type: none;
	margin: 12px 0 0 10px;
	width:75%;
}
#topajax #menu li{
	float: left;
	margin-right: 16px;
	text-transform: uppercase;
	color: #666;
}
#topajax #menu li:hover{
	color: #6fa5fd;
	cursor: pointer;
}
/******* /MENU *******/
/******* LOADING *******/
#loading{
text-align: center;
visibility: hidden;
float:left;
width:75px;
margin-right:40px;
background: transparent url(images/logo.jpg) no-repeat scroll left top;

}
/******* /LOADING *******/

#contentajax{ padding:0px; }
