html{ background:#fff url(../images/bg-html.gif) repeat-x;}
body{
	margin:0;
	color:#333333;
	font:12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background:url(../images/bg-body.gif) no-repeat 50% 0;
	min-width:1000px;
}
img{border:none;}
a{color:#000;}
a:hover{text-decoration:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}



.text a:link {text-decoration: none; color:#333333} 
.text a:visited {text-decoration: none; color:#333333} 
.text a:active {text-decoration: none; color:#333333} 
.text a:hover {text-decoration: underline; color:#333333}

.greenlink a:link {text-decoration: none; color: #7fb539} 
.greenlink a:visited {text-decoration: none; color:#7fb539} 
.greenlink a:active {text-decoration: none; color:#7fb539} 
.greenlink a:hover {text-decoration: underline; color:#7fb539}

.greenlink3 a:link {text-decoration: underline; color: #8CC63F} 
.greenlink3 a:visited {text-decoration: underline; color:#8CC63F} 
.greenlink3 a:active {text-decoration: underline; color:#8CC63F} 
.greenlink3 a:hover {text-decoration: underline; color:#7fb539}


form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
#container{
	width:100%;
	background:url(../images/bg-conteiner.gif) no-repeat 50% 100%;
	padding:0 0 215px;
}
.page-wrapper{
	width:892px;
	margin:0 auto;
	padding:12px 0 0;
}
#header{
	height:1%;
	overflow:hidden;
	padding:0 2px;
	position:relative;
	z-index:2;
}
#header .holder{
	background:url(../images/bg-header.png) no-repeat;
	height:100px;
	overflow:hidden;
}
.logo{
	float:left;
	padding:14px 0 0 21px;
	position:relative;
}
.logo a{
	display:block;
	width:442px;
	height:73px;
	text-indent:-9999px;
	background:url(../images/bg-logo.png) no-repeat;
	overflow:hidden;
	cursor:pointer
}
#header .holder blockquote{
	margin:16px 35px 0 0;
	display:inline;
	float:right;
	width:340px;
	color:#ababab;
	font-size:10px;
	line-height:16px;
	position:relative;
}
#header .holder blockquote q{ quotes:none; }
#header .holder blockquote q:before{ content:""; }
#header .holder blockquote q:after{ content:""; }
#header .holder blockquote p{ margin:0; }
#header .holder blockquote cite{
	display:block;
	text-align:right;
	font-style:italic;
	font-size:12px;
}
#wrapper{
	width:888px;
	padding:0 2px;
	margin:-9px 0 0;
	position:relative;
}
.wrapper-t{
	background:url(../images/bg-wrapper-t.png) no-repeat;
	height:10px;
	overflow:hidden;
}
.wrapper-b{
	background:url(../images/bg-wrapper-b.png) no-repeat;
	height:16px;
	overflow:hidden;
}
.wrapper-c{
	background:url(../images/bg-wrapper-c.png) repeat-y;
	height:1%;
	padding:0 5px;
}
.wrapper-c:after{
	content:"";
	clear:both;
	display:block;
}
.wrapper-content{
	width:100%;
	float:left;
	margin:-6px 0 -15px;
	position:relative;
}
#main{
	width:100%;
	overflow:hidden;
	background:#ebecec;
}
#navigation{
	width:100%;
	background:#e4e5e5;
	padding:0 0 2px;
	position:relative;
}
#navigation ul{
	margin:0;
	padding:0 0 0 2px;
	list-style:none;
	height:1%;
	font-size:14px;
	line-height:24px;
}
#navigation ul:after {
	content:'';
	clear:both;
	display:block;
}
#navigation ul li{
	float:left;
	padding:0 1px 0 0;
}
#navigation ul li a{
	display:block;
	width:174px;
	height:27px;
	text-decoration:none;
	text-align:center;
	color:#333333;
	background:url(../images/bg-nav.gif) no-repeat;
}
#navigation ul li a.active,
#navigation ul li a:hover{color:#75a634;}
#navigation ul li.hover,
#navigation ul li:hover{position:relative;}
#navigation ul li.hover .drop,
#navigation ul li:hover .drop {display: block;}
#navigation .drop{
	width:171px;
	position:absolute;
	left:-2px;
	top:25px;
	z-index:100;
	display:none;
	border:3px solid #e4e5e5;
	border-top:none;
	border-bottom:none;
	padding:4px 0 0;
}
#navigation .drop ul{padding:0;}
#navigation .drop ul li{
	border-bottom:3px solid #e4e5e5;
	padding:0;
	float:none;
	height:27px;
}
#navigation .drop ul li a{
	background:#fafafa;
	width:171px;
	color:#333333;
}
#navigation .drop ul li a:hover{
	background:#f2f3f3;
	color:#333333;
}
.promo{
	height:1%;
	overflow:hidden;
	margin:0 2px 2px;
}
.promo img{ display:block; }
.three-columns{
	height:1%;
	overflow:hidden;
	padding:0 2px;
}
.contact-box{
	float:right;
	width:299px;
	background:url(../images/bg-contact-c.gif) repeat-y;
	color:#333333;
	font-weight:bold;
	line-height:21px;
}
.contact-box .form-holder{ background:url(../images/bg-contact-t.gif) no-repeat; }
.contact-box .contact-form{
	height:1%;
	overflow:hidden;
	background:url(../images/bg-contact-b.gif) no-repeat 0 100%;
	padding:12px 12px 0 20px;
}
.contact-box .contact-form p{ margin:0 0 17px; }
.contact-box .row{
	width:100%;
	overflow:hidden;
	padding:0 0 12px;
}
.contact-box .btn-row{
	margin:-4px 0 0;
	position:relative;
	padding:0 0 12px;
	width:100%;
	overflow:hidden;
}
.contact-box .row label{
	float:left;
	width:130px;
	line-height:22px;
}
.inp01{
	float:right;
	width:132px;
	height:23px;
	background:url(../images/bg-inp01.gif) no-repeat;
}
.inp01 input{
	float:left;
	width:122px;
	background:none;
	border:none;
	color:#333333;
	padding:3px 5px;
}
.btn-call{
	float:left;
	width:88px;
	height:26px;
	border:none;
	margin:0 0 0 155px;
	display:inline;
	color:#68b800;
	font-weight:bold;
	background:url(../images/btn-call.gif) no-repeat 0 100%;
	cursor:pointer;
	line-height:28px;
}
.btn-row .hover,
.btn-call:hover{ color:#fff; }
.two-col{
	float:left;
	width:574px;
	background:url(../images/bg-two-col-c.gif) repeat-y;
}
.two-col .holder{
	background:url(../images/bg-two-col-t.gif) no-repeat;
	height:1%;
	overflow:hidden;
}
.two-col .content{
	height:1%;
	overflow:hidden;
	padding:4px 0 0;
}
.two-col .sub-row{
	height:1%;
	overflow:hidden;
	padding:0 0 1px;
	background:url(../images/bg-two-col-b.gif) no-repeat 0 100%;
	margin:-12px 0 0;
	position:relative;
}
.two-col .column1{
	float:left;
	width:285px;
	padding:0 4px;
}
.two-col .column2{
	float:left;
	width:272px;
	padding:0 4px;
}


.two-col h2{
	margin:0 0 8px;
	font-size:15px;
	color:#FFFFFF;
	padding:5px 14px;
	line-height:22px;
	height:52px;
	text-align:center
}
.two-col .column1 h2{ background:url(../images/bg-head1.gif) no-repeat; }
.two-col .column2 h2{ background:url(../images/bg-head2.gif) no-repeat; }
.two-col .text{
	height:1%;
	padding:0 3px 0 9px;
	overflow:hidden;
	line-height:18px;
}

.two-col p{ margin:0 0 18px; }
.btn-gray{
	background:url(../images/btn-gray.gif) no-repeat;
	width:130px;
	height:27px;
	text-align:center;
	color:#333333;
	text-decoration:none;
	float:left;
	margin:75px 0 0;
	line-height:25px;
}
.btn-gray:hover{ text-decoration:underline; }
.two-col .sub-row .column1{
	float:left;
	width:285px;
	padding:0;
}
.two-col .sub-row .column2{
	float:left;
	width:272px;
	padding:0 0 0 10px;
}
.two-col .ill{ float:right;}
.two-col .ill img{ display:block; }
/* inner pager */
#two-columns{
	height:1%;
	overflow:hidden;
	padding:0 3px 0 1px;
	background:url(../images/bg-two-columns.gif) repeat-y;
}
#content{
	float:left;
	width:572px;
	line-height:18px;
	background:url(../images/bg-content.gif) no-repeat;
	text-align:left;
}
.content-holder{
	height:1%;
	overflow:hidden;
	background:url(../images/bg-content-holder.gif) repeat-x 0 8px;
}
#content .box{
	height:1%;
	overflow:hidden;
	padding:12px 7px 2px 15px;
}
#content .box:first-child{ border-top:none; padding-top:8px; }
#content h1{
	margin:0 0 8px;
	font-size:28px;
	color:#8cc63f;
	line-height:36px;
}
#content h2{
	margin:0 0 0px;
	font-size:17px;
	color:#333333;
	line-height:24px;
}
.ill-r{
	float:right;
	border:2px solid #e0e0e0;
	display:inline;
	margin:0 0 15px 15px;
}
.ill-r img{ display:block; }
#content p{ margin:0 0 18px; }
#content ul{
	margin:0;
	padding:0;
	list-style:none;
}
#content ul li{
	background:url(../images/bullet.gif) no-repeat 0 7px;
	padding:0 0 18px 14px;
}
#sidebar{
	float:right;
	width:299px;
}
.ad-box{
	border:2px solid #d9d9d9;
	height:1%;
	overflow:hidden;
	position:relative;
}
.ad-box img{ display:block; }
.btn-more{
	position:absolute;
	bottom:-3px;
	right:-3px;
}
* html .btn-more{ bottom:-7px; }
.btn-more a{
	display:block;
	width:156px;
	height:37px;
	background:url(../images/btn-more.png) no-repeat;
	text-decoration:none;
	color:#75a634;
	text-align:center;
	font-weight:bold;
	line-height:40px;
	cursor:pointer;
}
.btn-more a:hover{ color:#fff; }
#sidebar .contact-box{ float:none; }
#sidebar .btn-call{
	display:block;
	margin:0 auto;
	width:98px;
	height:29px;
	float:none;
	background:url(../images/btn-call2.gif) no-repeat 0 100%;
}
/* footert */
#footer{
	width:892px;
	margin:-6px -7px;
	position:relative;
	text-align:center;
	font-size:10px;
}
#footer .holder{
	height:123px;
	background:url(../images/bg-footer.png) no-repeat;
	overflow:hidden;
	padding:3px 0 0;
}
#footer ul{
	margin:0;
	padding:12px 0 0;
	list-style:none;
	position:relative;
}
#footer ul li{
	display:inline;
	padding:0 11px;
}
#footer ul li a{
	color:#333333;
}
#footer p{
	margin:12px 0 0;
	position:relative;
}
.sub-logo{
	position:absolute;
	bottom:24px;
	left:17px;
	background:url(../images/bg-sub-logo.gif) no-repeat;
	width:216px;
	height:39px;
	text-indent:-9999px;
}

.head-logo{
	position:absolute;
	text-indent:-9999px;
}

.social{
	position:absolute;
	bottom:24px;
	right:10px;
}
* html .social {bottom: 26px;}
*+html .social {bottom: 26px;}
#footer .social ul{
	float:right;
	padding:0;
	overflow: hidden;
}
#footer .social ul li{
	float:left;
	width:44px;
	font-size:9px;
	padding:0;
	margin: 0 3px;
	overflow: hidden;
	position: relative;
	height: auto !important;
}
#footer .social ul li a{
	text-decoration:none;
	color:#8c8c8c;
}
#footer .social ul li a:hover{ border:none; }
#footer .social ul li a:hover span{ text-decoration:underline; } 
#footer .social ul li img{ display:block; }
#footer .social ul li span{ display:block; }


.home01 { line-height:25px; }

.quote { padding:10px; line-height:16px; color: #333333; }
#map
 { position:absolute; width:232px; height:334px; left: 250px; top:82px;}
 
 tr, th, td { min-width:150px; background: transparent; border: 0; font-size: 10px; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }

table.gymtable th,

table.information th { border: 1px solid #ccc; background-color: #ccc; line-height: 160%; color:#666; text-align: left; padding: 5px; }

table.gymtable td,

table.information td { border: 1px solid #ccc; color: #666666; line-height: 200%; padding: 5px; }


.biggreen { font-weight:bold; font-size:17px; color:#8CC63F; }
.biggreen2 { font-weight:bold; font-size:17px; color:#8CC63F; line-height:23px;}
.underline { text-decoration:underline; }
.questionnaire-form{
	background:url(../images/bg-questionnaire-form.gif) repeat-y;
}
.questionnaire-form .holder{background:url(../images/bg-questionnaire-form-holder.gif) no-repeat;}
.questionnaire-form .frame{
	background:url(../images/bg-questionnaire-form-frame.gif) no-repeat 0 100%;
	overflow:hidden;
	height:1%;
	padding:41px 0 40px 40px;
}
.questionnaire-form .row{
	overflow:hidden;
	height:1%;
	margin:0 0 32px;
}
.questionnaire-form label{
	color:#333333;
	font-size:14px;
	font-weight:bold;
	width:67px;
	text-align:right;
	float:left;
	margin:8px 20px 0 0;
}
.questionnaire-form .text{
	background:url(../images/bg-text.gif) no-repeat;
	width:314px;
	height:31px;
	float:left;
	padding:14px 10px 0;
}
.questionnaire-form .text input{
	float:left;
	width:314px;
	border:none;
	background:none;
	margin:0;
	padding:0;
	color:#333333;
	font-size:14px;
}
.questionnaire-form .submit{
	display:block;
	background:url(../images/btn-call3.gif) no-repeat;
	width:308px;
	height:82px;
	text-indent:-9999px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	border:none;
	cursor:pointer;
	margin:-6px 0 0 100px;
}

.red { font-weight:bold; font-size:17px; color:#54910f; line-height:23px;}

#content .shops { text-align:left; font-size:20px; color:#333333;font-weight:bold;}
#content h3 { text-align:left; font-size:16px; color: #666666;font-weight:bold;}



h2 { text-align:left }

span { text-align:left }


.twitter {width: 50px !important;}
.facebook {width: 60px !important;}
.facebook div {padding: 0 !important;}
#footer .social .facebook a {
	margin: 43px 0 0;
	float: left;
}
#footer .social .facebook div {
	display: inline;
	padding: 0 !important;
}
#footer .social ul li .fb_share_count {
	display:none;
}
#footer .social ul li .fb_share_count_nub_top {
	display:none;
}
#footer .social  .FBConnectButton_Text{padding:2px 6px 4px;}
* html #footer .social  .FBConnectButton_Text{padding:2px 6px 3px;}
*+html #footer .social  .FBConnectButton_Text{padding:2px 6px 3px;}
#footer .social span.mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 45px;
	background: url(../images/bg-mask.gif) no-repeat -34px -25px;
}






