/* @group Reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b2 | 201101
   NOTE: THIS IS A BETA VERSION (see previous line)
   USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Grid */

#header {
	height: 158px;
	background: white url('../pix/bg-header.png') repeat-x;
}

#container {
	background: #F0F3F6;
	padding-bottom: 40px;
	min-height: 260px;
}

#footer {
	height: 200px;
	background: white url('../pix/bg-footer.png') repeat-x;
}

.inside {
	width: 908px;
	margin: 0 auto;
}

#flag {
	width: 172px;
	height: 68px;
	margin-bottom: 43px;
	float: right;
	color: white;
	background: url(../pix/sprite.png) no-repeat 0 -110px;
}

#footer-left {
	width: 444px;
	float: left;
	margin: 30px 20px 0 0;
}

#footer-middle {
	width: 212px;
	float: left;
	margin-top: 30px;
}

#footer-right {
	width: 212px;
	float: right;
	margin-top: 30px;
}

/* @end */

/* @group Type */

body {
	background: #3C464B;
	font: 14px/20px 'Droid Sans', Arial, sans-serif;
	color: #666;
}

p {
	margin-bottom: 10px;
}

a {
	color: #63AB00;
	text-decoration: none;
}

a:hover, a:active {
	color: #666;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

h1 {
	float: left;
	width: 285px;
	margin: 18px 0 0 0;
	overflow: hidden;
	display: inline;
}

h1 a {
	display: block;
	height: 50px;
	text-indent: -9000px;
	background: url(../pix/sprite.png) no-repeat;
}

h1 a:hover, h1 a:active {
	background-position: 0 -50px;
}

h2 {
	height: 42px;
	padding-top: 32px;
	margin-bottom: 26px;
	font: italic 24px/36px Georgia, Times, serif;
	color: #63AB00;
	text-shadow: white 0 1px;
	background: url('../pix/underline-h2.png') repeat-x left bottom;
}

h3 {
	font-size: 16px;
	margin-bottom: 10px;
}

h4 {
	color: white;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 2px;
}

a.arrow-link {
	padding-left: 14px;
	background: url(../pix/sprite.png) 0 -376px no-repeat;
}

a.arrow-link:hover {
	background-position: 0 -412px;
	text-decoration: none;
}

#flag p {
	text-align: center;
	font: italic 16px/20px Georgia, Times, serif;
	margin: 8px 0 1px 0;
	text-shadow: #63A414 0 1px;
}

#flag a {
	color: white;
	text-shadow: #63A414 0 1px;
	margin-left: 20px;
	padding-left: 14px;
	background: url(../pix/sprite.png) 0 -520px no-repeat;
}

#flag a:hover {
	color: #4C585F;
	text-shadow: white 0 1px;
	text-decoration: none;
	background-position: 0 -538px;
}

#footer p, #footer a, #footer li {
	font-size: 12px;
	line-height: 18px;
	color: #979A9F;
}

#footer a {
	padding-left: 13px;
	background: url(../pix/sprite.png) 0 -240px no-repeat;
}

#footer a:hover {
	color: white;
	text-decoration: none;
	background-position: 0 -256px;
}

#footer span {
	color: white;
}

#footer p#copyright {
	margin-top: 12px;
}

ul#social-links {
	height: 22px;
}

ul#social-links li {
	float: left;
	margin-right: 8px;
}

ul#social-links li a {
	display: block;
	width: 22px;
	height: 22px;
	padding: 0;
	text-indent: -9000px;
	background: url(../pix/sprite.png) 0 -240px no-repeat;
}

ul#social-links li#fb-link a {
	background-position: -204px -110px;
}

ul#social-links li#fb-link a:hover {
	background-position: -252px -110px;
}

ul#social-links li#xing-link a {
	background-position: -180px -110px;
}

ul#social-links li#xing-link a:hover {
	background-position: -228px -110px;
}


/* @end */

/* @group Main Navigation */



.nav-main li {
	float: left;
	position: relative;
}

.nav-main li a {
	display: block;
	height: 42px;
	padding: 0 30px;
	font: 16px/42px 'Droid Sans', Arial, sans-serif;
	color: #B3B7B9;
}

.nav-main li a:hover {
	color: white;
	text-decoration: none;
}

.nav-main li.parent a:hover {
	cursor: pointer;
	background: #4C585F url(../pix/bg-nav.png) repeat-x;
}

a.highlighted {
	color: white !important;
	background: #4C585F url(../pix/bg-nav.png) repeat-x !important;
}

.nav-main li.active {
	background: url(../pix/bg-nav-span.png) no-repeat center;
}

.nav-main li ul {
	display: none;
}

.nav-main li:hover ul {
	position: absolute;
	display: block;
	left: 0;
	top: 42px;
	z-index: 9999 !important;
	background: #4C585F;
	padding: 10px 0 15px 0;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

.nav-main li ul li {
	float: none;
}

.nav-main li ul li a {
	height: 26px;
	padding-left: 38px;
	font-size: 14px;
	line-height: 26px;
	background: url(../pix/sprite.png) 0 -180px no-repeat;
}

.nav-main li ul li a:hover {
	background: url(../pix/sprite.png) 0 -206px no-repeat !important;
}


/* @end */

.clear {
	clear: both;
}

.red {
	color: red !important;
}












