body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#dee3e9 url(/admin/brand/bg.jpg) repeat-x;
}
a{
	color:#003399;
}
a:hover{
	color:#5183D7;
}

#main{
	margin:10px auto;
	border: 1px solid #036;
	width: 960px;
	padding:10px;
	background:#ffffff;
}
#menu{
	border-bottom:2px solid #036;
	margin-bottom:10px;
}


.clear{ clear:both; }



.pagesSelect{
	background:#597290;
	padding:3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #036;
} /*cms pages  */
.pagesSelect a{text-decoration:none; display: block; color:#FFF; font-weight:bold; font-size:14px;}
.pages {
	border-left: 1px dotted #036;
	border-right: 1px dotted #036;
	padding-left:15px;
}
.pagesAll{
	border:1px solid #036
}

#copyright {
	background-image: url(/admin/brand/adminfooter.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 36px;
	width: 100%;
}
.copyright {
	color: #DFDFDF;
	font-size: 9px;
	font-style: oblique;
	text-decoration: none;
	text-align: right;
}
.copyright a{color: #DFDFDF; text-decoration: none;}
.copyright a:hover {color: #DFDFDF; text-decoration: none; }


#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background:#597290;
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #036;
}

#nav a {
	display: block;
	width: 10em;
	text-decoration:none;
	margin-top:5px;
	margin-bottom:5px;
	color:#fff;
}

#nav li {
	float: left;
	width: 10em;
	background:#597290;
}
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	background:#fff;
	border:1px solid #036;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul li a:hover{
	background:#597290;
}


#menu{
	margin-bottom:10px;
	background:#597290;
	padding-left:10px;
}