* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}

body {
	font-size:12px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	width: 100%; height: 100%;
	background-color:#000;
	color:#939598;
}

a {
	outline:0;
	color:#fff;
	text-decoration:none;
}

a:hover,
a:focus {
	color:#ee353a;
	text-decoration:none;
}

hr { color:#939598; }
p {	text-align:justify }

.container {
	width:1000px;
	height: auto !important;
	height:100%;
	min-height:100%;
	position:relative;
}
#helplist {	margin: 10px 0 0 0; }
.gorod { 
	margin: 30px 0 0 0;
	float:left; 
}
.gorod-title {
	color: #fff;
	margin: 0 0 15px 0;
}
.gorod-title a {
	color: #ff0000;
	text-transform:uppercase;
	text-decoration:underline;
}
.gorod-title a:hover {
	text-decoration: none;
}
.gorod-text {
	text-align:justify;
}
#header {
	float:left;
	width:1000px;
	height:255px;
	background:url(../images/logo.jpg) no-repeat;
}

#header h1 {
	float:left;
	display:inline;
	font-size:24px;
	font-weight:bold;
	margin:24px 0 13px 8px;
}

#header h1 a {
	color:#0081df;
	text-decoration:none;
	text-transform:uppercase;
}

#header .gorod { width:550px; margin:203px 0 0 236px; padding:0; list-style-type:none; }
#header .gorod img { margin:0 38px 0 0; }
#header .gorod img:hover { border-bottom:1px #fff solid; }
#header .gorod li { float:left; }

.memory { width: 700px; margin: 0; padding: 0; list-style-type: none; }
.memory img { margin: 0 4px 4px 0; }
.memory li { float: left; }

#crumbs {
	float:left;
	width:450px;
	height:20px;
	display:inline;
	font-size:11px;
	overflow:hidden;
	margin:27px 0 0 111px;
}

#crumbs a {
	margin-right:7px;
	padding-right:15px;
	background:url(../images/bullet-left.gif) 100% 70% no-repeat;
}

#header form {
	float:right;
	width:171px;
	/*height:31px;*/
	margin:17px 11px 0 0;
	background:#ededed;
	/*background:url(../images/search.gif) no-repeat;*/
}

#header input {
	float:left;
	margin-top:6px;
}

#header .text {
	width:131px;
	padding:2px;
	margin:5px;
}

#left {
	float:left;
	width:180px;
	margin-right:20px;
}

#menu {
	float:left;
	width:197px;
	margin-top:19px;
	background:#f3f3f3;
}

#menu ul {
	padding:0;
	list-style:none;
	margin:17px 16px 10px 12px;
	border-bottom:1px dotted #a9a9a9;
}

#menu li {
	color:#333;
	padding:1px 0 4px 6px;
	border-top:1px dotted #a9a9a9;
	background:url(../images/bullet-left.gif) 100% 50% no-repeat;
}

#menu .current li,
#menu .current ul {
	margin:0;
	border:0 none;
	background:none;
}

#menu .current {
	background:url(../images/bullet-bottom.gif) 100% 6px no-repeat;
}

#menu span {
	font-weight:bold;
}

#g-menu {
	font-family:Arial,sans-serif;
	font-size:13px;
	text-align:center;
	float:left;
	margin:0 0 10px 0;
	padding:8px 0 0 0;
	background: url(../images/bg_menu.png) no-repeat;
	width:100%;
	height:31px;
}

#g-menu a{
	color:#000;
	text-decoration: none;
	padding:0 10px 0 10px;
}

#g-menu a:hover{
	color:#fff;
}

#g-menu a.current{
	color:#fff;
}

#l-menu {
	float:left;
}

#l-menu ul{
	list-style:none;
	margin:14px 0 0 0; padding:0;
}

#l-menu li {
	line-height:27px;
	background:url(../images/sled.png) left no-repeat;
	padding:0 0 0 25px;
}

#l-menu li a{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#5c5549;
	text-decoration:none;
	text-transform:uppercase;
}

#l-menu li a:hover{
	color:#fff;
}

#l-menu li a.current{
	color:#fff;
}

.imageList { width:700px; margin:0 0 0 25px; padding:0; list-style-type:none; }
.imageList img { border:3px solid #5c5549; margin:0 5px 5px 0; }
.imageList img:hover { border:3px solid #999; }
.imageList li { float:left; }

.pnK {
	width:100%;
	float:left;
	margin:5px 0 5px 5px;
}

#lenta {
	float:left;
	margin-top:14px;
}

#lenta p {
	margin-bottom:4px;
}

#lenta span {
	font-size:18px;
	font-weight:bold;
}

#lenta ul {
	padding:0;
	list-style:none;
	margin:0 0 0 10px;
}

#lenta li {
	margin-bottom:10px;
}

#lenta small {
	color:#6699cc;
	font-size:12px;
	font-weight:bold;
}

#lenta a {
	color:#000;
	text-decoration:none;
}

#lenta a:hover,
#lenta a:focus {
	color:#6699cc;
	text-decoration:underline;
}

.content {
	float:right;
	width:800px;
	margin:10px 0 0 0;
}

#footer {
	float:left;
	width:100%;
	height:100px;
	margin:0;
	background:url(../images/bg_footer.jpg) repeat-x;
}

#footer .copy {
	margin:60px 0 0 0;
	color:#000;
	height:20px;
	text-align:center;
	font-size:10px;
}

#footer span {
	font-size:18px;
}

#footer a {
	float:right;
	margin:20px 3px 0 0;
}

#feedback {
	width:298px;
}

#feedback form {
	margin:16px;
}

#feedback p {
	margin-bottom:7px;
}

#feedback label {
	color:#939598;
	font-size:13px;
	font-weight:normal;
}

#feedback textarea,
#feedback input.text {
	margin:0;
	width:246px;
	padding:3px;
}

#feedback textarea {
	height:100px;
}

#search p span {
	color:#cc0000;
}

#search form {
	width:391px;
	background:#ededed;
	padding-bottom:5px;
	/*background:url(../images/search.gif) no-repeat;*/
}

#search input {
	float:left;
	margin:6px 2px 0 0;
}

#search .text {
	width:352px;
	padding:2px;
	margin:5px 5px 0;
}

#search ul {
	list-style:none;
	margin:15px 0 0 5px;
}

#search li {
	margin-bottom:10px;
}

#search a {
	font-size:14px;
}

#search ul span {
	color:#339933;
}
/* Слайдер */
#slider {
    width: 500px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 500px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 484px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
#slider .clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
#slider .top {
	top: 0;
	left: 0;
}
#slider .bottom {
	bottom: 0;
    left: 0;
}
#slider ul { list-style-type: none;}

#news ul {
	margin:0;
	list-style:none;
}

#news li {
	margin-bottom:5px;
}

#news a,
#news small {
	font-size:14px;
}

#news small {
	color:#999;
}

#news a {
	font-weight:bold;
}

.title {
	color:#fff;
	font-size:18px;
	font-weight:bold;
	margin:7px 0 18px;
}

#photo img {
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	margin:15px 2px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

#photo a.active img {
	outline:1px solid #000;
	z-index:9999;
	position:relative;
}

#map ul {
	margin:0;
	font-size:14px;
	list-style:none;
	font-weight:bold;
}

#map ul ul {
	font-size:12px;
	list-style:square;
	margin:0 17px 21px;
	font-weight:normal;
}

#map ul ul ul {
	list-style:none;
	margin-bottom:0;
}

#faq ul {
	margin:0;
	list-style:none;
}

#faq li {
	margin-bottom:0;
}

#faq a {
	font-size:14px;
	font-weight:bold;
}

.hyphenate {
	text-align:justify;
}

#comments ul {
	list-style:none;
}

#comments li {
	margin-bottom:10px;
}

.author {
	font-weight:bold;
}

.date {
	font-style:italic;
}

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* the large image. we use a gray border around it */
#img {
	border:1px solid #666;
}

/* "next image" and "prev image" links */
a.next, a.prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	
	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

a.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

a.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

a.next:hover, a.prev:hover {
	text-decoration:underline;
	background-color:#000;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}

/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}

.info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.next, .prev, .info {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(../images/h80.png) repeat-x;
}

#catalog img {
	padding:2px;
	border:1px solid #afafaf;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
