/* Style code by Jonas Krat, krat.dk for Zupa */

/* General formatting */
body {
	background: #fff; /*#4bb432*/
	margin: 0;
	padding: 0;
	font: normal 105%/0.8em arial,helvetica,sans-serif;
	text-align: center;
}
form {
	font: normal 105%/0.8em arial,helvetica,sans-serif !important;
     }
a {
	text-decoration: none;
	color: #4bb432;
	outline: none;
}
a:hover, a:active { text-decoration: underline; }
#footer a, .menu a, #toolbar a, .downloads a, .newslinks a {
	color: #646464;
}

hr {
	height: 0;
	background-color: transparent;
	border-width: 0 0 1px 0;
	border-color: #E6E6E6;
	border-style: solid;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	clear: left;
}
hr.dotted { border-bottom: 1px dotted #918e82; }
h1,h2,h3,h4,h5,h6,h7 {
	font-size: 0.6875em;
	color: #3c3c3c;
	margin-top: 0;
}
h1 {
	text-transform: uppercase;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 0 10px 0;
	margin: 10px 0 6px 0;
}
h2 {
	color: #000;
	margin: 0;
}
h4, h5 {
	font-size: .625em;
	color: #000;
}
h5 { margin: 0; }

p {
	margin: 0 0 1em 0;
	color: #3c3c3c;
}
img { border: 0; }
ul.menu {
	margin: 0;
	padding: 0;
}
.menu li {
	list-style: none;
	padding: 0;
	font-size: 0.6875em;
	font-weight: bold;
}
.menu a { padding: 0 0 0 11px; }
.menu a:hover, .menu a:active, .menu .active a {
	color: #4bb432;
	text-decoration: none;
	background: url('/Frontend/Images/green_arrow.gif') no-repeat 0 8px;
}
#navbar .menu a:hover, #navbar .menu a:active, #navbar .menu .active a { background-position: 0 6px; }
.clb { clear: both; }

ul.menu-low {
	margin: 0 0 0 15px;
	padding: 0;
}
.menu-low li {
	list-style: none;
	padding: 0;
	font-size: 1.0em;
	font-weight: bold;
}
.menu-low a { padding: 0 0 0 11px; }
.menu-low a:hover, .menu-low a:active, .menu-low .active a {
	color: #4bb432;
	text-decoration: none;
	background: url('/Frontend/Images/green_arrow.gif') no-repeat 0 8px;
}
#navbar .menu-low a:hover, #navbar .menu-low a:active, #navbar .menu-low .active a { background-position: 0 6px; }



/* --- Layout --- */
#container {
	width: 875px;
	min-height: 500px;
	margin: 0 auto;
	background: #fff;
	padding: 0;
	text-align: left;
}

/*---- Top section ----*/
#branding {
	height: 257px;
	position: relative;
	border-bottom: 1px dotted #918e82;;
}
#branding-logo {
	position: absolute;
	top: 11px;
	left: 12px;
}
#branding-tagline {
	position: absolute;
	top: 73px;
	left: 129px;
}
#branding-payoff {
	text-align: center;
	margin: 35px 0 35px 0;
}

#navbar {
	position: absolute;
	top: 218px; /* 212px */
	width: 100%;
}
#navbar ul {
	margin:0 auto;
	min-width:780px;
	padding:0;
	position:relative;
	text-align:center;
}

#navbar li {
	display:inline;
	position:relative;
	text-align:center;
	font-size: 0.9375em;
	padding: 0 1em;
}

/*---- Main ----*/
#content {}
#menu-main {
	width: 195px;
	float: left;
	margin-right: 20px;
}
#menu-main li { border-bottom: 1px solid #e6e6e6; }
#menu-main a {
	display: block;
	padding: 5px 10px;
}
#menu-main h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 0 10px 0;
	margin: 10px 0 0 0;
}
#content-main {
	width: 425px;
	float: left;
	margin-right: 20px;
	padding-bottom: 20px;
}
.frontpage #content-main { width: 390px; }
#content-main p { font-size: 0.6875em; line-height: 1.4em; }
#content-main a { font-weight: bold; }

.meta {
	border-top: 1px solid #e6e6e6;
	padding: 5px 0;
}
.meta .created {
	float: left;
	border-right: 1px solid #e6e6e6;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
}
.meta .by { float: left; }
#content-main .meta p {
	color: #646464;
	font-size: .6875em;
}
#content-main .meta a { font-weight: normal; }

.features {
	border-top: 1px solid #e6e6e6;
	clear: left;
}
.features.first { border-color: #fff; }

.features h3 { margin: 10px 0 0 0; }
.features.first h3 { margin: 0; }
.features img {
	float: left;
	padding: 10px 15px 0 0;
}
.features.first img { padding-top: 0; }

/* Frontpage */
#frontpage-features { 
	width: 199px;
	float: left;
	padding-bottom: 20px;
	margin-right: 10px;
}
#frontpage-features p {
	font-size: .6875em;
}

/* Sidebar */

#sidebar {
	width: 215px;
	float: left;
	padding-bottom: 20px;
}
.frontpage #sidebar { width: 250px; }

#sidebar p { font-size: .6875em; }
#sidebar p.tagline {
	color: #717168;
	font-size: 1.125em;
	line-height: 1.2em;
}
#sidebar h4 { text-transform: uppercase; }
#sidebar h5 { }

#toolbar {
	font-size: .6875em;
	padding: 10px 0;
	border-bottom: 1px dotted #918e82;
	color: #646464;
	margin: 0 0 4px 0;
}
#toolbar .sepr { padding: 0 .8em; }
.vcard { font-size: .6875em; }
.vcard img {
	float: left;
	margin-right: 12px;
	border: 1px solid #dadad2;
}
.vcard .fn { font-weight: bold; }
.vcard .tel:before { content: "Tel. "; }

.downloads {
	clear: left;
	height: 60px;
}
.downloads p {
	float: left;
	margin-left: 15px;
	color: #646464;
}
.downloads p strong {
	display: block;
	color: #000;
}
.downloads img {
	float: left;
	border: 1px solid #dadad2;
}
.newslinks p { color: #646464; }
.newslinks p strong {
	display: block;
	color: #000;
}

/*---- Footer ----*/
#breadcrumb {
	clear: both;
	font-size: 0.64em; /*0.5875em;*/
	border-top: 1px dotted #918e82;
	padding: 5px 0;
}
#breadcrumb a { color: #000; }
#footer {
	clear: both;
	border-top: 1px solid #e6e6e6;
	text-transform: uppercase;
	padding: 5px 0;
}
#footer p {
	font-size: 0.64em;/*0.5875em;*/
	color: #646464;
}


/* Added by Zupa */
#sitemap {
	width: 860px;
}
#sitemap ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
}
#sitemap ul li {
	padding: 0 10px 0 0;
	font-size: 0.8em;
}
#sitemap ul li h3 {
	font-size: 0.956em;
	font-weight: bold;
	margin-top: 10px;
}
