<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'caviar_dreamsregular';
    src: url('caviar/CaviarDreams-webfont.eot');
    src: url('caviar/CaviarDreams-webfont.eot?#iefix') format('embedded-opentype'),
         url('caviar/CaviarDreams-webfont.woff') format('woff'),
         url('caviar/CaviarDreams-webfont.ttf') format('truetype'),
         url('caviar/CaviarDreams-webfont.svg#caviar_dreamsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.disabled {
    color: #c1c1c1 !important;
    cursor: no-drop !important;
    
}

.disabled:hover {
    border-bottom: none !important;
}

.caviar {
	font-family: 'caviar_dreamsregular', sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.droid {
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
}

html, body {height: 100%;}

#page-wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 150px;}  /* must be same height as the footer */

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}



/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {font: 13px Helmet, Freesans, sans-serif;}

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {color: #333;}

a {color: #03f;}
a:hover {color: #69f;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }



/* Media queries
-------------------------------------------------------------------------------*/

@media screen and (max-width: 480px) {
		
}



/* Print styles
-------------------------------------------------------------------------------*/
@media print {

}

/* Pages style
-------------------------------------------------------------------------------*/

body {
	background-image: url("../img/bg.png");
	background-repeat: repeat;
	background-position: 5px top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

header {
	margin-top: 20px;
}

#bg {
	width: 100%;
	height: 110px;
}

#nav-height-fix {
	position: fixed;
	z-index: 666;
	background-image: url("../img/bg.png");
	height: 110px;
	width: 100%;
}

#fixed-wrapper {
	position: relative;
	background: 
				url("../img/bg3.png") 50% 0% no-repeat, 
				url("../img/bg.png") 0% 0%, repeat-x;
	height: 110px;
	width: 100%;
	z-index: 777;
}

#bg-flw {
	background: url("../img/flowers4.png") 0% 0% no-repeat;
	width: 1000px;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
}

.nav-lines {
	top: 110px;
	position: absolute;
}

.h-hidden {
	display: none;
}


#logo {
	width: 160px;
	height: 78px;
	background-image: url("../img/logo.png");
	background-repeat: no-repeat;
}

.logo-float {
	float: left;
	margin-bottom: 15px;
}

#navigation {
	background-color: #F7F7F7;
	width: 645px;
	height: 40px;
	border-color: #DDDDDD;
	border-width: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	border-style: solid;

}

.nav-float {
	margin-left: 10px;
	margin-top: 13px;
	float: left;
}


#navigation:after {
    content: "";
    display: block;
	position: relative;
	top: 0px;
    background-image: url("../img/nav-shadow.png");
    width: 645px;
    height: 30px;
	float: left;	
	z-index: -1;
}

#navigation ul {
	width: 100%;
	height: auto;
}

#navigation ul  li {
	float: left;
	list-style: none;
	margin-right: 40px;
	font-size: 15px;
	font-family: 'Droid Sans', sans-serif;
	color: #000000;
	padding: 0px;
	text-align: center;
	border-bottom: 2px solid #F7F7F7;
}

#navigation a {
	color: black;
	text-decoration: none;
}

#navigation ul  li:hover {
	border-bottom: 2px solid #2FB2DD;
}

#nav-wrapper {
	left: 50%;
	margin-left: -409px;
	position: absolute;
	top: 0px;
	width: 818px;
	z-index: 999;
	overflow: hidden;
}


#slider {
	clear: both;
	width: 992px;
	height: 436px;
	margin-left: auto;
	margin-right: auto;
}

.slider-flowers-left {
	display: block;
	position: relative;
	background-image: url("../img/flowers-left.png");
	background-repeat: no-repeat;
	bottom: 0px;
	left: 0px;
	width: 97px;
	height: 436px;
	float: left;
}

.slider-flowers-right {
	display: block;
	position: relative;
	background-image: url("../img/flowers-right.png");
	background-repeat: no-repeat;
	bottom: 1px;
	right: 12px;
	width: 84px;
	height: 437px;
	float: right;
}

.auto-width {
	width: 100% !important;
	min-height: 0px !important;
}

#pic {
	display: none;
	position: relative;
	background-image: url("../img/sandra.jpg");
	width: 798px;
	height: 436px;
	float: left;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	overflow: hidden;
}

#pic-text {
	display: hidden;
	position: absolute;
	background-color:rgba(0,163,217,0.9);
	border: 1px solid rgba(0,188,251,0.9);
	color: #ffffff;
	font-size: 15px;
	font-family: "Droid Sans", sans-serif;
	width:525px;
	height:105px;
	left: -500px;
	bottom: 0px;
	margin-bottom: 30px;
	padding-left: 15px;
	padding-top: 15px;
}

#info {
	background-color: rgba(0, 0, 0, 0.7);
	bottom: 0px;
	color: #FFFFFF;
	display: block;
	font-family: "Droid Sans", sans-serif;
	font-size: 12px;
	height: 50px;
	padding-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
	position: absolute;
	width: 541px;
}

#info h3 {
	margin: 0px;
}

.action-time {
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
	color: yellow;
	padding-bottom: 15px;
}

.lines1 {
	position: absolute;
	height: 10px;
	background-image: url("../img/lines.png");
	left: 0px;
	right: 0px;

}

.special-offer {
	display: block;
	width: 1000px;
	height: 220px;
	margin: 0 auto;
}

.special-offer-block {
	display: block;
	background: #FFFFFF;
	width: 840px;
	height: 125px;
	margin: 0 auto;
	border: 1px solid #DDDDDD;
	background-image: url("../img/flowers2.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	font-family: "Droid Sans", sans-serif;
	font-size: 14px;
}

.special-offer-block p {
	margin: 0px;
	padding-left: 30px;
	padding-top: 30px;
}

.special-offer-title {
	display: block;
	text-align: center;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	width: 325px;
	height: 38px;
	background-repeat: no-repeat;
    background-position: center; 
	margin-top: 50px;
	margin-left: 60px;
}

.special-offer-img {
	background-image: url("../img/special-offer.png");
}

.our-partners {
	background-image: url("../img/our-partners.png");
}




#section {
	background-color: #ffffff;
	min-height: 570px;
	width: 100%;
	z-index: 5;
	border-bottom: 20px solid #ffffff;
}

#section .title {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 140px;
	text-align: center;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	background-image: url("../img/izvelies.png");
	background-repeat: no-repeat;
    background-position: center; 
	height: 0px;
}

#section-wrapper {
	width: 826px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
}

.spacer {
	margin-top: -15px;
	float: left;
	display: block;
	width: 20px;
	height:300px;
}

.block {
	margin-top: -15px;
	float: left;
	display: block;
	width: 260px;
	height: 300px;
	background-color: #F7F7F7;
	border: 1px solid #DDDDDD;
	z-index: 222;
}

.block h3 {
	text-align: center;
	margin-bottom: 0px
}

.block h3:after {
    content: "";
    display: block;
    width: 220px;
    height: 3px;
	background-color: #00A3D9;
		margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

.block p {
	margin-top: 8px;
	font-size: 13px;
	padding-left: 15px;
	padding-right: 5px;
}

.img-block {
	display: block;
	width: 261px;
	height: 90px;
}

.img1 {
	margin-top: 20px;
	background-image: url("../img/key.png");
	background-repeat: no-repeat;
    background-position: center; 
}

.img2 {
	margin-top: 20px;
	background-image: url("../img/atri.png");
	background-repeat: no-repeat;
    background-position: center; 
}

.img3 {
	margin-top: 20px;
	background-image: url("../img/kvalitate.png");
	background-repeat: no-repeat;
    background-position: center; 
}

.block-shadow {
	margin-top: -5px;
	float: left;
	display: block;
	width: 262px;
	height: 24px;
	background-image: url("../img/block-shadow.png");
	background-repeat: no-repeat;
    background-position: center;
}

.block-shadow-spacer {
	margin-top: -4px;
	float: left;
	display: block;
	width: 20px;
	height:45px;
}


#arrow-left {
	float: left;
	width: 21px;
	height: 100%;
	padding: 0px;
	background-image: url("../img/arrow-left.png");
	background-repeat: no-repeat;
    background-position: center;
	cursor: pointer;
	opacity: 0.6;
	padding-left: 50px;
}

#arrow-left:hover {
opacity: 1.0;
}

#arrow-right:hover {
opacity: 1.0;
}

#pencil:hover {
opacity: 1.0;
}

#book:hover {
opacity: 1.0;
}


#arrow-right {
	float: right;
	width: 21px;
	height: 100%;
	padding: 0px;
	background-image: url("../img/arrow-right.png");
	background-repeat: no-repeat;
    background-position: center;
	cursor: pointer;
	opacity: 0.6;
	padding-right: 50px;
}

#pencil {
	float: left;
	position: relative;
	display: block;
	width: 120px;
	height: 36px;
	background-image: url("../img/pencil.png");
	background-repeat: no-repeat;
    background-position: center;
	opacity: 0.6;
}

#book {
	float: right;
	position: relative;
	display: block;
	width: 90px;
	height: 32px;
	background-image: url("../img/book.png");
	background-repeat: no-repeat;
    background-position: center;
	opacity: 0.6;
	cursor: pointer;
}

#tools-wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 826px;
	height: 40px;
}


#feedback {
	background: 
			url("../img/quote4.png"), 
			url("../img/quote4.png");
	background-position: top left, bottom right;
	background-repeat: no-repeat;
	clear: both;
	width: 824px;
	height: 135px;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
	font-size: 14px;
	overflow: hidden;
	position: relative;
	font-family: 'caviar_dreamsregular', sans-serif;
}


#section:after {
  content:"";
  display:table;
  clear:both;
}

.feedback-text {
	width: 670px;
	color: #000000;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: auto;
	margin-left: auto;
	margin-right: auto;
}

.author {
	position: absolute;
	display: block;
	color: #000000;
	font-size: 16px;
	bottom: 0px;
	width: 93%;
	height: 50px;
	background-color: #EEEEEE;
	line-height: 50px;
}

.author-align {
	display: block;
	margin: 0px;
	text-align: right;
}

.details-list {
	margin-left: 78px;
	padding: 0px;
	list-style-type: none;
}




.lines2 {
	position: relative;
	height: 10px;
	background-image: url("../img/lines2.png");
	left: 0px;
	right: 0px;

}

#footer {
	font-family: 'caviar_dreamsregular', sans-serif;
	position: relative;
	/* margin-top: -150px; negative value of footer height */
	height: 150px;
	background: url("../img/bg3.png") 50% -50px no-repeat;
} 

#footer-navigation {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 110px;
	margin-bottom: 20px
}

.bottom-nav  {
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px;
	padding-top: 20px;
	width: 672px;
	max-width: auto;
}


.bottom-nav li {
	display: block;
	font-size: 16px;
	color: #000000;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}



#footer ul a {
	font-size: 16px;
	text-decoration: none;
}

.bottom-nav a:link {
	color: #000000;
}

.bottom-nav a:visited {
	color: #000000;
}

.bottom-nav a:hover {
	color: #00A3D9;
}

.bottom-nav a:activve {
	color: #00A3D9;
}


.contacts {
	width: 300px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
}

.contacts a {
	width: 40px;
	height: 40px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.icon {
	display: inline-block;
	white-space: nowrap;
	cursor: pointer;
	text-decoration: none;
	list-style-type: none;
	width: 40px;
	height: 40px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.bottom-nav  li:after {
	content:'';
	background-image: url("../img/dot.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 5px;
	height: 19px;
	position: absolute;
	margin-left: 12px;
}


.bottom-nav  li:last-child:after {
	content:'';
	width: 0px;
	height: 0px;
}


.icn1 {
	background-image: url("../img/facebook.png");
}

.icn2 {
	background-image: url("../img/linkedin.png");
}

.icn3 {
	background-image: url("../img/email.png");
}

.icn4 {
	background-image: url("../img/share-twitter.png");
}

.icn5 {
	background-image: url("../img/share-google-plus.png");
}

.icn6 {
	margin-top: 60px;
	margin-right: 50px;
	display: block;
	width: 40px;
	height: 40px;
	float: right;
	background-image: url("../img/scroll-top.png");
	cursor: pointer;
}

#footer address {
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	height: 40px;
	background-color: rgba(000,000,000,0.6);
	line-height: 40px;
	font-style: normal;
	font-family: 'Droid Sans', sans-serif;
}

#footer address a {
	color: #4CD2FF;
	padding-left: 2px;
}



/*  SIMILAR PAGES
---------------------------------------------------------------
*/

.main-pages {

}

.lines-pages {
	margin-top: 7px;
	position: relative;
}

.logo-pages {
	display: inline-block;
}

.navigation-main {
	display: inline-block;
	margin-bottom: 18px;
	margin-left: 6px;
}

.section-pages {
	position: relative;
	width: 100%;
	background-color: #F7F7F7;
}

.first-block-pages {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	min-height: 430px;
	background-color: #F7F7F7;
}

.fix-pages2 {
	min-height: 380px;
}

.fixed-height {
	/* height: 800px; */
}

.fixed-height-ftr {
	margin-top: 0px !important;
}

.fix-height-offer {
	margin-bottom: 40px;
}

.price-block-factors {
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	font-weight: bold;
	list-style-type: none;
}
.factors-list {
	list-style-type: none;
	margin-left: 20px;
	font-size: 16px;
	color: #ffffff;
	font-family: 'Droid Sans', sans-serif;
}


.h1-pages {
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.h1-img {
	top: 50px;
	margin-left: 60px;
	width: 550px;
	height: 38px;
	background-repeat: no-repeat;
}

.h1-privat {
	background-image: url("../img/care.png");
}

.h1-business {
	background-image: url("../img/care-business.png");
}

.h1-carpet {
	background-image: url("../img/take-care.png");
}

.h1-contact {
	background-image: url("../img/contact-us.png");
}


.p1-text-pages {
	display: block;
	margin-top: 30px;
	margin-left: 55px;
	font-family: 'Droid Sans', sans-serif;
	font-size: 15px;
}

.p1-wrapper {
	top: 40px;
	left: 60px;
	position: relative;
	float: left;
	display: block;
	width: 525px;
	height: 225px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-top: 3px solid #00A3D9;
	border-bottom: 1px solid #DDDDDD;
	background: url("../img/quote4.png"), url("../img/quote4.png"), url("../img/flower1.png");
	background-position: top left, bottom right, top right;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

.contact-form-wrapper {
	margin-top: 40px;
	margin-bottom: 100px;
	margin-left: 72.5px;
	position: relative;
	display: block;
	width: 370px;
	height: 550px;
	background-color: #FBFBFB;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-top: 3px solid #00A3D9;
	border-bottom: 1px solid #DDDDDD;
	background-image: url("../img/flower1.png"), url("../img/flowers3.png");
	background-repeat: no-repeat;
	background-position: top right, left bottom;
	float: left;
}

.contact-form {
	margin-top: 40px;
	width: 370px;
	height: 550px;	
}

#sent-info {
	width: 100px;
	height: 20px;
}


#sent {
	width: 200px;
    height: 20px;
	display: none;
    color: #39d179;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-left: 25px;
}


.input-field {
	margin-bottom: 15px;
	margin-left: 25px;
	width: 220px;
	height: 30px;
	background-color: #F9F9F9;
	border: 1px solid #DDDDDD;
	color: #999999;
	font-weight: bold;
	font-size: 14px;
	font-family: 'caviar_dreamsregular', sans-serif;
	padding-left: 10px;
}

.human-test {
	margin-left: 25px;
	display: block;
	visibility: hidden;
	width: 138px;
	height: 30px;
	font-size: 14px;
	line-height: 32px;
	float: left;
	padding-left: 10px;
	color: #999999;
	font-weight: bold;
	font-size: 14px;
	font-family: 'caviar_dreamsregular', sans-serif;
}

.input-text {
    margin-top: 5px;
    margin-left: 25px;
    width: 295px;
    height: 145px;
    resize: none;
    padding: 10px;
    font-size: 16px;
    background-color: #F9F9F9;
    border: 1px solid #DDDDDD;
    font-family: "Droid Sans", sans-serif;
}


.input-field-answer {
	width: 80px;
	height: 30px;
	float: left;
	text-align: center;
	line-height: 30px;
	color: #999999;
	font-weight: bold;
	font-size: 14px;
	font-family: 'caviar_dreamsregular', sans-serif;
	background-color: #F9F9F9;
	border: 1px solid #DDDDDD;
	font-weight: bold;
	visibility: hidden;
}

.send-button {
	margin-top: 15px;
	margin-right: 27px;
	float: right;
	background-color: #00A3D9;
	width: 130px;
	height: 35px;
	border: 1px solid #DDDDDD;
	color: #FFFFFF;
	font-family: "Droid Sans", sans-serif;
	font-size: 16px;
	cursor: pointer;
}

#business-cards {
	margin-top: 40px;
	margin-right: 72.5px;
	width: 455px;
	height: 300px;
	float: right;
}

#vcard-one {
	margin-bottom: 75px;
}

.vcard {
	width: 455px;
	height: 155px;
}

.pic-one {
	background-image: url("../img/vcard-sandra.jpg");
	background-repeat: no-repeat;
	background-position: top right;
}

.pic-two {
	background-image: url("../img/silhouette.png");
	background-repeat: no-repeat;
	background-position: center center;
}


.vcard-pic {
	display: block;
	float: left;
	margin-top: 4px;
	border: 1px solid #DDDDDD;
	width: 175px;
	height: 145px;
}

.vcard-name {
	display: block;
	float: left;
	width: 273px;
	height: 55px;
	text-align: center;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.vcard-name-one {
	background-image: url("../img/vcard-name-sandra.png");
	background-repeat: no-repeat;
	background-position: 10px 0px;
}

.vcard-name-two {
	background-image: url("../img/vcard-name-liga.png");
	background-repeat: no-repeat;
	background-position: 10px 0px;
}

.vcard-location {
	float: left;
	width: 263px;
	height: 70px;
	background-color: #22A0DA;
	background-image: url("../img/logo-simple.png");
	background-repeat: no-repeat;
	background-position: top right;
	line-height: 70px;
	font-size: 18px;
	color: #ffffff;
	padding-left: 10px;
	font-family: "Droid Sans", sans-serif;
}

.vcard-contacts {
	float: left;
	width: 278px;
	height: 70px;
	font-family: "Droid Sans", sans-serif;
	font-size: 14px;
}

.vcard-details {
	list-style-type: none;
	width: 278px;
	height: 70px;
	margin: 0px;
	padding: 0px;
}


.vcard-dtls-phone {
	background-image: url("../img/phone-icn.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	float: left;
	height: 20px;
	line-height: 20px;
	margin-top: 5px;
	margin-left: 5px;
}


.vcard-dtls-email {
	background-image: url("../img/mail-icn.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 23px;
	float: left;
	height: 20px;
	line-height: 20px;
	margin-top: 5px;
	margin-left: 10px;
}

.vcard-dtls-links a:link {
    color: #000000;
	text-decoration: none;
}

.vcard-dtls-links a:visited {
    color: #000000;
	text-decoration: none;
}

.vcard-dtls-links a:hover {
    color: #00A3D9;
	text-decoration: none;
}

.vcard-dtls-links a:active {
    color: #00A3D9;
	text-decoration: none;
}


/* CONTACT PAGE 
--------------------------------------------------------------------- */

#info-tab-one {
	width: 200px;
	height: 100px;
	float: left;
	margin-right: 100px;
	margin-left: 30px;
}

#info-tab-two {
	width: 200px;
	height: 100px;
	float: left;
}

#info-tab-three {
	width: 200px;
	height: 100px;
	float: left;
	margin-left: 100px
}

#info-tab {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 860px;
	height: 120px;
}

.info-tab {
	width: 200px;
	height: 80px;
	margin-bottom: 40px;
}

.info-address {
	margin-top: 50px;
	margin-left: 5px;
	width: 200px;
	height: 80px;
	margin-bottom: 40px;
	float: left;
}

.info-map {
	margin-top: 50px;
	margin-left: 40px;
	width: 200px;
	height: 80px;
	margin-bottom: 40px;
	float: left;
}


.info-tab-icon {
	display: block;
	width: 200px;
	height: 35px;	
	font-size: 22px;
	font-family: 'caviar_dreamsregular', sans-serif;
	color: #00A3D9;
	line-height: 35px;
	border-bottom: 3px solid #00A3D9;
}

.info-tab-text {
	display: block;
	width: 200px;
	height: 40px;
	padding-top: 5px;
	font-family: "Droid Sans", sans-serif;
	font-size: 14px;
}

.info-tab-email-icon {
	background-image: url("../img/email-icn.png");
	background-repeat: no-repeat;
	background-position: right center;
}

.info-tab-social-icon {
	background-image: url("../img/social-icn.png");
	background-repeat: no-repeat;
	background-position: right center;
}

.info-tab-contact-icons {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.info-tab-icons-list {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	cursor: pointer;
}


.info-tab-facebook-icon {
	background-image: url("../img/facebook-icn.png");
	background-repeat: no-repeat;
	background-position: left top;
}

.info-tab-linkedin-icon {
	background-image: url("../img/linkedin-icn.png");
	background-repeat: no-repeat;
	background-position: left top;
}

.info-tab-phone-icon {
	background-image: url("../img/phone-icn2.png");
	background-repeat: no-repeat;
	background-position: right center;
}

.info-tab-skype-icon {
	background-image: url("../img/home-icn.png");
	background-repeat: no-repeat;
	background-position: right center;
}

.info-tab-address-icon {
	background-image: url("../img/location-icn.png");
	background-repeat: no-repeat;
	background-position: right center;
}

.info-tab-map {
	display: block;
	background-image: url("../img/map.png");
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
	width: 200px;
	height: 180px;
	margin-top: 5px;
}

.p1-carpet {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: block;
	width: 840px;
	height: 225px;
	background: #ffffff;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-top: 3px solid #00A3D9;
	border-bottom: 1px solid #DDDDDD;
	background-image: url("../img/quote4.png"), url("../img/quote4.png"), url("../img/flower1.png"), url("../img/flowers3.png");
	background-repeat: no-repeat;
	background-position: top left, bottom right, top right, bottom left;
	color: #525252;
}

#progressbar {
	width: 826px;
	height: 2px;

}
 
#progressbar div {
	height: 100%;
	color: #fff;
	text-align: right;
	line-height: 22px; /* same as #progressBar height if we want text middle aligned */
	width: 0;
	background-color: #00A3D9;
}


#carpet-images {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	display: none;
	width: 911px;
	height: 202px;
	padding: 0px;
}

.carpet-img-list {
	float: left;
	width: 275px;
	height: 200px;
	border: 1px solid #CCCCCC;
	list-style-type: none;
	margin-left: 20px;
}



.h1-wrapper {
	display: block;
	height: 84px;
	width: 900px;
}

.pic-pages {
	position: relative;
	top: 40px;
	right: 60px;
	float: right;
	display: block;
	width: 340px;
	height: 227px;
	border: 1px solid #DDDDDD;
	background: #ffffff;
	position: top left;
}

.pic-privat {
	background-image: url("../img/test1.jpg");
}

.pic-business {
	background-image: url("../img/test2.jpg");
}

#working-time {
	font-size: 14px;
	text-align: center;
	line-height: 14px;
	margin-top: 50px;
	border: 1px solid #DDDDDD;
}


.h3-pages {
	clear: both;
	color: #3F3F3F;
	display: block;
	font-size: 18px;
	position: relative;
	text-align: center;
	top: 70px;
	font-family: "Droid Sans", sans-serif;
	font-weight: normal;
	width: 1000px;
	height: 22px;
}

.contact-block-pages {
	width: 1000px;
	height: 100px;
	margin-top: 120px;
	
}

.contacts-pages {
	position: absolute;
	margin-top: 15px;
	margin-left: 90px;
	display: block;
	width: 63px;
	height: 45px;
	background-image: url("../img/contact.png");
}

.carpet-paertners {
	position: absolute;
	margin-top: 4.5px;
	margin-left: 90px;
	display: block;
	width: 77px;
	height: 71px;
	background-image: url("../img/partners.png");
}

.contacts-text {
	display: block;
	padding: 0px;
	margin-left: 180px;
	color: #525252;
	font-family: "Droid Sans", sans-serif;
	font-size: 14px;
	padding-top: 22px;
}

.contacts-style {
	color: #00A3D8;
	font-weight: bold;
}


.contacts-style2 {
	color: #525252;
	font-weight: bold;
	font-family: "Droid Sans", sans-serif;
	font-size: 14px;
}


.second-block-pages {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 100%;
}

.second-block-wrap {
	width: 100%;
	min-height: 500px;
	background-image: url("../img/bg2.png");
}

.shadow-top {
	display: block;
	position: relative;
	width: 100%;
	height: 15px;
	background-image: url("../img/line-shadow-top.png");
}

.shadow-btm {
	display: block;
	position: relative;
	width: 100%;
	height: 15px;
	background-image: url("../img/line-shadow-btm.png");
	bottom: 0px;
}

.price-block-pages {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	width: 900px;
	min-height: 350px;
	height: auto;
	background-color: #006283;
	border: 1px solid #DDDDDD;
	background-image: url("../img/flowers-top.png"), url("../img/flowers-btm.png");
	background-position: right top, left bottom;
	background-repeat: no-repeat;
}

.title-price {
	display: block;
	text-align: center;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	background-image: url("../img/cenas.png");
	width: 73px;
	height: 35px;
	background-repeat: no-repeat;
    background-position: center; 
	margin-top: 50px;
	margin-left: 60px;
}

.title-options {
	display: block;
	text-align: center;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	background-image: url("../img/choose.png");
	width: 695px;
	height: 35px;
	background-repeat: no-repeat;
    background-position: center; 
	margin-top: 50px;
	margin-left: 60px;
}


.options-block {
	
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 900px;
	min-height: 150px;
	height: auto;
	background-color: #006283;
	border: 1px solid #DDDDDD;
	background-image: url("../img/flowers-btm-rev.png");
	background-position: right bottom;
	background-repeat: no-repeat;
}


.choose-from {
	color: #ffffff;
	font-family: "Droid Sans", sans-serif;
	font-size: 16px;
	margin-top: 40px;
}


.money-piggy {
	display: block;
	width: 65px;
	height: 61px;
	margin: 0 auto;
	background-image: url("../img/money-piggy.png");
}

.price-block-text {
	color: #ffffff;
	font-family: "Droid Sans", sans-serif;
	font-size: 14px;
	margin-top: 40px;
}

.price-block-text2 {
	color: #46D1FF;
	font-family: "Droid Sans", sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.price-block-text3 {
	font-family: "Droid Sans", sans-serif;
	font-size: 18px;
	list-style-type: none;
}

.style-list-title {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
}

.justnu-img {
	position: absolute;
	margin-top: -5px;
}

.justnu-hemst {
	margin-left: 90px;
	margin-top: 60px;
}

#discount {
	position: absolute;
	width: 267px;
	height: 210px;
	background-image: url("../img/rabbat.png");
	background-repeat: no-repeat;
	margin-left: 725px;
	margin-bottom: -167px;
	bottom: 0px;
	cursor: pointer;
}

.last-title {
	margin-top: 10px;
	margin-bottom: 30px;
}

.style-list-tezt {
	font-weight: bold;
	color: #35CDFF;
}

.style-list-info {
	padding-top: 25px;
	color: #fffffff;
	text-decoration: none;
	list-style-type: none;
	padding-bottom: 25px;
}

.info-block-client {
	display: block;
	width: 830px;
	height: 65px;
	background-color: #008CBB;
	border-left: 1px solid #00A3D9;
	border-right: 1px solid #00A3D9;
	border-bottom: 1px solid #00A3D9;
	border-top: 3px solid #CCE8F1;
	margin: 0 auto;
	background-image: url("../img/quote.png"), url("../img/quote.png");
	background-position: top left, bottom right;
	background-repeat: no-repeat;
	padding: 0px;
}

.info-block-client p {
	display: block;
	padding: 0px;
	margin-top: 15px;
	margin-left: 45px;
	font-size: 16px;
	color: #ffffff;
	font-family: "Droid Sans", sans-serif;
}

.info-block-rut {
	display: block;
	margin: 0 auto;
	background-color: #F8F8F8;
	width: 830px;
	height: 130px;
	border: 1px solid #008CBB;
	margin-top: 10px;
	font-family: "Droid Sans", sans-serif;
	font-size: 14px;
}

.style-rut-advantage {
	color: #000000;
	font-size: 16px;
	text-align: center;
}

.style-rut {
	font-weight: bold;
	color: #00A3D8;
}

.style-rut-price {
	font-weight: bold;
}

.info-block-rut ul  li{
	margin-left: 30px;
}

.style-rut-link {
	font-size: 14px;
	padding-left: 28px;
}

.style-rut-adv-link {
	color: #00A3D8;
}

.style-order {
	font-family: "Droid Sans", sans-serif;
	font-size: 22px;
	color: #ffffff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 40px;
}

.third-block-wrap {
	width: 100%;
	height: auto;
	background-color: #F7F7F7;
}

.feedback-fix {
	margin-top: 0px !important;
}

.third-block-pages {
	padding-top: 45px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: auto;
}


.title-trust {
	display: block;
	text-align: center;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	background-image: url("../img/labklajiba.png");
	width: 466px;
	height: 0px;
	background-repeat: no-repeat;
    background-position: center; 
	padding-top: 60px;
	padding-bottom: 0px;
	margin-left: 60px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.trust-block-pages {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 840px;
	height: 175px;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	background-image: url("../img/smile.png"), url("../img/flowers2.png");
	background-position: left bottom, right bottom;
	background-repeat: no-repeat;
	font-family: "Droid Sans", sans-serif;
	font-size: 14px;
}


.trust-block-inner-title {
	display: block;
	height: 60px;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 3px solid #00A3D9;
	line-height: 60px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}

.trust-block-text {
	position: absolute;
	display: block;
	width: 660px;
	height: 70px;
	margin-top: 30px;
	right: 50px;
}

.trust-block-company {
	font-size: 14px;
	color: #00A3D8;
}

.feedback-pages {
	color: black;
	font-family: 'caviar_dreamsregular', sans-serif;
	font-size: 14px;
	margin-top: 20px;
	width: 826px;
	height:135px;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
	

}

.feedback-pages2 {
	color: black;
	font-family: 'caviar_dreamsregular', sans-serif;
	font-size: 14px;
	width: 826px;
	height:120px;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
}

.feedback p {
	color: #000000;
	padding-top: 15px;
	padding-left: 80px;
	padding-right: 40px;
	margin-bottom: 0px;
	width: 670px;
	height: 70px;
	overflow: hidden;
	cursor: pointer;
}

.feedback span {
	color: #000000;
	font-size: 16px;
	float: right;
	padding-right: 70px;
}

.shadow-trust {
	display: block;
	width: 854px;
	height: 45px;
	margin: 0 auto;
	background-image: url("../img/trust-shadow.png");
	background-repeat: no-repeat;
}

.feed1, .feed2, .feed3, .feed4 {
	left: 50%;
	margin-left: -414px;
	margin-top: -430px !important;
}

.feed3 {
	left: 50%;
	margin-left: -414px;
	margin-top: -180px !important;
}



</pre></body></html>