@import url(reset.css);
@import url(editor.css);
@import url(forms.css);

body {
	background:#fff url(/images/bgBody.jpg) repeat-x;
	color:#666666;
}

input {
	margin-bottom:12px;
}

.clearfix {
	clear:both;
}	

#page {
	margin:0 auto;
	width:960px;
	height:600px;
}

#header {
	background: url(/images/bgHeader.jpg) no-repeat;
	height:118px;
	margin:0;
}	

#logo {
	float:left;
	height:118px;
	margin-left:15px;
	width:100px;
}

#header-title {
	height:89px;
}

#nav-tabs {
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	margin:0 25px 0 160px;
}	

#shadow {
	background: url(/images/shadow.png) repeat-y;
	width:960px;	
}

#mainbody {
	background: url(/images/bgMain.jpg) repeat-y;
	margin:0 auto;
	width:952px;
}

.home #mainbody {
	background: url(/images/bgMain-Home.jpg) repeat-y;
}

.home #navigation-side {
	float:right;
	width:190px;
}

.home #navigation-side img {
	list-style-type:square;
	margin-right:20px;
}

.home #navigation-side ul {
	list-style-type:square;
	width:178px;
}

.home #navigation-side ul li {
	border-bottom:none;
	color:#f0c81f;
	font-size:11px;
	font-weight:normal;
	margin-bottom:5px;
	padding:0 0 8px 2px;
}

.home #navigation-side ul li a {
	color:#666666;
}

.home #navigation-side ul li a:hover {
	text-decoration:underline;
}

.home #main {
	float:left;
	margin:20px 0 0 20px;	
}

.home #botton-shadow {
	background: url(/images/bgBottomShadow-Home.jpg) no-repeat;
}	

#breadcrumbs {
	clear:both;
	float:left;
	margin-bottom:12px;
	width:480px;
}	

#breadcrumbs a {
	color:#1d508c;
	font-size:10px;
	font-weight:bold;
}

#controls {
	color:#5882d5;
	float:right;
	font-size:10px;
	width:110px;
}

#navigation-side {
	float:left;
	padding-top:30px;
	width:208px;
}

#main {
	float:right;
	margin:10px 20px 0 0;
	width:700px;
}

#main ul {
	margin:0;
	list-style:none;
}

#main ul ul {
	font-size:12px;
	margin:0 0 12px 25px;
	list-style:none;
	padding:3px 3px;
}

#main ul li.PBItem {
	list-style:none;
}

#main ul ul li {
	padding:3px 3px;
	margin:0 0 0 0;
	list-style:disc;
}

#main ul ul ul li {
	padding:3px 3px;
	margin:0 0 0 0;
	list-style:disc;
}

#content {
	margin-bottom:40px;
}	

#botton-shadow {
	background: url(/images/bgBottomShadow.jpg) no-repeat;
	margin:0 auto;
	width:952px;
	height:40px;
}

#footer {
	margin:0 auto;
	padding-top:30px;
	width:700px;
}

#footer p {
	font-size:11px;
	margin-top:6px;
}



