@font-face { font-family: Slavov; src: url('../fonts/WebSlavov.ttf') format('truetype'); }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #2847a0;
}
.container {
	clear: both;
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
}
.wrap {
	width: 995px;
	margin-right: auto;
	margin-left: auto;
}
.bg  {
	background-image: url(../images/decor.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}



header .logo {
	padding-top: 20px;
	padding-bottom: 15px;
	float: left;

}
header h1 {
	float: right;
	line-height: 90px;
	font-family: Slavov, Arial;
	font-weight: normal;
	font-size: 28px;
	color: #2847A0;
}
header {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	clear: both;
	float: left;
	width: 100%;
}



.float {
	clear: both;
	float: left;
	width: 100%;
}
.search {
	float: left;
	width: 500px;
	padding: 20px;
}
.search  h2 {
	font-family: Slavov, Arial;
	font-weight: normal;
	color: #666;
	font-size: 25px;
	padding-bottom: 20px;
}
form .float span {
	float: left;
	margin-right: 18px;
}
form .float label {
	display: block;
	padding-bottom: 5px;
	color: #666;
	font-weight: bold;
}
form .float {
	padding-bottom: 20px;
}
.search form .float select{
	width: 215px;
	background-image: url(../images/select_bg.png);
	border: 1px solid #CCC;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 36px;
	padding: 8px;
	border-radius: 5px;
	box-shadow: 0 0 2px #E4E4E4;
}
.inside form .float select{
	width: 140px;
	background-image: url(../images/select_bg.png);
	border: 1px solid #CCC;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 36px;
	padding: 8px;
	border-radius: 5px;
	box-shadow: 0 0 2px #E4E4E4;
}
.search form .float input[type="text"] {
	width: 197px;
	background-image: url(../images/select_bg.png);
	border: 1px solid #CCC;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 8px;
	border-radius: 5px;
	box-shadow: 0 0 2px #E4E4E4;
}

.inside form .float input[type="text"] {
	width: 140px;
	background-image: url(../images/select_bg.png);
	border: 1px solid #CCC;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 8px;
	border-radius: 5px;
	box-shadow: 0 0 2px #E4E4E4;
}

.search form .float input[type="submit"] {
	width: 150px;
	background-image: url(../images/blue_gradient.png);
	background-color: transparent;
	font-family: Slavov, Arial;
	font-size: 22px;
	font-weight: normal;
	line-height: 36px;
	padding: 3px 6px;
	color: #FFF;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-top: 10px;
	border-radius: 5px;
	
}
.contacts input[type="submit"] {
	width: 150px;
	background-image: url(../images/blue_gradient.png);
	background-color: transparent;
	font-family: Slavov, Arial;
	font-size: 22px;
	font-weight: normal;
	line-height: 36px;
	padding: 3px 6px;
	color: #FFF;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-top: 10px;
	border-radius: 5px;
}





.index_info {
	float: right;
	width: 400px;
	padding-top: 20px;
	text-align: right;
}
.index_info img {
	margin-bottom: 20px;
}
.index_info p {
	margin-bottom: 20px;
	color: #333;
}
.index_info p a {
	display: inline-block;
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/blue_gradient.png);
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 5px;
}
.index_info .img {
	margin-right: 50px;
}


footer {
	background-image: url(../images/footer_bg.png);
	height: 70px;
	clear: both;
	float: left;
	width: 100%;
	background-repeat: repeat-x;
	background-position: top;
}
footer .wrap {
	background-image: url(../images/footer_logo.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 60px;
	color: #E1E8F7;
	padding-top: 10px;
}
footer .wrap a {
	color: #FFF;
}
.inside {
	padding: 15px 0px 0px;
	width: 100%;
}
.inside h2 {
	padding-bottom: 10px;
}
.results {
	clear: both;
	float: left;
	width: 100%;
}
table {
	border: 1px solid #CCC;
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
	table-layout: fixed;
}
thead th{
	background-color: #2847A0;
	padding: 5px;
	color: #FFF;
	background-image: url(../images/blue_gradient.png);
}
tbody tr:hover {
	background-color: #FFFDCE;
}
tbody  a {
	color: #333;
	text-decoration: none;
}
tbody a:hover {
	text-decoration: underline;
}


table td {
	padding: 5px;
	border: 1px solid #CCC;
}
.details  .info {
	float: left;
	width: 500px;
	padding-top: 10px;
}
.details  .info h1 {
	font-family: Slavov, Arial;
	font-size: 25px;
	font-weight: normal;
	color: #333;
	padding-bottom: 15px;
}
.details .info p {
	margin-bottom: 10px;
}
.details  .images img {
	height: auto;
	width: 450px;
	margin-bottom: 15px;
}
.details .images {
	float: right;
	width: 450px;
	margin-top: 10px;
}
.details {
	min-height: 500px;
}
.details   h2 {
	font-size: 14px;
	padding-bottom: 5px;
	margin-top: 30px;
}
.contact_us_link a {
	display: block;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	text-decoration: underline;
	font-size: 22px;
	color: #335ABB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 20px;
}
.contacts label {
	display: block;
	float: left;
	width: 120px;
	line-height: 25px;
	font-weight: bold;
	color: #3157B7;
}
.details .float .info p a {
	color: #2847A0;
}

.contacts br {
	clear: left;
}

.contacts {
	padding-top: 20px;
	padding-bottom: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}


.contacts input[type="text"] {
	width: 220px;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 36px;
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 5px;
	background-color: #FFFEEC;
}
.contacts textarea {
	width: 280px;
	border: 1px solid #CCC;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 36px;
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	height: 80px;
}
.map {
	float: right;
	width: 545px;
	padding: 1px;
	border: 1px solid #CCC;
	margin-top: 15px;
	margin-bottom: 20px;
}
