@charset "utf-8";
/* CSS Document */


@font-face {
	font-family: IstokWeb-Regular;
	src: url('font/IstokWeb-Regular.ttf');
}
body{
	font-family: "IstokWeb-Regular";
	color:#464646;
	font-size:14px;
	margin:0;
	padding:0;
}
a{
	color:#d24b1e;
	text-decoration:none;
}
a img{
	border:0;
}
div.container{
	width:945px;
	margin:auto;
}
div.header{
	background:url(imagini/header.png) no-repeat center;
	height:204px;
	overflow:hidden;
}
div.header div.logo{
	position:absolute;
	width:300px;
	height:50px;
	margin-top:50px;
	cursor:pointer;
}
div.header div.meniu{
	position:absolute;
	height:20px;
	margin-top:167px;
}
div.meniu a{
	color:#666;
	font-size:14px;
	margin-left:19px;
	vertical-align:middle;
}
div.meniu a:hover{
	color:#d24b1e;
}
div.header div.meniu a.crt{
	color:#d24b1e;
}
div.content{
	margin-top:15px;
	margin-bottom:15px;
	padding:3px;
	min-height:600px;
}
div.content div.continut{
	float:right;
	width:780px;
}
div.content div.ad{
	width:600px;
	height:120px;
}
h1{
	margin:0;
	padding:0;
	font-size:24px;
}
hr{
	border:0;
	border-top:1px solid #000;
}
div.footer{
	height:39px;
	background:url(imagini/footer.png) no-repeat center;
	overflow:hidden;
}
div.footer div.meniu{
	text-align:center;
	width:945px;
	position:absolute;
	height:20px;
	margin-top:11px;
}
div.footer div.meniu a{
	margin:0;
	margin:5px;
}
div.copy{
	padding-bottom:10px;
}
div.copy *{
	font-size:12px;
}
div.copy a{
	color:#666;
}
div.copy a:hover{
	color:#d24b1e;
}
