html,
body {
	margin: 0;
	padding: 0;
}

.SKN_bodywrapper {
	background: url(images/body_bg.gif) top left repeat-x;
}

.SKN_skinwrapper {
	width: 976px;
	margin: 0 auto;
	padding-top: 37px;
}

.SKN_skinheader {
	background: url(images/skinheader_bg.png) top left repeat-x;
	height: 18px;
}

.SKN_skinfooter {
	background: url(images/skinfooter_bg.png) top left repeat-x;
	height: 18px;
}

.SKN_skincontent {
	background: url(images/skincontent_bg.png) top left repeat-y;
	/*padding-bottom: 10px;*/
}

.SKN_logo {
	background: url(images/logo.gif) top left no-repeat;
	width: 936px;
	height: 51px;
	text-align: right;
	margin-left: 18px;
	margin-bottom: 19px;
	padding-top: 40px;
	color: #a6a6a6;
}

.SKN_logo_small {
	background: url(images/logo.gif) top left no-repeat;
	width: 940px;
	height: 91px;
	text-align: right;
	margin-left: 18px;
	margin-bottom: 19px;
}

a.SKN_minilink,
a.SKN_minilink:visited,
a.SKN_minilink:link,
a.SKN_minilink:active,
a.SKN_minilink:hover {
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	color: #a6a6a6;
}

.SKN_banner {
	background: url(images/banner.jpg) top left no-repeat;
	width: 940px;
	height: 265px;
	margin-left: 18px;
	position: relative;
}

.SKN_radmenu {
	background: url(images/radmenu_bg.gif) top left no-repeat;
	width: 930px;
	height: 37px;
	margin-left: 18px;
	padding-left: 10px;
}
	
.SKN_bannerbuttons {
	cursor: pointer;
	width: 325px;
	height: 100px;
	position: absolute;
	right: 0;
	bottom: 0;
	margin-bottom: 16px;
}

.SKN_content {
	width: 940px;
	margin-left: 18px;
	margin-top: 17px;
}

.SKN_contenttable {
	margin-top: 16px;
}

.SKN_footer {
	padding-top: 6px;
	width: 916px;
	margin: 0 auto;
}

.SKN_contentpane p,
.SKN_contentpane .normal,
.SKN_contentpane .Normal {
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	padding-top: 0;
	margin-top: 0;
}

.SKN_contentpane a,
.SKN_contentpane a:link,
.SKN_contentpane a:visited,
.SKN_contentpane a:active,
.SKN_contentpane a:hover {
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	color: #015172;
	font-weight: bold;
	text-decoration: underline;
}

.SKN_contentpane a:hover {
	color: #000;
	text-decoration: none;
}

.SKN_contentpane H1,
.SKN_contentpane H1 span {
	font-family: Trebuchet MS, Arial;
	font-size: 16px;
	color: #015172;
	font-weight: bold;
	padding-bottom: 0;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 4px;
}


/* -- RADMENU --*/

.Menu_MainItem {
	height: 37px;
	border-right: 1px solid #c3dd40;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}

.Menu_MainItemOver,
.Menu_PathMainItemOver {
	background-color: #015172;
	border-right: 1px solid #c3dd40;
	height: 37px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}


.Menu_ItemsGroup {
	background-color: #ffffff;
	border: 1px solid #015172;
	cursor: pointer;
	border-top: 0;
}

.Menu_Item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	padding: 4px;
	border-bottom: 1px solid #eeeeee;
	cursor: pointer;
	
}

.Menu_ItemOver,
.Menu_PathItemOver {
	background-color: #015172;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	padding: 4px;
	border-bottom: 1px solid #eeeeee;
	cursor: pointer;
}
