body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 14px;
	font-family: 'Arial';
	color: #000;
	background-color: #000;	
}


form, fieldset, div, h1, h2, h3, h4, h5, h6, p, img, dl, dt, dd, ul, li {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}

:-moz-any-link:focus {
  outline: none;
}

a {
	color: #8ea1f3;
}

a:hover {
	color: #000;
}

hr, .hidden {
	display: none;
}

table {
	font-size: 100%;
}


/* FRAMEWORK ------------------------------------------------------------- */

#wrapper {
	padding: 20px 0 20px 0;
	width: 995px;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
	height: 200px;
}

#left {
	padding-top: 235px;
	float: left;
}

#content_wrapper {	

	float: right;
	width: 624px;
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;	
	padding: 0 40px 0 20px;	
	background: #e5e5e5 url('../images/skeleton/bg_contentwrapper.jpg') 0 0 repeat-x;
}

#content_header {
	position: relative;
	height: 260px;
	width: 670px;
	margin: 0 -43px 0 -23px;
	padding: 10px 10px 0 10px;
	background: url('../images/skeleton/bg_content_header.gif') 100% 0 no-repeat;	
}

#content {
	display: table;
	width: 624px;
	margin: 20px 0 40px 0;
}

#content .default {
	float: left;
	width: 440px;
}

#content .c_image {
	position: relative;
	margin-right: -36px;
	float: right;
}

#footer {
	position: relative;
	margin: 0 -43px 0 -23px;
	width: 690px;
	background-color: #000;
	border-top: 3px solid #fff;
	clear: both;
	padding: 12px 0 20px 0;
	line-height: 18px;
	color: #666;
	text-align: center;
}

#footer a {
	color: #666;
}

#footer a.language {
	padding: 2px 0 8px 45px;
	background: url('../images/misc/lang.png') 20px 0 no-repeat;
}

#footer.en a.language {
	background-position: 20px -50px;
}


/* EMPLOYEES ------------------------------------------------------------- */

#employees_list {
	width: 645px;
}

.employees_object {
	position: relative;
	margin: 0;
	padding: 0 0 0 75px;
	height: 130px;
	width: 145px;
	float: left;	
}

.employees_object.first { clear: left; }

.employees_object.third {	width: 125px; }

.employees_object img {
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	width: 63px;
	height: 77px;
	cursor: pointer;
}

.employees_object h2 {
	margin: 0;
	font-size: 13px;
	line-height: 15px;
}

.employees_object p {
	margin: 0 0 0 0;
}

.employees_object p.title {
	margin: 0 0 2px 0;
	font-style: italic;
}

.employees_object a {
	color: #000;
	text-decoration: none;
}

.employees_object p.secma a {
	text-decoration: underline;
}

.employees_object p.secma a:hover {
	color: #666;
}

.employees_object span.more {
	float: left;
	display: block;
	margin: 10px 0 0 0;
	padding: 0 24px 0 0;
	height: 17px;
	text-decoration: none;	
	background: url('../images/skeleton/bg_link.gif') 100% 0 no-repeat;	
	cursor: pointer;
}

.employees_object span.more:hover {
	background-position: 100% -50px;
	color: #666;
}

#employees_popup {
	display: none;
	position: absolute;
	z-index: 110;	
	top: 150px;
	left: 209px;
	width: 630px;
	background: #e5e5e5 url('/images/skeleton/bg_popup.gif') 0 0 repeat-x;
	padding: 59px 30px 31px 30px;
	border: 1px solid #fff;
}

#employees_popup .popup_wrapper {
	display: table;
	width: 100%;
}

#employees_popup img {
	float: left;
	border: 1px solid #e0e0e0;
	width: 252px;
	height: 367px;	
}

#employees_popup .content {
	width: 350px;
	float: right;
	font-size: 11px;
}

#employees_popup h2 {
	margin: 2px 0 13px 0;
	font-size: 17px;
	line-height: 19px;
}

#employees_popup .close {
	position: absolute;
	top: 10px;
	right: 8px;
	cursor: pointer;
	display: block;
	padding-right: 21px;
	height: 17px;
	font-size: 11px;
	line-height: 16px;
	background: url('/images/skeleton/btn_close.gif') 100% 0 no-repeat;
	font-weight: bold;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 1002px;
	height: 600px;
	background-color: #000;
	filter:alpha(opacity=70);
	-moz-opacity:.7;
	opacity:.7;
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/misc/bg_overlay.png',sizingMethod='s');*/
}

/*
html * > #overlay {
	filter: none;
	background: url('/images/misc/bg_overlay.png') 0 0 repeat;
}
*/

/* NAVIGATION ------------------------------------------------------------ */

#nav {
	margin: 0;
	width: 264px;
}

#nav ul {
	width: 264px;
	list-style: none;
}

#nav ul li {
	width: 264px;
	list-style: none;
	background: url('../images/nav/hr.gif') 0 0 no-repeat;
}

#nav ul li a,
#nav ul li strong {
	margin: 0 0 0 61px;
	display: block;
	height: 27px;
	line-height: 26px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

#nav ul li ul {
	margin: 1px 0 11px 0;
}

#nav ul li ul li {
	background: none !important;
}

#nav ul li ul li a {
	margin: 0 0 0 72px;
	height: 22px;
	line-height: 21px;
	font-weight: normal;
	cursor: pointer;
}

#nav #nav_1 { background: none; }

#nav ul li.selected {
	background: url('../images/nav/hr_selected.gif') 0 0 no-repeat;
}

#nav ul li ul li.selected {
	background: none !important;
}


#nav_1 li.selected a,
#nav_201 li.selected a,
#body_1 #nav_1 a,
#body_201 #nav_201 a { color: #ff4e00 !important; }

#nav_2 li.selected a,
#nav_202 li.selected a,
#body_2 #nav_2 a,
#body_202 #nav_202 a { color: #c4e704 !important; }

#nav_3 li.selected a,
#nav_203 li.selected a,
#body_3 #nav_3 strong,
#body_203 #nav_203 strong { color: #00a4fc !important; }

#nav_4 li.selected a,
#nav_204 li.selected a,
#body_4 #nav_4 strong,
#body_204 #nav_204 strong { color: #1fd200 !important; }

#nav_5 li.selected a,
#nav_205 li.selected a,
#body_5 #nav_5 a,
#body_205 #nav_205 a { color: #f8004b !important; }

#nav_6 li.selected a,
#nav_206 li.selected a,
#body_6 #nav_6 a,
#body_206 #nav_206 a { color: #f21600 !important; }



/* START-PAGE --------------------------------------------------------------- */

p.post_latest {
	margin: 20px 0 10px 0;
	padding: 0;
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
}

.post {
	position: relative;
	padding: 0 0 20px 142px;
	margin: 0 0 0 0;
	width: 298px;
}

.post p.date {
	margin: 0 0 7px 0 !important;
	font-size: 11px;
	line-height: 13px;
	color: #666;
}

.post p.date span.comments {
	color: #000;
}

.post h2 {
	margin: 0 0 8px 0;
	font-size: 17px;
	line-height: 19px;
}

.post h2 a {
	color: #000;
	text-decoration: none;
}

#content .post .entry p {
	margin: 0 0 8px 0;
	font-size: 11px;
	line-height: 15px;
}

.post img {
	position: absolute;
	top: 0;
	left: 0px;
	border: 1px solid #e0e0e0;
}

html * > .post img {
	left: 0;
}

#content .post p.p_more-link {
	font-size: 11px;
}

#content .post a.more-link {
	font-weight: normal;
	margin: 0;
}

#content .post a.more-link:hover {
	background-position: 100% -50px;
	color: #666;
}

.news {
	position: relative;
	margin-right: -33px;
	float: right;
	width: 197px;
	background-color: #e8e8e8;
}

	.news h2 {
		height: 26px;
		line-height: 25px;
		font-size: 12px;
		font-weight: bold;
		color:#fff;
		background: #000 url('/images/misc/bg_news_header.png') 0 0 no-repeat;
		padding: 0 0 0 9px;
	}
	
	.news p {
		font-size: 11px;
		line-height: 14px;
		color: #333;
		padding: 5px 9px 10px 9px;
	}


/* FORMS ----------------------------------------------------------------- */

#f_contact {
	width: 425px;
}

#f_contact .left {
	float: left;
	width: 215px;
	padding: 0 10px 0 0;
}

#f_contact .right {
	float: right;
	width: 190px;
}

#f_contact label {
	margin: 0 0 4px 0;
	display: block;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;		
}

#f_contact input,
#f_contact textarea,
#f_contact select {
	width: 100%;
}

#f_contact input, #f_contact textarea {
	border: 1px solid #bcbcbc;
}

#f_contact textarea {
	height: 164px;
}

#f_contact input.small, 
#f_contact input.large {
	margin: 0 0 10px 0;
}

#f_contact select {
	margin: 0 0 11px 0;
}

#f_contact input.submit {
	position: relative;
	margin-right: -3px;
	float: right;
	width: 136px;
	height: 33px;
	border: none;
}


/* CONTACT --------------------------------------------------------------- */

.address_info {
	position: absolute;
	top: 403px;
	left: 780px;
	width: 190px;
	height: 154px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/misc/contact_post_it.png',sizingMethod='crop');
}

html * > .address_info {
	filter: none;
	background: url('/images/misc/contact_post_it.png') 0 0 no-repeat;
}


.address_info h2 {
	margin: 27px 0 3px 18px;
	font-weight: bold;
	font-size: 13px;
	line-height: 17px;
}

.address_info p {
	margin: 0 0 0 18px;
}


/* TYPOGRAPHY ------------------------------------------------------------ */

#content h1 {
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
	margin: 0 0 6px 0;
	color: #000;
}

#content .content {
	margin: 0 0 20px 0;
}

#body_1 #content h1,
#body_201 #content h1 {
	font-size: 38px;
	line-height: 43px;
}

p {
	margin: 0 0 20px 0;
}

.intro {
	color: #555;
	font-weight: bold;
	font-size: 13px;
	line-height: 17px;
}

#content .link,
#content .more-link {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 2px 20px 3px 0;
	background: url('/images/skeleton/bg_link.gif') 100% 0 no-repeat;
}

#content .link:hover,
#content .more-link:hover {
	background-position: 100% -50px;
	color: #666;
}


/* LISTS ------------------------------------------------------------ */

#content .default ul {
	position: relative;
	margin: -15px 0 15px 0;
	padding: 0 0 0 5px;
	list-style: none;
}

#content .default ul li {
	font-weight: bold;
	padding: 2px 0 2px 15px;
	background: url('/images/misc/bg_bullet.gif') 0 5px no-repeat;
}



