#our-services {
	background-image: url(../images/home-packs-bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 284px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#our-services .service-block {
	float: right;
	width: 236px;
	position: relative;
	height: 284px;
}
#our-services h3 {
	text-align: center;
	display: block;
	padding-top: 25px;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 25px;
}
a.service-more-button, a.service-order-button {
	font-size: 1em !important;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	padding: .4em .8em;
	color: #32A6AF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 0 6px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 0 6px 0 rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 0 6px 0 rgba(255, 255, 255, 0.3);
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#d4d4d4));
	background: -webkit-linear-gradient(#f6f6f6, #d4d4d4);
	background-image: -moz-linear-gradient(top, #f6f6f6, #d4d4d4);
	background-image: -moz-gradient(top, #f6f6f6, #d4d4d4);
	border: 1px solid #ccc;
	margin-left: 5px;
}
a.service-more-button:hover, a.service-order-button:hover {
	color: #317680;
	background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#ececec));
    background: -webkit-linear-gradient(#f6f6f6, #ececec);
    background-image: -moz-linear-gradient(top, #f6f6f6, #ececec);
    background-image: -moz-gradient(top, #f6f6f6, #ececec);
}

a.more-packs {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #46a1af;
	font-size: 15px;
	font-weight: bold;
	color: #bcf6ff;
	text-decoration: none;
	padding: 5px 7px;
	display: block;
	text-align: center;
	margin-top: 10px;
}
a.more-packs:hover {
	color: #ffffff;
}
.service-buttons {
	text-align: center;
	position: absolute;
	bottom: 7px;
	left: 22px;
	display: block;
}
.service-info {
	padding-right: 25px;
	padding-left: 25px;
	height: 140px;
	overflow:hidden;
}
.service-block-price {
	height: 43px;
	font-size: 12px;
	text-align: center;
}
.service-block-price span {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.service-info p {
	padding-bottom: 7px;
}
.service-info ul {
	padding-right: 10px;
}
.service-info li {
	padding-bottom: 7px;
	list-style-position: outside;
	list-style-type: disc;
}
#service-3, #service-4 {
	color: #a7f3ff;
}
#service-1, #service-2 {
	color: #327e8b;
}
#home-right-col {
	float: right;
	width: 212px;
}
#home-left-col {
	float: left;
	width: 195px;
}
#home-calculator {
	background-color: #f1f1f1;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height: 300px;
	background-image: url(../images/calculator-title-bg.gif);
	background-repeat: no-repeat;
	background-position: center 10px;
	border: 1px solid #c6c6c6;
	padding-right: 25px;
	padding-left: 25px;
	width: 462px;
	padding-top: 80px;
	position: relative;
	float: right;
	-webkit-box-shadow: 2px 2px 5px 0px #c3c3c3;
	box-shadow: 2px 2px 5px 0px #c3c3c3;
}
#home-main-block {
	padding-top: 40px;
}
#home-main-block h2 {
	font-size: 22px;
	font-weight: bold;
	color: #3e95a4;
	display: block;
	padding-bottom: 25px;
}
#home-right-col ul {
	padding-right: 35px;
}
#home-right-col ul li {
	list-style-type: decimal;
	font-size: 14px;
	color: #3e95a4;
	padding-top: 8px;
	padding-bottom: 8px;
	list-style-position: outside;
}
#home-right-col ul li span {
	font-size: 13px;
	font-style: normal;
	color: #272727;
	font-family: Arial, Helvetica, sans-serif;
}
.home-left-h1 {
	font-size: 25px;
	font-weight: bold;
	color: #3e95a4;
	line-height: 1em;
	padding-bottom: 8px;
}
.home-left-h2 {
	font-size: 20px;
	font-weight: bold;
	color: #f39326;
	line-height: 1em;
	padding-bottom: 8px;
}
.home-left-h3 {
	font-size: 14px;
	font-weight: normal;
	color: #3e95a4;
	line-height: 1.1em;
	padding-bottom: 15px;
}
.home-left-price {
	font-weight: bold;
	color: #3e95a4;
	font-size: 30px;
}
.home-left-price small {
	font-size: 13px;
}
p.home-left-h1 span {
	color: #FFF;
	background-color: #3e95a4;
	padding: 0 3px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

form {
  overflow: hidden;
}

.sub {
	position: absolute;
	top: 240px;
	right: 15px;
}
.total-price {
	width: 276px;
	padding-top: 50px;
	padding-right: 20px;
	height: 61px;
	background-color: #fff;
	background-image: url(../images/home-calculator-price-box.gif);
	background-repeat: no-repeat;
}
.o-1, .o-2, .o-4, .o-5, .o-7, .o-8 {
	float: right;
	margin-left: 15px;
}
.sub-option {
	margin-bottom: 10px;
}
.o-9 {
	float: left;
	width: 150px;
}
.o-9 label {
	width: 120px !important;
	display: inline-block;
	overflow: visible !important;
}
#home-calculator select {
	padding: 5px;
}
.sub-option strong {
	font-weight: normal;
	color: #8f8f8f;
	display: block;
	padding: 0 3px 3px 0;
}
.o-checkbox ul li {
	padding: 5px 0;
}
.o-checkbox {
	padding-top: 12px;
}
.btn-primary {
	color: #FFF;
	background: #41a0ae; /* Old browsers */
	background: -moz-linear-gradient(top, #41a0ae 0%, #43b1bd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41a0ae), color-stop(100%,#43b1bd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #41a0ae 0%,#43b1bd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #41a0ae 0%,#43b1bd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #41a0ae 0%,#43b1bd 100%); /* IE10+ */
	background: linear-gradient(top, #41a0ae 0%,#43b1bd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a0ae', endColorstr='#43b1bd',GradientType=0 ); /* IE6-9 */
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;	
	border: none;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin: 7px 0;
}
.btn-primary:hover {
	-webkit-box-shadow:  0px 0px 3px 2px #ccc;       
	box-shadow:  0px 0px 3px 2px #ccc;
	text-decoration: underline;
}
        
#calculator-link {
	width: 120px;
	font-size: 11px;
	color: #9b9b9b;
	padding-right: 7px;
}
.total span {
	font-size: 22px;
	padding-left: 5px;
}
a#home-banner {
	width: 202px;
	height: 381px;
	display: block;
	background-image: url(../images/banners/1.png);
}
a#home-banner:hover {
	background-image: url(../images/banners/2.png);
}