body {
	background-repeat: repeat;
	background-image: url(images/bkgr.png);
	line-height: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: white;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
}

#body_wrapper {

	background-repeat: repeat;

	background-image: url(images/bkgr2.png);

}

#topgradient {
	z-index: -20;
	position: absolute;
	background-repeat: repeat-x;
	height: 328px;
	width: 100%;
	background-image: url(images/bkgr_topgradient.png);
}
#container_main {
	padding-bottom: 40px;
	z-index: -11;
	margin-right: auto;
	margin-left: auto;
	width: 940px;
}

#container_main_footer {
	margin: 0px;
	background-color: #333;
	background-image: url(images/bkgr_footer.png);
	background-repeat: repeat-x;
}

#container_header {
	height: 100px;
}
#logo {
	float: left;
	padding-left: 40px;
	padding-top: 40px;
}
#navigation {
	margin-right: 37px;
	margin-top: 47px;
	height: 25px;
	float: right;
}
#navigation img {
	border-width: 0px;
	padding-left: 20px;
}

#navigation .flag {
	padding: 0px;
	margin-left: 10px;
	margin-bottom: 6px;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
}

#container_content {
	color: #3f3f3f;
	background-position: 0 bottom;
	background-color: white;
	background-image: url(images/bkgr_content.png);
	background-repeat: repeat-x;
	z-index: -10;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	-webkit-box-shadow: #181818 0px 2px 3px;
}
#container_content_teaser {
	color: #3f3f3f;
	background-position: 0 bottom;
	background-color: white;
	background-image: url(images/bkgr_content_teaser.png);
	background-repeat: repeat-x;
	z-index: -10;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	-webkit-box-shadow: #181818 0px 2px 3px;
}
#contentgradient {
	width: 900px;
	background-repeat: repeat-x;
	z-index: -5;
	height: 458px;
	background-image: url(images/bkgr_content.png);
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#container_content2 {
	width: 900px;
	z-index: 0;
}
#container_footer {
	text-align: center;
	padding: 20px;
	z-index: -10;
}
#container_content_main {
	min-height: 450px;
}
#container_content_main_sidebar {
	min-height: 450px;
	width: 680px;
}
#container_content_main_sidebar {
	min-height: 450px;
	width: 680px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/bkgr_contentspacer.png);
}
#container_content_sidebar {
	float: right;
	width: 220px;
}
#container_content_text {
	padding: 20px;
}

#container_content_text hr {
	border-width: 0px;
	height: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#container_content_sidebar_text {
	padding: 20px;
}

#container_footer a {
	text-decoration: none;
	color: white;
}

#container_footer a:hover {
	text-decoration: underline;
}
#container_content_title {
	margin-bottom: 10px;
	padding-top: 10px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #1d63ba;
	font-size: 22px;
	background-repeat: repeat-y;
	background-image: url(images/bkgr_contenttitle.png);
	height: 50px;
	padding-left: 20px;
	padding-right:20px;
}

#content_title {
	padding-left: 20px;
	padding-top: 14px;
	text-shadow: #fff 0px 1px 0px;
}

#content_title a {
	text-decoration: none;
	color: #1d63ba;
}


.sidebar_item {
	margin-bottom: 10px;
	font-size: 15px;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-top: 8px;
}
.sidebar_item_hover {
	padding-left: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-top: 8px;
	background-color: #1d63ba;
	color: white;
	margin-bottom: 10px;
	font-size: 15px;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.sidebar_item_selected {
	padding-left: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-top: 8px;
	background-color: #d8d8d8;
	color: #3f3f3f;
	margin-bottom: 10px;
	font-size: 15px;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.sidebar_item_small {
	font-size: 13px;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-top: 8px;
	text-shadow: #fff 0px 1px 0px;
	margin-bottom: 2px;
}
.sidebar_item_small_hover {
	padding-left: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-top: 8px;
	background-color: #1d63ba;
	color: white;
	font-size: 13px;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 2px;
}

.sidebar_item_small_selected {
	color: #3f3f3f;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-top: 8px;
	background-color: #d8d8d8;
	font-size: 13px;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 2px;
}


#container_content_sidebar_item a {
	color: #3f3f3f;
	text-decoration: none;
}
#container_footer a {

}

.small {
	font-size: 11px;
}

.gray {
	color: #7f7f7f;
}

#container_content_text a {
	color: #1d63ba;
}

.sidebar_widget {
	font-size: 11px;
	padding-right: 8px;
	padding-left: 8px;
	margin-top: 20px;
}

.sidebar_widget a {
	color: #1d63ba;
}

#sidebar_widgets {
	margin-top: 40px;
}

table {
	font-size: 13px;
	color: #3f3f3f;
}

#sidebar_menu_title {
	margin-bottom: 10px;
	padding-right: 8px;
	padding-left: 8px;
	color: #1d63ba;
}

#container_banner {
	margin-left: 16px;
}

img {
	border-width: 0px;
}

a:link, a:visited, a:hover, a:active {
	outline: none;
}


.content_button_hover {
	padding: 8px;
	background-color: #1d63ba;
	color: white;
	font-size: 15px;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.content_button {
	padding: 8px;
	background-color: #d8d8d8;
	color: #3f3f3f;
	font-size: 15px;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


#plainheadergradient {
	left: 0px;
	top: 225px;
	z-index: -20;
	position: absolute;
	background-repeat: repeat-x;
	height: 347px;
	width: 100%;
	background-image: url(images/bkgr_plain_header.png);
}


/* Tabs */

.container_content_title_tabs {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #1d63ba;
	font-size: 18px;
	border-top-left-radius: 5px;
	display: none;
}

.tabs_header {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	height: 40px;
	background-color: #dee6f2;
	border-top-left-radius: 5px;
}

.tab_category {
	float: left;
	height: 30px;
	margin-left: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-shadow: #fff 0px 1px 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tab_category_selected {
	background-color: white;
}

.tab_category a {
	text-decoration: none;
	color: #1d63ba;
}

.stopfloat {
	
}

.tab_content {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 13px;
	color: #3f3f3f;
}

.tab_content a {
	color: #1d63ba;
}

.tab_content .faq a {
	color: #3f3f3f;
	text-decoration: none;
}

.tab_content .faq a:hover {
	color: #1d63ba;
}

.manual img {
	background-color: #e5e5e5;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-style: solid;
	border-color: #bfbfbf;
	display: block;
	border-width: 1px;
}

.manual img[align] {
	margin-top: 0px;
}

.manual img[pl] {
	margin-left: 20px;
}

.manual img[pb] {
	margin-bottom: 20px;
}

.manual hr {
	border-width: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.manual hr[clear] {
	clear: both;
}

.block {
	display: block;
}

#newsletterbox_container .button {
	color: #333333;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#cccccc));
	border-color: #aaaaaa;
	border-style: solid;
	border-width: 1px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-shadow: white 0px 1px 0px;
	-webkit-border-radius: 3px;
	font-size: 13px;
	cursor: hand;
	min-width: 100px;
}

#newsletterbox_container .textfield {
	font-size: 13px;
	padding: 2px 5px 2px 5px;
	width: 200px;
}

#footermap {
	/*
	border-color: #36ffff;
	border-style: dashed;
	border-width: 1px;
	*/
	padding-left: 40px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#footermap .footermap_column {
	margin-right: 20px;
	float: left;
	width: 130px;
	/*
	border-color: #ff6bff;
	border-style: dashed;
	border-width: 1px;
	*/
}

#footermap_end_colums {
	clear: both;
	height: 0px;
}

#footermap .footermap_column h1 {
	text-transform: uppercase;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: white;
	font-size: 13px;
}

#footermap .footermap_column li {
	list-style-type: none;
	color: #888888;
}

#footermap h1 {

	text-shadow: 0px -1px black;

}

#footermap li {

	text-shadow: 0px -1px black;

}

.placeholder {
  color: #aaa;
}

#footermap a {
	text-decoration: none;
	color: #888888;
}

#footermap a:hover {
	color: #bfbfbf;
}


.sidebar_box {
	border-style: solid;
	border-color: #ccc;
	border-width: 1px;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	-webkit-box-shadow: #ccc 0px 1px 5px;
}

.sidebar_box table th{
	text-shadow: 0px 1px 0px white;
	height: 35px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#cccccc));
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.sidebar_box table td {
	border-top-width: 1px;
	border-color: #eee;
	border-style: solid;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.sidebar_box table th img {
	margin-top: 2px;
}
