/*  Tags Declaration  */
BODY {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "Arial";
    background: #000000 url("../images/body-bg.jpg") no-repeat center bottom;
}
A {text-decoration: none;}
A:HOVER {text-decoration: underline;}
IMG {border: none;}


/*  Page  */
#page {
    margin: auto;
    text-align: left;
    width: 940px;
    position: relative;
    z-index: 10;
}

.container {
    float: left;
    width: 100%;
    background: url("../images/container-bg.jpg") no-repeat center top;
}

/*  Header  */
.header {
    float: left;
    width: 100%;
    height: 107px;
}

.header-logo {
    float: left;
   	width: 211px;
   	margin-left: 15px;
   	display: inline;
   	line-height: 0;
   	font-size: 0;
}

/*  Content  */
.content {
    float: left;
    width: 100%;
    position: relative;
}

.content-bg {
	float: left;
	width: 100%;
	position: relative;
    z-index: 10;
    margin: -10px 0 0 0;
    background: #FFFFFF;
}
.home-bg {
	height: 546px;
	background-color: #000000;
    background: url("../images/ajax-loader.gif") no-repeat center center;
}
.home-bg1 {
	height: 556px;
    background: url("../images/home-bg1.jpg") no-repeat left 0px;
}
.home-bg2 {
	height: 556px;
    background: url("../images/home-bg2.jpg") no-repeat left 0px;
}

.profile-bg {
	height: 546px;
    background: #020202 url("../images/profile-bg.jpg") no-repeat left 0px;
}

.services-bg {
	height: 546px;
    background: #020202 url("../images/services-bg.jpg") no-repeat left 0px;
}

.testimonials-bg {
	height: 546px;
    background: #020202 url("../images/testimonials-bg.jpg") no-repeat left 0px;
}

.staff-bg {
	height: 546px;
    background: #020202 url("../images/staff-bg.jpg") no-repeat left 0px;
}

.contact2-bg {
	height: 546px;
    background: #020202 url("../images/contact2-bg.jpg") no-repeat left 0px;
}

.another-bg {
	height: 546px;
    background: #020202 url("../images/another-bg.jpg") no-repeat left 0px;
}

.massage-bg {
	height: 546px;
    background: #020202 url("../images/massage-bg.jpg") no-repeat left 0px;
}

.laser-bg {
	height: 546px;
    background: #020202 url("../images/laser-bg.jpg") no-repeat left 0px;
}


.chiro-bg {
	height: 546px;
    background: #020202 url("../images/chiro-bg.jpg") no-repeat left 0px;
}

.art-bg {
	height: 546px;
    background: #020202 url("../images/art-bg.jpg") no-repeat left 0px;
}


.menu-container {
	float: left;
    width: 100%;
    position: relative;
    z-index: 100;
}
.menu-block {
    float: left;
    width: 100%;
    height: 64px;
    background: url("../images/menu-bg.png") repeat-x left top;
}

.main-menu {
    float: right;
    width: 405px;
    display: inline;
    margin: 11px 40px 0 0;
    background: url("../images/menu-bg.gif") repeat-x left top;
    position: relative;
    z-index: 200;
}

.main-menu-left {
    float: left;
    width: 100%;
    background: url("../images/menu-left.gif") no-repeat left top;
}

.main-menu-right {
    float: left;
    width: 395px;
    padding: 0px 0px 0px 15px;
    background: url("../images/menu-right.gif") no-repeat right top;
}

.main-menu UL {
    float: left;
    width: 395px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-menu UL LI {
    float: left;
    height: 33px;
    margin: 0;
    padding: 0;
    position: relative;
}

.main-menu UL LI A {
	display: block;
    font-size: 11px;
    color: #c2c2c2;
    font-weight: bold;
    margin: 0;
    padding: 10px 10px 10px 10px;
}

.main-menu UL LI.selected A,
.main-menu UL LI A:HOVER {
    color: #b60d12;
    text-decoration: none;
}

.sub-menu-block {
    float: left;
    width: 163px;
    position: absolute;
    z-index: 200;
    top: 33px;
    padding-top: 12px;
    display: none;
}

.main-menu UL LI:HOVER .sub-menu-block {
    display: block;
}

.sub-menu {
    float: left;
    width: 100%;
    background: url("../images/sub-menu-bg.png") repeat-y left top;
}

.sub-menu-top {
    float: left;
    width: 155px;
    padding: 0px 4px 0px 4px;
    /*background: url("../images/sub-menu-top.png") no-repeat left top;*/
}

.sub-menu-bottom {
    float: left;
    width: 100%;
    height: 9px;
    line-height: 0;
    font-size: 0;
    background: url("../images/sub-menu-bottom.png") no-repeat left top;
}

.main-menu UL LI UL {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-menu UL LI UL LI {
    float: left;
    width: 100%;
    height: 29px;
    margin: 0;
    padding: 0;
    background: url("../images/sub-item.gif") repeat-x left top;
}

.main-menu UL LI UL LI.sub-selected,
.main-menu UL LI UL LI:HOVER {
    background: url("../images/sub-item-hover.gif") repeat-x left top;
}

.main-menu UL LI UL LI A {
	display: block;
    font-size: 11px;
    color: #c2c2c2 !important;
    font-weight: bold;
    margin: 0;
    padding: 7px 0px 8px 5px;
    white-space: nowrap;
    position: relative;
}


.welcome-block {
    float: left;
    width: 338px;
    height: 226px;
    margin: 40px 0px 0px 0px;
    padding: 25px 37px 40px 27px;
    background: url("../images/welcome-block.png") no-repeat left top;
}

.welcome-block P {
    font-size: 35px;
    color: #000000;
    font-weight: normal;
    margin: 0;
    padding: 0px 0px 0px 8px;
    line-height: 34px;
    position: relative;
}

.welcome-block SPAN.s-large {
	display: block;
    font-size: 48px;
    color: #000000;
    font-weight: bold;
    margin: 0;
    padding: 0px 0px 0px 0px;
    line-height: 46px;
}

.welcome-block SPAN.s-medium {
    font-size: 35px;
    color: #b60d12;
    font-weight: bold;
    margin: 0;
    padding: 0px 0px 0px 0px;
}

.content-links {
    float: left;
    width: 245px;
    margin: 0;
    padding: 0px 0px 0px 0px;
    line-height: 0;
    font-size: 1px;
    position: absolute;
    top: 360px;
    right: 0px;
    text-decoration: none;
}

.content-links UL {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
}

.content-links UL LI {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0px 0px 0px 0px;
}

.content-links UL LI A {
    float: left;
    width: 245px;
    height: 29px;
    margin: 0;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
    text-indent: -5000;
}

.content-links UL LI A.chiropractic,
.content-links UL .item-16 A {
    background: url("../images/chiropractic.png") no-repeat left top;
}
.content-links UL LI A.sports,
.content-links UL .item-22 A {
    background: url("../images/sports.png") no-repeat left top;
}
.content-links UL LI A.active,
.content-links UL .item-14 A {
    background: url("../images/active.png") no-repeat left top;
}
.content-links UL LI A.massage,
.content-links UL .item-24 A {
    background: url("../images/massage.png") no-repeat left top;
}
.content-links UL LI A.pilates,
.content-links UL .item-49 A {
    background: url("../images/pilates.png") no-repeat left top;
}
.content-links UL LI A.low,
.content-links UL .item-50 A {
    background: url("../images/low.png") no-repeat left top;
}


.profile-block {
    float: right;
    width: 510px;
    margin: 0;
    padding: 10px 25px 0px 0px;
	color: #ffffff;
	font-size: 11px;
}

.profile-block H2 {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #F0F0F0;
}
.profile-block-text {
    float: left;
    width: 100%;
    height: 380px;
    margin: 0;
    padding: 15px 0px 0px 0px;
    overflow: auto;
}
.profile-block H4,
.content H3,
.content H1 {
    font-size: 58px;
    color: #9e0b0f;
    font-weight: bold;
    margin: 0;
    padding: 0px 0px 0px 0px;
}
.profile-block H4 {font-size: 35px;}
#temailer_subscribe {
	font-size: 11px;
    color: #ffffff;
    font-weight: normal;
	line-height: 17px;
}
.profile-block P {
    font-size: 12px;
    color: #ffffff;
    font-weight: normal;
    margin: 0;
    padding: 0px 20px 15px 0px;
    line-height: 17px;
}
.profile-block P A {color: #ffffff;}

.galery-block {
    float: right;
    width: 883px;
    margin: 0;
    padding: 10px 25px 25px 30px;
    border-left: 1px solid #4c0709;
    border-right: 1px solid #4c0709;
    border-bottom: 1px solid #4c0709;
    margin-top: -10px;
    position: relative;
    z-index: 90;
	color: #FFFFFF;
}

.galery-block-big {
    float: left;
    width: 448px;
    height: 356px;
    margin: 0;
    padding: 0;
    border: 1px solid #9e0b0f;
    background: #ffffff;
    margin-top: 15px;
}


.galery-block-list {
    float: right;
    width: 370px;
    height: 380px;
    margin: 0;
    overflow: auto;
    position: relative;
    z-index: 100;
}
.galery-container {
	margin: 15px 0 0 0;
	float:left;
	width:100%;
}

.galery-block-list-item {
    float: left;
    width: 119px;
    height: 70px;
    margin: 0px 0px 20px 0px;
    padding: 0;
    border: 1px solid #9e0b0f;
    background: #ffffff;
}

.galery-block-list-item.iwm {
    margin: 0px 0px 20px 65px;
    display: inline;
}


/*  Footer  */
.footer {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 10px;
	font-size: 11px;
}

.footer-block {
    float: left;
    width: 100%;
    position: relative;
    margin-top: -50px;
}

.footer SPAN.s-left {
    float: left;
    color: #b60d12;
    font-weight: normal;
    margin: 0;
    padding: 17px 0px 0px 8px;
}

.footer SPAN.s-white {
    color: #ffffff;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.footer SPAN.s-right {
    float: right;
    color: #b60d12;
    font-weight: normal;
    margin: 0;
    padding: 15px 8px 0px 0px;
}

.footer A {
    color: #ffffff;
    font-weight: normal;
    margin: 0;
    padding: 0px 0px 0px 25px;
    background: url("../images/crown.gif") no-repeat left center;
}

.footer P {
	text-align: center;
    margin: 0;
    padding: 0px 0px 0px 0px;
}

a.QE_Link {position: absolute !important;z-index: 100000;}
.row {
	float: left;
	width: 100%;
}

/* EmailForm 
------------------------------------------------------------------------------- */
#EmailForm {
	width: 460px;
	text-align: left;
	padding-bottom: 20px;
	border: none;
}
#EmailForm.full { width: 100%; }


#EmailForm fieldset {
    border: none;
}

#EmailForm legend {
	display: none;
}
/*#EmailForm h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}*/

#EmailForm label,
#EmailForm p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
	color: #FFFFFF;
}

#EmailForm input {
	display: block;
	margin-top: 3px;
}

#EmailForm select {
	float: left;
	display: block;
}

#EmailForm label.first,
#EmailForm label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

#EmailForm label.second,
#EmailForm label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
#EmailForm label.state { width: 60px; }

#EmailForm label.first input,
#EmailForm label.city input,
#EmailForm label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

#EmailForm label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

#EmailForm label.zip,
#EmailForm label.zip input {
	float: left;
	width: 80px;
}
#EmailForm label.zip { clear: none; }

#EmailForm label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}

#EmailForm label input {
	float: left;
	width: 310px;
	padding: 0;
}

#EmailForm input.radio,
#EmailForm input#radiobutton_1,
#EmailForm input#radiobutton_2,
#EmailForm input#radiobutton_3,
#EmailForm input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.radio,
#EmailForm label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

#EmailForm input.checkbox,
#EmailForm input#checkbox_1,
#EmailForm input#checkbox_2,
#EmailForm input#checkbox_3,
#EmailForm input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the #EmailForm elements to look similar across browsers ... emulates Safari */
#EmailForm label input,
#EmailForm textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
#EmailForm input.checkbox,
#EmailForm select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
#EmailForm textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

#EmailForm label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
#EmailForm input.button {
    clear: left;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
	background-color: #EBE9ED;
}
.relaxator {
	float: left;
	clear: both;
	width: 100%;
	font-size: 1px;
	line-height: 0;
}


/*  Slideshow  */

/**************************************************************/

.loading {
	background: url(../images/gallery/loading.gif) 20% 40% no-repeat;
}

.slideshowThumbnail img {
	/*border: 1px solid white;*/
	padding: 4px;
	margin: 0px 35px 10px 0;
}
.galery-block-list .row {
	width: 300px;
	float: none;
	display: inline;
}
a:hover.slideshowThumbnail {text-decoration: none;}
a:hover.slideshowThumbnail img {
	/*border: 1px solid #ccc;*/
	padding: 4px;
}

.slideshowThumbnail {
    margin: 0px 0px 20px 0px;
    padding: 0;
    outline: none;
}
/*  Fix for Safari  */
/*\*/
html>body* .slideshowThumbnail {
	z-index: 10000000;
}
/**/



.current img {
	padding: 5px;
}

.outline {
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
	z-index: 1;
	display: none;
}


UL {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#thumbnails_contentwrapper {

z-index: 100000;

}
/*************************************************************/