#contacts-menu
{
	width: 297px;
	float: left;
}

#contacts-menu li
{
	margin-bottom: 1px;
	position: relative;
}

#contacts-menu a
{
	display: block;
	background-color: #eee;
	border: 1px solid #e2e2e2;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	padding: 11px 0 12px 25px;
	color: #a8a8a8;
	text-decoration: none;
}

#contacts-menu li:hover a,
#contacts-menu li.active a
{
	color: #fff;
	background-color: #6296c8;
}

#contacts-menu li:hover span,
#contacts-menu li.active span
{
	background-position: 0 -11px;
}

#contacts-menu span
{
	display: block;
	height: 11px;
	width: 7px;
	position: absolute;
	right: 15px;
	top: 16px;
	background: url(/images/contacts-arrow.png);
}

#inner-content
{
	position: relative;
	float: right;
	width: 723px;
	min-height: 500px;
}

#menu-item-name, #advert-table thead td
{
	position: relative;
	height: 43px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
	padding: 11px 0;
	color: #bbbbbb;
}

#advert-table
{
	width: 100%;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #545e67;
}

#advert-table span
{
	color: #f38c06;
}

#advert-table td
{
	border-top: 1px solid #e2e2e2;
	padding: 18px 0;
	vertical-align: top;
}

#news .new
{
	height: 188px;
	padding: 20px 10px 20px 225px;
	border-bottom: 1px solid #e2e2e2;
}

#news img
{
	position: absolute;
	left: 0;
	box-shadow: 2px 4px 5px #ddd;
}

#news .name
{
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #6296c8;
	margin-bottom: 12px;
}

.text
{
	margin-top: 15px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #545e67;
}

.text a
{
	display: block;
}

#news-name
{
	position: relative;
	height: 43px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	border-bottom: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
	padding: 10px 0 10px 60px;
	color: #6296c8;
}

#news-name a
{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 41px;
	width: 43px;
	background: url(/images/back.png) #eee no-repeat center;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}

#image-slider
{
	margin-top: 35px;
	position: relative;
}

#image-slider img
{
	box-shadow: 2px 4px 5px #ddd;
}

#image-slider .slider-controls
{
	position: absolute;
	top: 0;
	height: 100%;
	width: 49%;
	z-index: 100;
	cursor: pointer;
}

#image-slider #next div,
#image-slider #prev div
{
	position: absolute;
	top: 50%;
	margin-top: -15px;
	height: 30px;
	width: 14px;
}

#image-slider #prev
{
	left: 0;
	display: none;
}

#image-slider #prev div
{
	left: 25px;
	background-image: url(/images/image-slider-prev.png);
}

#image-slider #prev:hover div
{
	background-position: 0 -30px;
}

#image-slider #next
{
	right: 0;
}

#image-slider #next div
{
	right: 25px;
	background-image: url(/images/image-slider-next.png);
}

#image-slider #next:hover div
{
	background-position: 0 -30px;
}

#gallery-images
{
	margin-top: 20px;
	display: inline-block;
}

#gallery-images span
{
	display: inline-block;
	height: 60px;
	margin-bottom: 10px;
	box-shadow: 2px 4px 5px #ddd;
}

#gallery-images img
{
	float: left;
	cursor: pointer;
}

#contacts-form
{
	margin-top: 35px;
}

#contacts-form label
{
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #464545;
}

#contacts-form td
{
	padding-bottom: 12px;
}

#contacts-form td:first-child
{
	padding-right: 50px;
}

#contacts-form input[type="text"],
#contacts-form input[type="email"],
#contacts-form textarea
{
	width: 244px;
	height: 37px;
	background-color: #eee;
	border: 1px solid #e2e2e2;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #5d5d5d;
	padding: 0 17px;
}

#contacts-form textarea
{
	width: 477px;
	height: 181px;
	padding: 10px 17px;
	resize: none;
}

#contacts-form input[type="submit"]
{
	width: 244px;
	height: 37px;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	background-color: #f38c06;
	border: 1px solid #e26703;
	box-shadow: 2px 4px 5px #ddd;
}

.contacts-block
{
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #545e67;
	margin-top: 30px;
}

.contacts-block .orange
{
	font-weight: 500;
	color: #f38c06;
}

.contacts-block span
{
	margin-right: 20px;
}