/*------------------------------------------------------------------
[Master Stylesheet]

Project:	---
Version:	1.0
Last change:	08/10/2009
Assigned to:	Weboart
-------------------------------------------------------------------*/

@import url("reset.css");
body{   

	background-color: #444444;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	color: #3D3C38;
	font-size: 11px;
	}	

/*--------------------HEADER----------------------------*/
#header{
	width: 100%;
	height: 100px;
	float: left;
	border-bottom: 5px solid #e9f0ef;
}
#logo{
	width: 530px;
	height: 98px;
	/*background-color: Orange;*/
	float: left;
/*	background: url(img/logo.jpg) no-repeat 30px 10px;*/
}
#logo img{
	margin: 10px 0 0 30px;
	cursor: pointer;
}
#hright{
	width: 416px;
	height: 98px;
	float: left;
	}
#login{
	width: 337px;
	height: 70px;
	float: left;
	padding-left: 10px;
}
.txt_log{
	margin-top: 30px;
	color: #999;
}
#user{
	width: 160px;
	height: 100%;
	float: left;
	/*background-color: Orange;*/
}
#pass{
	width: 115px;
	height: 100%;
	float: left;
	/*background-color: Blue;*/
}
.btlog{
	background-image: url(img/login.jpg);
	width: 44px;	
	height: 20px;
	float: left;
	margin-top: 22px;
	cursor: pointer;
	border: none;
}
.btlog a:hover{
	background-position:50% 100%;
}
/*--------------------NAV----------------------------*/
#nav{
	width: 416px;
	height: 27px;
	}
#nav ul{
	width: 100%;
	float: left;
}
#nav li{
	float: left;
}

.bt1 a{
	background-image: url(img/about.jpg);
	width: 64px;	
	height: 29px;
	/*margin: 0 4px 0 0px;*/
	display: block;
	/*cursor: pointer;	*/
}
.bt1 a:hover{
	background-position:50% 100%;
}
.bt2 a{
	background-image: url(img/info.jpg);
	width: 46px;	
	height: 29px;
	/*margin: 0 4px 0 0px;*/
	display: block;
}
.bt2 a:hover{
	background-position:50% 100%;
}
.bt3 a{
	background-image: url(img/portfolio.jpg);
	width: 74px;	
	height: 29px;
	/*margin: 0 4px 0 0px;*/
	display: block;
}
.bt3 a:hover{
	background-position:50% 100%;
}
.bt4 a{
	background-image: url(img/news.jpg);
	width: 62px;	
	height: 29px;
/*	margin: 0 4px 0 0px;*/
	display: block;
}
.bt4 a:hover{
	background-position:50% 100%;
}
.bt5 a{
	background-image: url(img/twitter.jpg);
	width: 59px;	
	height: 29px;
	/*margin: 0 4px 0 0px;*/
	display: block;
}
.bt5 a:hover{
	background-position:50% 100%;
}
.bt6 a{
	background-image: url(img/contact.jpg);
	width: 75px;	
	height: 29px;
	/*margin: 0 5px 0 0px;*/
	display: block;
}
.bt6 a:hover{
	background-position:50% 100%;
}
.bt7 a{
	background: url(img/blog.jpg) 0 0;
	width: 57px;	
	height: 29px;
	/*margin: 0 5px 0 0px;*/
	display: block;
}
.bt7 a:hover{
	background-position:0 100%;
}
/*--------------------CONTAINER----------------------------*/
#conteiner{
	margin: 56px auto;	
	width: 958px;
/*	height: 798px;*/
	background-color: #666;
	}
#content{
	margin: 5px 5px auto 5px;	
	width: 946px;
	/*height: 756px;*/
	background-color: White;
	background-image: url(img/bg_cont.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
	}
#conteineri{
	margin: 56px auto;	
	width: 958px;
	height: 582px;
	background-color: #666;
	float: none;
	}	

#contenti{
	margin: 5px 5px auto 5px;	
	width: 946px;
	height: 530px;
	background-color: White;
	background-image: url(img/bg_cont.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
	}
#info{
	border-bottom:5px solid #E9F0EF;
	float:left;
	margin:10px 10px 87px 30px;
	padding-bottom:30px;
	width:490px;
	}
#info ul{
	margin: 20px 0 60px;
}
#info ul li{
	margin: 10px 0;
}
#info p.pattern{
	width: 258px;
	float: left;
	padding-left: 8px;
	margin-top: 155px;
}
#info img{
	float: left;
	border:2px solid #E9F0EF;
}
	
#sidebar{
	width: 380px;
	margin-top: 34px;
	float: left;
	margin-bottom: 80px;
	}
#sidebar img{
	
}
.thumb{
	margin: 5px 10px 5px 0px;
	float: left;
	width: 108px;
}
#sidebar ul{
	margin: 20px 0 41px 0;
}
#sidebar li{
	margin: 11px 0;
}
#sidebar li a{
	margin:0;
}
#footer{
	width: 465px;
	float: right;
	color: #fff;
	margin: 12px;
}
#footer a{
	color: #fff;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
address{
	font-style: normal;
	line-height: 15px;
}

/*--------------------FONTS----------------------------*/
h1{
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: normal;
}

#sidebar h1{
	font-size: 14px;
	margin-bottom: 5px;
}
h2{
	font-size: 13px;
	margin-bottom: 5px;
	}
h3{
	font-size: 9px;
	margin-top: 9px;
	margin-bottom: 3px;
	color: #999;
	font-weight: normal;
	}
h4 {
	font-size: 9px;
	margin-bottom: 10px;
	color: #999;
	font-weight: normal;
}
h5{
	font-size: 12px;
	margin-bottom: 10px;
	color: #58948C;
	padding-top: 60px;
}
p{
	margin-top: 10px;
	line-height: 16px;
	padding-right: 10px;
	
}
a{
	margin-left: 3px;
	color: #58948c;
}








/*--------------------------Form-------------------------------------*/

#formfieldleft {
	float:left;
	text-align:right;
	width:55px;
	margin-right: 10px;
	padding-top: 8px;
}
#formfieldright input, textarea {
	border:1px solid #E9F0EF;
	height:20px;
	margin-bottom:5px;
	width:200px;
	background-color: #E9F0EF;
	color: #9B9B9B;
}

#formfieldright{
	float:left;
	}
textarea {
	font-size:12px;
	height:100px;
	font-family: Verdana, Arial, sans-serif;
	}
input#send {
	cursor:pointer;
	height:40px;
	width:100px;	
	float: left;
	margin-right: 4px;
}
form{
	margin: 0px 0;	
	float: left;
}
.forgot_pass{
	float: right;
	font-size: 8px;
	margin: 4px 90px 0 0;		
	color: #999;
	font-weight: normal;
}
.cont_collections{
	/*background-color: aqua;*/
	margin-left:31px;
	margin-top:10px;
}
.text_collections{
	line-height:16px;
	margin-top:10px;
	padding-right:10px;
}

.etxr{
	color: #58948C;
	margin-bottom: 5px;
}
.btpass {
background-image:url(img/rpass.jpg);
border: none;
cursor:pointer;
float:left;
height:20px;
margin-top:22px;
width:112px;
float: left;
}
.btpass a:hover{
	background-position:50% 100%;
}
.img_margin{
	margin-top: 20px;
}