@charset "UTF-8";
* {
	margin:0;
	padding: 0;
}
body {
	background-image:url(img/pattern.jpg);
	background-repeat:repeat;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#444;
}
h1, h2, h3, h5, h6 {
	font-family:"Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
h1 {
	font-size:16px;
	color:#799631 /*#69822a*/;
	font-weight:bold;
	padding-bottom: 10px;
	/*text-decoration:underline;*/
}
h2, .tarifa { /*големите заглавия*/
	font-size:32px;
	color:#799631;
	font-variant:small-caps;
	padding-bottom:10px;
	font-weight:400;
}
h3 {/* в акордиона, css в jquery-ui-1.8.16.custom.css */
	letter-spacing: 0.06em;}
h6 {
	font-size:12px;
	margin:0;
	padding: 0px;
	line-height: 20px;
	letter-spacing:1px;
}

a {
	text-decoration:none;
	color:#799631;
}
a:hover {
	text-decoration:underline;
}
p {
	color:#000;
	padding: 10px 10px 10px 0;
}

.container {
	position:relative;
	width:960px;
	/*min-height:500px;*/
	margin:0 auto;
	padding:0 0 180px 0; /*падинга е за да се вижда картата през цялото време*/
	background-color:#fff;
	background-image:url(img/old-map.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
 /*--------------   ЛЯВАТА КОЛОНА    -------------------------------------------------*/
.header {
	padding:0 0 0 30px;
	float:left;
	width:165px;
	height:425px;
}
.logo {
	width:165px;
	height:165px;
	margin:0 0 30px 0;
	background-color:#DAF45F;
}
.logo img {
	margin:0 auto;
	padding:90px 20px 0 20px;
}

 /*------   ДЯСНАТА КОЛОНА   ----------------------------------------------------------------*/

.content {
	width:715px;
	padding: 20px 20px 0 20px;
	height:auto;
	float:right;
	min-height:400px;
}
 /*------     INDEX   ------------------------------------------------------------------*/
.text_index {
	width:550px;
	}
.map_link {
	float:right;
	padding-top:10px;
}
 /*------     TARIFA-TABLE   ------------------------------------------------------------------*/

table {
	width:640px;
}
table, th, td {
	border: 1px solid #333 /*#e5e1e0*/;
	border-collapse:collapse;
	font-size:13px;
	color:#000000;
}
td {
	width:auto;
	vertical-align:top;
	padding: 5px 10px;
}
 /*------      SERVICES       ------------------------------------------------------------------*/
.services a {
	text-decoration:underline;
	color:#799631 !important;
}
 /*------      FAQ       ------------------------------------------------------------------*/
.faq h1 a {
	text-decoration: none;
	color:#799631 !important;
}
.faq li a {
	color:#000;
	text-decoration: none;
}
.faq a:hover {
	text-decoration:underline;
}
.faq h1 {
	padding: 10px 0;
}
.faq li {
	color:#777;
}
 /*------      NEWS       ------------------------------------------------------------------*/
 .news p {
 	padding: 0 10px 10px 0;
	color:#000000;
}

 /*------      TEAM      ------------------------------------------------------------------*/
 .team p {
 	padding: 0 10px 10px 10px;
}
.team img {
	padding: 0px 30px 30px 10px;
}
.team h2 {
	padding-left:10px;
}
 /*------      CALCULATOR      ------------------------------------------------------------------*/
select {
	margin: 10px 0 20px 0;
	font-size:14px;
}
#btn_submit {
	margin:30px 0 20px 0;
	font-size:16px;
}
#stoinost {
	width:100px;
	font-size:14px;
}
.tbl_color td {
	background-color: #eeebe2 /*#E0E8E0*/;
	font-weight:600;
	color:#333;
	font-size:16px;
}
#calculator h1 {
	font-size:22px;
}
#calculator table {
	width:450px;
}
.td_text {
	width:340px;
	font-size:16px;
}
.td_php {
	width:180px;
	font-size:16px;
}
 /*------       CONTACTS      ------------------------------------------------------------------*/
.contacts {
	margin: 0 auto;
}
h4 {
	 font-size:15px;
	 font-weight:800;
	 color:#000;
}
h4 a {
	color:#000;
}
h4 a:hover {
	color:#799631;
}
.contacts img {
	margin-left:-20px;
}
 /*------       WHERE      ------------------------------------------------------------------*/
.where {
	margin:0 auto;
	width:710px;
}
.where img {
	margin-left:-20px;
}
 /*------       MISC      ------------------------------------------------------------------*/
.right {float:right;}
.left {float:left;}
.clear {clear:both; margin:0; padding:0;}
.absolute {position:absolute;}
.relative {position:relative;}
.hidden {display:block !important; height:0 !important; width:0 !important; overflow:hidden !important; line-height:0 !important; margin:0 !important; padding: 0 !important;}

 /*------------  FOOTER         ------------------------------------------------------*/
.footer {
	background-color:#FFFFFF;
	margin:0 auto;
	padding-left:170px;
	width:790px;
	font-size:12px;
	color:#444;
}
.footer_col {
	float:left;
	padding: 10px 37px;
}
.arr {
	/*clear:both;*/
	width:120px;
	margin:0 auto;
	padding:15px 0 15px 840px;
	font-size:10px;
}

