/* Layout */

body {

	margin: 0;
	background-color: #333332;
	background-image: url("../_img/background_big.jpg");
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #3f3f3f;

}

	#orange_line {
		
		position: absolute;
		top: 130px;
		left: 0;
		width: 100%;
		height: 56px;
		background-color: #e98423;
		background-image: url('../_img/top_orange_line.gif');
		background-position: top center;
		background-repeat: no-repeat;
		
	}
	
	#top {
	
		width: 770px;
		margin: 0 auto;
		position: relative;
		height: 186px;
	
	}
	
		#top img#slogan {
		
			position: absolute;
			top: 52px;
			left: 471px;
		
		}
	
		#top img#feniks_logo {
		
			position: absolute;
			top: 18px;
			left: 59px;
		
		}
	
	#main {
	
		width: 770px;
		margin: 0 auto;
		position: relative;
	
	}
	
		#main #menu {
		
			padding-top: 33px;
			width: 179px;
			float: left;
		
		}
		
		#main #left {
		
			width: 284px;
			float: left;
			padding-top: 19px;
		
		}
	
		#main #right {
		
			width: 295px;
			float: left;
			margin-left: 9px;
			padding-top: 14px;
		
		}
		
			#right img.right {
			
				border: 6px solid #252524;
			
			}
	
	#footer {
	
		clear: both;
		width: 770px;
		margin: 0 auto;
		text-align: center;
	
	}
	
		#footer p {
		
			margin: 0;
			padding: 12px 0 12px 180px;
			font-size: 10px;
			color: #929292;
			background-color: inherit;
		
		}
		
		#footer a {
			
			text-decoration: none;
			
		}



/* Text color, headers, links */

a {
	color: #bd1b20;
	background-color: inherit;
	text-decoration: underline;
}

a img {
	border: none;
}

h1 {
	color: #222221;
	background-color: inherit;
	font-size: 36px;
	font-weight: normal;
	padding: 19px 10px 0 21px;
	margin: 0;
}

h3 {
	color: #222221;
	background-color: inherit;
	font-size: 16px;
	font-weight: bold;
	padding: 19px 20px 0 23px;
	margin: 0;
}

h4 {

	line-height: 17px;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #3f3f3f;
	margin: 0;
	padding: 16px 24px 0 24px;
	position: relative;
	top: 2px;

}

p.arhiv {

	text-align: right;
	color: #bd1b20;
	background-color: inherit;

}

.error {

	color: #bd1b20;
	background-color: inherit;
	font-weight: bold;

}

/* Forms, inputs */
form {
	
	margin: 0;
	padding: 0;
	
}

input#email {

	background-color: transparent;
	border: none;
	border-bottom: 1px solid #252524;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	width: 160px;
	padding: 0 5px;

}

/* Listing */

ul {

	margin: 0.9em 24px;
	padding: 0;
	list-style-type: none;

}

	ul li {
	
		padding: 0 0 5px 10px;
		margin: 0;
		background-image: url('../_img/bullet.gif');
		background-repeat: no-repeat;
		background-position: 0 7px;
	
	}

/* pagination */
div.listing {

	width: 230px;
	margin: 0 auto;
	padding-bottom: 15px;
	text-align: center;
	position: relative;

}

	div.listing a.next {
	
		position: absolute;
		top: 0;
		right: 0;
	
	}

	div.listing a.back {
	
		position: absolute;
		top: 0;
		left: 0;
	
	}


/* Boxes */
	
.black_box {
	
	color: #e1e1e1;
	background-color: #262625;
	width: 283px;
	background-image: url("../_img/boxes/misel_dneva_quote1.gif");
	background-repeat: no-repeat;
	background-position: 21px 52px;
	padding-bottom: 21px;

}

	.black_box h2 {
		
		font-size: 22px;
		font-weight: normal;
		color: #626262;
		background-color: inherit;
		margin: 0;
		padding: 19px 0 0 20px;
		
	}
	
	.black_box p {
	
		font-style: italic;
		font-size: 12px;
		line-height: 17px;
		background-image: url("../_img/boxes/misel_dneva_quote2.gif");
		background-repeat: no-repeat;
		background-position: bottom right;
		margin: 9px 25px 0 41px;
		padding: 0 14px 7px 0;
	
	}
	
	.no_quote {
	
		padding-top: 20px !important;
		background-image: none !important;
	
	}
	
	.no_quote p {
		
		background-image: none !important;
		padding: 0;
		margin: 0 20px;
		
	}
	
	
/* Fluid boxes */

.left_box {

	width: 284px;
	background-image: url("../_img/boxes/left_fluid.gif");
	background-repeat: repeat-y;
	background-position: top left;
	position: relative;
	padding-bottom: 10px;

}

	img.left_box_bottom {
	
		/*position: absolute;
		bottom: -5px;
		left: 0;*/
		display: block;
	
	}
	
	.left_box img.top {
	
		position: absolute;
		top: -8px;
		left: 0;
		display: block;
	
	}


.right_box {

	width: 284px;
	background-image: url("../_img/boxes/right_fluid.gif");
	background-repeat: repeat-y;
	background-position: top left;
	position: relative;
	padding-bottom: 10px;
	margin-top: 18px;

}

	img.right_box_bottom {
	
		display: block;
	
	}
	
	.right_box img.top {
	
		position: absolute;
		top: -9px;
		left: 0;
		display: block;
	
	}
	
	.left_box p, .right_box p {
	
		margin: 0 24px;
		padding: 0.9em 0;
		line-height: 17px;
	
	}
	
