@charset "utf-8";

/*  
	Arben Kaso web site CSS
    by Albi Spiro & Aisa Bezhani
    www.websiti-yne.com
	Copyright 2010 
*/

/* ===== global stylesheet =====*/

body {
	font-family: Calibri, Geneva, Gadget, Arial, sans-serif;
	background-color: #000000;
	text-align: left;
	text-decoration: none;
	width:100%;
	height:100%;
	padding-top: 0px;
	margin-top: 0px;
}

/* ===== Header ===== */

#header {
	width:100%;
	height:150px;
	margin: 50px auto 0px auto;
	border: 0px;
}

.logo {
	border: 0;
	float:right;
	margin-right: 15%;
}

/* ===== menu-bar ===== */

#menu {
	position:relative;
	width: 900px;
	height: 26px;
	margin: 0px auto;
}

/* ===== home page ===== */

#content-home {
	width:700px;
	height: 500px;
	background:url(../images/home-conten.png) no-repeat center top;
	border: none;
	margin: 20px auto 0px auto;
	font-family: Calibri, Geneva, Gadget, Arial, sans-serif;
}

.photo-home {
	margin-top:20px;
}

p.MsoNormal {
	color:#FFF;
	margin: 5px 30px 10px 30px;
	line-height:115%;
	font-size:11.0pt;
	font-family: "Calibri", Arial, Helvetica, sans-serif
}

/* ===== about page ===== */

#content-about {
	position: relative;
	width:700px;
	height:500px;
	color: #FFF;
	text-decoration: none;
	border: 0;
	margin: 20px auto 0px auto;
	font-family: Calibri, Geneva, Gadget, Arial, sans-serif;
	background:url(../images/about_content.png) repeat center top;
}

#about_doc {
	background:url(../images/about-doc-conteiner.png);
	width:205px;
	height:335px;
	float:left;
	margin-top:57px;
	margin-left:50px;
	text-decoration: none;
}

#aboutParagraf {
	width: 380px;
	height:auto;
	font-size:16px;
	float:left;
	margin-top:130px;
	color: #FFF;
}

.aboutP {
	margin-top: 0px;
	margin-left: 20px;
}

dl {
	width:205px;
	height:335px;
	font-size: 18px;
}

dd {
	line-height: 45px;
}

/* ===== portfolio page ===== */

#content-portfolio {
	width:700px;
	height: 500px;
	background:url(../images/home-conten.png);
	border: none;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 20px auto 0px auto;
	font-family: Calibri, Geneva, Gadget, Arial, sans-serif;
	padding-top: 20px;
}


/* ===== contact page ===== */

#content-contacts {
	width:700px;
	height: 500px;
	background:url(../images/home-conten.png);
	border: none;
	background-repeat: repeat;
	background-position: center top;
	margin: 20px auto 0px auto;
	font-family: Calibri, Geneva, Gadget, Arial, sans-serif;
}

#email-message {
	float:left;
	width:315px;
	margin:0px;
	padding-left:30px;
	padding-top: 30px;
	color: #FFF;
}

.text-mail {
	color:#FFF;
	margin:0px 0px 20px 0px;
	line-height:115%;
	font-size:11.0pt;
	font-family: "Calibri", Arial, Helvetica, sans-serif
}

#contacts {
	width: 325px;
	padding-top:70px;
	color:#FFF;
	border:none;
	float:right;
	margin-top:0px;
	float:left;
}

#footer {
	width: 700px;
	height: 10px;
	color: #FFF;
	text-align:center;
	font-size:12px;
	margin-left:auto;
	margin-right:auto;
}

a:link {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #FF9;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FFF;
}

a:active {
	text-decoration: none;
	color: #FF9;
}
