body { margin: 0; }
#CMSBody { background: url(/UserUploadImages/system/background.gif) repeat-y top center; }
h1,h2,h3,h4 { margin: 0 0 5px 0; font-weight: normal; }
h1,h2,h3,a { color: #f7941d; }
h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 14px; font-weight: bold; }
h4 { font-size: 13px; color: #000; }
a, a:hover { text-decoration: none; }
a:hover { color: #48484a; }

#pageWrapper, #top, #intro, #content {
	width: 860px;
	margin: 0 auto;
	clear: both;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #48484a;
}

#topWrapper {
	background: url(/UserUploadImages/system/bgTopLine.gif) repeat-x bottom left;
	width: 100%;
	height: 90px;
}

#logo {
	float: left;
	margin: 20px 0;
	width: 237px;
}

#flaggor {
	margin: 0;
	float: right;
        padding: 0 2px 0 0;
        margin: 5px 0 5px 0;
	width: 600px;
}



#topNav {
	margin: 0;
	float: right;
        padding: 0 2px 0 0;
        margin: 15px 0 0 0;
        background: url(/UserUploadImages/system/headmenuLine.gif) no-repeat bottom right;
	float: right;
	width: 600px;
}

.topNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

.topNav ul ul { background: none; display: none; }


.topNav ul li {
	float: left;
	margin: 0;
	background: url(/UserUploadImages/system/headmenuLine.gif) no-repeat bottom left;
	vertical-align: text-bottom;
}

.topNav ul li a {
	font: 15px Arial;
	color: #000;
	text-decoration: none;
	padding: 0 10px 0 12px;
	display: block;
}

.topNav ul li a:hover, .AddCMSSysMainSelected {
	color: #f7941d !important;
        text-decoration: none;
}


#intro {
	background: url(/UserUploadImages/system/bgSubpage.jpg) repeat-x bottom left;
	width: 872px;
	height: 140px;
	padding: 0 0 0 10px;
}

#introBild {
	float: left;
	width: 440px;
	height: 140px;
	heigth: auto !important;
	min-height: 140px;
}

.introText {
	float: right;
	width: 370px;
	vertical-align: middle;
	height: 120px;
}

#introText {
	margin: 20px 20px 0 30px;
	width: 370px;
}

#content {
	padding: 20px 0 0 0;
}

#leftContent {
	float: left;
	width: 165px;
	margin: 0 10px 0 5px;
}

#middleContent {
	float: left;
	width: 420px;
	height: 400px;
	heigth: auto !important;
	min-height: 400px;
	padding: 0 20px 0 0;
	background: url(/UserUploadImages/system/bgContent.gif) no-repeat top right; 
}

#rigthContent {
	float: left;
	width: 220px;
	margin: 0 0 0 10px;
}


.subNav ul ul li {
	background: url(/UserUploadImages/System/menuLine.gif) no-repeat 0% 100%;
}

.subNav ul ul ul li {
	background: none;
}

.subNav ul li ul li ul {
	background: url(/UserUploadImages/System/menuLine.gif) no-repeat 0% 100%;
}

.subNav ul a {
	font: 14px Verdana, Arial;
	font-weight: bold;
	color: #f7941d;
	text-decoration: none;
	display: block;
	width: 145px;
	margin: 0 0 7px 0;
}

.subNav ul ul a {
	font: 11px Arial;
	color: #353535;
	margin: 0;
	width: 135px;
	padding: 2px 0 3px 10px;
	background: url(/UserUploadImages/System/menuArrow.gif) no-repeat 0px 7px;
}

.subNav ul ul a:hover, .AddCMSSysSubSelected {
	color: #f7941d !important;
	background: url(/UserUploadImages/System/menuArrowSelected.gif) no-repeat 0px 7px !important;
}

.subNav ul ul ul a, .subNav ul ul ul a:hover, .subNav ul ul ul a AddCMSSysSubSelected {
	padding: 2px 0 3px 15px !important;
	background: none !important;
}


/* IE6 fix */


* html #introText {
	margin: 20px 10px 0 30px !important;
}

