* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	background-color: #ccc;
	background-position: 770px top;	/*background-repeat:repeat;
	background-image: url(../images/fon2.gif);*/
}
div.wrapper {
	position:relative;
	width: 920px;
	margin: 0 auto 0 0;
	height: auto;
	z-index:2;
}
/* ------------------------ начало  Header -----------------*/
div.header {
	margin: 0 0 1% 0;
	/*background-color: #333;*/
	height: auto;
	width: 100%;
	padding:1%;/*background-image: url(../images/fon.gif);*/
	/*background-repeat: repeat;*/
}
/** html .header {height:110px}  IE */ 
/* ------------------------ край  Header -----------------*/

/* ------------------------ начало Nav Bar -----------------*/
div.nav-bar {
	background-color: #E8E8E8;
	margin: 0 0 1%;
	width: 100%;
	padding:1%;
	height: auto;
	border: 1px solid #AEAEAE;
}
.nav-links li {
	list-style: none;
	display: inline;
	margin-right: 1em;
	border-right: 2px dashed #ffffff;
	margin-left: 0em;
	padding-right: 1em;
	padding-top: .5em;
	padding-bottom: .5em;
}
.nav-links li a:link {
	background-color: #E8E8E8;
	color: #333;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
.nav-links li a:visited {
	background-color: #E8E8E8;
	color: #333;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
.nav-links li a:hover {
	background-color: #E8E8E8;
	color: #999;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
/* ------------------------ край  Nav Bar -----------------*/

/* ------------------------ начало outer content -----------------*/
div.outercontent {
	background-color: #e8e8e8;
	width: 100%;
	padding:1%;
	margin-bottom: 1%;
	height: auto;
}
/* ------------------------ край  outer content -----------------*/

/* ------------------------ начало Columns -----------------*/
div.centercolumn { /* _parent Wrapper за вътрешните BOX */
	background-color: #333333;
	margin: 0;
	display: inline;
	/*width: 10%;*/
	width: 68%;
	float: left;
	color: #E9E9E9;
	height:100%;
	padding-top: 2%;
	padding-right: 4%;
	padding-bottom: 2%;
	padding-left: 5%;
}
div.rightcolumn {
	margin: 0 0 1% 1%;
	padding: 2%;
	display: inline; /* IE Hack */
	width: 17.5%;
	float: left;
	border: 1px solid #AEAEAE;
	background-color: #ccc;
	position: relative;
	height: auto;
	line-height: 15px;
}
div.rightImg {
	padding: 0;
	display: inline; /* IE Hack */
	width: 200px;
	float: left;
	border: 1px solid #AEAEAE;
	/*background-color: #ccc;
	position: relative;*/
	height:200px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1%;
	margin-left: 1%;
}


div.rightImgList {
	padding: 0;
	display: inline; /* IE Hack */
	width: 200px;
	float: left;
	
	/*background-color: #ccc;
	position: relative;*/
	height:auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1%;
	margin-left: 1%;
}

.wrapper .outercontent .rightImgList img{
border: 1px solid #AEAEAE;!important}
/* ------------------------ край  Columns -----------------*/

/* ------------------------ начало Footer -----------------*/
div.footer {
	border: 1px solid #AEAEAE;
	background-color: #e8e8e8;
	margin: 0 0 1% 0;
	width: 100%;
	height:auto;
	padding:1%;
}
/* ------------------------ край Footer -----------------*/

h1 {
	font-size: 23px;
	font-family: Arial;
	margin-bottom: 2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
h2 {
	font-size: 18px;
	font-family: Arial;
	line-height: 15px;
	margin-bottom: 1em;
	font-weight: normal;
	color: #999999;
}
.float {
	float: left;
	padding: 0em 10px 0px 0em;
	margin: 0px;
}
img {
	border: 0 none;
}
/* Links общи*/
a:link {
	color: #333333;
	text-decoration: none;
	outline:none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	/*background-color: #fff;*/
 text-decoration: none;
}
.wrapper .outercontent .centercolumn p {
	margin-top: 0.5em;
	margin-bottom: 2em;
	line-height: 16px;
	position: relative;
	width: 96%;
}
/*-----------------span stilove--------------------*/
.note {
	color: #FFFFFF;
	/*background-color: #fff;*/
 text-decoration: none;
	font-weight: bold;
	display: block;
	padding-bottom: 1em;
}
div.bak {
	width:100%;
	height:400px;
	position:absolute;
	z-index:1;
	top:39px;
	left:0;
	padding:0;
	margin:0;
	background-color:#70b9cd;
	background-image: url(../images/back2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom: 2px solid #E0DFE3;
}
.wrapper .header a {
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
}
/*navigation*/
#navigation {
	position:absolute;
	display:block;
	height:39px;
	font-size:12px;
	width:100%;
	z-index:3;
	top:0;
	left:0;
	font-weight:bold;
	background:transparent url(../images/bgOFF.gif) repeat-x left top;
	font-family:Arial, Verdana, Helvitica, sans-serif;
	border-top:4px solid #333;
}
#navigation ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}
#navigation ul li {
	display:block;
	float:left;
	margin:0;
}
#navigation ul li a {
	display:block;
	float:left;
	color:#666;
	text-decoration:none;
	padding:11px 20px 0 20px;
	height:23px;
	background:transparent url(images/bgDIVIDER.gif) no-repeat top right;
}
#navigation ul li a:hover, #navigation ul li a.current {
	color:#333333;
	background:#fff url(images/bgON.gif) no-repeat top left;
}
.wrapper .outercontent .rightcolumn h1 {
	padding-bottom: 1em;
}
.wrapper .outercontent .rightcolumn h2 {

}
/* jQuery lightBox plugin - Gallery style */
div.gallery {
	background-color: #333333;
	width: 95%;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 30px;
}
.gallery ul {
	list-style: none;
}
.gallery ul li {
	display: inline;
}
.gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 10px;
}
.gallery ul a:hover img {
	border: 5px solid #666;
	border-width: 10px;
	color: #999;
}
.gallery ul a:hover {
	color: #fff;
}
.wrapper .outercontent .centercolumn ul {
	list-style-position: inside;
	list-style-type: square;
	margin-bottom: 20px;
	margin-left: 20px;
}
.wrapper .outercontent .centercolumn .gallery ul {
	margin: 0px;
	padding: 0px;
}
.wrapper .outercontent .centercolumn dl {
	float: right;
	margin-top: -30px;
}
.gr{
	color:#cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
}.wrapper .outercontent .centercolumn a {
	color: #FFFFFF;
	text-decoration: underline;
}
.wrapper .outercontent .centercolumn .gallery a {
	text-decoration: none;
}
