/********************************************************/
/* ---------------------------------------------------- */
/* CSS RESET
/* ---------------------------------------------------- */
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, acronym, address, big, cite,
em, img, small, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html, body {  width: 100%; height: 100%; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 20px; }
html, body, h1, h2, h3, p, ul, li, form, fieldset, label, input { margin: 0; padding: 0; }

fieldset, img { border: none; }
ul { list-style-type: none; }
legend, { display:none; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }

/* remember to define focus styles! */

:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
.clear {clear:both;}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: center;
	font-weight: normal;
}
a {
	color: #095AA8;
	text-decoration: none;
}
a:hover { 
	color: #111; 
	cursor: pointer;
	text-decoration: underline; 
}

h1, h2, h3, h4, h5, h6, strong { font-weight: bold; }

h1 { font-size: 18px; }
h2 { font-size: 17px; }
h3 { font-size: 16px; }
h4 { font-size: 15px; }
h5 { font-size: 14px; }
h6 { font-size: 13px; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1;
}
/********************************************************/

/* ---------------------------------------------------- */
/* GENERAL
/* -------------------------------------------------- */


body { background: #ffffff url("../imgs/body-bg.png") repeat-x left top; }

.out_wrap { border-top: 2px solid #d8f1f5; width: 100%; background: url("../imgs/bg-light.png") no-repeat left top; }

.inner_wrap { width: 980px; margin: 0 auto; overflow: hidden; position: relative; }

#header { width: 980px; margin: 0 auto; overflow: hidden; }

#header h1 { 
	width: 595px; 
	height: 133px; 
	float: left;
	padding-left: 42px;
}

#header h1 .logo { 
	display: block; 
	width: 154px; 
	height: 130px; 
	background: url("../imgs/logo.png") no-repeat left top;
	text-indent: -10000px;
	float: left;
}

#header h1 .slogan { 
	display: block; 
	width: 437px; 
	height: 50px; 
	background: url("../imgs/slogan.png") no-repeat 10px top;
	text-indent: -10000px;
	float: left;
	margin-top: 79px;
}

#header .language { 
	float: right; 
	width: 90px;
	height: 23px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	background: #d3eef3 url("../imgs/lang-divider.png") no-repeat center center;
	margin-right: 43px;			
}



#header .language li { float: left; padding-left: 14px; }

#header .language li a { 
	float: left;
	font-size: 12px;
	color: #1f1f1f;
	text-shadow: 0.5px 0.5px 1px #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

#search_form { 
	float: right; 
	width: 290px; 
	height: 40px;
	background: url("../imgs/search-bg.png") no-repeat left top;
	margin-top: 70px;
	padding-right: 42px;
}

#search_field { 
	width: 236px; 
	height: 39px; 
	border: none; 
	background: none; 
	padding-left: 10px;
	float: left; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #686868;
}

#search_subm { 
	width: 43px;
	height: 39px; 
	border: none; 
	background: none; 
	float: left;
	text-indent: -10000px;
	cursor: pointer;
}

.slideshow { 
	width: 980px; 
	float: left; 
	position: relative; 
	margin-top: 27px;
}

#slide{
	width: 884px;
	height: 230px;
	overflow: hidden;
	border: 7px solid #ffffff;
	margin: 0 auto;
}

.nav a { 
	position: absolute; 
	display: block;
	text-indent: -10000px;
	width: 33px;
	height: 36px;
	top: 95px;
}

#prev2 { left: 8px; background: url("../imgs/arrow-prev.png") no-repeat 8px top; }
#next2 { right: 8px; background: url("../imgs/arrow-next.png") no-repeat -8px top;  }

#content { 
	width: 960px; 
	margin: 18px auto; 
	background: #ffffff;
	overflow: hidden;
}

.left_block { float: left; width: 175px; }

.left_block .title { 
	font-size: 15px; 
	color: #ffffff;
	width: 165px; 
	height: 30px; 
	background: #fbab34; 
	border-top: 1px solid #af7724; 
	padding: 13px 0 0 10px; 
}

.map { margin-top: 10px; position:relative; }

.central_block { float: left; width: 500px; padding: 0px 15px; margin-top: 2px;}

.txt { height: auto; }

.txt img { float: left; padding: 3px 7px 5px 0; }

.short_txt { height: 470px; overflow: hidden; }

.txt p,
.short_txt p { 
	font-size: 13px;
	color: #3c3c3c;
	margin-bottom: 10px;
	line-height: 20px;
}

.central_block .title { 
	color: #075767; 
	font-size: 15px; 
	border-bottom: 1px dotted #8f8f8f; 
	padding-bottom: 10px
}

.read_more, 
.read_more1 { float: right; font-size: 13px; color: #075766; margin-top: 10px; }

.read_more1 { margin-bottom: 20px }
.read_more { margin-bottom: 11px; }
.right_block { float: right; width: 250px; }

.right_block .title,
#right-block .title { 
	font-size: 15px; 
	color: #ffffff;
	width: 240px; 
	height: 30px; 
	background: #fbab34; 
	border-top: 1px solid #af7724; 
	padding: 13px 0 0 10px; 
}

#right-block .title { background-color: transparent; border-top: none; }

.news_block { border: 1px solid #cccccc; border-top: none; height: 482px; max-height: 482px; overflow: hidden; }

.news:last-child { border-bottom: none; }

.news { border-bottom: 1px dotted #8f8f8f;  padding: 0 5px 5px 0; margin-bottom: 5px; }

.news p, .descr { font-size: 13px; color: #4e4e4e; padding-left: 15px; line-height: 21px; }

.descr { padding: 0; }

.date { font-size: 12px; color: #808080; }

.news .news_title { color: #171717; font-size: 13px; margin: 5px 0 10px 0; }

.news .news_title a { color: #171717; }

.calendar { float: left; margin-bottom: 20px; }

.calendar .title { background-color: #22a8c3 !important; border-top: 1px solid #1a7f94; }

.calendar form { float: left; }

.calendar table { float: left;  width: 250px; margin: 0 0 10px 0; border: 1px solid #e8e8e8; border-top: none;}

.calendar_select { width: auto; }

.calendar_select select { 
	width: 85px;
	height: 24px;
	
}

.calendar_select div:first-child select {  width: 130px !important; }

div.cmf-skinned-select:first-child { width: 130px !important; background-position: 110px 9px; }

div.cmf-skinned-select {
    background: url("../imgs/select-dropdown.png") no-repeat 65px; 5px; 
	border: 1px solid #cdcdcd;
	float:left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 2px;
	margin-top: 1px;
}
div.cmf-skinned-text {
    padding: 1px 0 1px 5px;
}

.calendar_days_today { background-color: #22a8c3;}

.calendar_button input {
	width: 27px; 
	height: 26px; 
	background: url("../imgs/calendar-submit.png") no-repeat left top; 
	border: none;
	cursor: pointer;
}

.banners_inn { margin-top: 0; float: right; width: 220px; }

.banners_inn a { margin-top: 20px; }

.banners p { float: left; margin-top: 1px; }

.banners a { display: block; float: right; margin-top: 15px;  margin-right: 16px; }

#footer { 
	width: 980px; 
	background: url("../imgs/footer-bg.png") repeat-x left top; 
	overflow: hidden; 
	padding-top: 20px; 
	margin-bottom: 15px;
}

.footer_menu { float: left; }

.footer_menu li { float: left; padding: 5px;}

.footer_menu li a{
	border-right: 2px solid #b3b3b3; 
	padding-right: 7px;
	color: #0d61a8;
	font-size: 13px;
	display: block;
}

.footer_menu .last { border: none;}


.socials { float: right; margin-top: -5px;}

.socials li { float: right; padding: 5px; }

.copyright { float: left; font-size: 12px; color: #363636; }

.created_in { float: right; }

.shadow { 
	position: absolute; 
	background: url("../imgs/shadow.png") no-repeat left top; 
	width: 993px; 
	height: 68px; 
	top: 413px;
	left:-7px;
	z-index: -1;
}
















.container {
	margin:0 auto;
	/*margin-top: -6px;*/
	overflow: hidden;
	padding-bottom: 10px;
}
.container.inner {
	/*margin-top: -10px;*/
	min-height: 500px;
	overflow: hidden;
}
#main {
	margin-top: 14px;
	overflow: hidden;
	float: left
}

/**ADMIN MENU**/
#admin_menu {
	width: 98%;
	position:fixed;
	z-index:99999;
	left: 0; top: 0;
	background:#222;
	color:#ddd;
	padding: 1px 1%;
	font-size: 10px;
	border-bottom: 2px solid #777;
}
#admin_menu a {
	color:#fff;
}
/* ------------------------------ */
/* TOP MENU
/* ---------------------------- */
div#top-menu-container {
	width: 980px;
	margin: 0 auto;
	padding-bottom:35px;
}

#top-nav li.selected a,
#top-nav li:hover>a,
#top-nav li.par_selected>a {
	background-color: #4eb9cf;
}

#top-nav li.par_selected .selected a { color: #ffffff; }
#top-nav {
	float: left; 
	height: 43px;
	padding: 14px 17px 14px 20px;
	margin-bottom: 25px;
}
#top-nav li {
	 float: left; text-shadow: 0.5px 0.5px 1px #ffffff; position: relative;
}
#top-nav>li:first-child {
	border: none;
}
#top-nav li a {
	float: left; 
	padding: 12.7px; 
	font-size: 15px; 
	color: #1a1a1a; 
	display: block;
	height: 100%;
}


/* 2-level */
#top-nav li ul {
	display:none;
	position:absolute;
	left:0; top:37px;
	width:250px;
	z-index: 1;
}
#top-nav li:hover ul {
	display:block;
}
#top-nav li ul li {
	background-color:#4fbacf;
	border-left: none;
	float: none;
	clear: both;
	height: auto;
	*margin-top: -1px;
}

#top-nav li ul li a {
	border-top:1px dotted #588c96;
	display: block;
	float: none;
	clear: both;
	background-image:none;
	color:#000000;
	overflow: hidden;
	font-size: 11px;
	line-height: 22px !important;
	text-shadow: none;
	padding-left: 20px;

}

#top-nav li li a {
	background-color: #4fbacf !important;
}
#top-nav li li a:hover {
	background: url("../imgs/arrow-left-hover.png") no-repeat 0 12px;
	text-decoration: none;
	color: #ffffff;
}
#top-nav li ul li:first-child a {
	
}
/* 3-level */
#top-nav ul ul {
	display:none !important;
	position:absolute;
	width:250px;
	left:248px;	top:0;
	border-left: 1px solid #fff;
}
#top-nav li ul li:hover ul    {
	display:block !important;
}


/* ------------------------------ */
/* LANG CHANGER
/* ---------------------------- */
#lang_ch {
	float: left;
	margin-left: -2px;
}
#lang_ch li {
	border-left:1px solid #095AA8;
	background-color:#9bc1e6;
	float:left;
	height:27px;
	line-height:24px;
}
#lang_ch li a {
	float:left;
	width:71px;
	height:100%;
	padding:0 10px;
	color:#fff;
	font-size:14px;
	font-weight:bold;	
	text-align:center;
}
#lang_ch li a:hover {
	text-decoration: none;
	background-color: #00b8b8;
}
/* ------------------------------ */
/* HOME PAGE
/* ---------------------------- */
.home-right-block {
	float: right;
	width: 498px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
.home-left-block {
	float: left;
	width: 175px;
}
.home-right-block h3, .home-left-block h3 {
	height: 43px;
	color: #589536;
	padding-left: 1px;	
}
.home-big-pic {
	width: 482px;
	height: 478px;
	background: url("../imgs/background_homepage-flash.jpg") no-repeat right bottom;	
	float: left;
}
/** LOGO **/
.logo {
	float: right;
	padding-top: 10px;
}
.logo.inner {
	margin-top: -10px;
}
.logo.inner img {
	margin-top: -8px;
	padding-bottom: 8px;
}
.logo img {
	border: 0;
}
.logo .tel {
	width:234px;
	height: 53px;
	margin-top: 58px;
	background-color: pink;
	text-indent: -9999em;
	background:url("../images/phones.png") no-repeat 0 0; 
}
/** FEATURED MENU **/
.feat-nav-container {
	width: 200px;
	float: left;
}
.feat-nav-container a {
	color: #333;
} 
.feat-nav-container h3 {
	height: 40px;
	color: #005DA9;
	padding-left: 24px;	
}
#feat-nav {
	list-style: none;
	padding-left: 5px;
}
#feat-nav li {
	font-size: 12px;
	line-height: 15px;
	padding: 6px;
	background: url("../imgs/arrow.gif") no-repeat 5px 9px;
	padding-left: 20px;
	font-weight: bold; 
	border-bottom: 1px solid #ccc;
}
/** ---------------------------------------------------------------------- ADMINISTRATION **/
.home-administration {
	width: 256px;
	float: left;
	padding-left: 16px; 
}
.administration-list ul {
	border: 1px solid #bdd4e8;
	background-color: #e3eef4;
	height: 364px;
	overflow: auto;
}
.administration-list ul li {
	padding: 7px 7px 7px 10px;
	border-bottom: 1px solid #bdd4e8;
	color: #555;
}
.administration-list ul li h4 {
	font-size: 14px;
}
.administration-list ul li p {
	font-size: 12px;
}
/** -------------------------------------------------------------------------------- SEARCH **/
#search-block {
	height: 36px;
	padding-top: 34px;
}
#search-block.inner {
	float: right;
	padding: 67px 10px 0 0;
}
#search-block.inner #search-form .search-field {
	 width:388px;
}
/* ---------------------------- */
/* SEARCH
/* ------------------------- */
#search-form {
    width:100%;
    height:31px;
    float:left;
    position:relative;
    text-align:right;
	overflow: hidden;
}
#search-form .eng-geo {
    display:none;
}
#search-form .search-field {
    width:400px;
    height:18px;
	padding-bottom: 1px;
	background-color: #fff;
    border: 1px solid #6a87aa;
    float:left;
    font-size:12px;
    color: #777;
	margin: 8px 0 0 9px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#search-form .submit {
    width:72px;
    height:21px;
	border: 1px solid #00699b;
	padding-bottom: 3px;
    float: left;
    display: inline;   
    margin: 8px 0 0 5px;
	background-color: #0080c0;
	color: #fff;
	font-size:10px;
	cursor:pointer;
	text-transform:uppercase;  
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
}
#search-form .submit:hover {
	background-color: #00B8B8;
}
/** ----------------------------------------------------------------------------- HOME NEWS **/
.home-news {
	width: 224px;
	padding: 0 10px;
	float: left;
}
/** ------------------------------------------ SUPER NEWS **/
.super-news h3 {
	padding-top: 1px; 
	padding-bottom: 5px; 
}
.super-news p {
	margin-bottom: 8px
}
.super-news .read-more {
	text-align: right;
	padding-right: 3px;
}
.super-news .read-more a {
	color: #025dba;
	font-weight: bold;
}
.read-more a:hover { 
	text-decoration: underline; 
}
/** ------------------------------------------ TOP NEWS **/
.top-news-list {
	list-style: none;	
}
.top-news-list li {
	font-size: 12px;
	line-height: 15px;
	padding: 6px;
	background: url("../imgs/arrow.gif") no-repeat 3px 10px;
	padding-left: 20px;
	color: #555;
}
.top-news-list li h4 {
	font-size: 14px;
}
.top-news-list li a { 
	color: #444; 
}
.top-news-list li a:hover { 
	color: #111; 
}
/** ------------------------------------------ LINKS AND BANNERS **/

#quick-nav {
	overflow: hidden;
}
#quick-nav li {
	width: 100px;
	float: left;
	font-size: 12px;
	line-height: 15px;
	padding: 5px 0;
	background: url("../imgs/arrow.gif") no-repeat 2px 9px;
	padding-left: 17px;
	font-weight: bold; 
}
#quick-nav li a {
	color: #555;	
}
/** ----------------------------------------------------------------------------- INNER PAGES LAYOUT **/
#inner-head-area {
	background: url("../imgs/background_bodypage-flash.png") no-repeat 3px 100%; 
}
#left-block {
	float: left;
	display: inline;
	width: 0;
}
#center-block {
	float: left;
	display: inline;
	width: 675px;
	padding: 0 14px 18px 14px;
}

#center-block .news .date { padding-left: 140px; }

#right-block {
	float: right;
	display: inline;
	width: 254px;
}
/* ------------------------------ */
/* LEFT SUB MENU
/* ---------------------------- */
/*.feat-nav-container a {
	color: #333;
} 
.feat-nav-container h3 {
	height: 40px;
	color: #005DA9;
	padding-left: 24px;	
}*/
.sub-menu {
	list-style: none;
	width: 252px;
	background-color: #e7e7e7;
	border-top: 1px solid #a1a1a1;
	margin: 31px 0;
	clear:both;
}
.sub-menu li {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold; 
}
.sub-menu li a {
	color: #333;
	padding: 15px 5px 15px 15px;
	display: block;
}

.sub-menu li.selected > a,
.sub-menu li a:hover {
	color:#ffffff;
	background-color: #22a8c3;
	text-decoration: none;
}
.sub-menu li ul {
	display: none;
}
.sub-menu li.selected ul, .sub-menu li.par_selected ul {
	display: block;
}
/** ------------------------------------------------------------------------------------- INNER PAGES  **/
/* ------------------------------ */
/* TXT PAGE TYPE
/* ---------------------------- */

.txt_page { margin-top: 14px; }
.txt_page p {
 	font-size: 14px;
	line-height: 21px;
    margin-bottom: 21px;	
}
.txt_page strong, .txt_page b { font-weight: bold; }
.txt_page ul, .txt_page ol {
	padding-left: 20px;	
}
.txt_page ul {
 	list-style: disc;	
	font-size: 14px;
    margin-bottom: 21px;
    margin-left: 36px;
    margin-top: -15px;
}
.txt_page ol {
 	list-style: decimal;
    font-size: 14px;
    margin-bottom: 21px;
    margin-left: 40px;
    margin-top: -15px;
}
.txt_page li {
	line-height: 21px;
	color: #3C3C3C;
} 

.txt_page li ul {
	margin-left: 16px;
    margin-top: 0;
	margin-bottom: 0;
} 
 
 
h1.pageTitle {
	color:#075766;
	font-family: Sylfaen,Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:normal;
	line-height:26px;
	padding-bottom: 10px;
	padding-right: 3px;
	margin-top: 5px;
	line-height: 20px;
	text-transform: uppercase;
}

h1.pageTitle { border-bottom: 1px dotted #8f8f8f; margin-bottom: 10px; }

.txt_page h1.title { font-size: 14px; color: #363636; line-height: 27px; text-transform: uppercase; }

.print_me { float: right; }
/* ------------------------------ */
/* SEARCH PAGE TYPE
/* ---------------------------- */
.search-found {
	padding-bottom: 6px;
	height: 16px;
	line-height: 16px;
	font-size: 15px;
	color: #555;
	margin-top: 5px;
	text-transform: uppercase;
}
.search-found .number {
	font-weight: bold;
	color: #333;
}
.search-results {
	padding-top: 10px;
}
.search-results li {
	border-bottom: 1px dotted #B4D7F7;
	padding: 10px 0px;
	overflow: hidden;
}

/* ------------------------------ */
/* FOOTER
/* ---------------------------- */

#footer {
	width:980px;
	height: 100px;
	margin:0 auto;
	overflow: hidden;	
	font-size: 12px;
	color: #444;
}
#footer .footer-info {
	overflow: hidden;
}

#footer #foot-nav {
	width: auto;
}
#footer #foot-nav li {
	float: left;
	padding-left: 10px;
	border-left: 1px solid #999;
	margin-left: 10px; 
}
#footer #foot-nav li#first {
	margin-left: 0;
	padding-left:0;
	border-left: none;
}

#footer #foot-nav li a { color: #0d61a8; }

/*SITEMAP*/

.sitemap {
	width:400px;
	overflow:hidden;
	padding-left: 36px;
}

.sitemap li ul {
	margin-left:10px;
	list-style-type: square;
}

.sitemap li {
	padding-left:10px;
	margin-top:5px;
	list-style-type: square;	
}

.sitemap li a {
	font-size: 	14px;
	color: #04697d;
	text-decoration: underline;
}

.sec_title {
	float:left;
	font-size:14px;
}

.add { float:right; }

/*******/
.news {
	border-bottom:1px dotted #b4d7f7;
	margin-top:9px;
	overflow:hidden;
	padding-bottom:10px;
}

.news a,
.news_title {
    color: #212121;
    display: block;
    font-size: 12px;
    margin-left: 15px;
    width: 97%;
	font-weight: normal;
	text-transform: uppercase;
}

.news a:hover ,
.news_title:hover { color: #046a7f; text-decoration: none;  }

.news_title { margin-left: 0; display: inline; }

.date {
	margin-bottom: 0px !important;
	padding-bottom: 2px;
	color: #888;
}
a.img {
	float: left;
	padding: 3px;
	background-color: #d6d6d6; 
	margin-right: 10px;
	width: auto;
}
 a.img img {
	float: left;
}

.news h3 {
	font-size: 12px;
	padding-bottom: 7px;
}
/*******/

.gallery_items {
	width: 182px;
	overflow:hidden;
	padding-bottom:10px;
	float: left;
	padding-right: 40px;
	margin-top: 20px
}

.gallery_items .gallery-element {
	float:left;
	background: url("../images/gal-cover-border.png") no-repeat left top;
	height: 127px;
    width: 183px;
}

.gallery_items .right_bl_top {
	float:left;
	width:182px;
}

.gallery_items .right_bl_top .desc {
	margin-top:10px;
	font-size:10px;
}
.right_bl_top img {
	display: none;
}
.gallery-element {
	overflow: hidden;
}
.gallery-element .the_image {
	float: left;
}
.gallery-element .the_image a {
	float: left;
	padding: 2px;
	border: 1px solid #ccc;
	margin: 0 12px 14px 0;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
} 
.gallery-element .the_image.zero a {
	margin-right: 0;
}

.gal-bl-desc {
	 font-size: 13px; 
	 color: #474747; 
	 margin-top: 15px; 
	 display: block;
}

.gal-bl-desc:hover { color: #13798d; text-decoration: none; }


/****/
.pager {
	padding: 20px 0 5px 0;
}
.pager a {
	padding: 10px;
	border: 1px solid #dbdbdb;
	font-size:12px; 
	color: #5d5d5d;
	background: url("../imgs/pager-bg.png") repeat-x left top;
}

.pager a:hover { color: #25aac5; text-decoration: none; }

.pager b {
	padding: 10px;
	border: 1px solid #dbdbdb;
	font-size:12px; 
	color: #ffffff;
	background: url("../imgs/pager-bg-hover.png") repeat-x left top;
}

.feat-nav-container ul { 
    background: url("../imgs/kid-menu-arrow.png") no-repeat scroll 33px 14px transparent;
    margin-top: 5px;
    padding-left: 33px;
    width: 207px;
}

.feat-nav-container ul li { 
	margin-left: 10px;
	height: 40px;
	background: #e7e7e7 url("../imgs/li-border-bottom.png") repeat-x left bottom;
}

.feat-nav-container ul li:first-child { border-top: 1px solid #bdbdbd; }

.feat-nav-container ul li a { 
	padding-left: 30px; 
	padding-right: 10px;
	color: #2d2d2d; 
	font-size: 13px; 
	height: 27px;
	padding-top: 10px;
	display: block;
	text-transform: uppercase;
	line-height: 15px;
}

.feat-nav-container ul li a:hover { color: #b26c04; }
#head_menu, #arm_menu, #heart_menu, #abdominal_menu, #back_menu, #feet_menu, .calendar_head  { display:none; }

#submenu { float: left; }

#submenu div { 
	width: 289px; 
	height: 61px; 
	float: left;
	background-color: #efefef;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 34px 22px 0 0;
	text-align: center;
	
}

#submenu div a { 
	font-size: 13px;
	color: #3a3a3a;
	width: 289px; 
	height: 61px;
	display: block;
	vertical-align: middle;
	display: table-cell;
}

#submenu div a:hover { text-decoration: none; color: #3096aa; }

/* contact page */

#fdb_fields { float: left; }

#fdb_titles { padding: 5px 28px 5px 0; }

#fdb_titles .input input,
#fdb_titles .input textarea { 
	width: 280px; 
	height: 34px; 
	border: 1px solid #c5c5c5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline: none;
	padding: 2px 5px;
	font-size: 12px; 
	color: #636363;
}

#fdb_titles .input textarea {  
	width: 601px;
	height: 140px;
	resize: none;
	padding-top: 5px;
}

#fdb_titles .label { font-size: 13px; color: #636363; padding-bottom: 10px; padding-left: 5px; }

#fdb_send input { 
	float: right; 
	margin-right: 62px; 
	background: url("../imgs/fdb-send.png") no-repeat left bottom; 
	width: 110px;
	height: 34px;
	text-indent: -10000px;
	border: none;
	cursor: pointer;
}

#fdb_thanks { font-size: 14px; font-weight: bold; margin-top: 85px; }

input.error,
textarea.error { border: 1px solid #f11313 !important; }

.cufon-canvas { display: none; }

.head_text a { 
	width: 85px;
	height: 23px;
	text-indent: -10000px;
	background: url("../imgs/homepage.png") no-repeat left bottom; 
	float: right;
	display: block;
	margin-right: 15px;
	cursor: pointer;
	padding: 0 !important;
}


