body {
	font-family:"HelveticaNeue-Light","HelveticaNeue",Helvetica,Arial,sans-serif;
	font-size:14px;
	line-height:22px;
	background-color:#fff;
	background-image:url(/img/plate-bg.jpg);
	background-repeat:repeat-x;
	background-position:0 80px;
}

span.blockquote {
	padding-left:50px;
}

a:link {
	color:#343434;
}
a:visited {
	color:#454545;
}
a:hover {
	color:#347734;
}

/**
 * Debug grid style
 */
.debugGrid {
	 display:block;
	 position:absolute; 
	 width:10px; 
	 border-left:1px dashed #000; 
	 opacity:0.3;
	 top:0;
	 z-index:1000;
}
.horizontalDebugGrid {
	border:0;
	border-top:1px dashed #000;
	z-index:1001;
}

#gridButton {
	width:100px;	
}


div.holder {    
	position: absolute; 
	left:50%;   
	width:846px;   
	margin-left: -423px; /*half the width of the div*/
	overflow:hidden;
	padding-left:3px;

}

/**
 * logo and something around it
 */
 #logo {	
 	margin-top:50px;
	margin-bottom:25px;
	width:99%;
	overflow:hidden;
	clear:both;
}
#logo a {
	float:left;
	overflow:hidden;
}
#logo img {
	float:left;
	margin-left:46px;
}

#logo ol#languages {
	float:right;
	overflow:hidden;
	margin-right:49px;
	margin-top:10px;
}
#logo ol#languages li {
	float:left;
	margin-left:15px;
}

#logo ol#languages li a {
	text-decoration:none;
	font-size:13px;
}
#logo ol#languages li a:link {
	color:#9d9d9d;
}
#logo ol#languages li a:hover {
	color:#347734;
}
/** 
 * menu and poster 
 */
#menu-poster-holder {
	overflow:hidden;
}

#menu {
	overflow:hidden;
	float:right;
	height:52px;
	margin-right:40px;	
	margin-bottom:0px;
}

#menu li.last {
	margin-right:0;
}
#menu li {
	position:relative;
	top:0;
	left:0;
	margin-right:-60px;
	float:left;
	width:160px;
	z-index:50;
	overflow:hidden;
	height:50px;
	padding-top:6px;
	margin-bottom:1px;
}

#menu li.item-1 { z-index:100; }
#menu li.item-2 { z-index:99; }
#menu li.item-3 { z-index:98; }
#menu li.item-4 { z-index:97; }

#menu li.sel {
	padding-top:6px;
	z-index:105;
	height:60px;
	margin-bottom:-1px;
}


#menu li:hover {
	padding-top:5px;
}


#menu li.sel:hover {
	padding-top:6px;
}

/**
 * Submenu style
 */
.submenu {
	border-right:1px solid #e9e9e9;
	margin-bottom:25px;
	margin-top:25px;
	padding-bottom:25px;
	padding-top:25px;
	margin-right:50px;
	
}

.submenu li {
	text-align:right;
	padding-right:25px;
	height:50px;
	line-height:50px;
}

.submenu li.sel {
	background-image:url(/img/menu/submenu-bg.gif);
	border-bottom:0;
	font-weight:bold;
}

/**
 * Concrete poster style
 */
#poster {
	position:relative;
	top:0; left:0;
	z-index:90;
	margin-top:0px;
}

#poster img {
	margin-top:-31px;
	border:0;
	position:relative; top:0; left:0;
	z-index:89;
}

/**
 * content block
 */
 
 #content {
 	overflow:hidden;
 	margin-left:47px;
 	margin-right:47px;
 	padding-bottom:50px;
}

 #content .columns blockquote {
 	color:#565656;
 	margin-left:50px;
 } 
 #content .columns {
 	overflow:hidden;
}
 
 #content .columns .column {
 	float:left;
}

.column-30p {
	width:30%;
}
.column-70p {
	width:70%;
}
.column-25p {
	width:25%;
} 
.column-75p {
	width:75%;
}
.column-50p {
 	width:50%;
}

.column-65p {
	width:65%;
}

.column-35p {
	width:35%;
}

.column-last {
	width:46%;
	margin-left:25px;
}

.column-last p {
	margin-right:0;
}

.column-centered {
	margin:0 auto;
	margin-left:100px;
	margin-right:100px;
}
 
 #content .columns p {
 	margin-bottom:20px;
 	color:#454545;
}
#content .columns p.ad {
 	clear:both;
	overflow:hidden;
}
 
 .main {
 	margin-top:25px;
 	margin-left:25px;
}
 
.columns h1 {
  	font-size:30px;
  	font-weight:normal;
  	margin-top:13px;
  	margin-bottom:16px;
  	color:#000;
}

.columns h2 {
  	font-size:25px;
  	font-weight:normal;
  	margin-top:16px;
  	margin-bottom:16px;
  	color:#000;
}

.column .image-left {
	float:left; margin-right:15px; margin-bottom:5px;
	border:0;	
}

/**
 * Footer with menu copy and copyrights
 */
  
#footer {
	overflow:hidden;
	margin-top:50px;
	margin-bottom:100px;
}

#footer .column {
	float:left;
	width:50%;
}

#footer .column ol.menu-copy {
	padding-left:47px;
	overflow:hidden;
}

#footer .column ol.menu-copy li {
	float:left;
	margin-right:15px;
}

#footer .column ol.menu-copy a {
	font-size:13px;
}

#footer .copyright {
	margin-left:50px;
}

#footer .copyright p {
	margin-top:5px;
	color:#676767;
}



/**
 * Additional styles for different pages
 */
.news-item {
	overflow:hidden;
	margin-bottom:25px;
}

.news-item h3 {
	font-size:18px;
	font-weight:normal;
	color:#787878;
}

.news-item span.date {
	background-image: url(/img/news-date.gif);
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
	width:150px; height:20px;
	overflow:hidden;
	font-size:12px;
	text-align:center;
	line-height:20px;
	margin-top:5px; margin-bottom:5px;
}

#content .column-50p .news-item p {
	margin-bottom:0;
}
#content .column-50p .news-item p.source {
	margin-top:0;
	font-size:12px;
	color:#676767;
}

#content .text {
	margin-top:25px;
}

.human {
	float:left;
	margin-right:25px;
}

.clear {
	overflow:hidden;
}

#content big {
	font-size:16px;
}


/**
 * Services
 */
 
.services h3 {
	margin-top:30px;
	margin-bottom:15px;
	font-weight:normal;
	font-size:18px;
}
 
.services ul {
	list-style:square;
	margin-left:50px;
	margin-bottom:50px;
}

.services ul li { 
	color:#454545;
	margin-top:10px;
}

/**
 * Project item and style of it
 */
 
.project-item {
	overflow:hidden;
	margin-top:20px;
	margin-bottom:30px;
}

.project-item h3 {
	font-size:22px;
	font-weight:normal;
	margin-bottom:5px;
}

/**
 * content in columns
 */
.precol {
    display:inline-block; 
    display:-moz-inline-box;
    width:100px;
}

.phone {
    font-size:1.1em;
    font-weight:bold;
    color:#00A8DB;
    letter-spacing:1px;
}
