HTML, BODY {
	background:-moz-linear-gradient(top, #BBBBBB, #fff); /* Firefox */
	background:-webkit-linear-gradient(top, #BBBBBB, #fff); /* Safari, Chrome - neue Syntax! */
	background:-o-linear-gradient(top, #BBBBBB, #fff); /* Opera */
	background:-ms-linear-gradient(top, #BBBBBB, #fff); /* IE */
	background:linear-gradient(top, #BBBBBB, #fff); /* W3C Standard */
	min-height: 101%;
}

body {
	padding: 0px;
	margin: 0;
	color: #444444;
	letter-spacing:0.075px;
	/*background: transparent url(../images/pic_global_background.gif) repeat-x top;*/
}

#wrapper {
	width: 980px;
		margin: 0 auto;
	}

#container {
	background: transparent url(../assets/pic_wrapper_background.png) repeat-y center top;
}

#plaintext {
	position: absolute;
	top: 5px;
	left: 5px;
	display: block;
	color: #990000;
	font-size: 11px;
	text-decoration: none;
}

#header {
	width: 100%;
	position: relative;
	background-color: #cc0000;
}

#headercol {
	position: relative;
	width: 960px;
}

#commonpages {
	position: relative;
}

#searchbox {
	float: right;
	width: 190px;
}

#searchcriteria {
    background-color: #FFFFFF;
    border: 1px solid #666666;
    outline: 0 none;
    position: absolute;
    right: 40px;
	padding-left:2px;
    top: 5px;
    width: 143px;
	height: 18px;
}

#searchsubmit {
	position: absolute;
	top: 0;
	right: 10px;
	width: 31px;
	height: 31px;
}

#main {
	width: 980px;
	padding: 20px 0;
	margin: 0;
	background: #f3f3f3 url(../assets/pic_main_back.png) repeat-x top;
}

#sidebarbox {
	padding: 0;
	margin: 0;
		float: left;
		width: 200px;
}

#sidebarboxx {
		float: right;
		width: 200px;
}

#sidebar, #sidebarr {
	padding: 10px 15px;
}

#main .sidebarelement {
	padding-bottom: 10px;
}

#content {
	float: left;
    margin: 0 0 0 20px;
    width: 540px;
}

#content.wide {
	width: 740px;
}

#breadcrumbs {
	text-align: left;
	padding-bottom: 4px;
}

#breadcrumbs a {
	color: #444444 !important;
	font-weight: normal !important;
}

#breadcrumbs a:hover {
	text-decoration: none !important;
	color: #cc0000 !important;
}

#footcontainer {
	background: transparent url(../assets/pic_footer_background.png) no-repeat center bottom;
	padding-bottom: 26px;
}

#footer {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #E0E0E0;
	width: 940px;
	padding: 20px;
		margin: 0 auto;
		background-color: #ffffff;
	text-align: center;
	color: #444444;
}

#footer a {
	color: #444444;
	text-decoration: none;
}

#footer a:hover {
	color: #cc0000;
}

#searchajax {
	position: absolute;
	width: 170px;
	height: 150px;
	top: 35px;
	right: 16px;
	overflow: hidden;
	display: none;
	background-color: #ffffff;
	border: 1px solid #666;	
	z-index: 20;
}

#searchajax a {
	display: block;
	padding: 4px 10px;
	width: 150px;
	height: 14px;
	line-height: 14px;
	text-decoration: none;
	color: #000;
}

#searchajax a:hover {
	background-color: #ddd;	
	color: #000000;
}

#searchajax a.activelink {
	background-color: #ddd;	
}

