/*
		********************************************
		*                                          *
		* Code: http://www.candoo.eu               *
		* Date: 07.01.2009                         *
		* Support: info@candoo.eu                  *
		*                                          *
		********************************************
*/

/*

	TABLE OF CONTENTS
	- container
	- header
	- content
	- main content
	- actual project
	- description
	
*/

/*
-----------------------------------------------CONTAINER--------------------------------------------
*/

#container {
	text-align: left;
	width: ;
	margin: 0px auto;
}

/*
-----------------------------------------------HEADER-----------------------------------------------
*/

#header {
	height: 309px;
	width: 900px;
	background: transparent url("./../images/headers/header_index.jpg") 0px 33px no-repeat;
}

#header .motto {
	text-indent: -3000px;
	position: absolute;
	left: 46px;
	top: 216px;
	width: 230px;
	height: 50px;
}

/*
-----------------------------------------------CONTENT----------------------------------------------
*/


#lot {
	margin-top: 1px;
	float: right;
	width: 240px;
	background: #CEEBD8 url("./../images/bg_lot.png") left top no-repeat;	
	color: #009933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-height: 120px;
}

#lot p {
	margin: 13px 0px 10px 18px;
}

#lot p a {
	color: #009933;
	/*text-decoration: underline;*/
}

#lot p a:hover {
	color: #009933;
	text-decoration: none;
}

#lot dl {
	color: #003399;
	font-size: 11px;
	margin-left: 18px;
}

#lot dt {
	width: 140px;
	height: 18px;
	line-height: 18px;
	float: left;
	clear: left;
}

#lot dd {
	float: left;
	width: 80px;
	height: 18px;
	line-height: 18px;
	font-weight: bold;
}

.project {
	width: 325px;
	height: 120px;
	float: left;
}

.project h2 {
	color: #0073FF;
	margin: 33px 0px 8px 132px;
	font-size: .8em;
}

.project h2 a {
	color: #0073FF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.project h2 a:hover {
	/*text-decoration: underline;*/
}	

.project h3 {
	color: #0073FF;
	margin: 33px 0px 8px 132px;
	font-size: .8em;
}

.project h3 a {
	color: #0073FF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.project h3 a:hover {
	/*text-decoration: underline;*/
}

.project img {
	width: 110px;
	height: 110px;
	float: left;
	margin: 5px 0px 0px 10px;
}

.project p {
	margin: 0px 0px 0px 132px;
	line-height: 135%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
}


/*
-----------------------------------------------MAIN_CONTENT-----------------------------------------
*/

#main_content {
	background: #E5EFF7 url("./../images/bg_content.png") left top repeat-x;
	width: 900px;
	margin-top: -1px;
	clear: both;
	padding-top: 35px;	
}

/*
-----------------------------------------------ACTUAL_PROJECT---------------------------------------
*/

#actual_project {
	width: 330px;
	float: right;
	position: relative;
	padding-left: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	border-left: 1px #CFCFCF solid;
}

#actual_project p {
	color: #666666;
	line-height: 130%;
	margin: 7px 14px 14px 0px;
	text-align: justify;
}

#actual_project img {
	width: 40px;
	height: 40px;
	float: left;
	margin: 0px 15px 0px 0px;	
}

#actual_project h3 {
	color: #003399;
	font-size: 1.1em;	
	margin: 4px 0px 2px 0px;
}

#actual_project h3 a {
	color: #003399;
	text-decoration: none;
}

#actual_project h3 a:hover {
	/*text-decoration: underline;*/
}

#actual_project .date {
	color: #336699;
}

#actual_project .more_information {
	position: absolute;
	bottom: -50px;
	right: 14px;
}

/*
-----------------------------------------------DESCRIPTION------------------------------------------
*/

#about_company {
	width: 515px;
	margin-left: 20px;
	padding-bottom: 20px;
}

#about_company p {
	color: #4C4C4C;
	line-height: 135%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: 8px 0px;
}

#about_company h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #000;
	margin-bottom: 18px;
}
