* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100.01%;
}

body {
	font: 62.5%/1.4 Arial, Verdana, sans-serif;
	color: #000;
	background: #23678b;
	padding: 30px 0 0 0;
}

a img { border: 0; }

/* Clear */
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

/* Link */
a:link,
a:visited,
a:active {
	color: #3a8bc4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}





/* Fix PNG for IE */
img {behavior:	url("htc/pngbehavior.htc");}

/* Button */
.button {
	font-size: 1em;
	color: #fff;
	background: #d94e24;
	border: none;
	width: 60px;
	padding: 0 0 0 0;
	cursor: pointer;
}

.arrow {
	background: url(../img/bg-arrow.gif) no-repeat 95% 58% #d94e24;
	padding: 0 .7em 1px 0;
}

/* Typography */
h1, h2, h3 {
	font-weight: normal;
}

h1 {
	font-size: 2.4em;
	margin: 0 0 .5em 0;
	color: #000;
}

h2 {
	font: normal 25px "Times New Roman", Georgia, serif;
	color: #3a8bc4;
	margin: 0 0 7px 0;
}

.links {
	font-size: 17px;
	margin: 1em 0 0 0;
	text-decoration: none;
	color: #3a8bc4;
}
h2 a:hover {
	text-decoration: underline;
}

h3 {
	font: normal 1.6em "Times New Roman", Georgia, serif;
	color: #3a8bc4;
	margin: 0;
}

p {
	font-size: 12px;
	margin: 0 0 1em 0;
}

ul, ol {
	margin: 0 0 .5em 3em;
}

li {
	font-size: 12px;
}

li li {
	font-size: 1em;
}

/* Image in Content */
.img-right {
	float: right;
	margin: 5px 0 5px 10px;
}

.img-left {
	float: left;
	margin: 5px 10px 5px 0;
}

/* Container */
#container {
	position: relative;
	width: 990px;
	margin: 0 auto;
	background: url(../img/bg-container.png) repeat-y #fff;
}

/* Wrapper */
#wrapper {
	width: 970px;
	margin: 0 auto;
	background: url(../img/bg-wrapper.png) repeat-x;
}

/* Content */
#content {
	width: 948px;
	margin: 0 auto;
}
#content .left {
	float: left;
	width: 270px;
}

#content .right {
	float: right;
	width: 675px;
}

/* Header */
#top-border {
	width: 990px;
	height: 21px;
	margin: 0 auto;
	background: url(../img/bg-header.png) no-repeat;
}

/* Logo */
#logo {
	float: left;
	width: 228px;
	padding: 43px 0 0 40px;
}

/* Nav */
#nav {
	clear: left;
	float: left;
	width: 200px;
	padding: 40px 0 0 10px;
	margin: 0 0 0 30px;
}

#nav ul {
	list-style: none;
}

#nav li {
	text-align: right;
	padding: 0 0 1em 0;
}

#nav a:link,
#nav a:visited,
#nav a:active {
	display: block;
	font-size: .9em;
	font-weight: bold;
	color: #052943;
	text-decoration: none;
	text-transform: uppercase;
	padding: .2em 1em;
}

#nav a:hover {
	color: #ffffff;
	background: #dd5633;
}

#nav a.navlit {
	color: #ffffff;
	background: #dd5633;
}
#nav a.navlit:hover {
	color: #ffffff;
	background: #dd5633;
}


/* Subnav */
#subnav {
	float: right;
	width: 600px;
	text-align: right;
	padding: 30px 20px 0 0;
}

#subnav ul {
	float: right;
}

#subnav li {
	float: left;
	list-style: none;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 0 10px;
}

#subnav li a:link,
#subnav li a:visited,
#subnav li a:active {
	display: block;
	padding: .1em .5em;
	text-decoration: none;
}

#subnav li a:hover {
	color: #fff;
	background: #dd5633;
}

#subnav a.navlit {
	color: #ffffff;
	background: #dd5633;
}
#subnav a.navlit:hover {
	color: #ffffff;
	background: #dd5633;
}

/* Flash */
#flash {
	float: right;
	width: 670px;
	height: 260px;
}

/* Keep Bodies in Motion */
#keep-bodies-in-motion {
	position: absolute;
	margin: 82px 0 0 27px;
	z-index: 1;
}

/* Page Header */
#page-header {
	position: absolute;
	right: 0;
	margin: 105px 87px 0 0;
	z-index: 2;
}

/* Sort */
#sort {
	height: 90px;
 	margin: 130px 0 0 27px;
}

#sort ul {
	list-style:none;
}

#sort ul {
	position: relative;
  	z-index: 99;
	float: left;
	list-style: none;
	border-bottom: 1px solid #d8d9d7;
	margin: 0 2em;
	padding: 1em 0 .5em 0;
}

#sort li {
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 1em;
}

#sort li a:link,
#sort li a:visited,
#sort li a:active {
	display: block;
	float: left;
	color: #464342;
	padding: .2em .5em;
	text-decoration: none;
}

#sort li a:hover {
	color: #fff;
	background: #dd5633;
}

#sort a {
	display: block;
	padding: 0.3em .8em;
	text-decoration: none;
	text-align: center;
}

#sort li:hover,
#sort li.sfhover {
	color: #dd5633;
}

#sort li ul {
	position: absolute;
	top: -999em;
	left: 50%;
	height: auto;
	width: 196px;
	background: #f5f6e8;
	font-weight: normal;
	border-width: 1px;
	z-index: 99;
	margin: 19px 0 0 -129px;
	padding: 10px 17px;
  list-style-position: outside;
	border: 1px solid #bfc0b2;
}

#sort li li {
	width:230px;
	border:none;
  margin: 0;
}

#sort li ul a {
	width: 200px;
	text-align:left;
}

#sort li:hover a,
#sort li.sfhover a {
	color: #fff;
	background: #dd5633;
}

#sort li:hover li a,
#sort li.sfhover li a {
	color:#475153;
	background: #f5f6e8;
	text-transform: none;
	background: url(../img/sep.gif) no-repeat 22px left;
	padding: 5px 0 2px 5px;
}

/* Наведенная в доп меню */
#sort li:hover li:hover a,
#sort li.sfhover li.sfhover a {
	color: #dd5633;
	background: url(../img/sep.gif) no-repeat #f5f6e8 22px left;
}

#sort li:hover ul,
#sort li.sfhover ul,
#sort li li:hover ul,
#sort li li.sfhover ul,
#sort li li li:hover ul,
#sort li li li.sfhover ul {
	top:auto;
}

#sort-bg-left {
	float: left;
	width: 23px;
	height: 60px;
	background: url(../img/bg-s-left.png) no-repeat;
}

* html #sort-bg-left {
	back\ground-color: transparent;
	background-image: url(../img/blank.gif);
	filter: progid:DXImageTransform.Microsoft.alphaImageLoader(src="../img/bg-s-left.png", sizingMethod="crop");
}

#sort-bg-right {
	float: left;
	width: 24px;
	height: 60px;
	background: url(../img/bg-s-right.png) no-repeat;
}

* html #sort-bg-right {
	back\ground-color: transparent;
	background-image: url(../img/blank.gif);
	filter: progid:DXImageTransform.Microsoft.alphaImageLoader(src="../img/bg-s-right.png", sizingMethod="crop");
}

/* Teasers */
#teasers {
	float: right;
	padding: 2em 0 1.5em 0;
}

#teaser-1 {
	float: left;
	width: 170px;
	padding: 0 10px 0 0;
}

#teaser-1 h2 {
	font: normal 2.1em "Times New Roman", Georgia, serif;
	color: #3a8bc4;
	margin: 0 0 7px 0;
	line-height: 23px;
}


.testimonial_name {
	font: normal 1.4em "Times New Roman", Georgia, serif;
	color: #3a8bc4;
	margin: 0;

}

#teaser-1 p {
	color: #5b7684;
	line-height: 1.2;
	margin: 0;
}

#teaser-2 {
	float: left;
	width: 175px;
	background: url(../img/bg-sep.png) no-repeat;
	padding: 0 10px 0 25px;
}

#teaser-2 h2 {
	font: normal 2.1em "Times New Roman", Georgia, serif;
	color: #3a8bc4;
	margin: 0;
}

#teaser-2 p {
	color: #5b7684;
	line-height: 1.2;
	margin: 0;
}

#teaser-3 {
	float: left;
	width: 245px;
	background: url(../img/bg-sep.png) no-repeat;
	padding: 0 10px 0 25px;
}

#teaser-3 h2 {
	font: normal 2.1em "Times New Roman", Georgia, serif;
	color: #3a8bc4;
	margin: 0;
}

#teaser-3 p {
	color: #5b7684;
	line-height: 1.2;
	margin: 0;
}

/* Text Page */
#text-page-with-sort {
	float: left;
	padding: 42px 0 21px 0;
	font-size: 12px;
	color: #5b7684;
}

#text-page {
	float: left;
	padding: 42px 35px 21px 0;
	color: #5b7684;
	line-height: 1.2;
	margin: 0;
	font-size: 12px;
}

/* Person */

#all-personal {
	list-style: none;
	margin: 0;
	padding: 0;
}


#all-personal li {
	display: block;
	float: left;
	margin: 0 ;
	padding: 0;
}

.person {
	position: relative;
	float: left;
	width: 300px;
	background: url(../img/bg-person-shadow-bottom.png) no-repeat 100% 100%;
	margin: 0 25px 3em 0;
	padding: 0 0 7px 0;
	z-index: 4;
	display: block;
}

.person h2 {
	font: normal 1.8em "Times New Roman", Georgia, serif;
	color: #1d548d;
	background: url(../img/bg-person-shadow-top.png) no-repeat 0 100%;
	margin: 0;
	padding: 0 0 .8em 0;
}

.person .photo {
	float: left;
	border: 1px solid #d5cbb4;
}

.person .photo img {
	float: left;
	border: 4px solid #fff;
}

.person .info {
	font-size: 12px;
	color: #5b7684;
	margin: 0 0 0 90px;
	padding: 0;
	line-height: 15px;
}

a:link.view-profile,
a:visited.view-profile,
a:active.view-profile,
a:hover.view-profile {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0 1px 7px 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	padding: 0 1em;
	text-decoration: none;
	background: url(../img/bg-view-profile.gif) repeat-x 0 100%;
	z-index: 3;
}

/* Footer */
#footer {
	clear: both;
	width: 990px;
	height: 80px;
	color: #81a5c3;
	margin: 0 auto;
	background: url(../img/bg-footer.png) no-repeat #23678b;
}

#footer a:link,
#footer a:visited,
#footer a:active {
	color: #81a5c3;
	text-decoration: underline;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer .left {
	float: left;
	width: 625px;
}

#footer .right {
	float: right;
	width: 365px;
}

/* Phone */
#phone {
	float: left;
	padding: 20px 0 0 21px;
}

#footerlogos {
	float: left;
	padding: 15px 0 0 26px;
}

#footerlogos a {	
	padding: 0 11px 0 0;
}

/* Copyright */
#copyright {
	clear: left;
	float: left;
	width: 360px;
	font-size: 1.1em;
	padding: 17px 0 0 43px;
}

/* Newsletter */
#newsletter {
	float: right;
	padding: 22px 40px 0 0;
	text-align: right;
}

#newsletter img {
	float: left;
}

#newsletter .button {
	float: left;
	margin: 1px 0 0 0;
}

#newsletter input.subscribe {
	float: left;
	width: 150px;
	height: 16px;
	font-size: 1em;
	color: #686767;
	border: 1px solid #13567b;
	margin: 0 5px 0 1px;
}

/* address */
#address {
	float: right;
	width: 455px;
	font-size: 1.1em;
	padding: 20px 40px 0 0;
	text-align: right;
}

/* Popup */
#popup h1 {
	font: normal 1.7em Arial, sans-serif;
	color: #1e5689;
	margin: 0;
	padding: 0;
}

#popup p {
	font-size: 1em;
	color: #5b717f;
	margin: 0 0 1em 0;
}

#popup p.description {
	font-size: 1.2em;
	color: #1e5689;
	margin: 0 0 1em 0;
}

#popup .preview {
	display: block;
	float: left;
	border: 1px solid #ceceb6;
	margin: 10px 10px 0 0;
}

#popup .preview img {
	display: block;
	float: left;
	border: 4px solid #fff;
}

/* Skeleton */
#skeleton {
	position: relative;
	float: left;
	width: 258px;
	height: 380px;
	padding: 0 10px 0 0;
	background: url(../img/bg-nav-level-shadow.jpg) no-repeat 100% 0;
}

#shoulder {
	position: absolute;
	z-index: 10;
	margin: 49px 0 0 89px;
}

#elbow {
	position: absolute;
	z-index: 9;
	margin: 98px 0 0 173px;
}

#spine {
	position: absolute;
	z-index: 8;
	margin: 115px 0 0 126px;
}

#hip {
	position: absolute;
	z-index: 7;
	margin: 139px 0 0 150px;
}

#hand {
	position: absolute;
	z-index: 6;
	margin: 153px 0 0 62px;
}

#knee {
	position: absolute;
	z-index: 5;
	margin: 219px 0 0 155px;
}

#ankle {
	position: absolute;
	z-index: 4;
	margin: 284px 0 0 104px;
}

#foot {
	position: absolute;
	z-index: 3;
	margin: 292px 0 0 156px;
}

#nav-level-1 {
	float: left;
	display: block;
	width: 175px;
	padding: 30px 10px 30px 15px;
}

#nav-level-1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
}

#nav-level-1 li {
	background: url(../img/bg-sep.gif) no-repeat 0 100%;
	margin: 0;
	padding: 0 0 14px 0;
	font: normal 1.2em "Times New Roman", Georgia, serif;
}

#nav-level-1 li a:link,
#nav-level-1 li a:visited,
#nav-level-1 li a:active {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 1px 0 1px 2px;
}

#nav-level-1 li a:hover {
	color: #fff;
	background: #d85c38;
	padding-left: 5px;
}




#nav-level-7 {
	float: left;
	display: block;
	padding: 11px 10px 30px 15px;
}

#nav-level-7 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav-level-7 li {
	background: url(../img/bg-sep.gif) no-repeat 0 100%;
	margin: 0;
	padding: 11px 0 14px 0;
	font: normal 1.2em "Times New Roman", Georgia, serif;
}

#nav-level-7 li a:link,
#nav-level-7 li a:visited,
#nav-level-7 li a:active {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 1px 0 1px 2px;
}

#nav-level-7 li a:hover {
	color: #fff;
	background: #d85c38;
	padding-left: 5px;
}




#nav-level-2 {
 float: left;
	display: block;
	width: 170px;
	background: url(../img/bg-nav-level-shadow.jpg) no-repeat;
	padding: 30px 10px 30px 20px;
}

#nav-level-2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav-level-2 li {
	background: url(../img/bg-sep.gif) no-repeat 0 100%;
	margin: 0;
	padding: 0 0 13px 0;
	font: bold 1.2em Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

#nav-level-2 li a:link,
#nav-level-2 li a:visited,
#nav-level-2 li a:active {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 2px 0;
}

/* #nav-level-2 li a:hover {
	color: #fff;
	background: #d85c38;
	padding-left: 6px;
} */

#nav-level-2 li a.current {
	color: #fff;
	background: #d85c38;
	padding-left: 6px;
}

.content_sep {
	width: 100%x;
	height: 35px;
	margin: 0 auto;
	background: url(../img/content_sep.jpg) no-repeat center center;
	clear: both;
}
.form {
	margin: 0;
	padding: 0;
}

.form p {
	margin: 0 0 .5em 0;
	padding: 0;
}

.form input.text, textarea.text {
	display: block;
	width: 450px;
	margin: 0 0 20px 0;
	font: normal 12px Arial, sans-serif;
}

.form .radio {
	margin: 5px 5px 0 0;
}
