body {	
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	color: #fff;
}

#wrapper {
	width: 1200px;
	position:relative;
	margin: 0 auto;
	display: table;
}

.header-container {
	margin: 1rem auto;
}

.logo {
	width: 800px;
}

.logo a {
	font-size: 48px;
	color: #3c824e;
	text-transform: uppercase;
	text-decoration:none;
	cursor: pointer;
	margin: 0;
	padding: 0;
}

.header-left {
	width: 200px;
	float: left;
}

.header-right {
	width: 200px;
	text-align: right;
	float: right;
}

.header-home {
    width: auto;
    height: 24px;
}

.container {
    background: url(../images/bg.jpg) no-repeat;
    background-size: 100% auto;
}

.scroll-wrap {
	width:660px;
	overflow:auto;
	height:480px;
}

.scroll-pane {
	width:620px;
}

.left {
    float:left;
    width: 300px;
}

.right { 
    float:right;
    width: 300px;
}

.clear {
	clear: both;	
}

.cc_menu {
	width: 936px;
	height: 590px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.cc_item {
	width: 230px;
	height: 590px;
	float: left;
	margin-right: 4px;
	background: url(../images/item_bg.png) repeat;
	position: relative;
}

.cc_item img {
	position: absolute;
	width: 230px;
	height: 590px;
	top: -600px;
	left: 0px;
}

.cc_title {
	color: #FFFFFF;
	font-size: 30px;
	top: 267px;
	left: 0px;
	position: absolute;
	background: none;
	width: 198px;
	padding: 0 16px;
	height: 60px;
	line-height: 60px;
	display: block;
	z-index: 11;
	text-transform: uppercase;
}

.cc_submenu ul {
	list-style: none;
	width: 230px;
	margin: 0;
	padding: 0;
	height: 0; /*increase to 81px to slide up*/
	overflow: hidden;
	text-align: left;
	background: #3c824e;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 13;
}

.cc_submenu ul li {
	color: #FFFFFF;
	cursor: pointer;
	padding: 0 16px;
	font-size: 16px;	
	line-height: 24px;
}

.cc_submenu a {
	color: #FFFFFF;
	cursor: pointer;
	font-size: 16px;
	text-decoration: none;
}

.cc_submenu .current, .cc_submenu a:hover {
	color: #f6d155;	 
	text-decoration: none;
}

.cc_content {
    width: 694px;
	height: 590px;
	position: absolute;
	left: -693px;
	background: url(../images/content_bg.png) repeat;
	overflow: hidden;
}

.cc_content .block {
	display: none;
	margin: 0px;
	padding: 22px 17px 0 17px;	
}

.cc_content p {
	font-size: 14px;	
	color: #FFFFFF;
	margin: 0;
	padding-bottom: 20px;
}

.cc_content h1 {
	font-size: 24px;
	color: #FFFFFF;
	text-transform: uppercase;
    margin: 0;
    padding-bottom: 24px;
}

.cc_content h1 span {
	color:#F2C11D;	
}

.cc_content h2 {
    text-transform: uppercase;
    color: #f2c11d;
    font-size: 14px;
    margin: 0;
    padding-bottom: 8px;
}

.cc_content a {
	color: #f2c11d;
	font-size: 14px;
	text-transform: none;
	text-decoration: underline;
}

.cc_content a:hover {
	text-decoration:none;
}

.services-item {
	font-size: 12px;
	text-transform: uppercase;
	color: #f2c11d;
	font-weight: bold;
	line-height: 20px;
	margin-top: 20px;
}

ul.treatments {
    padding: 0 0 16px 0;
    margin: 0;
}

ul.treatments li {
    padding: 4px 0;
	margin: 0;
	list-style: none;
	border-bottom: 1px #FFFFFF dotted;
}

ul.treatments li:last-child {
    border-bottom: 0;
}

ul.treatments li span {
    float: left;
	padding: 0 0 0 10px;
	background: url(../images/list_arrow.png) no-repeat left center;
}

ul.treatments li span.no-arrow {
    float: left;
	padding: 0 0 0 10px;
	background: none;
	font-weight: normal;
	color: #FFF;
	font-style: italic;
}

ul.treatments li span + span {
    float: right;
	font-weight: bold;
	color: #F2C11D;
	padding: 2px 0;
	background: none;
}

ul.treatments li span.no-arrow + span {
    float: right;
	font-weight: bold;
	color: #F2C11D;
	padding: 2px 0;
	background: none;
}

.products-container {
    clear: both;
    margin-bottom: 20px;
}

.products-left {
    width: 300px;
    float: left;
    padding-bottom: 20px;
}

.products-right {
    width: 300px;
    float: right;
    padding-left: 20px;
}

.product-logo {
    width: 300px;
    height: auto;
}

#footer_text {
	margin: 1rem auto;
	color: #3c824e;
	text-align: center;
}

ul.treatments li .service-name {
	display: block;
	padding: 0 0 0 20px;
	background: linear-gradient(45deg, #f2c11d 0%, #f2c11d 50%, transparent 50%) no-repeat left center;
	background-size: 8px 8px;
	margin-right: 80px;
}

ul.treatments li .package-details {
	display: block;
	padding: 2px 0 0 20px;
	color: #FFF;
	font-style: italic;
	margin-right: 80px;
}

ul.treatments li .price {
	position: absolute;
	right: 0;
	top: 4px;
	font-weight: bold;
	color: #F2C11D;
}
