/* FONT FACES */

@font-face {
    font-family: 'adventRegular';
    src: url('advent-bd2-webfont.eot');
    src: url('advent-bd2-webfont.eot?#iefix') format('eot'),
         url('advent-bd2-webfont.woff') format('woff'),
         url('advent-bd2-webfont.ttf') format('truetype'),
         url('advent-bd2-webfont.svg#webfontomIYvKer') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* GENERAL CSS */

body {
	background-image: url(../images/bg.png);	
}

#wrapper {
	width: 1020px;
	margin: 0px auto;	
}

#header-logo {
	width: 280px;
	height: 164px;
	float: left;
	background-image: url(../images/header-logo.png);
	display: block;
	text-indent: -9999px;	
}

#header-menu {
	width: 740px;
	height: 164px;
	float: left;
	background-image: url(../images/header-menu.png);	
}

#menu {
	margin-top: 90px;
	margin-left: 110px;	
}

.menu-link {
	float: left;
	font-family: "adventRegular";
	font-size: 20px;	
	border-bottom: 1px dotted white;
	line-height: 17px;
	margin-right: 35px;
}

.menu-link:hover {	
	border-color: #006e27;
}

.menu-subtext {
  font-size: 14px;
}

.menu-link a {
  text-decoration: none;
  color: white;
  text-shadow: 1px 1px 1px #a7a19a;
}

.menu-link a:hover {
  color: #006e27;  
  text-shadow: 1px 1px 1px #ffffff;
}

.menu-link-active a{
	float: left;
	font-family: "adventRegular";
	font-size: 20px;	
	text-decoration: none;
	border-bottom: 1px dotted #006e27;
	line-height: 17px;
	margin-right: 35px;
	color: #006e27;  
	text-shadow: 1px 1px 1px #ffffff;
}

#content {
	width: 1020px;
	clear: both;
	background-image: url(../images/bg-repeater.png);
	padding-top: 5px;	
}

#footer-left {
	width: 564px;
	height: 91px;
	padding-left: 55px;
	padding-top: 75px;
	line-height: 21px;
	float: left;
	background-image: url(../images/footer-left.png);
	font-family: 'adventRegular';
	font-size: 16px;
	color: white;
}

#footer-right {
	width: 401px;
	height: 166px;
	float: left;
	background-image: url(../images/footer-right.png);
}

#footer-right-text {
	margin-left: 30px;
	margin-top: 112px;
	line-height: 21px;
	text-align: center;
	font-family: 'adventRegular';
	font-size: 17px;
	color: white;	
}

#footer-bottom {
	width: 1020px;
	height: 99px;
	clear: both;
	background-image: url(../images/footer-bottom.png);
}

#footer-bottom a {
	color: white;
	text-decoration: none;
}

#kentrika {
	float: left;
	width: 206px;
	height: 30px;
	margin-left: 55px;
	margin-top: 22px;
	line-height: 16px;
	font-family: 'adventRegular';
	font-size: 14px;
	color: white;	
}

#toumpa {
	float: left;
	width: 206px;
	height: 30px;
	margin-left: 185px;
	margin-top: 22px;
	line-height: 16px;
	font-family: 'adventRegular';
	font-size: 14px;
	color: white;	
}

#footer-contact {
	float: left;
	width: 206px;
	height: 30px;
	margin-left: 150px;
	margin-top: 22px;
	line-height: 16px;
	font-family: 'adventRegular';
	font-size: 14px;
	color: white;	
}

#footer-bottom img {
	margin-top: 2px;
	float: left;	
}

.clear {
	clear: both;	
}


/* COMPANY */

#company-header {
	width: 919px;
	height:	303px;
	margin-left: 50px;
	background-image: url(../images/company-header.png);
}

.company-entry {
	margin-left: 38px;
	width: 943px;
}

.red-bubble {
	width: 189px;
	height: 133px;
	padding: 20px 20px 15px 20px;
	background-image: url(../images/red-bubble.png);
	line-height: 22px;
	font-family: 'adventRegular';
	font-size: 16px;
	color: white;	
}

.blue-bubble {
	width: 189px;
	height: 133px;
	padding: 20px 20px 15px 20px;
	background-image: url(../images/blue-bubble.png);
	line-height: 22px;
	font-family: 'adventRegular';
	font-size: 16px;
	color: white;	
}

.orange-bubble {
	width: 189px;
	height: 133px;
	padding: 20px 20px 15px 20px;
	background-image: url(../images/orange-bubble.png);
	line-height: 22px;
	font-family: 'adventRegular';
	font-size: 16px;
	color: white;	
}

.green-bubble {
	width: 189px;
	height: 133px;
	padding: 20px 20px 15px 20px;
	background-image: url(../images/green-bubble.png);
	line-height: 22px;
	font-family: 'adventRegular';
	font-size: 16px;
	color: white;	
}

.bubble-title {
	display: block;
	line-height: 25px;
	font-family: 'adventRegular';
	font-size: 25px;
	color: white;
	margin-bottom: 10px;
}

.bubble-text {
	width: 658px;
	height: 145px;
	padding: 8px 30px 15px 2px;
	line-height: 20px;
	font-family: 'adventRegular';
	font-size: 16px;
	color: black;	
}

.bubble-text-title {
	display: block;
	line-height: 24px;
	font-family: 'adventRegular';
	font-size: 17px;
	color: black;
	margin-bottom: 0px;
}

.left {
	float: left;	
}

.right {
	float: right;	
}	


/* CONTACT */
#contact-form {
	width: 600px;
	height: 550px;
	float: left;
	margin-left: 75px;
	margin-top: 10px;	
}

#contact-form-title {
	font-family: 'adventRegular';
	font-size: 18px;
	color: #ee8824;
	text-decoration: underline;	
}

#contact-form-subtitle {
	font-family: 'adventRegular';
	font-size: 16px;
	color: #ee8824;
}

.gray {
	margin-top: 13px;
	display: block;
	color: 	#7f7f7f;
}

.label {
	font-family: 'adventRegular';
	font-size: 16px;
	color: #4fa700;
}

.required {
	color: #b7b7b7;
}

.textfield {
	border: none;
	background-color: transparent;
	background-image: url(../images/textfield.png);	
	background-repeat: no-repeat;
	width: 366px;
	height: 35px;
	padding-left: 2px;
	padding-right: 2px;
}

.textarea {
	border: none;
	background-color: transparent;
	background-image: url(../images/textarea.png);	
	background-repeat: no-repeat;
	width: 552px;
	height: 145px;
	padding-left: 2px;
	padding-right: 2px;
	margin-top: 10px;
}

#contact-sidebar {
	width: 230px;
	margin-left: 80px;
	margin-top: 20px;
	float: left;	
}

.map-title {
	font-family: 'adventRegular';
	font-size: 18px;
	line-height: 24px;
	color: #7f7f7f;
	text-decoration: underline;
}

.map-text {
	font-family: 'adventRegular';
	font-size: 16px;
	line-height: 20px;
	color: #7f7f7f;
}

.map-link {
	border: none;
	text-decoration: none;	
}




/* CLEANING */
#cleaning-header {
	width: 901px;
	height:	397px;
	margin-left: 59px;
	background-image: url(../images/cleaning-header.jpg);
}

.cleaning-entry {
	margin-left: 40px;
	width: 943px;
}

.cleaning-text-title {
	display: block;
	line-height: 24px;
	font-family: 'adventRegular';
	font-size: 17px;
	color: #4b4b4b;
	margin-bottom: 0px;
}

.cleaning-text {
	width: 630px;
	height: 145px;
	padding: 8px 30px 15px 10px;
	line-height: 20px;
	font-family: 'adventRegular';
	font-size: 16px;
	color: #4b4b4b;	
}

.narrow {
	padding-top: 0px;
	width: 560px;	
}

.narrow2 {
	padding-top: 0px;
	width: 510px;	
}

.narrow-margin-top {
	margin-top: 20px;	
}

.narrow-image {
	margin-left: 40px;	
	margin-top: 7px;
}

.cleaning-image-right {
	margin-right: 40px;
	margin-left: 5px;
	margin-top: 7px;
	float: right;	
}

#acarea-readmore {
	color: #138400;	
	cursor: pointer;
}

#acarea-moreinfo {
	position: relative;
	margin-left: 80px;
	margin-top: 10px;
	width: 860px;
	display: none;	
	font-family: 'adventRegular';
	font-size: 16px;
	line-height: 20px;
	color: #4b4b4b;	
}

#close-acarea {
	position: absolute;
	bottom: 0px;
	right: 0px;	
	color: #eb0e0e;	
	cursor: pointer;
	font-family: 'adventRegular';
	font-size: 16px;
}

.cleaning-bottom-title {
	color: #0f990f;
	font-size: 24px;	
	font-family: 'adventRegular';
	margin-left: 80px;
	margin-top: 10px;
}

.cleaning-top-title {
	color: #34adf9;
	font-size: 25px;	
	font-family: 'adventRegular';
	margin-bottom: 10px;
	margin-top: 10px;
}



/* ADVICE */
#advice-header {
	width: 882px;
	height:	366px;
	margin-left: 67px;
	background-image: url(../images/advice-header.png);
}

#advice-left-part {
	float: left;
	width: 580px;
	margin-left: 70px;
}

.advice-entry {
	margin-left: 0px;
	width: 580px;
}

.advice-left {
	float: left;
	margin-top: 7px;
}

.advice-text-title {
	display: block;
	line-height: 24px;
	font-family: 'adventRegular';
	font-size: 17px;
	color: #4b4b4b;
	margin-bottom: 0px;
}

.advice-text {
	width: 430px;
	height: 145px;
	padding: 0px 0px 10px 10px;
	line-height: 20px;
	font-family: 'adventRegular';
	font-size: 16px;
	color: #4b4b4b;	
}

.advice-text-more {
	width: 580px;
	padding: 0px 30px 10px 10px;
	line-height: 20px;
	font-family: 'adventRegular';
	font-size: 16px;
	color: #4b4b4b;	
}

.advice-underline-title {
	margin-left: 10px;
	font-family: 'adventRegular';
	font-size: 16px;
	color: #4b4b4b;
	text-decoration: underline;
}

.advice-checkmark-text {
	height: 22px;
	margin-left: 10px;
	font-family: 'adventRegular';
	font-size: 16px;
	color: #4b4b4b;
}

.separator {
	width: 576px;
	margin-left: 10px;
	margin-top: 10px;
	
	height: 1px;
	background-image: url(../images/separator.png);
	background-repeat: no-repeat;
}

.advice-readmore {
	color: #138400;	
	cursor: pointer;
}

.advice-moreinfo {
	position: relative;
	width: 580px;
	display: none;	
	font-family: 'adventRegular';
	font-size: 14px;
	line-height: 20px;
	color: #4b4b4b;	
}

.close-advice {
	position: absolute;
	bottom: 0px;
	right: 0px;	
	color: #eb0e0e;	
	cursor: pointer;
	font-family: 'adventRegular';
	font-size: 16px;
}

.advice-entry-secondary {
	margin-left: 10px;
	margin-top: 10px;
	width: 580px;
}

.advice-text-secondary {
	width: 435px;
	height: 145px;
	padding: 0px 0px 10px 10px;
	line-height: 20px;
	font-family: 'adventRegular';
	font-size: 14px;
	color: #4b4b4b;	
}

.advice-text-title-secondary {
	display: block;
	line-height: 18px;
	font-family: 'adventRegular';
	font-size: 17px;
	color: #4b4b4b;
	margin-bottom: 5px;
}

#sidebar-separator {
	float: left;
	width: 13px;
	height: 774px;
	background-image: url(../images/tall-separator.png);
	background-repeat: no-repeat;	
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 20px;
}

#sidebar {
	width: 266px;
	float: left;
	margin-top: 20px;	
}

#slides div.slides_container div.slides_control div img {
	width: 255px;
}

.small-article {
	width: 245px;
	height: 85px;
	margin-bottom: 5px;
}

.small-article-left {
	float: left;
	width: 80px;
	height: 85px;
	padding-top: 0px;
}

.small-article-text {
	float: left;
	width: 150px;
	height: 80px;
	font-family: 'adventRegular';
	font-size: 14px;
	line-height: 18px;
	color: #4b4b4b;
}

.small-advice-readmore {
	color: #039d20;	
}

.advice-top-title {
	color: #34adf9;
	font-size: 31px;
	line-height: 31px;	
	font-family: 'adventRegular';
	margin-top: 10px;
}

.advice-top-subtitle {
	color: #525252;
	font-size: 20px;
	line-height: 20px;	
	font-family: 'adventRegular';
	margin-top: 0px;
	margin-bottom: 15px;
}


/* SERVICES */
#services-header {
	width: 879px;
	height:	364px;
	margin-left: 69px;
	background-image: url(../images/services-header.png);
}

#services-left-part {
	float: left;
	width: 580px;
	margin-left: 70px;
}

.services-entry {
	margin-left: 0px;
	width: 580px;
	font-family: 'adventRegular';
	font-size: 16px;
	line-height: 20px;
	color: black;
	margin-bottom: 0px;
	background-color: #f8f8f8;
	padding-top: 10px;
	padding-bottom: 10px;
}

.white {
	background-color: white;	
}

.services-text-title {
	display: block;
	line-height: 24px;
	font-family: 'adventRegular';
	font-size: 18px;
	line-height: 18px;
	color: #fc9420;
	margin-bottom: 0px;
}

.services-top-title {
	color: #ee8824;
	font-size: 31px;	
	font-family: 'adventRegular';
	margin-top: 10px;
}



/* HOME */
#home-header {
	width: 924px;
	height:	443px;
	margin-left: 50px;
	background-image: url(../images/home-header.png);
	position: relative;
}

#home-offer {
	position: absolute;
	width: 244px;
	height: 241px;
	background-image: url(../images/offers.png);
	left: -33px;
	top: 52px;	
}

#home-ads {
	position: absolute;
	width: 918px;
	height: 294px;
	background-image: url(../images/ads.png);
	left: 0px;
	top: 330px;	
}

#home-main {
	width: 940px;
	background-image: url(../images/home-mask.png);
	background-color: white;
	background-repeat: no-repeat;
	margin-left: 40px;
}

#footer-left-white {
	width: 564px;
	height: 91px;
	padding-left: 55px;
	padding-top: 75px;
	line-height: 21px;
	float: left;
	background-image: url(../images/footer-left-white.png);
	font-family: 'adventRegular';
	font-size: 16px;
	color: white;
}

#footer-right-white {
	width: 401px;
	height: 166px;
	float: left;
	background-image: url(../images/footer-right-white.png);
}


.home-cat {
	float: left;
	width: 202px;
	height: 370px;
	margin-top: 200px;
	margin-left: 20px;
}

.home-cat a {
	text-decoration: none;
	color: black;	
}

.home-cat a:hover {
	text-decoration: underline;
	color: green;	
}

.cat-image {
	text-align: center;	
}

.cat-title {
	font-family: 'adventRegular';
	font-size: 18px;
	line-height: 5px;
	color: black;
	margin-top: 10px;
}

.cat-text {
	font-family: 'adventRegular';
	font-size: 16px;
	line-height: 20px;
	color: black;
	margin-top: 15px;
}

.cat-separator {
	float: left;
	width: 2px;
	height: 197px;
	background-image: url(../images/cat-separator.png);	
	margin-top: 270px;
	margin-left: 10px;
}
