﻿@import url('layout.css');
@import url('menu.css');
@import url('lightbox.css');

* {margin:0; padding:0;}

body {
	text-align:center;
	font-family:sans-serif;
	font-size:12px;
	background-color:#F4F2ED;
	color:#32474D;
}

.block_center {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.blocked {
	padding-top:25px;
	padding-bottom:25px;
}

.float_left {
	float:left;
	margin-right:10px;
}

.float_right {
	float:right;
	margin-left:10px;
}

#moreinfo {
	border:1px #32474D solid;
	background-color:#CBD4D6;
	text-align:right;
	padding: 23px;
	line-height:2.2;
	margin-bottom:30px;
}

.input1 {
	width:190px;
}

.submit1 {
	margin-top:10px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.testimon {
	background-image: url('../images/quotes.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	font-style: italic;
	padding-left: 20px;
	padding-top: 20px;
	margin-bottom: 20px;
}

.testimon_name {
	font-weight: bold;
	font-style: normal;
}

.testimon_loc {
	font-style: normal;
	margin-left: 9px;
}

.thumb {
	width:180px;
	float:left;
	margin-right:50px;
	margin-bottom:50px;
}

.thumb img {
	border:none;
}

.thumb1 {
	width:180px;
	float:left;
	margin-bottom:50px;
}

.thumb1 img {
	border:none;
}

.thumb_end {
	width:180px;
	float:left;
	clear: both;
	margin-bottom:50px;
}

.thumb_end img {
	border:none;
}

#thumbwrap {
	margin-left:30px;
}