/*  
	Уеб Дизайн България ®  
	http://www.webdesign-bulgaria.com/ ---------------------------- */


/*------------------------- 
	Глобални
-------------------------*/
body {
	margin: 200px 0 100px 0;
	padding: 0;	
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #9a7e3d;
	background-image: url(../images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	line-height: 18px;
}
img {
	border: none;
}
#container {
	width: 960px;
	height: auto;
	margin: 0 auto 0 auto;
}
.clear {
	clear: both;
	line-height: 0;
	height: 0;
}
.middle {
	vertical-align: middle;
	padding-bottom: 3px;
}
h2 {
	font-size: 12px;
}
/*-------------------------
	Тул тип
-------------------------*/

#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #fff;
	font: normal normal Verdana, Arial, Helvetica, sans-serif;
	display: none;
}
#unitippoint, #unitipmid, #unitipcap {
	position: relative;
	top: 0px; 
	left: 0px;
	width: 145px;
	display: block;
}
#unitippoint { 
	background: url(../images/TipPoint.png) no-repeat; 
	height: 19px; 
	overflow: hidden; 
}	
#unitipmid { 
	background: url(../images/TipMid.png) repeat; 
	width: 115px;
	height: auto; 
	padding: 5px 15px;
}
#unitipcap { 
	background: url(../images/TipCap.png) no-repeat; 
	height: 7px; 
	overflow: hidden; 
}
/*------------------------- 
	Горна част - меню
-------------------------*/
#container #header {
	width: 805px;
	margin: 0 auto 0 auto;
}

/*------------------------- 
	Съдържание
-------------------------*/
#container #content {
	background-color: #fff;
	color: #4E4E4E;
	padding: 8px 25px 25px 25px;
	margin-top: 10px;
	margin-bottom: 30px;
}
#container #content #subheader {
	text-align: center;
	margin-bottom: 20px;
}
#container #content #subheader #languages {
	text-align: right;
	margin-bottom: 5px;
}
#container #content #subheader #languages a,a:link,a:hover,a:visited,a:active {
	color: #4E4E4E;
	border-bottom: none;
	text-decoration: none;
	font-weight: normal;
}
#container #content #text_size {
	text-align: right;
}
#container #content #left a,a:visited,a:link,a:active {
	color: #9a7e3d;
	border-bottom: 1px dotted #333;
	text-decoration: none;
	padding-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
}
#container #content #left a:hover {
	text-decoration: none;
	border-bottom: 1px solid #920A0D;
	color: #584821;
}
#container #content #left {
	float: left;
	width: 200px;
	margin-top: -4px;
}
#container #content #right {
	margin-left: 200px;
}
/*------------------------- 
	Футър
-------------------------*/
#container #footer {
	font-size: 11px;
	color: #fff;
}
#container #footer #f_left {
	float: left;
	width: 300px;
}
#container #footer #f_right {
	float: right;
	margin-left: 300px;
}
#container #footer #f_right a,a:link,a:hover,a:visited,a:active {
	color: #fff;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	font-size: 11px;
}
#right a {
    color: #5D6425;
}
