@charset "UTF-8";
/* CSS Document */


body
{
	font-family: 'Quicksand', sans-serif;
	padding: 0px;
	margin: 0px;
}

.logo
{
	width: 29%;
	float: left;
}

.menu
{
	width: 65%;
	float: right;
	background-color: #ff4800;
	color: #ffffff;
	border-radius: 4px;
	margin-top: 50px;
	margin-right: 20px;
}

.orange_tab
{
	background-color: #ff4800;
	width: 100%;
	padding: 50px 20px 50px 20px;
	color: #ffffff;
	text-align: center;
}

.orange_tab span
{
	font-weight: 400;
	font-size: 30px;
}

.clear
{
	clear: both;
}

.menu_item
{
	width: 22%;
	float: left;
	font-size: 12px;
	padding: 10px 7px 10px 7px;
	text-align: center;
}

.blue_band
{
	background-color: #292977;
	padding: 20px;
	color: #ffffff;
	width: 100%;
}

.blue_band_left
{
	float: left;
	width: 43%;
	padding: 3%;
	border-right:1px solid #ffffff;
}

.blue_band_right
{
	float: right;
	width: 43%;
	padding: 3%;
}

a:link
{
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
}

a:hover
{
	color: #ffffff;
	text-decoration: none;
}

a:visited
{
	color: #ffffff;
	text-decoration: none;
}

.blue_band span
{
	font-weight: 400;
	font-size: 25px;
}

.footer
{
	background-color: #ffffff;
	color: #ff4800;
	padding: 1%;
}

.service_item
{
	width: 100%;
	padding: 10px;
	background-image: image("../images/line.png");
	background-position: bottom;
	background-repeat: no-repeat;
}


.service_image
{
	float: left;
	width: 35%;
}

.service_descr
{
	float: right;
	width: 64%;
	text-align: left;
}

.price_tag
{
	background-color: #f7941d;
	float: left;
	margin: 10px;
	padding: 10px;
	width: 120px;
	border-radius: 3px;
}