/* CSS Document */

/* General document properties */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 67.5%;
	background: #ddd url("../images/body_bg.gif") repeat-x;
} 

a#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 81px;
}
div#framework {
	position: relative;
	width: 979px;
	margin: 0 auto;
}
div.inner {
	padding: 10px;
} 

/* General text graphic properties */
h3 {
	margin-bottom: 0.2em;
}
div#centerCol blockquote, div#centerCol ul,  div#centerCol ol {
	margin: 5px 0 10px 20px;
}

h1.u, h2.u {
	padding-bottom: 15px;
	padding-left: 8px;
	margin: 0 0 0.4em 0;
}
p {
	margin: 0 0 1.4em 0;
}
table tr td {
}
div#headerExtra ul {
	position: relative;
	margin-top: 30px;
	margin-left: 15px;
}
	div#headerExtra ul li {
		margin: 0 0 0.8em 0;
		padding: 0 0 0 20px;
	}
div#centerCol ul li {
	margin: 0 0 0.4em 0;
	padding: 0 0 0 15px;
}



/* Header properties */
div#header {
	position: relative;
	height: 250px;
}
	div#header div#header_left {
		position: absolute;
		top: 81px;
		left: -58px;
		height: 160px;
		width: 58px;
	}
	div#header div#header_right {
		position: absolute;
		top: 81px;
		right: -19px;
		height: 160px;
		width: 19px;
	}
	div#headerMenu {
		margin-left: 255px;
	}
	div#headerMenu div#menuTitle {
		display: none;
	}
	
/* Menu properties */
div#headerMenu ul {
		position: relative;
		float: left;
		height: 81px;
		margin: 0;
		list-style-type: none;
	}
	div#headerMenu ul ul {
		position: relative;
		margin: 0;
	}
	div#headerMenu ul li {
		display: block;
		position: relative;
		float: left;
		 
	}
	div#headerMenu ul li a {
		height: 42px;
		display: block;
		padding: 30px 18px 0 18px;
		float: left;
	}
	div#headerMenu ul li img.active {
		position: absolute;
		bottom: 2px;
		left: 40%;
	}

div#headerExtra {
	position: relative;
	float: left;
	width: 245px;
	margin-top: 2px;
}	
div#headerExtra img {
	
}
/* Left menu properties */
div#leftMenu ul {
	margin: 0;
}
	div#leftMenu div#menuTitle {
		display: block;
		padding: 6px 22px;
	}
	div#leftMenu ul li {
		padding: 6px 2px;
	}
	
	div#leftMenu ul li.item.level_2 {
		padding: 6px 2px;
		padding-left: 30px;
		margin: 5px 0 0 0;
	}
	div#leftMenu ul li a {
		padding: 0px 10px;
	}

/* Main container properties */
div#container {
	clear: both;
	min-height: 300px;
	position: relative;
}
	div#langSelector {
		position: absolute;
		right: 10px;
		top: 0px;
	}
/* Left container properties  */
div#leftCol {
	float: left;
	width: 255px;
}
	div#leftCol a:link,
	div#leftCol a:visited {
		text-decoration: underline;
	}
	
/* Center container properties  */
div#centerCol {
	float: left;
	width: 460px;
}
	
/* Right container properties  */
div#rightCol {
	float: left;
}

/* Contact card properties */
div#container div#contactCard {
	position: absolute;
	right: -28px;
	bottom: -16px;
	width: 265px;
	height: 164px;
}
html* div#contactCard {
	bottom: 46px;
}

/* Product box properties  */
div#productBoxWrapper {
	position: relative;
	float: right;
	margin: 25px 0 0 0;
	right: 10px;
	width: 220px;
	height: 205px;
}
div#productBox {
	width: 222px;
	height: 201px;
	margin: 10px 0 0 0;
}
	div#productBox h2 {
		position: relative;
		top: 6px;
		left: 10px;
	}
	div#productBox div#productDetails {
		position: absolute;
		bottom: -25px;
		left: 5px;
	}
	
/* Footer properties */
div#footer {
	clear: both;
	padding-top: 18px;
	padding-bottom: 10px;
}

/* Article properties */
h3.news {
	height: 22px;
	padding: 5px 0px 5px 25px;
}
.articleListNews {
}
	.articleListNews h3 {
		height: 22px;
		padding: 5px 0px 5px 25px;
	}
	.articleListNews dt {
		margin-left: 6px;
		padding: 6px 0;
	}
	.articleListNews dd {
		margin-left: 6px;
	}

.articleReadNews div.tail {
	margin-top: 1.0em;
	clear: both;
	width: 100%;
	height: 30px;
	
}
	.articleReadNewsImage {
		margin-bottom: 10px;
		float: right;

	}

.articleReadGallery {
	clear: both;
	margin-top: 20px;
	padding-top: 10px;
}
	.articleReadGallery h2 {
		padding-left: 22px;
	}
	.articleReadGalleryImage {
		float: left;
		width: 120px;
		height: 120px;
	}
	.articleReadGalleryImage img {
		float: left;
		margin: 10px 0px 0px 1px;
		max-height: 85px;
		max-width: 100px;
	}
	.articleReadGallery div.tail {
		clear: both;
	}
	
/* Used by personal.articleList.random.tpl.php */
div.personalArticleListDefault {
}
	div.personalArticleListDefault div.personal div.description {
		position: relative;
		float: left;
		width: 100px;
		margin-top: 45px;
		margin-left: 30px;
	}
	div.personalArticleListDefault div.personal img {
		position: relative;
		float: right;
		margin-top: 45px;
		margin-right: 30px;
	}
/* Used by personal.articleList.list.tpl.php */
div.personalList {
	width: 450px;
	height: 170px;
	margin: 10px 0 0 10px;
	border-bottom: solid 1px #f2f2f2;
	
}
div.personalList img.personalImage {
		float: right;
		margin: 0 0 10px 0;
	}

div.personalList p {
	margin: 0;
}

/* Contact form properties */
div#contactForm {
	clear: both;
	margin: 40px 0;
}
	div#contactForm h3 {
		height: 22px;
		padding: 5px 0px 5px 30px;
	}
	div#contactForm ul {
		list-style-type: none;
		margin: 0;
	}
		div#contactForm ul li {
			padding-bottom: 3px;
			height: 18px;
		}
	div#contactForm label {
		display: block;
		float: left;
		width: 50px;
	}
	div#contactForm input {
		width: 130px;
		height: 13px;
		padding: 1px;
		float: right;
		margin: 0 10px 0 0;
	}
	div#contactForm input.submit {
		width: 60px;
		height: 20px;
		margin-left: 97px;
	}
	
div#spaceBar {
	width: 1px;
	float: left;
	height: 420px;
}
/*
 * Makes floating objects take up space. Fix from http://www.csscreator.com/attributes/containedfloat.php
 */
.floatcontainer:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility:hidden;
}

.floatcontainer
{
	display: inline-block;
}

/* Hides from IE Mac \*/
* html .floatcontainer
{
	height: 1%;
}

.floatcontainer
{
    display:block;
}
/* End Hack */