/*
 * Глобални стилове!
 */
/* Yahoo! reset CSS library */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
/*End of Yahoo! reset...*/
/* Hacks */
strong {font-weight: bold;}
em {font-style: italic;}


/*Общо стайлинг пайлинг...*/
body{
	background-color: #b7b5b6;
	font-family: arial;
}

body { text-align: center; }

hr { border: 1px solid #E1DFE0; }

div#container {
	position: relative;
	left: 0px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1002px;
	text-align: left;
}

a,a:active,a:hover {text-decoration: none; color: #000000;}

.nobr { white-space: nowrap; }

#header {
	margin-left: auto;
	margin-right: auto;
	position:absolute;
    top:0px;
    left: 0px;
    width: 1002px;
    height: 116px;
    z-index: -100;
}

img#logo {
	position: absolute;
	top: 20px;
	left: 10px;
}

#header h1 {
	position: absolute;
	top: 80px;
	left: 5px;
	width: 161px;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 2px;
	text-align: center;
}

/****************** МЕНЮТА (виж и jqueryslidemenu.css) ****************/
/*най-горно статично навигационно меню*/
ul#topnav {
	display: block;
	position: absolute;
	top: 10px;
	left: 542px;
	width: 470px;
	font-size: 9px;
}

ul#topnav li {
list-style:none; display:inline;
padding-left: 10px;
}

ul#topnav a:hover {
	color: red;
}

/** Основни елементи по страницата */
#maincontent { /*контейнер за средната част от страницата*/
position: absolute;
top: 116px;
left: 0px;
width: 1002px;
height: 810px;
padding: 0;
border: 0;
z-index: -100;
}

#firstcol { /*лява сива колона*/
position: relative;
top: 9px;
left: 9px;
width: 146px;
height: 770px;
}

#leftMenuArrow1, #leftMenuArrow2, #leftMenuArrow3, #leftMenuArrow4, #leftMenuArrow5, #leftMenuArrow6, #leftMenuArrow7, #leftMenuArrow8 {
position:absolute;
left: 126px;
visibility:hidden;
}

#cse-search-box {
position: absolute;
top: 14px;
left: 8px;
width: 130px;
height: 19px;
}

#cse-search-box > div input {
border: 0px;
}

.cse-branding-logo {
position: absolute;
top: 37px;
left: 4px;
}
.cse-branding-text {
position: absolute;
top: 42px;
left: 68px;
color:#999;
line-height:90%
}
#searchbox {
width: 105px;
height: 19px;
border: 0px;
}

#submit {
position: absolute;
top: 0px;
left: 110px;
}

/* -- hack за лявото меню */

#leftmenu  {
position: absolute;
top: 70px;
left: 14px;
width: 120px;
height: 253px;
}

#leftmenu ul li {
	margin-top: 7px;
	padding-bottom: 7px;
	font-size: 11px;
	border-bottom: 1px solid red;
}

#leftmenu ul a, #leftmenu ul a:active, #leftmenu ul a:hover, #leftmenu ul a:visited {
color: #000000;
}

#admenu  {
position:absolute;
top: 325px;
left: 13px;
}

#admenu li{
margin-bottom: 10px;
}

#footnote { /*copyright бележка*/
position: absolute;
top: 785px;
left: 290px;
width: 570px;
z-index: 400;
color:white;
font-size: 12px;
}

#footer { /*контейнер за фуутъра (бял фон + банер d1)*/
position: absolute;
top: 924px;
left: 0px;
height: 165px;
width: 1002px;
z-index: -0;
}



/***** СТИЛОВЕ ЗА (общите) БАНЕРИ ****/
#a1 {
	position: absolute;
	width: 480px;
	height: 60px;
	left: 305px;
	top: 29px;
	z-index: 200;
}

#d1 {
	position: relative;
	left: 137px;
	top: 40px;
	width: 728px;
	z-index: 200;
}

