/* CSS Document */

span, p{
	margin:0px;
	padding:0px;
	padding-top:5px;
}



body {
	margin:0px;
	padding:0px;
	background-color:#201C1D;
	/*background-image:url(../img/sven_bg4.jpg);
	background-position: bottom center;
	background-attachment: fixed;*/
	background-repeat:no-repeat;
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	height:2800px;
	
}

#logo {
	position:absolute;
	top:20px;
	left:20px;
	width:200px;
	height:50px;
}

#version {
	position:absolute;
	top:20px;
	/*left:760px;*/
	left:635px;
	/*width:200px;*/
	width:330px;
	height:50px;
	text-align:right;
	
}

.text {
	color:#F1E3C5;
	font-size:12px;
	font-weight:bold;
	line-height:18px;

}

.text_about {
	color:#F1E3C5;
	font-size:14px;
	font-weight:italic;
	line-height:24px;

}

.holder {
	top:0px;
	left:0px;
	width:auto;
	height:autopx;
	margin-top:10px;
	margin-left:10px;
	position:absolute;
}

#head_add {
	position:absolute;
	top:80px;
	left:20px;
	width:200px;
	height:160px;
}

#head_text {
	position:absolute;
	top:80px;
	left:250px;
	width:710px;
	height:160px;
}

.title {
	color:#F1E3C5;
	font-size:20px;
	font-weight:bold;

}

#portfolio_title {
	position:absolute;
	top:270px;
	left:20px;
	width:auto;
	height:40px;
}

.portfolio_row {
	position:absolute;
		width:280px;
	height:300px;
}


.arrow { position:absolute;left:970px;}

#arrow0 { top:220px; }
#arrow1 { top:580px; }
#arrow2 { top:920px; }
#arrow3 { top:1250px; }
#arrow4 { top:1580px; }
#arrow5 { top:1910px; }

#arrow0u, #arrow1u, #arrow2u, #arrow3u, #arrow4u, #arrow5u, #arrow6u { position:absolute;left:970px;}

#arrow0u { top:175px; }
#arrow1u { top:555px; }
#arrow2u { top:895px; }
#arrow3u { top:1225px; }
#arrow4u { top:1555px; }
#arrow5u { top:1885px; }
#arrow6u { top:1990px; }

#clients_title {
	position:absolute;
	left:20px;
	width:auto;
	height:40px;
}

#client {
	background:url(../img/transparent.png) repeat-y;
	position:absolute;
	top:1990px;
	left:20px;
	width:940px;
	height:250px;
}


.project {
	top:0px;
	left:0px;
	width:280px;
	height:300px;
	color:#FF0000;
	text-align:center;
	margin-top:10px;
	position:absolute;
}

.clientname {
	text-transform:uppercase;
	font-weight:bold;
	color:#F1E3C5;
	margin-top:10px;
	margin-right:10px;
	text-align:right;
	font-size:12px;
	line-height:18px;
}

.descriprion, .type, .url {
	color:#F1E3C5;
	margin-right:10px;
	text-align:right;
	font-size:12px;
	line-height:18px;
}

a, a:link, a:visited {
	color:#8E8169;
	text-decoration:none;
}

a:hover {
	color:#F1E3C5;
	text-decoration:underline;
}

#client ul  {
	width: 100%;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#client  li {
	color: #F1E3C5;
	font-weight:bold;
	float: left;
	margin-right:5px;
	width: 200px;
	line-height:18px;
	padding: 5px 25px 5px 0;
}

a, a:active, a:visited, a:link {color:#F1E3C5; text-decoration:none}

#job-div {
	position:absolute;
	top:140px;
	left:315px;
	z-index:100;
}

ul {padding: 0 0 0 10px; margin:0}

li.float { float:left; list-style:none;};

#footer 
{
	width:940px;
	height:30px;
	position:absolute;
	top:3250px;
	display:block;
}
