/* reset */

*	{
	margin:0px;
	border:0px;
	}
.clear{
	clear:both;
	}
.clearRight{
	clear:right;
	}		
.clearLeft{
	clear:left;
	}
body{
	font-family:Arial, Helvetica, sans-serif;
	}
	
/* start genric classes */

#main{
	width:955px;
	margin:0 auto;
	position: relative;
}

#main .logo{
	height:32px;
	margin-top:20px;
	background:url(../../img/logo.gif) no-repeat top right;
}

/* start header classes */

#header{
	margin-top:20px;
	height:255px;
}

#header .pictures{
	float:left;
	height:255px;
	width:590px;
	background:#CCC;
}

#header .menu{
	float:right;
	height:255px;
	width:365px;
}

#header .menu ul{
	list-style:none;
	padding:0;
	margin:0;
}

#header .menu li{
	height:83px;
	line-height:83px;
	margin-bottom:3px;
}

#header .menu a{
	display:block;
	height:83px;
	color:#999999;
	font-size:22px;
	text-decoration:none;
	padding-left:40px;
	background:url(../../img/bg_menu.gif) bottom;
}

#header .menu a:hover{
	color:#1170DC;
	background:url(../../img/bg_menu.gif) top;
}

#header .menu a.back{
	display:block;
	height:83px;
	color:#999999;
	font-size:22px;
	text-decoration:none;
	text-align:right;
	padding-right:40px;
	background:url(../../img/bg_menu_back.gif) bottom;
}

#header .menu a:hover.back{
	color:#1170DC;
	background:url(../../img/bg_menu_back.gif) top;
}

/* start footer classes */

#footer {
	width:100%;
	float:left;
	font-size:11px;
	color:#999999;
	height:25px;
	line-height:25px;
	border-top:1px solid #999;
	margin-top:30px;
}

#footer .left{
	float:left;
}

#footer .right{
	float:right;
}

#footer a{
	color:#999999;
	font-size:11px;
	text-decoration:none;
}

#footer a:hover{
	color:#1170DC;
}

#footermenu a{
	float:left;
	width:100%;
	font-size:9px;
	text-align:center;
	color:#999;
	margin-top:30px;
	text-decoration:none;
		display:none;
}