body{
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#3E3E3E;
	font-family: verdana, arial, sans-serif;
	font-size:12px;
}
#boxAll{
	width:576px;
	text-align:left;
	margin:0px auto;
	padding:4px;
	border:1px #666 solid;
	margin-top:50px;
}
#boxAll #boxHeader{
	height:297px;
	background:#000 url("../../img/tpl/bgAcc.jpg") top left repeat-x;
	overflow:hidden;
}
/* MENU TOP*/
#boxAll #boxHeader #topMenu{
	height:35px;
	overflow:hidden;
}
#boxAll #boxHeader #topMenu ul{
	height:35px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#boxAll #boxHeader #topMenu ul li{
	display:inline;
	border:0px;
	float:right;
	margin:0px;
	padding:15px 15px 0px 15px;
	height:35px;
}
#boxAll #boxHeader #topMenu ul li a{
	color:#F54C00;
	font-size:12px;
	text-decoration:none;
}
#boxAll #boxHeader #topMenu ul li a:hover{
	border-bottom:1px #F54C00 dashed;
}
/* MENU PRIMARY */
#boxAll #boxHeader #primaryMenu{
	height:45px;
}
#boxAll #boxHeader #primaryMenu ul{
	height:45px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#boxAll #boxHeader #primaryMenu ul li{
	display:inline;
	border:0px;
	float:right;
	margin:0px;
	padding:0px 30px;
	height:45px;
	border-left:1px #BE4305 solid;
}
#boxAll #boxHeader #primaryMenu ul li a{
	color:#FFF;
	font-size:12px;
	line-height:45px;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
}
#boxAll #boxHeader #primaryMenu ul li a:hover{
	border-bottom:1px #FFF dashed;
}

/* HEADER MIDDLE */
#boxAll #boxHeader #middleHeader{
	height:220px;
}