html {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
body {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	font-family: Roboto, Arial, sans-serif;
}
a.button {
	border-radius: 5px;
	height: 27px;
	line-height: 30px;
	text-align: left;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	background: url(../img/button.png) center no-repeat;
	background-size: cover;
	text-transform: uppercase;
	padding: 0 7px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	box-shadow: 0 1px 3px #bbb;
	margin-left: 5px;
}
a.button:hover {
    background: url(../img/button-hover.png) center no-repeat;
	background-size: cover;
    box-shadow: 1px 1px 5px #3E3E3E !important;
}
.button.green {
	background: url(../img/green-button.png);
}

.button.violet {
	background: url(../img/violet-button.png);
}

.button.red {
	background: url(../img/red-button.png);

}
.button.red2{

	background: url(../img/red-button.png);
	width: 50%;
	margin-bottom: 12px;
}

.container {
	width: 920px;
}
.formAlerts {
	display: none;
}
#wrapper {
	margin: 0px;
	padding: 20px 0px 0px;
	width: auto;
	height: auto;
}
#main-logo {
	text-align: left;
}
#user-menu {
	text-align: right;
	padding-top: 35px;
}
#main-menu {
	text-align: center;
	margin: 0px;
	padding: 20px 0px;
	clear: both;
	width: auto;
	height: auto;
	background: url(../img/flower.png) no-repeat 100px bottom;
}
#main-menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#main-menu ul #main-menu-item {
	height: auto;
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 0px solid #000000;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 16px;
	text-align: center;
}
#main-menu ul #main-menu-item:hover {
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.7);
	box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.7);
}
#main-menu ul li a {
	display: block;
	padding: 5px 10px;
	height: auto;
	width: auto;
	color: #000;
	text-decoration: none;
}
#main-page {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: auto;
	overflow: hidden;
	height: auto;
	color: #FFF;
}
#main-page #main-page-block {
	background: url(../img/violet.png) center top;
	margin: 0px;
	padding: 20px 0px;
	width: auto;
	overflow: hidden;
	height: auto;
}
#main-page #main-page-block1 {
	background: url(../img/violet.png) center top;
	background-size: cover;
	margin: 0px;
	padding: 20px 0px;
	width: auto;
	overflow: hidden;
	height: auto;
}
#main-page #main-page-block2 {
	background: url(../img/blue.png) center top;
	background-size: cover;
	margin: 0px;
	padding: 20px 0px;
	width: auto;
	overflow: hidden;
	height: auto;
}
#main-page #main-page-block3 {
	background: url(../img/green.png) center top;
	background-size: cover;
	margin: 0px;
	padding: 20px 0px;
	width: auto;
	overflow: hidden;
	height: auto;
}
#main-page-block3 h4 {
	text-align: center;
	display: block;
	margin: 0px 0px 10px;
	padding: 0px;
}
#thumbnail {
	color: #000;
	text-align: center;
	padding: 20px;
	height: auto;
	min-height: 220px;
	width: auto;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
}
#footer {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: auto;
	overflow: hidden;
	height: auto;
}
#footer a {
	color: #FFF;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}

#footer ul {
	list-style: none;
}
#footer #footer-block1 {
	background: url(../img/footer-violet.png);
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer #footer-block2 {
	background: url(../img/green.png);
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 40px;
}
#lform-box {
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 400px;
	overflow: hidden;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#rform-box {
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 800px;
	overflow: hidden;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#form-box-item {
	margin: 0px 0px 10px;
	padding: 0px;
	width: auto;
	overflow: hidden;
	height: auto;
}
#subscribe-block {
	padding: 30px;
	width: 594px;
	overflow: hidden;
	height: auto;
	text-align: center;
	background: #FFF;
	color: #333;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.5);
}
#subscribe-block p {
	margin: 0px 0px 5px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
}
#subscribe-block .button {
	padding-right: 30px;
	padding-left: 30px;
}
#text-block {
	color: #333;
	background: #FFF;
	margin: 0px auto;
	padding: 20px 40px;
	clear: both;
	width: auto;
	max-width: 680px;
	height: auto;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	position: relative;
}
#text-block #about1 {
	position: absolute;
	z-index: 10;
	height: auto;
	width: auto;
	left: 0px;
	top: 0px;
	margin-top: 50px;
	margin-left: -75px;
}
#text-block #about2 {
	position: absolute;
	z-index: 10;
	height: auto;
	width: auto;
	left: 0px;
	margin-bottom: 120px;
	margin-left: -90px;
	bottom: 0px;
}
#text-block #about3 {
	position: absolute;
	z-index: 10;
	height: auto;
	width: auto;
	left: 0px;
	margin-left: -100px;
	bottom: 0px;
}
#text-block #about4 {
	position: absolute;
	z-index: 10;
	height: auto;
	width: auto;
	top: 0px;
	right: 0px;
	margin-right: -145px;
	margin-top: 40px;
}
#text-block #about5 {
	position: absolute;
	z-index: 10;
	height: auto;
	width: auto;
	bottom: 0px;
	right: 0px;
	margin-right: -55px;
}
#text-block h1 {
	font-weight: 300;
	text-align: left;
	display: block;
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	height: auto;
	width: auto;
	border-bottom: thin solid #CCC;
}
#service-block {
	margin: 0px;
	padding: 0px;
	width: auto;
	overflow: hidden;
	height: auto;
}
#service-block #service-block-left {
	margin: 0px 30px 0px 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 224px;
	background: url(../img/prof-bg.png) repeat center bottom;
	border: thin solid #FFF;
}
#service-block #service-block-left ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#service-block #service-block-left ul li {

}
#service-block #service-block-left ul li a {
	color: #FFF;
	text-decoration: underline;
}
#service-block #service-block-left ul li a:hover {
	text-decoration: none;
}
#service-block #service-block-left span {
	text-align: left;
	display: block;
	margin: 0px;
	padding: 0px 15px 15px;
	clear: both;
	width: auto;
	overflow: hidden;
	height: auto;
}
#service-block #service-block-right {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 600px;
	overflow: hidden;
	height: auto;
}
#service-block #service-block-right h2 {
	margin: 0px 0px 20px;
	padding: 0px;
}
#feedback-block {
	margin: 0px;
	padding: 0px;
	width: auto;
	overflow: hidden;
	height: auto;
}
#feedback-block #feedback-block-left {
	margin: 0px 30px 0px 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 373px;
}
#feedback-block #feedback-block-right {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 450px;
	overflow: hidden;
	height: auto;
}
#feedback-form {
	margin: 0px;
	padding: 0px;
	width: auto;
	overflow: hidden;
	height: auto;
}
#feedback-form #feedback-form-item {
	margin: 0px 0px 20px;
	padding: 0px;
	clear: both;
	width: auto;
	overflow: hidden;
	height: auto;
}
#accordion {
	background: transparent;
	color: #333;
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#cabinet-block {
	color: #333;
	width: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: hidden;
	height: auto;
}
#cabinet-block h3 {
	text-align: left;
	display: block;
	margin: 0px 0px 20px;
	padding: 0px 0px 10px;
	clear: both;
	height: auto;
	width: auto;
	font-weight: 300;
	overflow: hidden;
	position: relative;
}
#cabinet-block h3 span {
	color: #CCC;
	position: absolute;
	right: 0px;
}

#cabinet-block #cabinet-content {
	margin: 0px 0px 20px;
	padding: 15px;
	clear: both;
	height: auto;
	width: auto;
	overflow: hidden;
}
