/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
* {
  margin: 0;
  padding: 0;
}
html{
	background-color: #000;
}

body {
  position: relative;
  min-width: 1195px;
  background: #000;
  color: #fff;
}
/* Global styles */
h1 {
  font: bold 24px Arial, Helvetica, sans-serif;
  color: #fff;
  margin: 0 0 12px 0;
}
h2 {
  font: bold 22px Arial, Helvetica, sans-serif;
  color: #fff;
  margin: 0 0 12px 0;
}
h3 {
  font: bold 20px Arial, Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 12px 0;
}
h4 {
  font: bold 20px Arial, Helvetica, sans-serif;
  margin: 0 0 12px 0;
}
h5 {
  font: 18px Arial, Helvetica, sans-serif;
  color: #fff;
}
h6 {
  font: bold 16px Arial, Helvetica, sans-serif;
  color: #fff;
  margin: 0 0 12px 0;
}
p, font{
	font: 16px Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0 0 12px 0;
}
strong {
  font-weight: bold;
}
a {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
}
.clearflow{
	clear:both;
	height:0;
	width:0;
}
/* ======  Body ====== */
.container {
  width: 1195px;
  margin: 0 auto;
  background: url('/site/core/images/bgFooter.jpg') no-repeat bottom;
}
/* ======  Header ====== */
#header {
  background: url('/site/core/images/bgHeader.jpg') no-repeat;
  width: 100%;
  height: 184px;
}
#header .logo {
  display: block;
  background: url('/site/core/images/logo.jpg') no-repeat;
  width: 347px;
  height: 125px;
  margin: 0 auto;
}
#header .mainMenu {
  width: 100%;
  height: 40px;
  margin-top: 20px;
  background: url('/site/core/images/bgMenu.jpg') repeat-x;
}
#content {
  background: url('/site/core/images/bg.jpg') no-repeat top;
  padding: 22px 13px;
  min-height: 517px;
}

#content .bottomBlock {
  background: url('/site/core/images/curlyLine.png') no-repeat top;
  margin-top: 13px;
  padding-top: 70px;
}
#content .bottomBlock.pages{
	padding: 70px 70px 0 70px;
}
#content .bottomBlock h1 {
  text-align: center;
}
#content .bottomBlock .mainTable tr td {
  vertical-align: top;
}

/* ======  Slider on main page  ====== */

/*#content #slider {
  width: 1195px;
  height: 128px;
  position: relative;
  left: -13px;
  overflow: hidden;
  padding: 10px 0;
  border-top: 1px solid #f9f9f9;
  border-bottom: 1px solid #f9f9f9;
}*/

#popup{
	width: 690px;
	height: 520px;
	position: fixed;
	left: 50%;
	margin-left: -345px;
	border: 4px solid #bcbcba;
	z-index: 10;
}
/*#content #slider {
  width: 1195px;
  height: 128px;
  position: relative;
  left: -13px;
  overflow: hidden;
}*/
#content .wrappSlider {
  top: 0;
  left: -13px;
  width: 1196px;
  height: 128px;
  position: relative;
  overflow: hidden;
}
/*#content #slider .wrappSlider > div {
 float: left;
  margin-left: 10px;
}
#content #slider .wrappSlider > div:first-child {
  margin-left: 0;
}*/
/* ======  Footer  ====== */

#footer {
  width: 100%;
  height: 30px;
  padding-top: 10px;
  /* margin-top: 209px; */
  font-size: 14px;
}
#footer .copyright {
  float: left;
}
#footer a,
#footer span  {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
}
#footer .copyright a,
#footer .copyright span {
	padding-right: 60px;
}
#footer .copyright a:hover {
  text-decoration: underline;
}
#footer .negeso {
  float: right;
  padding-left: 20px;
}
#footer .negeso > img{
	padding-right: 10px;
}


/* ====== Picture Frame ====== */
.bigPic{
    width: 596px;
    height: 340px;
	padding: 0;
    overflow:hidden;
}

.smallPics,.smallPicsContainer {
	position:relative;
	width: 596px;
	margin-top: 3px;
	height: 109px;
	overflow:hidden;
}
.smallPics .pf-admin-widget{
	position:absolute;
	left:0;
	z-index:10;
}
.smallPicsContainer{
	background-color:#666666;
	width: 946px;
	margin:3px;
}