@import"reset.css";@import"grid.css";
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
body{background:url(../images/body-2.gif) left top repeat-x #f3f3f3;font:13px/20px Arial, Helvetica, sans-serif;color:#a2a2a2;position:relative;min-width:1000px;}
body.body_bg {background:url(../images/body-1-1.png) left top repeat #f3f3f3; }
html,body{height:100%;}
p,.p{padding-bottom:20px;}
.p0 {padding-bottom:0 !important;}
.p1 {padding-bottom:10px;}
a{color:#ABD1D1;outline:none;cursor:pointer;text-decoration:none;}
a:hover{text-decoration:underline}
/*  Header styles */
h1,h2,h3,h4,h5,h6{line-height:1.3em;color:#474646;font-family: 'Droid Sans', sans-serif;padding-bottom:15px;}
h1{font-size:32px;}
h2{font-size:28px;}
h3{font-size:24px;font-weight:400;letter-spacing:-1px;padding-bottom:18px;}
h4{font-size:20px;}  
h5{font-size:18px;text-transform:uppercase;padding-bottom:23px;}
h6{font-size:16px;text-transform:uppercase;}
/* Global Structure---------------------------------------- */
.main {width:940px;padding:0;margin:0 auto;position:relative;}
.main-2 {width:1000px;padding:0;margin:0 auto;position:relative;}
.wrapper {width:100%;overflow:hidden;}
/*----- txt,links,lines,titles -----*/
.extra-wrap{overflow:hidden;display:block;}
.fleft{float:left}
.fright{float:right}
.alignright{text-align:right}
.aligncenter{text-align:center}
.alignmiddle *{vertical-align:middle}
.d-in-block {display:inline-block;}
.d-block {display:block;}
.reg {text-transform:uppercase;}
.rel {position:relative;}
.color1{color:#ff2100;}
.color2{color:#6B6C6F;}

#left-dec {
	width: 20px;
	height: auto;
	background-image: url(../images/dec-left.png);
	background-repeat: repeat-y;
	margin-left: 
}
#right-dec {
}
/*********************************header*************************************/
header {
   margin-top: 50px;
    background: #c7e3e3;
    border-radius: 15px 15px 0 0;
    padding: 60px 0 10px 0;
}
header .background {
    background: #9fc4c5;
    margin-top: -8px;   /* 👈 pulls it UP */
    padding: 0;          /* 👈 removes height */
}
header h1 {
    margin: 0;
    padding: 0 0 0 36px;
    font-size: 46px;
    font-family: cursive;
    white-space: nowrap;
}
.logo {
	width: 100%;
	height: auto;
	background-image: none;
	text-align: left;
	padding-left: 25px;
	Font-size: 60px;
	font-family: "Georgia", serif;
}
.social-media-i {
    display:inline-block;
    width:20px;
    height:20px;
    background:red;
}

.social-media-f {
    display:inline-block;
    width:20px;
    height:20px;
    background:blue;
}
/********************** Content ************************/
section{ position:relative; z-index:1; padding:30px 0 40px;border-bottom:1px solid #f5f5f5;}
body.top_0 section {
	padding-top:0;
}
/********************** images ************************/
#class-image {
	background-image: url(../images/posture-yoga.jpg);
	width: 230px;
	height: 289px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#class-image1 {
	background-image: url(../images/calming-lotus-flowers.jpg);
	width: 560px;
	height: 340px;
	margin-bottom: 30px;
}
#class-image2 {
	background-image: url(../images/studio-yoga-pose.jpg);
	width: 560px;
	height: 464px;
	margin-bottom: 30px;
}
#aerial-image1 {
	background-image: url(../images/aerial-4.jpg);
	width: 300px;
	height: 549px;
	margin-bottom: 30px;
	//margin-top: 45px;
}
#aerial-image2 {
	background-image: url(../images/aerial-1a.jpg);
	width: 400px;
	height: 224px;
	margin-bottom: 30px;
	
}
#about-image1 {
	background-image: url(../images/yoga-sunset.jpg);
	width: 410px;
	height: 264px;
	margin-bottom: 30px;
}
#about-image2 {
	background-image: url(../images/natural-relaxation.jpg);
	width: 410px;
	height: 582px;
	margin-bottom: 30px;
}
#about-image3 {
	background-image: url(../images/The_Scream.jpg);
	width: 220px;
	height: 277px;
	margin-bottom: 30px;
}

#pt-fit {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 500px;
}

#pt-beach {
	width: 100%;
	margin-bottom: 30px;
}

#pt-flowers {
	display: block;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
img {
    max-height: 500px;
}

/******************** Footer ******************/
footer {
	color:#a3a3a3;
	text-transform:uppercase;
	font-size:12px;
	padding:25px 0;
	text-align:center;
}
footer a {
	color:#a3a3a3;
}
.round-corner {
	width: 940px;
	height: 30.5px;
	background-image: url(../images/footer-bot.png);
	margin-left: 10px;
	margin-bottom: 50px;
}
/*********************************boxes**********************************/
.indent {padding:0;}

.indent-left {padding-left:25px;}
.indent-left1 {padding-left:30px;}
.indent-left2 {padding-left:20px;}

.indent-bottom {padding-bottom:0;}

.indent-right {padding-right:32px;}
.indent-right1 {padding-right:20px;}

.indent-top {padding-top:8px;}

.margin-top { margin-top: 10px;}

.margin-bot {margin-bottom:16px;}
.margin-bot1 {margin-bottom:34px;}

.margin-left {margin-left:0;}

.margin-right {margin-right:0;}

.col-1 {
	width:235px;
	float:left;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.dec-border {
	width: 17px;
	height: 166px;
	background-image: url(../images/border-img.png);
	background-repeat: no-repeat; 
	float: left;
	margin-left: -40px;
	margin-bottom: 20px;
}
.col-1 p {
	color:#513c3c;
	font-style:italic;
	font-size:14px;
	line-height:18px;
}
.col-1:hover {
	background:#F7EEE7;
}
.col-1:hover p,.col-1:hover h5,.col-1:hover .link-2 {
	color:#513c3c;
}
.col-1:hover .link-2 {
	background-position:right 9px;
}
.col-1:hover .link-2:hover {
	color:#000;
	background-position:right -18px;
}
.col-1_inner {
	padding:35px 20px 35px 30px;
}
.col-1_inner h1{
	font-size: 14pt;	
}

.col-1_inner h3{
	font-size: 10pt;	
}
.col-1:first-child {
	border:none;
}
.img-indent {float:left; margin:6px 20px 0px 0px;}
.img-indent2 {float:right;margin:6px 0px 0px 20px;}
.img-indent3 {float:left;margin:0px 20px 0px 0px;}

/***** menu *****/
nav {
	float:left;
	padding:0 0 0 19px;
}
.menu {
	float:left;
	padding:0; 
	position:relative;
	z-index:20;
	font-family: 'Droid Sans', sans-serif;
}
.menu li {
	float:left; 
	position:relative;
	border-radius:7px;
	margin-left:10px;
}
.menu li .sub {
	display:block;
	width:7px;
	height:5px;
	display:inline-block;
	overflow:hidden;
	text-indent:-999px;
	background:url(../images/sub.png) left top no-repeat;
	margin:5px 0 0 20px;
}
.menu li a {
	display:block;
	font-size:13px;
	line-height:16px;
	color:#FCF8F5;
	text-transform:uppercase; 
	z-index:20;
	padding:10px 14px;
}
.menu li.sfHover {
}
.menu > li.active,
.menu > li:hover,
.menu > li.sfHover {
	background: #6B6C6F; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU2NDA0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MjJmMmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #6B6C6F 0%, #565656 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6B6C6F), color-stop(100%,#565656)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6B6C6F 0%,#565656 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6B6C6F 0%,#565656 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #6B6C6F 0%,#565656 100%); /* IE10+ */
	background: linear-gradient(to bottom, #6B6C6F 0%,#565656 100%); /* W3C */
	filter:none;
	box-shadow:0 1px 3px rgba(0,0,0,.5);
}
.menu li a.active,
.menu > li > a:hover,
.menu > li.sfHover > a {
}

.menu ul {
	z-index:20;
	letter-spacing:normal;
	position:		absolute;
	top:			-9999em;
	width:			140px;
	background: 	none;
	border:			none;

}
.menu ul li {width:	100%;}
.menu li:hover {visibility:	inherit; }
.menu li li {
	margin:0 0 1px;
	border:none;
	background: #564040; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU2NDA0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MjJmMmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #6B6C6F 0%, #565656 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6B6C6F), color-stop(100%,#565656)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6B6C6F 0%,#565656 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6B6C6F 0%,#565656 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #6B6C6F 0%,#565656 100%); /* IE10+ */
	background: linear-gradient(to bottom, #6B6C6F 0%,#565656 100%); /* W3C */
	filter:none;
	box-shadow:0 1px 3px rgba(0,0,0,.5);
}

.menu li li a {
	background:none;
	display:		block;
	padding-right:0;
}
.menu li li:hover, 
.menu li li.sfHover {
	background:#ffb400;
	box-shadow:none;
}
.menu li li > a:hover, 
.menu li li.sfHover > a {
	color:#fff; 
}


.menu li:hover ul, .menu li.sfHover ul {
	left:			0px;
	top:			37px;
	z-index:		999;
}
ul.menu li:hover li ul, ul.menu li.sfHover li ul {
	top:			-999em;
}
ul.menu li li:hover ul, ul.menu li li.sfHover ul {
	left:			141px;
	top:			0px;
	z-index:		9999;
}
ul.menu li li:hover li ul, ul.menu li li.sfHover li ul {
	top:			-999em;
}

/*********************************bg's*************************************/
.bg-1 {
    background:url(../images/bg-1.gif) left top repeat-x #ABD1D1;
    padding:0px 0 11px;
}
.bg-2 {
	background:url(../images/bg2-2.jpg);
	box-shadow:0 10px 7px #faf0ed;
	padding:34px 0 40px;
	position:relative;
	margin-bottom:2px;
}
.main_bg {
	background:#FCF8F5;
	box-shadow:0 0 25px 15px rgba(249,249,249,1) inset;
}
.border-1 {
	border-bottom:1px solid #f5f5f5;
	margin-bottom:34px;
}
.border-2 {
	border-bottom:1px solid #999;
	padding-bottom:26px;
	margin-bottom:31px;
}
.grad-border {
	width: 940px;
	height: 5px;
	background-image: url(../images/grad-border.png);
	background-repeat: no-repeat;
	margin-bottom: 0px;
}
.time {
	display:block;
	float:left;
	font-size:11px;
	line-height:14px;
	padding:8px 11px;
	background:#ABD1D1;
	font-weight:bold;
	color:#fff;
	border-radius:7px;
	margin-right:13px;
}
.letter {
	width:50px;
	height:50px;
	border-radius:7px;
	background:#6B6C6F;
	color:#fff;
	text-shadow:0 1px rgba(188,81,49,.6);
	text-align:center;
	line-height:50px;
	font-size:30px;
	font-family: 'Droid Sans', sans-serif;
}
.col-2 {
	float:left;
	width:160px;
}
/*********************************buttons*************************************/
.menu li a:hover,.link-1:hover,.col-1 .link-2:hover,.button-1:hover,.link-3:hover,.link-4:hover {
	text-decoration:none;
}
.link-1 {
	display:inline-block;
	background:url(../images/link-1.png) left top no-repeat;
	font-size:13px;
	line-height:16px;
	font-weight:700;
	font-family: 'Droid Sans', sans-serif;
	color:#fff;
	padding:3px 0 0px 23px;
	text-transform:uppercase;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.link-1:hover {
	color:#000;
}
.link-2 {
	display:inline-block;
	background:url(../images/link-2.png) right -18px no-repeat;
	font-size:14px;
	line-height:17px;
	font-weight:400;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	color:#c6c6c6;
	padding:0px 20px 0px 0px;
}
.link-2:hover {
	color:#d56b43;
}
.link-3 {
	color:#000;
	font-size:14px;
	font-style:italic;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.link-3:hover {
	color:#ee612c;
}
.link-4 {
	text-decoration:underline;
}
.button-1 {
	display:inline-block;
	font-family: 'Droid Sans', sans-serif;
	font-size:14px;
	line-height:17px;
	color:#fff;
	background: #6B6C6F; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU2NDA0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MjJmMmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #6B6C6F 0%, #565656 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6B6C6F), color-stop(100%,#565656)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6B6C6F 0%,#565656 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6B6C6F 0%,#565656 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #6B6C6F 0%,#565656 100%); /* IE10+ */
	background: linear-gradient(to bottom, #6B6C6F 0%,#565656 100%); /* W3C */
	filter:none;
	padding:9px 20px 10px;
	box-shadow:0 1px 2px rgba(0,0,0,.5);
	border-radius:7px;
}
.button-1:hover {
	background: #6B6C6F; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhNzg1YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNTZiNDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #6B6C6F 0%, #565656 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6B6C6F), color-stop(100%,#565656)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6B6C6F 0%,#565656 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6B6C6F 0%,#565656 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #6B6C6F 0%,#565656 100%); /* IE10+ */
	background: linear-gradient(to bottom, #6B6C6F 0%,#565656 100%); /* W3C */
	filter:none;
}
/*********************************lists*************************************/
.dl-1 dt {
	color:#000;
	font-size:14px;
	font-style:italic;
	padding-bottom:20px;
}
.dl-1 dd {
	overflow:hidden;
}
.dl-1 dd span {
	display:block;
	float:left;
	width:70px;
}
.list-1 li {
	font-size:13px;
	line-height:20px;
	padding:5px 0 5px 20px;
	background:url(../images/list-1.png) left 13px no-repeat;
}
.list-1 li a {
	text-decoration:underline;
	color:#ee612c;
}
.list-1 li a:hover {
	color:#000;
}
/*********************************fonts*************************************/
.style-1 {
	color:#000;
	font-size:14px;
	font-style:italic;
	padding-bottom:20px;
}
/******* form's ********/

/***** contact form *****/
#message_form fieldset {
	border:none;
	padding:0;
	}			
		#message_form label {
			display:block;
			min-height:42px;
			position:relative;
		}
		#message_form label.message {
			height:180px;
		}
		#message_form label input {
			background:#f3f3f3;
			border:1px solid #e1e0e0;
			color: #a2a2a2;
			font-family:Arial, Helvetica, sans-serif;
			font-size:13px;
			height:16px;
			font-weight: normal;
			margin:0;
			outline:none;
			overflow: hidden;
			padding:6px 10px 8px;
			vertical-align: middle;
			width:218px;
		}
		#message_form .area .error { float:none;}
		#message_form textarea {
			background:#f3f3f3;
			border:1px solid #e1e0e0;
			color: #a2a2a2;
			font-family:Arial, Helvetica, sans-serif;
			font-size:13px;
			font-weight: normal;
			margin: 0;
			outline: medium none;
			overflow:auto;
			padding:6px 10px;
			vertical-align: middle;
			width:218px;
			height:168px;
			resize:none;
	}
		#message_form a {cursor:pointer;}
			#message_form .success {display:none;margin-bottom:10px;background: none;box-shadow: none;color: #000;}
			#message_form .error,
			#message_form .empty {
				color:#f00;
				font-size:11px;
				line-height:18px;
				display:none;
				overflow:hidden;
			}
	.buttons-wrapper {text-align:left; padding-top:25px; position:relative;}
	.buttons-wrapper a { margin-right:30px;}

#search_form {
	float:right;
	padding:5px 30px 0 0;
}
#search_form label input {
	background:#804737;
	border:none;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	height:16px;
	font-weight: normal;
	margin:0;
	outline:none;
	overflow: hidden;
	padding:9px 40px 11px 10px;
	vertical-align: middle;
	width:168px;
	border-radius:8px;
	box-shadow:0 1px 3px rgba(0,0,0,.3) inset;
}
#search_form label {
	position:relative;
}
#search_form a {
	display:block;
	width:36px;
	height:36px;
	text-indent:-999px;
	position:absolute;
	top:0;
	right:0;
	overflow:hidden;
	background:url(../images/search_btn.png) left top no-repeat;
}
#search_form a:hover {
	background-position:left bottom;
}

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	right:50%;
	bottom:50px;
	overflow:hidden;
	width:36px;
	height:36px;
	border:none;
	text-indent:-999px;
	z-index:20;
	background: url(../images/totop.png) left top no-repeat;
}
#toTop:hover {
	background-position:left bottom;
}

.slider {
	position:relative;
	width:940px;
	height:491px;
	background:#FCF8F5;
}
.items {
	display:none;
}
.slider_btn {
	width:36px;
	height:36px;
	position:absolute;
	top:231px;
	z-index:99;
}
.next {
	right:12px;
	background:url(../images/slider_next.png) left top no-repeat;
}
.prev {
	left:11px;
	background:url(../images/slider_prev.png) left top no-repeat;
}
.slider_btn:hover {
	background-position:left bottom;
}
.slider .banner {
	position:absolute;
	width:320px;
	height:250px;
	overflow:hidden;
	left:50%;
	margin-left:-30px;
	top:95px;
	font-family: 'Droid Sans', sans-serif;
	font-size:30px;
	line-height:40px;
	color:#FCF8F5;
	font-weight:400;
	text-align:center;	
}
.ban_bot {
	padding-top: 20px;
	padding-bottom:24px;
}

.testim_slider {
	width:780px;
	height:105px;
	overflow:hidden;
	margin:0 80px;
}
.testim_slider>div {
	overflow:hidden;
	background:none !important;
}
.testim_title {
	font-size:23px;
	line-height:30px;
	padding-bottom:15px;
	color:#fff;
	font-family: 'Droid Sans', sans-serif;
	text-shadow:0 1px rgba(188,81,49,.6);
}
.testim_title_small {
	font-size:20px;
	line-height:26px;
	padding-bottom:15px;
	color:#fff;
	font-family: 'Droid Sans', sans-serif;
	text-shadow:0 1px rgba(188,81,49,.6);
}
.test_btn {
	width:36px;
	height:36px;
	background-color:#ABD1D1;
	background-repeat:no-repeat;
	border-radius:18px;
	position:absolute;
	top:78px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.sl-prev {
	left:23px;
	background-image: url(../images/slider_prev.png);
	background-position:0px 0px;;
}
.sl-next {
	right:23px;
	background-image: url(../images/slider_next.png);
	background-position: 0px 0px ;
}
.test_btn:hover {
	background-color:#4d3939;
}
.map {
	float:left;
	margin:0 20px 0 0;
}

.heading{
	font-size: 16pt;
}

/**** products ***/
.product-image {
	max-width: 80%;
}