/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

body {
	background: url(../images/bg.jpg) no-repeat center top #d4825c;
	font-family: 'Arial', sans-serif;
}

a:link, a:visited {
	text-decoration: none;
	color: #ef594b;
}

a:hover, a:active {
	text-decoration: underline;
}

#container {
	width: 100%;
	max-width: 902px;
	margin:0 auto;
	height: auto;
	padding: 0px;
}

#header {
	width: 100%;
	height: 109px;
	margin: auto;
	background: url(../images/top_menu_bg.png) no-repeat top left;
}

#title {
	width: 100%;
	height: 60px;
	padding-top: 23px;
}

#title p, #title span {
	font-family: 'Courgette', cursive;
	padding:0;
	margin:0;
	font-size: 24px;
	line-height: 60px;
	padding-left: 20px;
	color: #fff;
	float: left;
}

#title span {
	font-family: 'Arial', sans-serif;
	float: right;
	color: #ef594b;
	padding-right: 20px;
}

.clear {
	clear:both;
}

.alignRight {
	text-align: right;
}

.alignCenter {
	text-align: center;
}

.white {
	color: #fff;
}

.padTop10 {
	padding:0;
	margin:0;
	padding-top: 10px;
}

.font14 {
	font-size: 14px;
}

#main {
	width: 100%;
	clear: both;
	background-color: #fff;
	height: auto;
	margin: 20px 0 0 0;
}

#content {
	padding: 20px 18px 10px;
	font-size: 14px;
}

#footer {
	padding: 20px 18px 20px;
	text-align: center;
	font-size: 14px;
}

#footer hr {
	border: 0;
	background-color: #2a0a0d;
	height: 2px;
}

.inline, .block {
	margin: 0;
	padding: 0;
}

.block li {
	list-style: none;
	padding-left: 5px;
	line-height: 18px;
}

.inline li {
	display: inline;
	padding: 10px;
}

h1 {
	font-family: 'Arial', sans-serif;
	color: #ef594b;
}

#left {
	width: 100%;
	float: left;
	max-width: 620px !important;
}
div#left img {
    width: 100%;
}

#sidebar {
	width: 100%;
	float: left;
	max-width: 220px !important;
	margin-left: 26px;
}

#call {
	font-weight: bold;
}

#contactform label {
	display: block;
	font-size: 15px;
	color: #ef594b;
	font-weight: bold;
	margin-bottom:3px;
	margin-top:15px;
}

#contactform input {
	border:1px solid #ef594b;
	width: 200px;
	line-height:20px;
	padding:1px 5px;
	font-size:14px;
	color: grey;
}

#contactform textarea {
	width: 306px;
	height: 150px;
	color: grey;
	border:1px solid #ef594b;
	font-size:14px;
}

#contactform input[type="submit"] {
	background: #ef594b;
	color: #fff;
	margin-top: 15px;
}

#banner, #banner2 {
	margin: 15px 0px;
	width: 100%;;
	text-align: center;
}