@font-face {
	font-family: "Arkitech";
	src: url(../font/Arkitech_Light.otf);
	src: local("Arkitech_Light"), url(../font/Arkitech_Light.otf), format("truetype");
}

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

body{
	background: url("../images/bg1.jpg") #ccc;
	font-family: "Helvetica", "Arial", verdana, geneva, sans-serif;
	font-size: 13px;
	color:#ddd;
	margin:0;
}


a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

a:hover{
	color: #ddd;
}

#twiter a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

#twiter a:hover{
	color: #ddd;
}

img {
	border: 0px;
}

h2 {
	font-family: "Arkitech", "Helvetica", "Arial", verdana, geneva, sans-serif;
	font-size: 16px;
	text-shadow: 2px 3px 3px #292929;
	border-bottom: 1px solid #ccc;
}


header {
	margin: 45px 65% 0px;
	width: 200px;
	height: 150px;
}

p.footer{
	clear: both;
	margin: 5px 35px;

}

#content{
	margin: 200px auto;
	width: 800px;
}

#more{
	clear: both;
	margin: 0 auto;
	width: 800px;
}
article {
	float: left;
	margin: 0 5px 25px 0;

}

#about, #contact, #facebook{
	width: 230px;
}

#about img{
	margin: 10px 15px;
}

#portfolio{
	width: 550px;
}

#social {
	width: 310px;
}


#banner, #twiter {
	width: 390px;
}

.bor {
	width: 500px;
	margin: 6px 25px;;
	border: 3px solid #fff;
}

.social-icon li {
	width:46px;
	height:46px;
	padding: 6px;
	float: left;
}

ul.contact li{
	float: left;
	margin: 3px 15px;
}

li.email{
	background: url("../images/icons/email.png") no-repeat;
	display: inline;
	padding: 0 24px;
}

li.web{
	background: url("../images/icons/page_world.png") no-repeat;
	display: inline;
	padding: 0 24px;
}

li.phone{
	background: url("../images/icons/phone.png") no-repeat;
	display: inline;
	padding: 0 24px;
}


#lang {
	position: absolute;
	top: 5px;	
	right: 170px;	
	}
	
#lang li {
	float: left;
	margin-right: 8px;
	}	
	
li.txt {
	padding-top: 2px;
	}

/**
 * Additional styles for the controls.
 */
.control {
    margin-bottom: 10px;
    text-align: center;
}
 
.control a {
    font-size: 75%;
    text-decoration: none;
    padding: 0 6px;
    margin: 0 0 5px 0;
    border: 1px solid #ddd;
    color: #fff;
    background-color: #333;
    font-weight: bold;
}
 
.control a:focus,
.control a:active {
    outline: none;
}
 





