/*IMPORTS*/
@import url("boxa.css");
/*********/

* {
	margin: 0px;
	padding: 0px;
}


body {
	background: #8C191C url(../img/body_bgrd.gif) left top repeat-x;
	font: 62.5% Tahoma;
}

#container {
	margin: 0 auto;
	width: 973px;
}

#header {
	font-size: 1.1em;
	height: 166px;
	background: url(../img/header_bgrd.jpg) left top no-repeat;
	padding-left: 235px;
	position: relative;
}
a.logo_bg
{
	background:transparent url(../img/logo_bg.jpg) no-repeat scroll left top;
}

a.logo_en
{
	background:transparent url(../img/logo_en.jpg) no-repeat scroll left top;
}

#header #logo { position: absolute; left: 18px; top: 0px; }
#header #logo a { display: block; width: 171px; height: 166px; }
#header #logo a.en { display: block; background: url(../img/logo_en.jpg) left top no-repeat; width: 171px; height: 166px; zoom:1; }
#header #logo a:hover {  }
#header #logo h1 { text-indent: -10000px; display: none; }

#header #h_flash { clear: left; float: left; width: 223px; height: 26px; margin: 34px 0 0 0; display: inline; /*for ie6*/ text-indent: -20000px; }
#header .h_flash_bg { background: url(../img/hdr_flash.gif) left top no-repeat; }
#header .h_flash_en { background: url(../img/hdr_flash_en.gif) left top no-repeat; }

#header ul { float: left; margin-top: 9px; }
#header ul li { float: left; border-right: 1px #B88A7F solid; }
#header ul li.last { border: none; }
#header ul li a { color: #F2DBCB; text-decoration: none; padding-left: 7px; padding-right: 8px; }
#header ul li a.selected { text-decoration: underline; }
#header ul li a:hover { text-decoration: underline; }

#submenu {
	padding-left: 31px;
	padding-right: 28px;
	font-size: 1.2em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 64px;
	background: url(../img/sub_menu_bgrd.png) left top no-repeat;
}
#submenu ul { padding-left: 22px; }
#submenu ul li { float: left; line-height: 39px; background: url(../img/hdr_menu_border.gif) left center no-repeat; padding-left: 2px; }
#submenu ul li.first { background: none; }
#submenu ul li a { text-decoration: none; display: block; color: #F2DBCB; padding: 0 9px; }
#submenu ul li a.selected {  background: url(../img/hdr_menu_over_bgrd.jpg) left top repeat-x;  }
#submenu ul li a:hover {  background: url(../img/hdr_menu_over_bgrd.jpg) left top repeat-x;  }

/*
	=CONTENT
*/

#content {
	padding-left: 31px;
	padding-right: 28px;
}
/*firefox-fix*/
#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*
	=FOOTER
*/


#footer {
	clear: both;
	margin-top: 10px;
	font-size: 1.1em;
	margin-left: 3px;
	padding-left: 31px;
	padding-right: 28px;
	padding-top: 13px;
	height: 26px;
	background: url(../img/footer_bgrd.gif) center top no-repeat;
}

#footer .copyright {
	font-family: Tahoma;
	padding: 0 80px 0 13px;
	color: #F2DBCB;
	float: left;
}

#footer .menu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #F2DBCB;
	float: left;
}

#footer .menu ul {  } 
#footer .menu ul li { float: left; border-right: 1px solid #A6837A; }
#footer .menu ul li.last { border: none; } 
#footer .menu ul li a { color: #F2DBCB; text-decoration: none; padding-left: 6px; padding-right: 7px; }
#footer .menu ul li a:hover { text-decoration: underline; }


#footer .created {
	float: right;
	width: 107px;
	height: 14px;
	padding-right: 25px;
}
#footer .created a {
	background: url(../img/created.gif) left top no-repeat;
	display: block;
	width: 107px;
	height: 14px;
}

#footer .created a:hover {   }

ul { list-style-type: none; list-style-position: outside; }
a { outline: none; }


/**
* Paging
*/

.paging {  }
.paging a { color: #CCAFA2; }



/* added by n_alexiev */

.gallery_images{
		width: 150px;
		height: 160px;
		margin-bottom: 5px;
		background-repeat: no-repeat;
	}
	
	
.pagingit{padding:10px;overflow:hidden;height: 30px;margin-left: 35px;}


.pagingit .inactive{
	display: block;
	background-color: #360101;
	font-size: 11px;
	font-family: Verdana;
	color: white;
	text-decoration: none;
	margin: 3px;
	text-align: center;
	width: 20px;
	height: 17px;
	background-image: url('../img/paging.png');
	padding-top:3px;
	float: left;
}

.pagingit .active{
	display: block;
	background-color: #360101;
	font-size: 11px;
	font-family: Verdana;
	color: white;
	text-decoration: none;
	margin: 3px;
	text-align: center;
	width: 20px;
	height: 17px;
	background-image: url('../img/paging_h.png') !important;
	padding-top:3px;
	float: left;
	font-weight: bold;
}

.pagingit .inactive:hover{text-decoration: underline;}

/* CHRISTMAS STYLESHEET */