* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/background.jpg) no-repeat center;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	width: 100%;

}
.clear {
	clear: both;
}
#container {
	margin: 10px auto;
	width: 1000px;
	position: relative;
}

#header {
	background: url(../images/header.png);
	width: 1000px;
	height: 222px;
}
#menu {	
	height:38px;
	background: url(../images/menu.png);
}
#mess {
	margin-left: 830px;
	margin-top: -40px;
}

#text {
	padding-top: 70px;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
}
#text img {
	border: none;
}

#text ul {
	padding-left: 15px;
}

#plute_main {
	margin-left: 50px;
}
#plute {
	background: url(../images/blank4.png);
	width: 280px;
	height: 396px;
	float: left;
	margin-bottom: 30px;
}
.left {
	width: 280px;
	float: left;
}
.right {
	width: 280px;
	float: left;

}
#img img {
	width: 100px;
	height: 380px;
	margin-top: 5px;
	float: left;
	cursor: pointer;
}
#p_descr {
	font-size: 12px;
	margin-top: 160px;
	color: #101010;
	height: 195px;
}

.p_more {
	background: url(../images/info.png);
	width: 110px;
	height: 40px;
	position: absolute;
	cursor: pointer;
}
.p_more:hover {
	background: url(../images/info_hover.png);
	width: 110px;
	height: 40px;
	position: absolute;
	cursor: pointer;

}
.cod {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
}

#content {
	width: 1000px;
	min-height: 200px;
}

#footer {
	width: 1000px;
	height: 136px;

}
#webproit {
	padding-top: 90px;
	padding-left: 5px;
	font-size: 13px;
	font-weight: bold;
	width: 200px;
	float: left;
}
#webproit a {
	color: #ff6633;
	text-decoration: none;

}
#links {
	padding-left: 300px;
	padding-top: 55px;
	color: #fff;
	font-weight: bold;
	width: 400px;
	height: 20px;
}
#links a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#copy {
	padding-top: 12px;
	padding-left: 420px;
}
#copy p {
	font-size: 12px;
	color: #fff;
}



div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000099;
		
		font-weight: bold;
		background-color: #000099;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}
	
