﻿* {
	margin:0;
	padding:0;
	outline:0;
	border:0;
}
html, body {
	background:#fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
		font-size: 18px;
		margin-bottom: 15px;
}

.content_header {
		text-align: center;
}

a {
	color:#000;
	text-decoration: none;
}

a:hover	{	text-decoration:none;	}

div	{	position:relative;	}

input:focus:-moz-placeholder {
	color:transparent!important;
}
input:focus:-ms-input-placeholder {
	color:transparent!important;
}
input:focus::-webkit-input-placeholder {
	color:transparent!important;
}
input:-moz-placeholder {
	color:#464646;
	font:italic 14px Arial;
}
input:-ms-input-placeholder {
	color:#464646;
	font:italic 14px Arial;
}
input::-webkit-input-placeholder {
	color:#464646;
	font:italic 14px Arial;
}
	
input, select {
		outline: none;
}

.standart_link {
		color: #f47920;
		text-decoration: underline;
}

.standart_link:hover {
		text-decoration: none;
}

.header_link {
		display: block;
		padding-left: 35px;
		margin-bottom: 15px;
}

.date {
		font-size: 14px;
		font-style: italic;
}

p {
		font-size: 14px;
		margin: 0;
}

/**********main************/

html, body {
	height: 100%;
	width: 100%;
}

#wrapper,
#footer_wrap {
	min-width: 960px;
	max-width: 1560px;
	padding: 0 20px;
	margin: 0 auto;
}

#wrapper {
	min-height: 100%;
}

* html #wrapper {
	height: 100%;
}

#footer_wrap {
	height: 56px;
	margin-top: -56px;
}

#header {
	padding-top: 20px;
}

#header, 
#header table {
	width: 100%;
}

/***header***/

#header table td {
	text-align: center;
	vertical-align: middle;
}

#header table td>div {
	margin: 0 auto;
}

#logo_block {
	width: 302px;
	padding: 0px;
	font-style: italic;
	font-size: 14px;
}

#head_info_block {
	width: 270px;
	padding: 0 15px;
	text-align: left;
	font-style: italic;
	font-size: 15px;
}

.orange_txt {
	color: #f5781e;
	font-size: 22px;
	text-decoration: none;
}

.corner {
		display: block;
		position: absolute;
		background-image: url(../images/corners.png);
		background-repeat: no-repeat;
}

.gray_block {
	background: url(../images/grey_bg.png) repeat;
}

.gray_block>.corner.lc {
		background-position: -105px 0;
		width: 34px;
		height: 35px;
		left: -10px;
		top: -6px;
}

.gray_block>.corner.rc {
		background-position: -105px -50px;
		width: 36px;
		height: 44px;
		right: -11px;
		bottom: -15px;
}

.orange_block {
		background: url(../images/orange_bg.png) repeat;
}

.orange_block>.corner.lc {
		background-position: -150px 0;
		width: 33px;
		height: 39px;
		left: -9px;
		top: -9px;
}

.orange_block>.corner.rc {
		background-position: -150px -50px;
		width: 34px;
		height: 43px;
		right: -9px;
		bottom: -13px;
}

#action.orange_block>.corner.rc {
	right: -16px;
}

#user_block {
	height: 90px;
	width: 310px;
	text-align: left;
}

#user_block>span,
#top_nav>span {
	display: block;
	position: absolute;
}

.top_shadow {
	display: block;
	position: absolute;
	height: 7px;
	width: 100%;
	top: 0;
	left: 0;
	margin-top: -7px;
	background: url(../images/top_shadow.png) repeat-x;
}

.bottom_shadow {
	display: block;
	position: absolute;
	height: 14px;
	width: 100%;
	top: 100%;
	left: 0;
	background: url(../images/bottom_shadow.png) repeat-x;
}

.left_shadow {
	display: block;
	position: absolute;
	width: 11px;
	height: 100%;
	top: 0;
	left: 0;
	margin-left: -11px;
	background: url(../images/left_shadow.png) repeat-y;
}

.right_shadow {
	display: block;
	position: absolute;
	width: 11px;
	height: 100%;
	top: 0;
	left: 100%;
	background: url(../images/right_shadow.png) repeat-y;
}

.left_bottom_shadow {
	display: block;
	position: absolute;
	height: 14px;
	width: 11px;
	top: 100%;
	left: 0;
	margin-left: -11px;
	background: url(../images/left_bottom_shadow.png) no-repeat;
}

.right_top_shadow {
	display: block;
	position: absolute;
	height: 7px;
	width: 11px;
	top: 0;
	left: 100%;
	margin-top: -7px;
	background: url(../images/right_top_shadow.png) no-repeat;
}

#cabinet {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: absolute;
	left: 36px;
	top: 0;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	text-decoration: none;
	text-shadow: 1px -1px 2px #000;
	padding-left: 25px;
	padding-right: 5px;
	cursor: pointer;
				color: #fff;
}
#cabinet.open {
	background:#fff;
	color:#464646;
	font:bold 16px/30px Arial;
	text-shadow:none;
	z-index:101;
}
.open .corner.lc,
.open .corner.rc {
	background:url('../images/white-corner.png') 0 0 no-repeat!important;
	display:block!important;
}
.open .corner.rc {
	background-position:100% 0!important;
}

.under {
	background: url(../images/under.png) 0 bottom repeat-x;
}

#cabinet>i {
	position: absolute;
	display: block;
	height: 16px;
	width: 16px;
	left: 0;
	top: 6px;
	background: url(../images/icons.png) no-repeat -100px 0 transparent;
}
#cabinet.open>i {
	background-position:-169px 0;
}

.modal-login {
	width:454px;
	position:absolute;
	top:11px;
	right:-19px;
	z-index:100;
}
.modal-login .ml-top,
.modal-login .ml-bottom {
	width:454px;
	height:58px;
	background:url('../images/modal-bg.png') 0 0 no-repeat;
}
.modal-login .ml-bottom {
	background-position:0 100%;
}
.modal-login .ml-center {
	width:454px;
	padding:1px 0;
	background:url('../images/modal-bg.png') 100% 0 repeat-y;
}


.gray_link {
		min-height: 30px;
}

.gray_link:hover {
		background: url(../images/taupe_bg.png) repeat;
}

.gray_link .corner.lc {
	display: none;
	position: absolute;
	height: 30px;
	width: 25px;
	top: 0;
	left: 0;
	margin-left: -25px;
	background: url(../images/corners.png) no-repeat;
	z-index: 2;
}

.gray_link .corner.rc {
	display: none;
	position: absolute;
	height: 30px;
	width: 25px;
	bottom: 0;
	left: 100%;
	background: url(../images/corners.png) 0 -50px no-repeat;
	z-index: 2;
}

.gray_link:hover .corner{
		display: block;
}

#cabinet:hover>b {
	display: block;
}

#basket_user {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: absolute;
	left: 36px;
	top: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px -1px 1px #000;
	padding-left: 40px;
	padding-right: 5px;
	cursor: pointer;
}

#basket_user>i {
	position: absolute;
	display: block;
	height: 24px;
	width: 31px;
	left: 9px;
	top: 2px;
	background: url(../images/icons.png) no-repeat -60px 1px transparent;
}

#basket_user>span {
	font-weight: bold;
}

#cabinet:hover>b,
#basket_user:hover>b {
	display: block;
}

#search {
	left: 0;
	top: 60px;
	width: 280px;
	height: 30px;
	text-align: left;
}

#search_field{
	height: 20px;
	line-height: 20px;
	margin-top: 5px;
	/*margin-top: 4px;*/
	padding: 0;
	border: none;
	padding-left: 43px;
	width: 240px;
	background-color: #e6e6e6;
	color:#f77419;
	font:italic bold 14px Arial;
}
#search_field:focus {
	
}

#search.active>.corner.lc {
	background-position: -230px 0px;
}

#search.active>.corner.rc {
	background-position: -230px -50px;
}

#search.active #search_field {
	border: 5px solid #f1741a;
	position: relative;
	top: -5px;
	border-right: none;
	border-left: none;
	background-color: #fff;
}

#search>.corner.lc {
	position: absolute;
	display: block;
	height: 30px;
	width: 32px;
	top: 0;
	left: 0;
	z-index: 5;
	background-position: -190px 0;
}

#search>.corner.rc {
	position: absolute;
	display: block;
	height: 30px;
	width: 31px;
	bottom: 0;
	left: 279px;
	z-index: 5;
				background-position: -190px -50px;
}

#search.focused {
	background: url(../images/orange_bg.png) repeat;
}

#search.focused>.corner.lc {
		background-position: -230px 0;
}

#search.focused>.corner.rc {
		background-position: -230px -50px;
}

#search.focused input {
	background-color: #fff;
}

.magnifier {
	display: block;
	position: absolute;
	left: 27px;
	top: 10px;
	height: 13px;
	width: 13px;
	z-index: 6;
	background: url(../images/icons.png) no-repeat -70px -30px;
}

.orange_link {
		min-height: 30px;
		position: relative;
		color: #fff;
		text-shadow: 1px -1px 2px #b43c00 !important;
}

.orange_link.active {
		text-shadow: 1px -1px 2px #fff !important;
}

.orange_link:hover {
		background: url(../images/dark_orange_bg.png) repeat;
}


#top_nav {
	background: url(../images/orange_bg.png) repeat left 0px;
	margin-top: 15px;
	width: 100%;
	z-index: 7;
	min-height: 30px;
	-webkit-box-shadow: 0 -1px 5px 1px #ddd;
	/*box-shadow: 0 -1px 1px 0 #dcdcdc;*/
}

#top_nav ul {
	padding:0 100px;
    text-align: justify;
    line-height: 0;
    font-size: 1px;
    text-justify: newspaper;
    zoom:1;
    text-align-last: justify;
	
	z-index: 8;
}
#top_nav ul:after {
	width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block
}

#top_nav li {
                        
	display: inline-block;
	*display: inline;
	*zoom: 1;
    text-align: left;
    line-height: normal;
    font-size: 14px;
    vertical-align: top;
	margin-bottom:0px;
	/*position: relative;*/
	z-index: 8;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	vertical-align: top;
	text-align: center;
	padding: 0 1px;
}
#top_nav li:first-child {
	padding-left: 20px;
	background:transparent;
	padding: 0 1px!important;
	position: absolute;
	top:0;
	left:18px;
}
#top_nav li.sitemap {
	/*position: absolute;*/
	right:20px;
	bottom:0;
	padding: 0 1px!important;
}
#top_nav li.devider {
	width:14px;
	background:url('../images/menu-separ.png') 0 50% no-repeat;
}

#top_nav a {
	position: relative;
	display: inline-block;
				line-height: 30px;
				height: 30px;
	*display: inline;
	*zoom: 1;
	text-decoration: none;
	padding: 0 10px;
	margin: 0 11px;
	white-space: nowrap;
}

.divider {
		position: relative;
		height: 30px;
		width: 14px;
		padding: 0;
}

.divider>span {
		display: block;
		position: relative;
		background: url(../images/icons.png) -100px -30px no-repeat;
		height: 14px;
		width: 14px;
		top: 7px;
}

#sitemap>span {
		position: relative;
	display: block;
	width: 24px;
	height: 18px;
				top: 6px;
	background: url(../images/icons.png) -25px 0 no-repeat;
}

#home>span {
		position: relative;
	display: block;
	width: 16px;
	height: 14px;
				top: 7px;
	background: url(../images/icons.png) 0 0 no-repeat;
}

.orange_link>.corner.lc {
	display: none;
	position: absolute;
	width: 26px;
	height: 30px;
	left: -26px;
	top: 0;
	background: url(../images/corners.png) -34px 0 no-repeat;
}

.sitemap {
	height: 30px !important; 
}

.orange_link>.corner.rc {
	display: none;
	position: absolute;
	width: 26px;
	height: 30px;
	left: 100%;
	top: 0;
	background: url(../images/corners.png) -34px -50px no-repeat;
}

.orange_link:hover>.corner {
	display: block;
}

.orange_link.active,
.gray_link.active {
	background: #fff !important;
				color: #464646;
				text-shadow: 0 0 0 #464646;
}

.orange_link.active>.corner.lc,
.gray_link.active>.corner.lc {
	display: block;
				background-position: -70px 0;
}

.orange_link.active>.corner.rc,
.gray_link.active>.corner.rc {
	display: block;
				background-position: -70px -50px;
}

#home.active>span {
		background-position: 0 -20px;
}

#sitemap.active>span {
		background-position: -25px -25px;
}

.menu_item span {
	padding:0 50px;
	display:inline-block; 
	*display:inline; 
	zoom:1; 
	vertical-align: top;
	white-space: nowrap;
}
.menu_item span i {
	display:inline-block; 
	*display:inline; 
	zoom:1; 
	vertical-align: top;
	background: url(../images/under_2.png) bottom repeat-x;
	font-style:normal;
	line-height:normal;
	padding-top:6px;
}

.menu_item.active span {
		background: transparent;
}

/***end-header***/


#main {
	width: 100%;
	margin-top: 20px;
}

#left_column {
	float: left;
	width: 225px;
}

#content {
	margin-left: 245px;
}

#hfooter {
	clear: both;
	height: 65px;
	width: 100%;
}

.standart_side_block {
		margin-bottom: 30px;
}

.side_nav ul {
	padding:12px 0 23px;
} 
.side_nav li {
	position: relative;
	list-style: none;
	padding:0 5px;
}
.side_nav li:first-child {
	margin-top:10px;
}

.side_nav a {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 30px;
	padding:0 4px;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	text-shadow: 1px -1px 1px #464646;
}

.side_nav a>i {
	display: block;
	position: absolute;
	width: 10px;
	height: 4px;
				top: 13px;
	left: -12px;
	z-index: 100;
	background: url(../images/icons.png) -130px 0 no-repeat;
}

.side_nav .under, #nav .under, #action .under {
		background-image: url(../images/under_2.png);
}

#nav .under {
	display: inline-block !important;
}

#directions {
		padding-left: 33px;
}

#directions a {
		padding:0 24px;
		line-height:30px;
}
#scheme a {
	line-height:30px;
	padding:0 4px;
}

#directions a>i {
		background-position: -130px -30px;
		width: 10px;
		height: 16px;
		top: 7px;
		left: 5px;
}

#services {
		padding-left: 33px;
}

#services a {
		padding-left: 24px;
		padding-right: 5px;
}

#price>i {
		background-position: -150px 0;
		width: 12px;
		height: 12px;
		top: 9px;
		left: 5px;
}

#faq>i {
		background-position: -150px -30px;
		width: 10px;
		height: 12px;
		top: 9px;
		left: 5px;
}

#scheme {
		padding-left: 33px;
}

#side_nav_2 a {
		width: 167px !important;
}

.sticky_block {
		z-index: 20;
}

.sticky_block>.corner.lc {
		position: absolute;
		background: url(../images/sticky_corner.png) no-repeat 0 0;
		width: 36px;
		height: 46px;
		top: -29px;
		left: 100%;
		margin-left: -25px;
}

.sticky_block>.top_shadow {
	display: block;
	position: absolute;
	height: 14px;
	width: 100%;
	top: 7px;
	left: 0;
	background: url(../images/bottom_shadow_dark.png) repeat-x;
}

.breadcrumbs {
		text-align: center;
		margin-bottom: 15px;
}

.breadcrumbs li {
		display: inline-block;
		vertical-align: top;
		*display: inline;
		*zoom: 1;
}

.breadcrumb_prev {
		display: block;
		height: 18px;
		width: 10px;
		margin: 0 10px;
		background: url(../images/bc_prev.png) right top no-repeat;
}

.breadcrumb_next {
		display: block;
		height: 18px;
		width: 10px;
		margin: 0 10px;
		background: url(../images/bc_next.png) right top no-repeat;
}

.breadcrumb {
		margin: 0 7px;
		display: inline-block;
		*display: inline;
		*zoom: 1;
		position: relative;
		height: 18px;
		line-height: 18px;
}

.breadcrumb.active {
		background: url(../images/grey_bg.png);
		text-decoration: none;
		color: #fff;
		text-shadow: 1px -1px 0 #000;
}

.breadcrumb.active .corner.lc {
		position: absolute;
		display: block;
		width: 16px;
		height: 18px;
		top: 0;
		left: -16px;
		background: url(../images/breadcrumb_active_l.png) right no-repeat;
}

.breadcrumb.active .corner.rc {
		position: absolute;
		display: block;
		width: 16px;
		height: 18px;
		top: 0;
		left: 100%;
		background: url(../images/breadcrumb_active_r.png) right no-repeat;
}

/****ant****/

#ant {
		width: 100%;
		height: 385px;
		margin-bottom: 20px;
}

#ls {
		position: absolute;
		height: 385px;
		width: 197px;
		top: 0;
		left: 0;
		background-image: url(../images/ant_ls.png);
}

#rs {
		position: absolute;
		height: 385px;
		width: 197px;
		top: 0;
		right: 0;
		background-image: url(../images/ant_rs.png);
}

#nest {
		position: absolute;
		width: 496px;
		height: 193px;
		top: 0;
		right: 0;
		background-image: url(../images/ant_nest.png);
}

#ant_1 {
		position: absolute;
		width: 156px;
		height: 39px;
		top: 145px;
		left: 12%;
		margin-left: -78px;
		background-image: url(../images/ants_1.png);
		z-index: 3;
}

#ant_2 {
		position: absolute;
		width: 202px;
		height: 75px;
		top: 125px;
		left: 67%;
		margin-left: -101px;
		background-image: url(../images/ants_2.png);
		z-index: 4;
}

#big_ant {
		position: absolute;
		width: 520px;
		height: 342px;
		top: 25px;
		left: 40%;
		margin-left: -260px;
		background-image: url(../images/big_ant.png);
		z-index: 10;
}

.im_button {
		display: block;
		position: absolute;
		width: 244px;
		height: 67px;
		text-align: center;
		z-index: 15;
		background-image: url(../images/im_button.png);
}

.im_button:hover {
		background-image: url(../images/im_button_hover.png);
}

.im_button>span {
		line-height: 67px;
		background-image: url(../images/under_2.png);
		font-weight: bold;
		font-size: 17px;
		color: #fff;
		text-shadow: 1px -1px 2px #b43c00;
}

#cat {
		bottom: 85px;
		right: 35px;
}

#store {
		bottom: 15px;
		right: 35px;
}

#about {
		margin-bottom: 15px;
}

#action {
		width: 217px;
		height: 30px;
		padding-left: 33px;
		margin-bottom: 20px;
}

#action a,
#action div {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		position: relative;
		height: 30px;
		vertical-align: top;
		padding: 0 10px;
}

#action a>span {
		line-height: 30px;
}



/****end-ant****/

/***footer***/

#footer {
	width: 100%;
	height: 55px;
	border-top: 1px solid #f57b0f;
}

.gray_border {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background-color: #d3d3d3;
}

#footer>div,
#address a {
	font-size: 12px;
	color: #646464;
	text-decoration: none;
}

#copy {
	position: absolute;
	text-align: left;
	top: 8px;
}

#address {
	top: 8px;
	position: relative !important;
	text-align: center;
	margin: 0 auto;
}

#address a span {
	color: #f5781e;
}

#studio {
	position: absolute;
	right: 0;
	top: 0;
	padding-right: 57px;
	background: url(../images/studio_logo.png) no-repeat top right;
	height: 30px;
}

#studio a {
	color: #000;
	text-decoration: none;
}

#studio a:hover {
	color: #646464;
}


/***end_footer***/

/**********end-main********/



a.grey-link {
	display:inline-block; 
	*display:inline; 
	zoom:1; 
	vertical-align: top;
	padding:6px 30px;
	line-height:normal;
}
a.grey-link i {
	display: block;
	z-index:4;
	position: absolute;
	width: 10px;
	height: 4px;
	top: 13px;
	left: 17px;
	z-index: 100;
	background: url(../images/icons.png) -130px 0 no-repeat;
}
a.grey-link .arr-1,
a.grey-link .arr-2 {
	display:none;
	width:34px;
	height:30px;
	position:absolute;
	background:url('../images/leftmenu-grey-arr.png') 0 0 no-repeat;
	z-index:1;
}
a.grey-link .arr-1 {
	top:0;
	left:0;
}
a.grey-link .arr-2 {
	bottom:0;
	right:0;
	background-position:100% 0;
}
a.grey-link:hover .arr-1,
a.grey-link:hover .arr-2 {
	display:block;
}
a.grey-link:hover {
	background:url('../images/taupe_bg.png');
}
a.grey-link span {
	position:relative;
	z-index:10;
}






/*@media screen and (max-width: 1300px) {
	#main_news_block tr td:last-child {
		display:none;
	}
}*/
/* @media screen and (min-width: 1600px) {
	.menu_item span {
		padding:0 65px;
	}
}
@media screen and (max-width: 1600px) {
	.menu_item span {
		padding:0 53px;
	}
}
@media screen and (max-width: 1500px) {
	.menu_item span {
		padding:0 20px;
	}
}

 */
/**/
.menu_item span {
	padding:0 5px;
}

.jsub {
	position: absolute;
	display: none;
	background: url( ../images/jsub.png ) repeat-x right bottom;
	min-height: 30px;
	padding: 0px !important;
	padding-top: 10px !important;
	padding-bottom: 15px !important;
	text-align: left !important;
	z-index: 1000 !important;
}

.jsub li:first-child a {
	padding-left: 0px !important;
}

.jsub li, #top_nav .jsub li:first-child  {
	position: relative; !important;
	top: 0px !important;
	display: inline-block !important;
	padding: 0 15px !important;
	text-align: left !important;
	padding-left: 30px !important;
}

.jsub_right, .jsub_right2 {
	position: absolute;
	display: none;
	background: url( ../images/jsub_right.png ) no-repeat right bottom;
	width: 45px;
}

.jsub_right2 {
	background: url( ../images/jsub_right2.png ) no-repeat left bottom;
	height: 40px;
	width: 35px;
	right: 0px;
}



.jsub a>.corner.lc {
	display: none;
	position: absolute;
	width: 26px;
	height: 30px;
	left: -26px;
	top: 0;
	background: url(../images/leftmenu-grey-arr.png) 0px 0 no-repeat;
}

.jsub a>.corner.rc {
	display: none;
	position: absolute;
	width: 26px;
	height: 30px;
	left: 100%;
	top: 0;
	background: url(../images/leftmenu-grey-arr.png) -42px 0px no-repeat;
}

.jsub a:hover>.corner, .jsub a.active>.corner {
	display: block;
}

.jsub a:hover, .jsub a.active {
	background: url(../images/taupe_bg.png) repeat;
}

.jsub a, .jsub a:link, .jsub a:visited {
	color: #fff;
}

.jsub a i {
	font-style: normal;
}

.jsub a span {
	border-bottom: 1px solid #b2b2b2;
}

.jsub_top {
	background: url(../images/jsub_top.png) repeat-x right bottom;
	height: 10px;
	width: 100px;
	position: absolute;
	display: none;
	z-index: 1000;
}

#top_nav ul {
	padding-left: 80px;
	line-height: normal; !important;
}

#top_nav {
	z-index: 150 !important;
}

#top_nav li.sitemap {
	/*bottom: 1px;*/
}

.modal-login {
	display: none;
}

#top_nav .top_nav_menu .jsub li:first-child {
	padding-left: 0px !important;
	padding-right: 30px !important;
}

#left_column li a span {
	border-bottom: 1px solid #a3a3a3;
}

#logo_description, #phone2, #mail {
	color: #838383;
}

/**/
.jdialog {
    position: absolute;
    display: none;
    width: 500px;
    font-size: 14px;
    z-index: 90000;
}

.jdialog_content {
    width: 100%;
}

.jdialog_content .c {
    background-color: #fff;
    padding: 20px;
    padding-bottom: 0px;
}

.jdialog_caption td, .jdialog_content td, .jdialog_footer td { padding: 0px; border: none; }
.jdialog_caption td {height: 57px;}
.jdialog_caption .l { width: 60px; height: 57px;  background: url( ../images/dialog_tl.png ) repeat-y -3px top; }
.jdialog_caption .r { width: 43px; height: 57px;  background: url( ../images/dialog_tr.png ) repeat-y left top; }

.jdialog_caption table {width: 100%; border-collapse: collapse; margin: 0; padding: 0;}
.jdialog_footer table {width: 100%; border-collapse: collapse; margin: 0; padding: 0;}
.jdialog_content table {width: 100%; border-collapse: collapse; margin: 0; padding: 0;}
.jdialog_content .l { background: url( ../images/dialog_l.png ) repeat-y left top; width: 17px; }
.jdialog_content .r { background: url( ../images/dialog_r.png ) repeat-y left top; width: 17px; }


.jdialog_footer .r { width: 49px; height: 57px;  background: url( ../images/dialog_br.png ) no-repeat left top; }
.jdialog_footer .l { background: url( ../images/dialog_bl.png ) repeat-y left top; width: 17px; }
.jdialog_footer .c { background: url( ../images/dialog_b.png ) repeat-x left top; }

.jdialog_caption .jdialog_caption_title {
    background: url( ../images/dialog_caption.png ) repeat-x left top;
}

.jdialog_caption_title {
    color: #fff;
    text-shadow: #b43c00 1px -1px 1px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.jdialog_caption_title span {
    position: relative;
    top: 14px;
}

.jdialog_close {
    background: url(../images/close.png) no-repeat 27px center;
    width: 67px;
    height: 30px;
    position: absolute;
    right: 18px;
    top: 27px;
    z-index: 100;
}

.jdialog_close:hover {
    background: url(../images/close_hover.png) no-repeat center center;
}

.fancybox-close:hover {
    background: url(../images/close_hover.png) no-repeat center center;
    right: 40px;
    top: 39px;
}

.fancybox-overlay {
    z-index: 9000000 !important;
}

.jinput2 {
    height: 26px;
    display: block;
    max-width: 1000px;
    background: url(../images/jinp_right.jpg) no-repeat right top;
}

.jinput2.active {
    background: url(../images/jinp_active_right.jpg) no-repeat right top;
}

.jinput2 input {
    height: 26px;
    display: inline-block;
    border: none;
    background: url(../images/jinp_left.jpg) no-repeat left top;
    padding-left: 25px;
    padding-right: 25px;
    max-width: 1000px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    font-size: 14px;
}

.jinput2.active input {
    background: url(../images/jinp_active_left.jpg) no-repeat left top;
}

.jmiddle {
    width: 320px;
}

.jsmall {
    width: 230px;
}

.jsmall2 {
    width: 120px;
}

.registration .jinput2 {
    margin-bottom: 17px;
}

.jbutton2 {
    height: 30px;
    display: block;
    max-width: 400px;
    background: url(../images/jbutton_right.jpg) no-repeat right top;
}

.jbutton2.active {
    background: url(../images/jbutton_active_right.jpg) no-repeat right top;
}

.jbutton2.click {
    background: url(../images/jbutton_click_right.jpg) no-repeat right top !important;
}

.jbutton2 a {
    display: block;
    height: 30px;
    border: none;
    background: url(../images/jbutton_left.jpg) no-repeat left top;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 6px;
    max-width: 400px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color:#FFF; 
    font-size:17px; 
    font-weight:bold; 
    text-decoration:none; 
    text-shadow: #555555 1px -1px 1px;   
    text-align: center;
}

.jbutton2.active a {
    background: url(../images/jbutton_active_left.jpg) no-repeat left top;
    text-shadow: #b43c00 1px -1px 1px;
}

.jbutton2.click a {
    background: url(../images/jbutton_click_left.jpg) no-repeat left top !important;
    text-shadow: #b43c00 1px -1px 1px;
}

.jbutton_middle {
    width: 150px;
    margin: 0 auto;
}

.jbutton_small {
    width: 120px;
    margin: 0 auto;
}

.jbutton_big {
    width: 220px;
    margin: 0 auto;
}

.jbutton2 .btn_send {
    width: auto !important;
    line-height: normal !important;
}

#jfaq2 .jinput2 {
    margin-bottom: 15px;
    width: 320px;
}

.jcontent a:link, .jcontent a:visited {
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #fab991;
}

.jcontent p {
    line-height: 20px;
}

.jimage {
    position: relative;
}

.jimage u {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 28px;
    height: 32px;
    background: url(../images/img_back_plus.png) no-repeat left top;
}

.map_link_tab #menu2 {
    width: 230px;
}

.map_link_tab #menu2 .bg_left {
    width: 33px;
    left: -33px;
}

.calc {
    font-weight: bold;
    color: #f5781e !important;
}

.faq_inp.factive input {
    background-image: url(../images/faq_inp_active.png);
}


.jinput.active {
    background: url(../images/faq_input_right_active.jpg) no-repeat right top;
}

.jinput.active input {
    background: url(../images/faq_input_left_active.jpg) no-repeat left top;
}

.jarea.active {
    background: url(../images/faq_area_right_active.jpg) no-repeat right top;
}

.jarea.active textarea {
    background: url(../images/faq_area_left_active.jpg) no-repeat left top;
}

.search_no {
    padding-top: 15px;
    text-align: center;
}

.item .last {
    width: 150px;
}

.item .prelast {
    width: 150px;
}

#contact_map li.first a {
    position: relative;
    left: -15px;
}

#contact_map li.first.active a {
    position: relative;
    left: -5px;
}

.itogrow td {
    border-top: 1px solid #c8c8c8;
    font-weight: bold;
    color: #e97625 !important;
}

.box .faq {
    min-height: 240px;
} 

.content a:hover {
    color: #b43c00;
}
 
.news_list .photo a {
    border-bottom: none;
}

.buy a:hover, .jbutton a:hover {
    color: #fff !important;
}

.link_small, .link_small:visited, .link_small:link {
    font-size: 15px;
}

.jbutton.active .btn_send {
    background: url(../images/btn_send_active.png) no-repeat;
}

#nav li:last-child {
    padding-bottom: 0px;
}

#nav li.active:last-child {
    padding-bottom: 7px;
}

.itogrow td:first-child {
    border: none !important;
}

#basket_user u {
    text-decoration: none;
}

.table_content li {
    font-size: 14px;
    color: #646464;
    padding-bottom: 10px;
    line-height: 19px;
}

.table_content td {
	border-right: 1px solid #dbdbdb;
}

.table_content td:last-child {
	border-right: none;
}

#jfaq2 .jinput2 {
    margin-bottom: 15px;
    width: 320px;
}

#jfaq2 p {
    font-size: 14px;
color: #646464;
margin: 10px 0px;
}

#jfaq2 .c {
    padding-bottom: 0px;
    padding-left: 55px;
    padding-right: 30px;
}

.jfaq2 {
    width: 100%;
    height: 201px;
    background: url(../images/faq_right.jpg) no-repeat right top;
}

.jform .faq_inp {
    margin-bottom: 15px;
}

.jform label {
    display: inline-block;
    margin-bottom: 7px;
}

.jform label a {
    text-decoration: none;
    border-bottom: 1px solid #f5781e;
    padding-bottom: 1px;
}   

.jform p {
    font-size: 14px;
}

.jform .reqs {
    text-align: center;
    font-size: 13px;
}

a {
	color: #f5781e;
}

::-webkit-input-placeholder {
    color:    #f5781e;
}
:-moz-placeholder {
    color:    #f5781e;
}
::-moz-placeholder {
    color:    #f5781e;
}
:-ms-input-placeholder {
    color:    #f5781e;
}

.no_required ::-webkit-input-placeholder {
    color:    #646464;
    font-style: normal;
}
.no_required :-moz-placeholder {
    color:    #646464;
    font-style: normal;
}
.no_required ::-moz-placeholder {
    color:    #646464;
    font-style: normal;
}
.no_required :-ms-input-placeholder {
    color:    #646464;
    font-style: normal;
}

/* cns */

#consult_img span {
    width: 265px;
}

#consult_small {
    position: absolute;
    top: 30%;
    right: 0px;
    z-index: 10000;
    width: 52px;
    height: 293px;
    background: url(../images/cns_online_sm.png) no-repeat left top;
    cursor: pointer;
}

#consult_small.cns_offline {
    background: url(../images/cns_offline_sm.png) no-repeat left top;
}

#consult_small img {
    position: absolute;
    right: 13px;
    bottom: 33px;
}

#consult_full {
    min-height: 250px;
    position: absolute;
    top: 30%;
    right: 0px;
    z-index: 1000;
    display: none;
}

#consult_online_form .submit {
    position: relative;
    top: 8px;
}

#consult_close {
    position: absolute;
    display: block;
    width: 200px;
    height: 28px;
    cursor: pointer;
    top: 27px;
    left: 45px;
}

.consult_icon {
    position: absolute;
    left: 8px;
    top: 8px;
}

.consultant .submit {
    text-align: center;
}

.consultant .submit a {
    border-bottom: none;
}

.consultant .noactive a {
    cursor: default;
}

.consultant .noactive a:hover, .consultant .noactive a, .consultant .noactive a:visited {
    /*color: #999 !important;*/
}

#consult_data {
    padding: 15px;
    padding-bottom: 0px;
}

#consult_data .regtext, #consult_data .regtext_active, #consult_data .text_resize {
    width: 361px;
}

#consult_data textarea {
    width: 100%;
}

#consult_data .resizer {
    width: 390px;
}
#consult_user_msg, #consult_admin_messages {height: 218px; overflow: auto; margin-top: 5px;}
.consult_message_data {padding: 5px 10px 5px 35px;}
.consult_message_head {font-size: 12px;}
.consult_message_head span {font-weight: bold;}

.consult_user_name {cursor: pointer; margin: 5px 0; padding: 5px; font-weight: bold;}

.consult_data {width: 100%; border-collapse: collapse;}
.consult_data td {vertical-align: top; border: 1px solid #eee; padding: 10px;}
.consult_user_offline {color: #999;}
#consult_user_button {}

#consult_user_msg_back {}
#consult_user_elements { left: 174px; top: 368px; width: 532px; height: 200px;}
#consult_user_area_data {
    height: 226px; background: url(../images/cns_dialog.jpg) no-repeat left top; margin-left: 48px; width: 375px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 2px;
    position: relative;
}
#consult_user_area_data textarea {width: 491px; height: 86px;}

.ssecond { color: #999999; }
.ssecond a, .ssecond a:hover {background: none !important; height: auto !important; display: inline !important; padding: 0 !important;}

.ssecond a:link, .ssecond a:visited {color: #999999; font-size: 13px;}

.ssecond_active, .ssecond_active:link, ssecond_active:visited {color: #003399 !important;}
.city6 img {position: relative; left: -28px;}
.city6_1 img {position: relative; left: -27px; top: -2px;}

#consult_users_list {left: 174px; top: 157px;}
#consult_users div {float: left; height: 18px; color: #fff; font-size: 13px; background-color: #dbdbdb; margin: 0px; padding: 2px 0px; width: 150px; text-align: center; border-radius: 7px; margin-right: 5px;}
.consult_current {background-color: #003399 !important;}
#consult_h1 {left: 25px; top: 125px;}

#consult_user_msg_back {
    margin-top: 15px;
}

#consult_user_msg {
}

.jadm #consult_admin_messages {
    height: 186px;
}

#consult_user_area_data {
    margin-bottom: 0px;
    margin-top: 20px;
}

.consult_name {
    width: 80%;
    float: left;
    color: #646464;
    font-size: 12px;
}

.consult_date {
    width: 20%;
    float: right;
    text-align: right;
    font-size: 12px;
}

.consult_text {
    clear: both;
    color: #000;
    font-size: 13px;
}

.user_msg {
    background: url(../images/cns_right.gif) no-repeat 18px 8px;
}

.admin_msg {
    background: url(../images/cns_left.gif) no-repeat 18px 8px;
}

.system_msg {
    background: none !important;
}

.system_msg .consult_text {
    color: #999 !important;
    font-size: 12px;
}

.consult_odd {
    background-color: #ededed;
}

#consult_img h3 {
    color: #006000;
    font-size: 14px;
    padding-top: 10px;
    margin-bottom: 3px;
}

#consult_img .consult_offline h3 {
    color: #ff0000;
}

#consult_user_area_data .l {
    width: 23px;
    height: 27px;
    background: url(../images/cns_l.gif) no-repeat left top;
    position: absolute;
    left: 0;
    top: 0;
}

#consult_user_area_data .r {
    width: 23px;
    height: 27px;
    background: url(../images/cns_r.gif) no-repeat left top;
    position: absolute;
    right: 0;
    bottom: 0;
}

#consult_online_form .regtext, #consult_online_form .regtext_active {
    width: 353px;
    position: relative;
    left: -5px;
}

#consult_online_form textarea {
    padding-top: 5px;
}

#consult_user_name_input, #consult_online_form textarea {
    font-size: 16px;
}

#consult_user_area {
    padding-top: 5px;
}

.cns_tab {
    width: 442px;
    border-collapse: collapse;
    /*min-height: 460px;*/
}

.cns_top {
    height: 65px;
}

.cns_cnt td {
    padding: 0px;
    vertical-align: top;
}

.cns_top td {
    background: url(../images/cns_offline_fl_top.png) no-repeat left top;
}

.cns_online .cns_top td {
    background: url(../images/cns_online_fl_top.png) no-repeat left top;
}

.cns_cnt {
    background: url(../images/cns_offline_fl_cnt.png) repeat-y left top;
}

.cns_btm {
    height: 57px;
}

.cns_btm td {
    background: url(../images/cns_offline_fl_btm.png) no-repeat left top;
}

#consult_img {
    height: 100px;
    background: url(../images/cns_image.jpg) no-repeat left top #ededed;
    color: #646464;
    padding: 20px;
    padding-bottom: 0;
    margin-left: 48px;
    margin-top: 12px;
    padding-left: 111px;
    margin-top: 10px;
    padding-top: 0px;
}

.cns_online #consult_img {
    color: #fff;
    background: url(../images/cns_image2.jpg) no-repeat left top #4bb94b;
}

#consult_data {
    padding-left: 48px;
}

#consult_data .jinput2, #consult_data .jarea {
    width: 372px;
    margin-bottom: 15px;
}

#consult_data .jarea {
    background: url(../images/faq_area_right2.jpg) no-repeat right top;
}

#consult_data .jarea textarea {
    background: url(../images/faq_area_left2.jpg) no-repeat left top;
}

#consult_data .jarea.active textarea {
    background: url(../images/faq_area_left2_active.jpg) no-repeat left top;
}

#consult_data .jarea.active {
    background: url(../images/faq_area_right2_active.jpg) no-repeat right top;
}

.jfaq {
    width: 100%;
    height: 201px;
    background: url(../images/faq_left.jpg) no-repeat left top #e6e6e6;
}

.jfaq2 {
    width: 100%;
    height: 201px;
    background: url(../images/faq_right.jpg) no-repeat right top;
}

.jfaq3 {
    padding: 20px;
}

.jinput {
    height: 26px;
    display: inline-block;
    max-width: 1000px;
    background: url(../images/faq_input_right.jpg) no-repeat right top;
}

.jinput input {
    height: 26px;
    display: inline-block;
    border: none;
    background: url(../images/faq_input_left.jpg) no-repeat left top;
    padding-left: 25px;
    padding-right: 25px;
    max-width: 1000px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    font-size: 14px;
}

.jarea {
    height: 64px;
    display: inline-block;
    max-width: 1000px;
    background: url(../images/faq_area_right.jpg) no-repeat right top;
}

.jarea textarea {
    height: 64px;
    display: inline-block;
    border: none;
    background: url(../images/faq_area_left.jpg) no-repeat left top;
    padding-left: 25px;
    padding-right: 25px;
    max-width: 1000px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    font-family: Arial;
    font-size: 14px;
    padding-top: 5px;
}

.faq_fields td {
    width: 50%;
}

.faq_fields td .jinput, .jfaq3 table, .jfaq3 .jarea {
    width: 100%;
}

.jbutton {
    position: relative;
}

.jbutton span {
    position: absolute;
    right: 14%;
    top: 8px;
    white-space: nowrap;
    font-size: 14px;
    color: #787878;
    font-style: italic;
}

.jfaq3 .razd {
    float: none;
}

p.question {
    margin-top: 0px !important;
}

input, textarea {outline:none;}
textarea {resize:none;}
ul {list-style:none;}

.popup1 {width:455px; height:181px; padding:24px; background:url(../images/popup1.png) no-repeat; text-align:center; display:none;}
.popup1 .titl_pop {height:30px; line-height:30px; display:block; background:url(../images/popup1_titl_pop.png) no-repeat; font-size:16px; font-weight:bold; color:#FFFFFF; text-align:center; text-shadow:#b43c00 1px -1px 1px;}
.popup1 .message { font-size:16px; color:#464646; line-height:22px; padding:35px 0 14px 0;}
.popup1 .continue { font-size:17px;}

#basket_user em {
	font-style: normal;
}


#private_office_user { text-align:center; display:block; font-size:18px; color:#464646; font-weight:bold; margin:-17px 0 0 0; padding-bottom:17px;}
#private_office_user span {color:#f5781e;}

#private_office { background:#e6e6e6; margin:0 -2.1%; padding-bottom:20px;}
#private_office .indent { margin:0 2.1%;}

#login_top {
    display: none;
    position: absolute;
    right: -18px;
    top: 0;
    width: 454px;
    height: 213px;
    background: url( ../images/login_active2.png ) no-repeat left top;
    z-index: 10000;
}

#login_top .lnk {
    position: absolute;
    left: 77px;
    top: 4px;
}

#login_top .frm {
    position: absolute;
    left: 60px;
    top: 40px;
}

#login_top .lnk a:link, #login_top .lnk a:visited {
    color: #464646;
    text-shadow: #464646 0 0 0;
    font-weight: bold;
}

.faq_small input {
    width: 182px !important;
    background-image: url(../images/faq_inp_small.png) !important;
}

.faq_small2 input {
    width: 74px !important;
    background-image: url(../images/faq_inp_small2.png) !important;
}

.frm td {
    padding-top: 15px;
}

.frm .btn_send {
    margin: 0;
}

.frm .button {
    margin-top: 15px;
}

.frm .button span {
    right: 58px !important;
}

.frm td.lnk2 {
    padding-left: 15px;
}

.registration table.block {
    width: 100%;
}

.registration td.block {
    width: 50%;
    vertical-align: top;
    padding: 0 20px;
}

.registration td:first-child {
    border-right: 1px solid #d2d2d2;
}

.desc {
    display: inline-block;
}

.faq_inline {
    display: inline-block !important;
}

.registration .faq_inp {
    margin-bottom: 17px;
}

.registration h3 {
    color: #464646;
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 23px;
}

.registration textarea {
    font-family: Arial;
}

.desc {
    color: #646464;
}

.req {
    color: #f5781e;
}

#regmessage p, .popup_center p {
    text-align: center;
    height: 147px;
    display: table-cell;
    vertical-align: middle;
    width: 450px;
}

.frm2 .form_faq {
    position: static !important;
}

.frm2 .form_faq .button span {
    right: auto !important;
    left: 140px;
}

#user_area {
    width: 102%;
    background-color: #e6e6e6;
    margin-left: -2%;
    padding-left: 2%;
    padding-bottom: 20px;
    margin-top: 15px;
}

#user_area .user_menu {
    width: 100%;
    margin-left: -2%;
    border-collapse: collapse;
}

#user_area .user_menu td {
    
}

#user_area .user_menu .tl {
    width: 60px;
    height: 44px;
    background: url(../images/user_area_tl.jpg) no-repeat left top;
}

#user_area .user_menu .cl, #user_area .user_menu .bl {
    width: 60px;
    background: url(../images/user_area_l.jpg) repeat-y left top;
}

#user_area .user_menu .t {
    height: 44px;
    background: url(../images/user_area_t.jpg) repeat-x left top;
}

#user_area .user_menu .tr {
    width: 40px;
    height: 44px;
    background: url(../images/user_area_tr.jpg) no-repeat left top;
}
#user_area .user_menu .c, #user_area .user_menu .cr, #user_area .user_menu .b {
    background-color: #fff;
}

#user_area .user_menu .br {
    width: 40px;
    height: 30px;
    background: url(../images/user_area_br.jpg) no-repeat left top;
}

.categorries ul {
    padding: 0;
    margin: 0;
    height: 44px;
    width: 750px;
    margin: 0 auto;
    display: block;
}

.categorries ul li a {
    white-space: nowrap;
}

.categorries li {
    padding: 0;
    position: relative;
    top: -2px;
    width: auto !important;
}

.categorries {
    padding: 0 !important;
}

.registration  .faq_inp span {
    color: #8d8d8d;
}

.registration .change {
    text-align: center;
    margin-bottom: 20px !important;
}

#user_area .order_item {
    padding: 0px;
    padding-bottom: 15px;
}

.zitem {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
    text-align: center;
    color: #464646;
    position: relative;
    top: 5px;
}

b {
    color: #464646;
}

.catal div {
	position: static;
}

.catal li {
	display: inline-block;
	text-align: center;
	margin-right: 35px;
	width: 250px;
	vertical-align: text-top;
}

.catal li .picture {
	min-height: 200px;
}

.catal li .product_item h2 {
	min-height: 66px;
}

.catal li .product_item h2 ~ p {
	display: block;
	min-height: 30px; 
}
 
.product_item, .product_item .picture {
	z-index: 10;
}

.catal li .desc {
	z-index: 11;
}

.submenu h1, #about h2, #about h3, #about h4 {
	font-size: 18px;
	line-height: 22px;
	color: #464646;
	font-family: Arial;
	text-align: center;
	margin-bottom: 10px;
	position: relative;
	top: -3px;
}

#content .pages {
	margin-bottom: 15px;
}

.itog p, .tabs-menu li {
	color: #fff !important;
}

.tabs-menu li.active {
	color: #646464 !important;
}

.btab .order_item .item .text {
	margin-left: 0px;
}

#about .information {
	clear: both;
}

#home.active {
	margin-left: 15px;
}

.news_thumb a:link, .news_thumb a:visited {
	border-bottom: none !important; 
}

#main .side_nav ul {
	padding-bottom: 0px;
	padding-top: 1px;
}

#studio a {
	position: relative;
	top: -1px;
}

#studio u {
	text-decoration: none;
}

#studio u, #studio a {
	position: relative;
	left: 1px;
}

#studio:hover {
	background-image: url(../images/studio_logo2.png);
}

#login_top td.lnk2 {
	text-align: left;
}

.userlogin {
	background-image: url(../images/button_small.jpg);
	width: 104px;
}

.map_table h3 {
	text-align: left !important;
	margin-bottom: 5px !important;
}

.map2 .map2 {
	margin-left: 20px;
	margin-top: 10px;
}

#action .divider span {
	background-image: none;
}

.side_nav ul li:first-child .arr-1 {
	background: url('../images/leftmenu-grey-arr2.png') 0 0 no-repeat;
}

.side_nav ul li:last-child .arr-2 {
	background: url('../images/leftmenu-grey-arr2.png') 100% 0 no-repeat;
}

#cabinet .under {
	display: inline-block;
	line-height: 21px;
}

#basket_user_full .order_item .item .text {
	margin: 0;
}

#o1 .item h4 {
	margin-bottom: 8px;
}

.item td {
	vertical-align: top;
	padding-top: 5px !important;
}

.remember_link {
	position: absolute;
	left: 10px !important;
	top: 0px;
	white-space: nowrap;
}
 
#authorizationDialog a:link, #authorizationDialog a:visited {
	border-bottom: 1px solid #fab991;
}

#authorizationDialog .jbutton2 a {
	border-bottom: none !important;
}

.itogtd {
	text-align: left !important;
	padding-left: 10px;
}

.lprice {
	text-align: right !important;
	padding-right: 15px;
}

.option .lprice {
	padding-right: 35px;
}

.jsub a.open {
	background: none !important;
	background-color: #fff !important;
}
 
.jsub a.open:link, .jsub a.open:visited {
	color: #464646 !important;
}

#top_nav .top_nav_menu .jsub .nopaddingleft {
	padding-left: 15px !important;
	/*padding-right: 30px !important;*/
} 

.jsub2 {
	position: absolute;

}

.mapbody  .top_nav_menu {
	height: 30px;
}

.mapbody #top_nav li.sitemap {
	bottom: 0px !important;
}

.mainbody #top_nav li:nth-child(2) { 
	background: none !important;
}

#mail {
	position: relative;
	top: 5px;
}

#main .side_news_block {
	position: relative;
	top: 10px;
}

#main h1 {
	color: #464646;
}

#about p {
	line-height: 18px;
}

#content .new .date, .side_news_block .date {
	margin-top: 7px;
	font-size: 13px;
}

#jfaq2 {
	width: 610px;
}

#jfaq2 .req2 {
	margin-left: auto;
	margin-right: auto;
}