/****************************************************** 
	Title:    Website Name
	Author:   Румен Русанов
	Company:  Mag Studio
	Started:  25/02/20010
	Updated:  07/07/20010
	Style:    DEFAULT Stylesheet
******************************************************/

.right{
	float:right;
}
.left{
	float:left;
}
.hidden{
	overflow:hidden;
}
.clear{
	clear:both;
}

/*****************************************************/
*{
	margin:0;
	padding:0;
}
html,body{
	font-size:15px;
	font-family:Arial;
}
a{
	text-decoration:none;
}
div#page{
	overflow:hidden;
	width:100%;
	background:url(../images/bgr_page.png) no-repeat center top;
}
div.kite{
	position:relative;
	top:-7px;
	left:-60px;
	margin:0 auto -70px auto;
	height:63px;
	width:103px;
	background:url(../images/kite.png) no-repeat center top;
}
div#header{
	width:100%;
	height:81px;
	overflow:hidden;
	
}
div#header_content{
	width:980px;
	height:63px;
	padding:18px 10px 0 10px;
	margin:0 auto;
	overflow:hidden;
}
div#header_content .logo{
	display:block;
	width:131px;
	height:46px;
	background:url(../images/logo.png) no-repeat left top;
}
/* Menu Top */
ul.top_menu{
	padding:13px 0 0 0;
	list-style:none;
	font-size:16px;
}
ul.top_menu li{
	margin:0 0 0 70px;
	float:left;
}
ul.top_menu li a{
	color:#00467d;
}
ul.top_menu li a:hover,ul.top_menu li a.active{
	color:#ec1a34;
}
/* End of Menu Top */
div#container{
	width:1019px;
	margin:0 auto;
}
div.text_info{
	width:336px;
	height:297px;
	margin:32px 0 0 0;
	padding:0 20px 0 0;
	background:url(../images/bgr_info.png) no-repeat left top;
}
div.text_info p{
	font-size:17px;
	display:inline;
	line-height:27px;
}
div.text_info h1{
	color:#00467d;
	margin:0 0 10px 0;
	padding:20px 5px 0 0;
	font-size:27px;
}
div.top{
	width:960px;
	position:relative;
	margin:0 auto 30px auto;
}
div.packages p{
	font-size:12px;
	color:#333333;
}
div.promo{
	position:absolute;
	display:block;
	width:300px;
	height:100px;
	color:#d90b25;
	top:280px;
	left:662px;
	font-size:30px;
	
}
div.promo-img{
	margin:-40px 0 0 0;
	width:130px;
	height:130px;
	background:url(../images/promo.png) no-repeat right top;
}
div.more_info{
	width:960px;
	margin:0 auto;
	padding: 0 0 20px 0;
}
div.more_info .text{
	position:relative;
	width:815px;
	padding:20px 0 0 0;
	border-top:1px dotted;
}
h2{
	font-weight:normal;
	color:#00467d;
	font-size:20px;
}
div.more_info .text p{
	line-height:25px;
	position:relative;
	z-index:100;
	color:#333333;
}
div.windows{
	top:100px;
	left:646px;
	position:absolute;
	width:323px;
	height:208px;
	background:url(../images/widnows.jpg) no-repeat 0 0;
}
div.waters{
	font-size:22px;
	color:#00467d;
	width:960px;
	padding:40px 0 30px 0;
	margin:0 auto;
	border-top:1px dotted;
	border-bottom:1px dotted;
	overflow:hidden;
}
div.waters p{
	width:190px;
	padding:15px 0 0 10px;
}
div.water{
	width:310px;
	display:block;
}
div.water_img1{
	width:81px;
	height:81px;
	float:left;
	background:url(../images/voda.png) no-repeat 0 0;
}
div.water_img2{
	width:81px;
	height:81px;
	float:left;
	background:url(../images/voda2.png) no-repeat 0 0;
}
div.water_img3{
	width:81px;
	height:81px;
	float:left;
	background:url(../images/voda3.png) no-repeat 0 0;
}
div.bottom .info ul{
	list-style:none;
}
div.info{
	padding:15px 0 0 0;
	width:290px;
}
div.info ul li{
	color:#333333;
	padding:5px 0 5px 0;
	line-height:22px;
}
ul li span{
	color:#ec1a34;
}
div.bottom{
	background:#ffffff;
	width:960px;
	margin:0 auto;
	padding:0;
}
div.bottom table{
	margin:15px 0 0 0;
	width:640px;
	font-size:12px;
	border-collapse:collapse;
}
div.bottom table td{
	border:1px #e2e2e2 solid;
	padding:10px 0 10px 0;
	text-align:center;
}

div.bottom table tr.last td{
	border:none;
	color:#ec1a34;
	font-size:20px;
}
div.bottom table tr.last td.first{
	color:#333333;
}
div.bottom table tr.before_last{
	font-weight:bold;
}
div.bottom table tr.first td{
	border-top:none;
	border-bottom:1px #e2e2e2 solid;
	border-color:#00467d;
	color: #ffffff;
	background: url('../images/bgr_table-title.png') repeat-x 0 0;
	font-weight: bold;
}
div.bottom table tr.odd,div.tehnical table tr.odd{
	background-color: #f6f6f6;
}
div.bottom table tr.first td.first{
	border-left:none;
	background:url(../images/table-title-left.png) no-repeat left top;
}
div.bottom table tr.first td.last{
	border-right:none;
	background:url(../images/table-title-right.png) no-repeat right top;
}
div.bottom table td:first-child{
	text-align:left;
	padding-left:10px;
}
div.bottom table td span{
	float:right;
	padding:0 10px 0 0;
}
div.see_more{
	margin:60px 0 0 0;
}
div.see_more a:hover{
	text-decoration:none;
}
div.see_more a{
	text-decoration:underline;
	display:block;
	color:#00467d;
	margin:10px 0 10px 0;
}
div#footer{
	width:100%;
	height:122px;
	margin:50px 0 0 0;
	background:url(../images/bgr_footer.png) no-repeat center bottom;
}
div.footer-content{
	width:980px;
	height:100%;
	margin:0 auto;
}
div.contacts{
	width:400px;
	height:100%;
}
div.contacts p{
	padding:30px 0 0 100px;
	font-size:11px;
	line-height:19px;
	color:#333333;
}
div.contacts p a{
	color:#00467d;
	text-decoration:underline;
}
div.contacts p a:hover{
	color:#00467d;
	text-decoration:none;
}
div.contacts p a.tesy{
	font-weight:bold;
	text-decoration:none;
}
div.contacts p span{
	font-weight:bold;
}
a.copyright{
	margin:40px 0 0 0;
	font-size:11px;
	color:#999999;
	display:block;
	width:180px;
	height:30px;
	background:url(../images/mag.png) no-repeat right top;
}
div.top-info{
	margin:25px auto 0 auto;
	width:1020px;
	height:600px;
	padding:20px 0 0 0;
	background:url(../images/bgr_top.png) no-repeat center top;
}
div.top-info .text,div.partners .text{
	line-height:25px;
	padding:0 30px 0 30px;
}
div.middle {
	width:960px;
	padding:20px 0 0 0;
	margin:0 auto;
	border-top:1px dotted;
}
div.middle ul{
	line-height:25px;
	list-style:none;
	font-weight:bold;
}
div.middle ul li{
	padding:5px 0 5px 0;
}
div.middle li p{
	line-height:22px;
	margin:-10px 0 0 0;
	font-weight:normal;
}
div.tehnical{
	border-top:1px dotted;
	width:960px;
	padding:20px 0 0 0;
	margin:60px auto 0 auto;
}
div.tehnical table{
	margin:20px 0 0 0;
	border-collapse:collapse;
	font-size:12px;
	color:#333333;
	width:960px;
}
div.tehnical table tr td.first{
	border:1px #e2e2e2 solid;
	border-right:none;
	width:20%;
}
div.tehnical table tr td.last{
	border:1px #e2e2e2 solid;
	border-left:none;
}
div.tehnical table tr td{
	border:1px #e2e2e2 solid;
	width:10%;
}
div.tehnical table tr td{
	padding:10px 0 10px 10px;
}
div.tehnical table tr.first{
	border:none;
	border-bottom:1px #e2e2e2 dolid;
	background: url('../images/bgr_table-title.png') repeat-x 0 0;
}
div.tehnical table tr.first td{
	border:1px #00467d solid;
	border-top:none;
	border-bottom:none;
	color:#ffffff;
	font-weight:bold;
	border-color:#00467d;
}
div.tehnical table tr.first td.first, div.tehnical table tr.first td.last{
	padding-top:0;
	padding-bottom:0;
}
div.tehnical table tr.first td.first{
	border-left:none;
}
div.tehnical table tr.first td.last{
	border-right:none;
	border-top:none;
}
div.tehnical table tr.first td.first p{
	width:140px;
	height:30px;
	margin:0 0 0 -10px;
	padding:10px 0 0 10px;
	background: url('../images/table-title-left.png') no-repeat left top;
}
div.tehnical table tr.first td.last p{
	width:100%;
	padding:10px 0 0 0;
	position:relative;
	height:30px;
	z-index:10;
	margin:0 10px 0 0;
	background: url('../images/table-title-right.png') no-repeat right top;
}
div.packages{
	padding-top:20px;
	width:960px;
	margin:20px auto 0 auto;
	border-top:1px dotted;
}
div.packages img{
	margin:10px 0 0 0;
}
div.text img{
	margin-top:5px;
}
div.partners-text table{
	width:100%;
	margin:20px auto 0 auto;
	border-collapse:collapse;
}
div.partners-text table tr{
	background:#ffffff;
}
div.partners-text table td{
	padding:5px 0 5px 10px;
	font-size:12px;
	color:#333333;
	border:1px #e2e2e2 solid;
}
div.partners-text table tr.first td{
	background: url('../images/bgr_table-title.png') repeat-x left top;
	border-top:none;
	border-color:#00467d;
	border-bottom:none;
	color:#ffffff;
	font-weight:bold;
}
div.partners-text table tr.odd{
	background:#f6f6f6;
}
div.partners-text table tr.first td.first{
	background: url('../images/table-title-left.png') no-repeat left top;
	border:none;
}
div.partners-text table tr.first td.last{
	background: url('../images/table-title-right.png') no-repeat right top;
	border:none;
}
div.partners-text {
	position:relative;
	width:980px;
	margin:0 auto -333px auto;
	top:-333px;
}
div.partners{
	margin:25px auto 0 auto;
	width:1020px;
	height:333px;
	padding:20px 0 0 0;
	background:url(../images/bgr_partners.png) no-repeat  center top;
}
div.partners-text a{
	color:#00467d;
	text-decoration:underline;
}
div.partners-text a:hover{
	text-decoration:none;
}
*+html div.ie{
	margin-bottom:-160px;
}