/* Getting the new tags to behave */
article, aside, audio, 
canvas, command, 
datalist, details, 
embed, 
figcaption, figure, footer, 
header, hgroup, 
keygen, 3
meter, 
nav, 
output, 
progress, 
section, source, 
video {
	display:block;
}
mark, 
rp, rt, ruby, 
summary, 
time {
	display:inline;
}

/* Global properties ======================================================== */
body { 
	background:url(../images/body-bg.gif) repeat-x left top #e9e7e6; 

	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	line-height:1.2em;
	color:#393939;
}

h1 { font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; letter-spacing: 1px; } 
h2 { font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; letter-spacing: 2px; } 
h3 { font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; letter-spacing: 1px; } 
p { font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; letter-spacing: 1px; } 
blockquote { font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; letter-spacing: 0.1em; } 
pre { font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; letter-spacing: 0.1em; }
span { font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; letter-spacing: 0px; font-size: 12px; }

html { 
	min-width:980px;
}
html, 
body { 
	height:100%;
}



/* Global Structure ============================================================= */
#main {
	margin:0 auto;
	width:980px;
	font-size:.875em;
	overflow:hidden;
	position:relative;
}

	/* Header */
	header {
		height:659px;
		position:relative;
	}
	#page7 header {
		height:175px;
		position:relative;
	}
	#page8 header {
		height:439px;
		position:relative;
	}
	#page2 header {
		height:175px;
		position:relative;
	}
	
	/* Content */
	section#content {}
	
	/* Sidebar */
	aside {}
			
	/* Footer */
	footer {
		height:78px;
		background:url(../images/footer-left.gif) no-repeat left top #cccccc;
		margin-bottom:73px;
	}




/* Left & Right alignment */

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, 
.col-2, 
.col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}	

.wrapper { 
	width:100%;
	overflow:hidden;
}



/*---- tailings ----*/
.tail-top { 
	background:url(../images/tail-top.gif) left top repeat-x #ffbb00;
}
.tail-bottom {
	background:url(../images/tail-bottom.gif) left bottom repeat-x;
}
.hor-line{
	width:100%;
	height:1px;
	background:url(../images/line-hor.gif) repeat-x left top;
}
/*----- form defaults -----*/
input, 
select, 
textarea { 
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	color:#393939;
	margin:0;
	padding:0;
}

fieldset {
	border:0;
}
input:focus, 
textarea:focus{
	outline:none;
}

.form-container {

    background: #f1ecdf;

    border: #e2ddd2 1px solid;

    padding: 20px;

    border-radius: 2px;

}



.input-row {

    margin-bottom: 20px;

}



.input-row label {

    color: #75726c;

}



.input-field {

    width: 100%;

    border-radius: 2px;

    padding: 10px;

    border: #e0dfdf 1px solid;

    box-sizing: border-box;

    margin-top: 2px;

}



.span-field {

    font: Arial;

    font-size: small;

    text-decoration: none;

}



.btn-submit {
width: 100%;
    padding: 10px 60px;

    background: #04bef2;

    border: #fff 1px solid;

    color: #ffffff;

    font-size: 0.9em;

    border-radius: 2px;

    cursor: pointer;

}



.errorMessage {

    background-color: #e66262;

    border: #AA4502 1px solid;

    padding: 5px 10px;

    color: #FFFFFF;

    border-radius: 3px;

}



.successMessage {

    background-color: #9fd2a1;

    border: #91bf93 1px solid;

    padding: 5px 10px;

    color: #fff;

    border-radius: 3px;

    cursor: pointer;

    font-size: 0.9em;

}



.info {

    font-size: .8em;

    color: #e66262;

    letter-spacing: 2px;

    padding-left: 5px;

}

/*----- lists -----*/

.list {}
	.list li {
		padding-bottom:12px;
	} 
		.list li img{ 
		float:left;
		margin-right:19px;
		}
		.list li .title1{
			display:block;
			margin-top:9px;
		}
		.list li p{
			color:#8a8f93;
			display:block;
			padding-left:15px;
		}
		.list li p .link1{
			padding-left:8px;
		}
		.list li a:hover {}
.list2{
	
}
.list2 li a{
	line-height:24px;
	color:#0e939c;
	background:url(../images/marker3.gif) no-repeat left 5px;
	padding-left:11px;
	font-size:12px;
}
/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}

p {
	margin-bottom:0px;
	line-height:1.5em;
	font-size:12px;
	color:#fff;
}
p2 {
	margin-bottom:0px;
	line-height:1.5em;
	font-size:14px;
	color:#ffffff;
}
p3 {
	margin-bottom:0px;
	line-height:1.5em;
	font-size:20px;
	color:#ffffff;
}
.p0 {
	margin:0;
	padding:0;
}
.p1 {
	margin-bottom:8px;
}

dl {}
	dl dt {}
	dl dd {}
	
.address { 
	float:left;
}
	.address dt {
		margin-bottom:16px;
	}
	.address dd { 
		clear:both;
		text-align:right;
	}
		.address dd span { 
			float:left;
			padding-right:25px;
		}



/*----- txt, links, lines, titles -----*/
a {
	color:#ffffff; 
	outline:none;
	text-dcoration: none;
}
a:hover {
	text-decoration:none;
}

h1 {
position:absolute;
		left:0;
		top:59px;
}
	h1 a {
			
		background:url(../images/logo.png) no-repeat left top;
		display:block;
		text-decoration:none;
		font-size:44px;
		color:#464746;
		line-height:1.2em;
		padding-left:62px;	letter-spacing:-1px;
		float:left;
	}
	h1 a em{
		font-style:normal;
		color:#313131;

	}
	h1 a span{
		color:#0b848d;
	}
	h1 strong{
		float:left;
		font-size:15px;
		color:#6e6e6e;
		margin-top:30px;
		margin-left:7px;
	}
	*+ html h1 strong{
		top:89px;
	}

h2 {
	line-height:1.2em;
	color:#414241;
	font-size:22px;
	letter-spacing: 0px;
}

	h2 a {
		text-decoration-color: #000;
		font-size:24px;
		color:#464746;
	}

h3 {
	line-height:1.2em;
	color:#fff;
	font-size:18px;
	padding:0;
	margin:0;
	letter-spacing: 1px;
}
h4 {

	color:#464746;
	font-size:20px;
}
h4 span{
	line-height:1.2em;
	color:#0f959e;
	text-transform:uppercase;
	font-size:24px;
}
.lbl {
	font-size:18px;
	text-transform:uppercase;
	color:#888988;
	line-height:1.2em;
}
h6{
	color:#0b858e;
	font-size:12px;
	font-weight:bold;
}
h7 {
	line-height:1.2em;
	color:#fff;
	font-size:23px;
	padding:0;
	margin:0;
	letter-spacing:-1px;
}
.title1 {
	color:#4e4f4e;
	font-weight:bold;
	font-size:12px;
	background:url(../images/marker2.png) no-repeat left 2px;
	overflow:hidden;
	padding-left:17px;
}


.txt1 {
}
.txt2 {
}
.txt3{
}
blockquote{
	color:#8a8f93;
	font-size:12px;
	line-height:1.5em;
	padding-bottom:15px;
}
.link{
	display:inline-block;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	behavior: url(js/PIE.htc);
	position:relative;
	padding:6px 7px 6px 7px;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#04bef2;	
}
.link1 { 
	color:#fff; 
	text-decoration:none;
	background:url(../images/marker.png) no-repeat right 4px;
	color:#04bef2;
	font-size:12px;
	font-weight:bold;
	padding-right:13px;
}
.link1:hover { 
	text-decoration:underline;
}


.button { 
	float:right;
}
	.button span { 
		display:block; 
		background:url(../images/button-left.gif) no-repeat left top; 
		padding-left:3px;
	}
		.button span span { 
			background:url(../images/button-right.gif) no-repeat right top;
			padding-right:4px;
			padding-left:0;
		}
			.button span span a { 
				display:block;
				background:#333743;
				padding:4px 5px 3px 5px;
				color:#fff;
				text-decoration:none;
				text-transform:uppercase;
			}
			.button span span a:hover { 
				text-decoration:underline;
			}

.hr { 
	background:#3a3c52;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0 20px 0;
	display:block;
}
.vr { 
	background-image:url(../images/line-ver.gif); 
	background-repeat:repeat-y;
	background-position:0 0;
	width:100%;
}


/*==================boxes====================*/
.box {
	background:#fff;
	width:100%;
}
	.box .border-top {
		background:url(../images/border-top.gif) repeat-x left top;
	}
	.box .border-bot {
		background:url(../images/border-bot.gif) repeat-x left bottom;
	}
	.box .border-left {
		background:url(../images/border-left.gif) repeat-y left top;
	}
	.box .border-right {
		background:url(../images/border-right.gif) repeat-y right top;
	}
	.box .left-top-corner {
		background:url(../images/left-top-corner.gif) no-repeat left top;
	}
	.box .right-top-corner {
		background:url(../images/right-top-corner.gif) no-repeat right top;
	}
	.box .left-bot-corner {
		background:url(../images/left-bot-corner.gif) no-repeat left bottom;
	}
	.box .right-bot-corner {
		background:url(../images/right-bot-corner.gif) no-repeat right bottom;
	}
	.box .inner { 
		padding:0 0 0 0;
	}



/*===== header =====*/
header {}
header .inside {}
header nav {
	position:absolute;
	top:134px;
}
header nav ul{
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

header nav ul li{
	float:left;
}
header nav ul li.last a{
	border-right:none!important;
}
header nav ul li a{
	color:#f7f7f7;
	text-transform:uppercase;
	text-decoration:none;
	background:url(../images/nav-bg.png) repeat-x left top;
	width:162px;
	line-height:56px;
	display:block;
	border-left:1px solid #5d5e5d;
	border-right:1px solid #5d5e5d;
	float:left;
	text-align:center;
	margin-right:-1px;
	font-size:16px;
	letter-spacing:-1px;
}
header nav ul li:first-child a:hover,
header nav ul li:first-child a.active{ border-left:none; padding-left:1px;}


header nav ul li a:hover,
header nav ul li a.active{
	background:url(../images/nav-bg-act.png) repeat-x left top;
	border-left:1px solid #232323;
	border-right:1px solid #232323;
	position:relative;
}
header nav ul li:first-child a span{
	background:url(../images/menu-left.png) no-repeat left top;
	display:block;
	margin-left:-1px;
}
header nav ul li:first-child a:hover span,
header nav ul li:first-child a.active span{
	background:url(../images/menu-left-act.png) no-repeat left top;
	display:block;
	margin-left:-1px;
}
header nav ul li.last a span{
	background:url(../images/menu-right.png) no-repeat right top;
	display:block;
	margin-right:-1px;
}
header nav ul li.last a:hover span,
header nav ul li.last a.active span{
	background:url(../images/menu-right-act.png) no-repeat right top;
	display:block;
	margin-right:-1px;
}
header .box1{
	width:980px;
	height:468px;
	background:#000;
	position:absolute;
	top:191px;
	background-image: url(../images/stone-balance.jpg);
}
#page8 header .box1{
	width:980px;
	height:249px;
	background:url(../images/header-img-short.jpg) no-repeat left top;
	position:absolute;
	top:191px;
}
header .box1 ul{
	position:absolute;
	bottom:0;
	
}
header .box1 ul li{
	float:left;
	margin-right:1px;
	width:268px;
	height:220px;
	overflow:hidden;
	text-align:center;
}
header .box1 ul li .inner{
	padding-left:30px;
	padding-right:30px;
	width:208px;
}
header .box1 ul li .inner1{
	padding-left:20px;
	padding-right:30px;
	width:228px;
}
header .box1 ul .color-1{

	background:url(../images/color-1.jpg) no-repeat left top;
}
header .box1 ul .color-2{

	background:url(../images/color-2.jpg) no-repeat left top;
}
header .box1 ul .color-3{

	background:url(../images/color-3.jpg) no-repeat left top;
}
#page1 header .box1,{
	background:url(../images/stone-balance.jpg) no-repeat left top;
}
#page6 header .box1{
	background:url(../images/stone-balance.jpg) no-repeat left top;
}
#page2 header .box1,
#page7 header .box1{
	background:url(../images/header-img2.jpg) no-repeat left top;
}
#page3 header .box1{
	background:url(../images/stone-balance.jpg) no-repeat left top;
}
#page4 header .box1{
	background:url(../images/header-img5.jpg) no-repeat left top;
}
#page5 header .box1{
	background:url(../images/header-img5.jpg) no-repeat left top;
}
#page1 header .box1{
	background:url(../images/stone-balance.jpg) no-repeat left top;
}
/*===== content =====*/
#content .inside {}
#content {}

/*===== Sidebar =====*/
aside .inside {}
aside {}

/*===== footer =====*/
footer .inside {
	background:url(../images/footer-right.gif) no-repeat right top;
	display:block;
	height:78px;
	position:relative;
}
footer  p{
	color:#555555;
	padding-top:30px;
	padding-left:15px;
}
footer a {
	color:#323232;
	}
.news{
	position:absolute;
	top:29px;
	left:539px;
}
.news img{
	float:left;
	margin-right:9px;
}
.news .lbl{
	float:left;
	letter-spacing:-1px;
	margin-right:12px;
	background:url(../images/mail.png) no-repeat left top;
	padding-left:38px;
	line-height:20px;
}

/*----- forms -----*/
#news input{
	background:#fdfdfd;
	border:1px solid #ebebeb;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	behavior: url(js/PIE.htc);
	position:relative;
	padding:6px 6px 7px 6px;
	width:167px;
	color:#555555;
	margin-top:-3px;
}
.btn1{
	width:90px;
	line-height:31px;
	background:url(../images/button-subscribe.png) no-repeat left top;
	display:block;
	position:absolute;
	top:-3px;
	left:331px;
	text-decoration:none;
	color:#6b6b6b;
	font-size:18px;
	padding-left:7px
}
.btn1:hover{
	color:#000;
}
#search{
	position:absolute;
	top:71px;
	right:2px;
}
#search .bg{
	background:url(../images/input-bg.png) no-repeat left top;
	height:29px;
	width:165px;
	display:block;
	float:left;
}
#search input{
	background:none;
	border:none;
	padding:6px 8px 5px 7px;
	float:left;
}
#search  .find-button{
	width:28px;
	height:29px;
	background:url(../images/find-button.png) no-repeat left top;
	display:block;
	float:left;

}





/*==================header========================*/
header ul li h3{
	padding-top:19px;
	padding-bottom:10px;
}


header ul li p a{
	color:#fff;
	font-weight:bold;
}
header ul li .link{
	margin-top:19px;
}
header ul li .link:hover{
	color:#464746;
}
header ul li.color-1 .link{
	background:url(../images/color-1-button.gif) repeat-x left top;
	text-shadow:1px 1px #00b6c3;
}
header ul li.color-2 .link{
	background:url(../images/color-2-button.gif) repeat-x left top;
	text-shadow:1px 1px #60e565;
}
header ul li.color-3 .link{
	background:url(../images/color-3-button.gif) repeat-x left top;
	text-shadow:1px 1px #e8c102;
}

/*= 1 page =========================================*/
.toptext{
	width:100%;
	padding-top:49px;
	padding-bottom:41px;
}
.toptext img{
	float:left;
	margin-right:39px;
}
.toptext h4{
	width:100%;
	letter-spacing:-1px;
	display:inline;
}
*+ html .toptext h4 span{
	position:relative;
	top:5px;
}
.toptext p{
	color:#8a8f93;
	padding-top:9px;
}
.toptext p strong{
	color:#0b858e
}
.toptext span{
	margin-top:-4px;
	display:inline-block;
}
.p1-cont{
	margin-top:41px;
	margin-bottom:59px;
}
.p1-cont .col-1 h2{
	padding-bottom:16px;
}
.p1-cont .col-2 p{
	padding-top:15px;
	color:#8a8f93;
}
.p1-cont .col-2 p strong{
	color:#0b858e;
}
.p1-cont .col-2 .title1{
	background:none;
	padding-left:0;
	padding-top:20px;
	display:block;
	padding-bottom:17px;
}

.p1-cont .col-2 .list2{
	padding-bottom:12px;
}
/*==========================================*/
.p2-cont{
	background:url(../images/line-hor2.gif) repeat-y 542px 0;
	margin-top:41px;
	margin-bottom:45px;
}
.p2-cont .col-1 p,
.p2-cont .col-2 p {
	color:#8a8f93;
	padding-top:13px;
	padding-bottom:7px;
}
.p2-cont .col-2 p{
	padding-bottom:13px;
}
.p2-cont .col-1 p a{
	color:#4e4f4e;
	font-weight:bold;
}
.p2-cont .col-2 p strong,
.p2-text p strong{
	color:#0b858e;
}
.p2-cont .col-2 .list2{
	padding-bottom:12px;
}
.p2-text{
	padding-top:40px;
	padding-bottom:64px;
}
.p2-text h2{
	padding-bottom:17px;
}
.p2-text img{
	float:left;
	margin-right:22px;
}
.p2-text p{
	color:#8a8f93;
	padding-bottom:15px;
}
/*==========================================*/
.p3-cont{
	margin-top:41px;
	padding-bottom:69px;
}
.p3-cont .list{
	padding-bottom:36px;
}
.p3-cont .list li{
	padding-bottom:8px;
}
.p3-cont h2{
	padding-bottom:8px;
}
.p3-cont p{
	color:#8a8f93;
}
.p3-cont p strong{
	color:#0b858e;	
}
.p3-cont .text {
	padding-top:40px;
}
.p3-cont .text h2{
	padding-bottom:13px;
}
.p3-cont .text p{
	padding-bottom:10px;
}
.p3-cont .col-2 .right-top{
	padding-bottom:44px
}
.p3-cont .col-2 .right-top h2{
	padding-bottom:17px;
}
.p3-cont .col-2 .right-top img{
	float:left;
	margin-right:39px;
}
.p3-cont .col-2 .right-top p{
	padding-bottom:17px;
}
.p3-cont .col-2 .lists{
	padding-top:42px;
}
.p3-cont .col-2 .lists h2{
	padding-bottom:34px;
}
.p3-cont .col-2 .lists .list2{
	padding-top:16px;
	padding-bottom:4px;
}
/*==========================================*/

.p4-cont{
	margin-top:41px;
	
}
.p4-cont .row-1{

	margin-bottom:38px;
}
.p4-cont h2{
	padding-bottom:13px;
}
.p4-cont .left-top p{
	padding-bottom:25px;
}
.p4-cont p{
	color:#8a8f93;
}
.p4-cont .right-top li p{
	position:relative;
	left:16px;
}
.p4-cont p strong{
	color:#0b858e;	
}
.p4-cont .text {
	padding-top:40px;
}
.p4-cont .text h2{
	padding-bottom:13px;
}
.p4-cont .text p{
	padding-bottom:10px;
}
.p4-cont .col-2 .right-top p{
	padding-bottom:17px;
}
.p4-cont .row-2{
 	background:url(../images/line-hor2.gif) repeat-y 439px 0;
	margin-top:40px;
	margin-bottom:68px;
}
.p4-cont .row-2 .col-2 img{
	float:left;
	margin-right:39px;
}
.p4-cont .row-2 .col-2 p.last{
	padding-top:18px;
	padding-bottom:10px;
}
.p4-cont .row-2 .col-2 h2{
	padding-bottom:19px;
}
/*==========================================*/
.lists1{
	padding-top:42px;
}
.lists1 .list2{
	padding-top:24px;
	padding-bottom:20px;
}
.lists1 p{
	padding-bottom:21px;
}
.p5-cont{
	margin-top:41px;
	background:url(../images/line-hor2.gif) repeat-y 438px 0;
	padding-bottom:31px;
}
.p5-cont .list{
	padding-bottom:36px;
}
.p5-cont .list li{
	padding-bottom:8px;
}
.p5-cont h2{
	padding-bottom:8px;
}
.p5-cont p{
	color:#04bef2;
}
.p5-cont p strong{
	color:#04bef2;	
}
.p5-cont .text {
	padding-top:40px;
}
.p5-cont .text h2{
	padding-bottom:13px;
}
.p5-cont .text p{
	padding-bottom:10px;
}
.p5-cont .col-2 .right-top{
	padding-bottom:44px
}
.p5-cont .col-2 .right-top h2{
	padding-bottom:17px;
}
.p5-cont .col-2 .right-top img{
	float:left;
	margin-right:39px;
}
.p5-cont .col-2 .right-top p{
	padding-bottom:17px;
}
.p5-cont .col-2 .lists{
	padding-top:42px;
}
.p5-cont .col-2 .lists h2{
	padding-bottom:34px;
}
.p5-cont .col-2 .lists .list2{
	padding-top:16px;
	padding-bottom:4px;
}
/*==========================================*/
.p6-cont{
	margin-top:41px;
	
}
.p6-cont .row-1{
	
	margin-bottom:38px;
}
.p6-cont h2{
	padding-bottom:13px;
}
.p6-cont .left-top p{
	padding-bottom:25px;
}
.p6-cont .left-top.alt p{
	padding-bottom:15px;
}
.p6-cont p{
	color:#8a8f93;
}
.p6-cont p strong{
	color:#0b858e;	
}
.p6-cont .text {
	padding-top:40px;
}
.p6-cont .text h2{
	padding-bottom:13px;
}
.p6-cont .text p{
	padding-bottom:10px;
}
.p6-cont .col-2 .right-top img{
	float:left;
	margin-right:39px;

}
.p6-cont .col-2 .right-top p{
	padding-bottom:24px;
}
.p6-cont .row-2{
 	background:url(../images/line-hor2.gif) repeat-y 439px 0;
	margin-top:40px;
	margin-bottom:68px;
}
.p6-cont .row-2 .col-2 img{
	float:left;
	margin-right:39px;
}
.p6-cont .row-2 .col-2 p.last{
	padding-top:18px;
	padding-bottom:10px;
}
.p6-cont .row-2 .col-2 h2{
	padding-bottom:19px;
}
.p6-cont .row-2 .list1 li{
	padding-bottom:15px;
}
.p6-cont .row-2 .list1 li.last{
	padding-bottom:0;
}
.p6-cont .row-2 .list1 li p{
	padding-left:16px;
}
/*==========================================*/
.p7-cont{
	margin-top:41px;
	background:url(../images/line-hor2.gif) repeat-y 438px 0;
	padding-bottom:68px;
}


.p7-cont h2{
	padding-bottom:14px;
}
.p7-cont p{
	color:#3c3c3c;
	padding-bottom:19px;
}
.p7-cont p strong{
	color:#3c3c3c2;	
}
.p7-cont .text {
	padding-top:40px;
}
.p7-cont .text h2{
	padding-bottom:13px;
}
.p7-cont .text p{
	padding-bottom:10px;
}
.p7-cont .col-2 .right-top{
	padding-bottom:44px
}
.p7-cont .col-2 .right-top h2{
	padding-bottom:17px;
}
.p7-cont .col-2 .right-top img{
	float:left;
	margin-right:39px;
}
.p7-cont .col-2 .right-top p{
	padding-bottom:17px;
}
.p7-cont .col-2 .lists{
	padding-top:42px;
}
.p7-cont .col-2 .lists1 h2{
	padding-bottom:35px;
}
.p7-cont .col-2 .lists .list2{
	padding-top:16px;
	padding-bottom:4px;
}
.p7-cont .adress  strong{
	display:block;
}
.p7-cont .adress span{
	padding-right:51px;
}
.p7-cont .adress a{
	color:#8a8f93;
}
.p7-cont .adress {
	margin-bottom:-1px;
}


.p8-cont h2{
	padding-top:41px;
	padding-bottom:13px;
}
.p8-cont p{
	color:#8a8f93;
	padding-bottom:65px;
}
.p8-cont p a{
	font-weight:bold;
	color:#0c8892;
	text-decoration:none;
}
.p8-cont p a:hover{
	text-decoration:underline;
}
