 @import "reset.css";

body 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	background: #222 url("../images/bg.jpg");
	color: #333;
	line-height: 1.6em;
	text-align: center;
	padding: 0;
	position: relative;
  }
p {
	margin: 0 0 12px 0;
	font-size: 1em;
	}
hr {
  width: 100%;
  height: 0px;
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid #E1E1E1;
  height: 1px;
  margin: 25px 0 25px 0;
}
div.hr {
	width: 100%;
	border-bottom: 1px solid #E1E1E1;
	height: 1px;
	margin: 25px 0 25px 0;
}
div.hr * {
	display: none;
}
h2 {
  color: #00448d;
  margin: 0 0 15px 0;
	font-size: 1.6em;
	font-weight: normal;
  text-transform: uppercase;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
	}
h3 {
	font-size:1.3em;
	font-weight:bold;
	margin:0;
	padding:15px 0 5px 0;
	}

h4 {
	font-size:1.2em;
	font-weight:bold;
	color:#000;
	border-bottom:1px solid #ccc;
	margin:10px 0 10px 0;
	padding:10px 0 0 0;
	}
a {
	color: #0000AE;
	text-decoration: underline;
	}
a:hover {
	color: #000099;
	text-decoration: none;
	}
.vlevo {
	float:left;
	margin:0 10px 10px 0;
	padding:4px;
	background-color:#FFFFFF;
	border:1px solid #e7e7e7;
	z-index:1;
	}
.vpravo {
	float:right;
	margin:0 0 10px 10px;
	padding:4px;
	background-color:#FFFFFF;
	border:1px solid #e7e7e7;
	z-index:1;
	clear:left;
	}
dt {
	font-weight: bold;
	padding-top:0.4em;
}
dd {
  margin-left: 2em;
}

/* LAYOUT
------------------------------*/
#top {
  color: #ffffff;
  background: #222 url("../images/topbg.jpg");
  height: 327px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  }
#all {
  z-index: 2;
  width: 810px;
  text-align: left;
  margin: 0 auto 25px auto;
  overflow: hidden;
  position: relative;
  background: #fff url("../images/content.jpg");
  }
#header {
  width: 810px;
  height: 105px;
  background: url("../images/header.jpg") no-repeat;
}

/* LOGO
------------------------------*/
#logo {
  width: 810px;
  height: 98px;
  overflow: hidden;
  background: #293251 url("../images/logo.jpg") no-repeat;
  }
#logo h1 {
  display: block;
  font-size: 1.8em;
  width: 320px;
  position: relative;
  left: 235px;
  height: 98px;
  }
#logo h2 {
  visibility: hidden;
  }
#logo a {
  display: block;
  color: #eeeeee;
  text-decoration: none;
  }
#logo h1 a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  height: 98px;
  background: url("../images/logo.jpg") -235px 0 no-repeat;
  z-index: 3;
  cursor: pointer;
  }

/* MENU
------------------------------*/
#menu {
  width: 450px;
  height: 177px;
  background: #293251 url("../images/menu.jpg") no-repeat;
  padding: 25px 0 0 360px;
  font-weight: bold;
  color: #fff;
}
#menu ul {
  position: relative;
  width: 330px;
  height: 130px;
}
#menu ul li {
  display: block;
  width: 150px;
  height: 22px; 
  list-style-type: none;
  float: left;
  background: url("../images/bullet.gif") 0 6px no-repeat;
  padding-left: 15px;  
  }
#menu ul li.last {
  border-bottom: none;
  }
#menu ul li a {
  color: #ffffff;
  text-decoration: none;
  }
#menu ul li a:hover {
  color: #aaa;
  text-decoration: underline;
  }

/* FOOTER
------------------------------*/
#bottom {
  width: 730px;
  height: 53px;
  background: #fff url("../images/bottom.jpg") no-repeat;
  padding: 15px 80px 0 0;
  text-align: right;
  font-size: .9em;
  font-family: Arial;
  }
#bottom a {
  color: #444;
  font-weight: bold;
  text-decoration: underline;
  }
#bottom a:hover {
  text-decoration: none;
  }
#bottom span {
  color: #a9218e;
  }


/* CLASSES
------------------------------*/
#content {
  width: 675px;
  background: #fff url("../images/content.jpg");
  padding: 0 75px 15px 60px;
	}
#content ul {
	margin: 0 0 15px 6px;
	}
#content ol {
	margin: 0 0 15px 25px;
  }
#content ul li{
	margin: 0 0 3px 0;
	padding: 0 0 0 15px;
	list-style: none;
  background: url("../images/li.gif") no-repeat 0 8px;	
	}
	
ul.foto {margin: 10px 0 15px 0 !important}
ul.foto li {float:left;display:block;color:#fff;margin: 0 8px 10px 0;background:none !important;}
ul.foto li a {color:#fff;display:block;padding: 4px 7px;background:#204C8B;text-decoration:none;font-size:.9em}
ul.foto li a.active {background:#4D7FC8;color:#fff;font-weight:bold}

div.foto2 {margin: 20px 0 35px 15px !important}
div.foto2 a {margin: 0 8px 10px 0;}
div.foto2 img {border: 5px solid #ddd}

#content table {
	width: 100%;
  }
table td {
	vertical-align: top;
  }
.form .input {
	padding: 3px 3px 2px 3px;
	font-size: 1.1em;
	width: 150px;
	border: 1px solid #CCCCCC;
  }
.form .input:focus,
.form textarea:focus {
	border: 1px solid #888888;
  }
.form textarea {
	margin: 10px 0 5px 0;
	padding: 3px 3px 3px 3px;
	font-family: Arial;
	font-size: 1em;
	width: 300px;
	height: 200px;
	line-height: 1.5em;
	border: 1px solid #CCCCCC;
  }

.bullet {
display: list-item;
margin-left: 15px;
list-style-type: square;
color: #934340;
}
.clear {clear:both}


div.page-number-top, div.page-number-bottom {text-align: center}
ul.rsx-page-num-list {
	display: inline;
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}
ul.rsx-page-num-list li {
	display: inline;
color: #666666;
background:none !important;
padding-left: 0 !important;
}
div.page-number-top a, div.page-number-bottom a {
text-decoration: none;
border-bottom: 1px solid #AAAAAA;
background: #FDEBC1 url("../images_new/orange.gif") right -2px no-repeat;
color: #000000;
padding: 4px 7px 4px 7px;
}
div.page-number-top a:hover, div.page-number-bottom a:hover {
background: #96C6DE;
}
ul.rsx-page-num-list li a.show  {
text-decoration: none;
border: 1px solid #B65E08;
padding: 4px 7px 4px 7px;
color: #000000;
}
div.page-number-top span, div.page-number-bottom span {
padding: 4px 7px 4px 7px;
}

