.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}

.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}

.clear {
	clear: both;
}
.wrapper {
	overflow: hidden;
}

.info, .valid, .warning, .error {
    border: 1px solid;
    margin: 10px auto;
    padding: 15px;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
}
.valid {
    color: #4F8A10;
    background-color: #DFF2BF;
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
}

#localization .locality_address {
	background: url(img/localization-address.png) no-repeat left center;
}
#localization .locality_phone {
	background: url(img/localization-phone.png) no-repeat left center;
}
#localization .locality_name {
	background: url(img/localization-name.png) no-repeat left center;
}
#localization .locality_url {
	background: url(img/localization-url.png) no-repeat left center;
}

.rate {
	border: 0;
	display: block;
	float: none;
	height: 16px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 80px;
}
.rating_0 {
	background: url(img/star.png) no-repeat -80px center;
}
.rating_1 {
	background: url(img/star.png) no-repeat -64px center;
}
.rating_2 {
	background: url(img/star.png) no-repeat -48px center;
}
.rating_3 {
	background: url(img/star.png) no-repeat -32px center;
}
.rating_4 {
	background: url(img/star.png) no-repeat -16px center;
}
.rating_5 {
	background: url(img/star.png) no-repeat left center;
}

#contacts ul li a.facebook,#contentsocial li a.facebook {
	background: url(img/facebook.png) no-repeat left center;
}
#contacts ul li a.twitter,#contentsocial li a.twitter {
	background: url(img/twitter.png) no-repeat left center;
}
#contacts ul li a.none,#contentsocial li a.none {
	background: url(img/none.png) no-repeat left center;
}
#contacts ul li a.youtube,#contentsocial li a.youtube {
	background: url(img/youtube.png) no-repeat left center;
}
#contacts ul li a.blogger,#contentsocial li a.blogger {
	background: url(img/blogger.png) no-repeat left center;
}
#contacts ul li a.email,#contentsocial li a.email {
	background: url(img/email.png) no-repeat left center;
}
#contacts ul li a.feed,#contentsocial li a.feed {
	background: url(img/feed.png) no-repeat left center;
}
#contacts ul li a.dailymotion,#contentsocial li a.dailymotion {
	background: url(img/dailymotion.png) no-repeat left center;
}
#contacts ul li a.wat,#contentsocial li a.wat {
	background: url(img/wat.png) no-repeat left center;
}
#contacts ul li a.metacafe,#contentsocial li a.metacafe {
	background: url(img/metacafe.png) no-repeat left center;
}
#contacts ul li a.megavideo,#contentsocial li a.megavideo {
	background: url(img/megavideo.png) no-repeat left center;
}

#copyright {
	width: 950px;
	height: 80px;
	background: url(../copyright.jpg) no-repeat;
}


input:focus, select:focus, textarea:focus {
	border: 1px solid;
    color: #9F6000;
    background-color: #FEEFB3;
}
input[disabled], select[disabled], textarea[disabled] {
	border: 1px solid;
    color: #333;
    background-color: #AAA;
}
input[type="submit"] {
	cursor: pointer;
}
input[type="submit"]:focus, input[type="submit"]:hover {
    border: 1px solid;
	color: #4F8A10;
    background-color: #DFF2BF;
}