/* Default css fot dotbox solutions */
html{

}

body{
	background-color: #151515;
	font-family: Tahoma, Arial;
	color:white;
	font-size: 62.5%;
	line-height: normal;
}

p{
	font-size: 1.1em;
	margin: 0 0 0 30px;
}

a:link, a:visited{
	color: #ff780a;
	font-size: 1.2em;
	text-decoration: none;
}

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

.text{
	font-size: 1.1em;
}

.x_small{
	font-size: 1em;
}

.orange{
	color: #ff780a;
}

.grey{
	color: #a7a7a6;
}


/* LAYOUT */

#header_wrap{
	background: url(../images/header_bg.jpg);
	background-position: center;
	height: 218px;
}

.header{
	height: 218px;
	margin: auto;
	position: relative;
	width: 980px;
}

#navigation_wrap{
	background: url(../images/nav_bg.jpg);
	height: 54px;
}

#content_wrap{
	background: #151515;
}

.content{
	background: url(../images/content_bg.png);
	margin: auto;
	width: 983px;
}

#footer_wrap{
	background: url(../images/footer_bg.png);
	clear: both;
	height: 20px;
}



/* NAVIGATION */
.navigation{
	border-right: 1px solid #020202;
	border-left: 1px solid #222;
	height: 44px;
	margin: auto;
	width: 980px;	
}

.navigation ul{
	list-style: none;
	margin: 0;
	padding: 2px 0 0 0;
}

.navigation ul li{
	display: inline;
	position: relative;
	float: left;
}

.navigation ul li a{
	border-right: 1px solid #222;
	border-left: 1px solid #020202;
	color: #8f8f8f;
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	height: 42px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	width:161px;
}

.navigation ul li a:hover{
	background: url(../images/nav_bg_over.jpg);
	color:#000;
	height: 44px;
}

/* ELEMENTS */
#logo{
	height: 142px;
	width: 131px;
	position: absolute;
	top: 42px;
	left: 60px;
}

.latest_prj{
	width: 920px;
	margin: auto;
}

.latest_prj td{
	width: 230px;
	padding: 20px 0 20px 0;
}

.slogan{
	background:#0d0d0d;
	color: #4e4e4e;
	font-size: 1.3em;
	height:26px;
	line-height: 1.4em;
	text-align: center;
	width: 979px;
	margin: auto;
}


/**** FOOTER ****/
.footer{
	margin: auto;
	width: 980px;
}

.footer a{
	color: white;
	font-size: 1em;
}