/* Reset */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
html {
	height: 100%;
}

/* Base */

body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	background:url("../images/background.gif") repeat-x scroll 0 0 #D5E9ED;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
strong {
	font-weight:bold;
}
.wintitle {
	background:url("../images/wintitle.gif") no-repeat scroll left top #D5E9ED;
	height:40px;
	clear:both;
	padding-top:30px;
	position:relative;
	
}

.winbottom {
	background:url("../images/winbottom.gif") no-repeat scroll left center #D5E9ED;
	height:200px;
	clear:both;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position:relative;
}

/* Menu */


.menulist li {
	background:url("../images/menulist.gif") no-repeat scroll 0 0 transparent;
	height:25px;
	width:250px;
	margin-left:9px;
	padding-top: 2px;
	padding-left:15px;
	text-align:left;
	text-shadow:0 1px 0 #FFFFFF;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.menulist li a
{
	text-decoration:none;
	color:#000;
	display:block;
}

.menulist li:hover {
	background:url("../images/menulist-hov.png") no-repeat scroll 0 0 transparent;
}

.menulist_active {
	background:url("../images/menulist-hov.gif") no-repeat scroll 0 0 transparent !important;
}

.greentitle {
	background:url("../images/greentitle.gif") no-repeat scroll 0 0 transparent;
	width:230px;
	height:47px;
	margin:10px 10px;
	text-shadow:0 1px 0 #FFFFFF;
	text-align:center;
	font-size:17px;
	font-weight:bold;
	line-height:47px;
}

.greentitle a{
display: block;
color:#000;
text-decoration:none;
}

.greentitle a:hover{
color:#fff;
text-decoration:none;
text-shadow:0 1px 0 #000;
}

.darkbluetitle {
	background:url("../images/darkbluetitle.gif") no-repeat scroll 0 0 transparent;
	width:230px;
	height:47px;
	margin:10px 10px;
	color:#FFF;
	text-shadow:0 1px 0 #000;
	text-align:center;
	font-size:17px;
	font-weight:bold;
	line-height:47px;
}

.menu_box {
background:url("../images/menubox.gif") no-repeat scroll left top transparent;
margin:10px 0 0 10px;
padding:16px 16px 10px;
position:relative;
width:212px;
clear:both;
}

.menu_box_bottom {
background:url("../images/menubox.gif") no-repeat scroll left bottom transparent;
margin:0 10px;
padding:0 16px 0;
position:relative;
width:212px;
height:9px;
}

.menu_box li {
background:url("../images/menubutton.gif") no-repeat scroll left top #A8CFFB;
color:#1A2843;
height:30px;
margin-bottom:8px;
position:relative;
width:200px;
text-align:center;
text-shadow:0 1px 0 #FFFFFF;
text-decoration:none;
font-size:16px;
line-height:30px;
}


.menu_contact{
background:url("../images/menubox-contact.gif") 720px 90px;
padding:12px 10px;
margin:10px 0;
float:right;
}

.menu_contact li {
background:url("../images/menubutton60.gif") 225px 65px;
color:#1A2843;
height:65px;
margin: 0 4px 0 4px;
position:relative;
width:220px;
padding-left:5px;
text-align:left;
text-shadow:0 1px 0 #FFFFFF;
text-decoration:none;
font-size:12px;
line-height:20px;
float: left;
}

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

.menu_contact li:hover{
background:url("../images/menubutton60-hov.gif") 225px 65px;
}

.menu_box li a{
	text-decoration:none;
	color:#000;
	display:block;
	
}


.menu_box li:hover{
background:url("../images/menubutton-hov.gif") no-repeat scroll left top #5AC55A;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 200px;
	/*background: #FFE680;*/
}

.headernav {
	float:right;
	margin-top:10px;
}

.headernav li {
	display:-moz-inline-stack;/*Нужно для Firefox*/
display:inline-block; /*Не применяется в IE и Firefox*/
_overflow:hidden;/*фикс для IE6*/
zoom:1;/*включаем hasLayout*/
*display:inline;/*при hasLayout true display:inline ведёт себя как display:inline-block*/

	background:url("../images/r_part_bt.gif") no-repeat scroll right center transparent;
	padding:12px 0;
}

.headernav li a{
	padding:12px 15px;
	background:url("../images/l_part_bt.gif") no-repeat scroll left center transparent;
	color:#FFF;
	text-decoration:none;
	text-shadow:0 1px 0 #000000;
}

.headernav li:hover {
	background:url("../images/r_part_bt_act.gif") no-repeat scroll right center transparent;
}

.headernav li a:hover {
	background:url("../images/l_part_bt_act.gif") no-repeat scroll left center transparent;
}

.headertopleft {
	float:left;
	margin-top:17px;
}

.searchbox {	
	width:350px;
	height:30px;	
}

.searchinput {
	background:url(../images/searchbox.gif) 0 0 no-repeat;
	border:0px;
	width:225px;
	height:19px;
	float:left;
	padding: 5px 5px 5px 20px;
	font-size:12px;
	line-height:normal;
}

.searchbutton {
	height:29px;
	width:70px;
	background:url("../images/searchbutton.gif") no-repeat scroll left top transparent;
	border:0;
	float:left;
	cursor:pointer;
}
.searchbutton:hover {
	background:url("../images/searchbutton-hov.gif") no-repeat scroll left bottom transparent;
}

.headersplash {
	padding-top:23px;
	width:960px;
	clear:both;
}

.logo {
	background:url(../images/logo.gif) no-repeat scroll left top transparent;
	width:235px;
	height:106px;
	display:block;
	text-indent:-9999px;
	float:left;
	margin-bottom:3px;
}

.logo:hover {
	background:url(../images/logo-hov.gif) no-repeat scroll left top transparent;
}
/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	padding: 0 0 150px;
	height: 1%;
	background:url("../images/middle.gif") repeat-y scroll 0 0;
}
.middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 20px 20px 20px 270px;
}

.content h1 {
	font-size:22px;
	color:#000;
	text-align:center;
	font-weight:300;
	margin:10px 0;
	text-shadow:1px 1px 1px #33C5BF;
}

.content h2 {
	font-size:16px;
	color:#000;
	text-align:left;
	font-weight:300;
	padding:10px 0;
	text-shadow:1px 1px 1px #33C5BF;
}

.content h3,h4,strong {
	color:#000;
	font-weight:bold;
	margin:10px 0;
	text-align:justify;
}

.content p {
margin:10px 0;
}

.content ul li { display:block; padding:2px 0px 2px 25px; background:url("../images/li.gif") 0px 3px no-repeat; margin:0px; list-style:none; }

table,td,th {
	padding:3px;
	border:1px solid;
}

table {
	min-width: 500px;
}

.center {display:block; margin:0 auto;}

table.fb_form td,th{
	border:0px;
	
}
table.fb_form input{
	width:250px;
	height:20px;
	padding:5px 5px;
}

table.fb_form textarea{
	width:250px;
	height:250px;
	padding:5px 5px;
}

table.fb_form input.button {
	width:150px;
	height:30px;
	padding:0;
	margin:0 60px;
}

.fb_form{
	border:0px;
}

.width100 {
	width: 100px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
.sideLeft {
	float: left;
	width: 250px;
	margin-left: -100%;
	position: relative;
	background: transparent;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	width: 100%;
	margin: -150px auto 0;
	height: 150px;
	background:url("../images/footer.png") repeat-x scroll center top #00388A;
	position:relative;
}

.footer_mid {
	padding-top:50px;
	text-align:justify;
	width:450px;
	margin:0 auto;
	background:url("../images/footer-mid.png") no-repeat scroll center top transparent;
	color:#fff;
	text-shadow:0 1px 0 #000;
}

.footer a {
	color:#59C459;
	text-decoration:none;
}

.footer a:hover	{
	text-decoration:underline;
}

.phone {
	background:url("../images/phone.gif") no-repeat scroll center top transparent;
	height:51px;
	width:500px;
	float:right;
	margin:93px 30px 0 0;
	color:#fff;
	text-shadow:0 2px 1px #000000;
	line-height:51px;
	text-align:center;
	font-size:20px;
}

/*Catalog*/

.catalog_left{
	display: block;
	float: left;
	width: 50%;
}
.catalog_right{
	display: block;
	float: right;
	width: 50%;
}
.block_category{	
	margin: 5px;
	display: block;
	width: 320px;
	vertical-align: top;
	float: left;	
}

.catimage {
	display:block;
	background:url("../images/cattop.gif") no-repeat scroll left top transparent;
	clear:both;
}
.catimage img{
	display:block;
	margin:0px auto;
	padding-top: 30px;
}
.category {
	font: bold 15px Arial,Tahoma,Verdana,sans-serif;
	text-decoration: none;
	padding: 10px 20px 0 20px;
	background:url("../images/catback.gif") repeat-y scroll 0 0 transparent;
}
.category a{
	font: 15px Arial,Tahoma,Verdana,sans-serif;
	text-decoration: none;
}
.subcategory a{
	font: bold 11px Arial,Tahoma,Verdana,sans-serif;
	text-decoration: underline;
}

.notincategory a{
	font: normal 11px Arial,Tahoma,Verdana,sans-serif;
}

.catbottom {
	display:block;
	background:url("../images/catbottom.gif") no-repeat scroll left top transparent;
	height:38px;
}







/*SANDBOX*/

.scroller_wrap {
	height:328px;
	width:715px;
	background:url(../images/bigframe.gif) no-repeat scroll right top transparent;
	float:right;
	padding-top:14px;
	position: absolute;
	top:74px;
	left:250px;
}

/* CSS Document */
.lof-slidecontent{
	position:relative;
	overflow:hidden;
	width:700px;
	height:300px;
	float:right;
}
.lof-slidecontent .preload{
	height:100%;
	width:686px;
	background:#FFF;
	position:absolute;
	top:0;
	left:0;
	z-index:100000;
	color:#FFF;
	text-align:center
}
.lof-slidecontent .preload div{
	height:100%;
	width:100%;
	background:transparent url(../images/load-indicator.gif) no-repeat scroll 50% 50%;
}
.lof-main-outer{
	position:relative;
	height:100%;
	width:500px;
	z-index:3px;
	overflow:hidden;
	background:#FFF;
}


/*******************************************************/
.lof-main-item-desc{
	z-index:100px;
	position:absolute;
	top:150px;
	left:50px;
	width:400px;
	background:url(../images/transparent_bg.png);

	/* filter:0.7(opacity:60) */
}
.lof-main-item-desc p{
	color:#FFF;
	margin:0 8px;
	padding:8px 0
}
.lof-main-item-desc h3 a{
	color:#FFF;	
	margin:0;
	font-size:140%;
	padding:20px 8px 2px;
	font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif;
}
.lof-main-item-desc h3 a:hover{
	color:#FF6;
	text-decoration:underline;
}


/* main flash */
ul.lof-main-wapper{
	/* margin-right:auto; */
	overflow:hidden;
	background:transparent url(../images/load-indicator.gif) no-repeat scroll 50% 50%;
	padding:0px;
	margin:0;
	height:300px;
	width:600px;
	position:absolute;
	overflow:hidden;
}

ul.lof-main-wapper li{
	overflow:hidden;
	padding:0px;
	margin:0px;
	height:100%;
	width:600px;
	float:left;
	position:relative;
}
.lof-opacity  li{
	position:absolute;
	top:0;
	left:0;
	float:inherit;
}
ul.lof-main-wapper li img{
	padding:0px;
}

li-desc{
	z-index:100px;
	position:absolute;
	top:150px;
	left:50px;
	width:400px;
	background:url(../images/transparent_bg.png);

	/* filter:0.7(opacity:60) */
}
li-desc p{
	color:#FFF;
	margin:0 8px;
	padding:8px 0
}
li-desc h3 a{
	color:#FFF;	
	margin:0;
	font-size:140%;
	padding:20px 8px 2px;
	font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif;
}
li-desc h3 a:hover{
	color:#FF6;
	text-decoration:underline;
}

/* item navigator */
ul.lof-navigator{
	top:0;
	padding:0;
	margin:0;
	position:absolute;
	width:100%;
}
ul.lof-navigator li{
	cursor:hand; 
	cursor:pointer;
	list-style:none;
	width:100%;
	padding:0;
	margin:0;
	overflow:hidden;
}
.lof-navigator-outer{
	position:absolute;
	right:0;
	top:00px;
	z-index:100;
	height:300px;
	width:200px;
	overflow:hidden;
	color:#FFF;
}
.lof-navigator li.active{
	background:url(../images/arrow-bg.png) no-repeat scroll left center; 
	color:#FFF
}
.lof-navigator li:hover{
	
}


.lof-navigator li h3{
	color:#FFF;
	font-size:100%;
	padding:15px 0 0 !important;
	margin:0;

}
.lof-navigator li div{
	background:url(../images/transparent_bg.png);
	color:#FFF;
	height:100%;
	position:relative;
	margin-left:15px;
	padding-left:15px;
	margin-right:15px;
	padding-right:15px;
	border-top:1px solid #000;
}

.lof-navigator li.active div{
	background:url(../images/grad-bg.gif);
	color:#000;
}
.lof-navigator li img{
	height:60px;
	width:60px;
	margin:15px 15px 10px 0px;
	float:left;
	padding:3px;
	border:#C5C5C5 solid 1px;
}
.lof-navigator li.active img{
	border:##6C8E5C  solid 1px;
}
.lof-navigator li.active h3{
	color:#000;
	font-weight:bold;
}















/* Float Clearing
 ---------------------------------------------------------------------*/

.module:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* float clearing for IE6 */
* html .module
{
	height: 1%;
	overflow: visible;
}

/* float clearing for IE7 */
* + html .module
{
	min-height: 1%;
}

/* Breadcrumb Styles
 ---------------------------------------------------------------------*/

.breadCrumb
{
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	height: 21px;
	overflow: hidden;
	width: 680px;
	padding:5px;
	margin-left:260px;
	position:absolute;
}
.breadCrumb ul
{
	margin: 0;
	padding: 0;
	height: 21px;
	display: block;
}
.breadCrumb ul li
{
	display: block;
	float: left;
	position: relative;
	height: 21px;
	overflow: hidden;
	line-height: 21px;
	margin: 0px 6px 0px 0;
	padding: 0px 10px 0px 0;
	font-size: .9167em;
	background: url(../images/Chevron.gif) no-repeat 100% 0;
	text-shadow:0 1px 0 #50BF50;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.breadCrumb ul li div.chevronOverlay
{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.breadCrumb ul li span
{
	display: block;
	overflow: hidden;
}
.breadCrumb ul li a
{
	display: block;
	position: relative;
	height: 21px;
	line-height: 21px;
	overflow: hidden;
	float: left;
	color:#000;
}
.breadCrumb ul li.first a
{
	height: 16px !important;
	text-indent:-1000em;
	width:16px;
	padding: 0;
	margin-top: 2px;
	overflow: hidden;
	background:url(../images/IconHome.gif) no-repeat 0 0;
}
.breadCrumb ul li.first a:hover
{
	background-position: 0 -16px;
}
.breadCrumb ul li.last
{
	background: none;
	margin-right: 0;
	padding-right: 0;
}
.chevronOverlay
{
	display: none;
	background: url(../images/ChevronOverlay.png) no-repeat 100% 0;
	width: 13px;
	height: 20px;
}

.slide-out-div {
          padding:10px;
          width: 370px;
		  height: 358px;
		  background:url("../images/background-contact.png") repeat-x scroll left top transparent;
          border: #29216d 0px solid;
      }  



/*----------------------------------------------------------------------
 CONTENT
----------------------------------------------------------------------*/

#content p {
	font-size: 12px;
	color: #8f8f8f;
	padding-bottom: 10px;
}

#content p a {
	color: #e41996;
}

#content h2 {
	font-size: 26px;
	font-weight: normal;
	color: #666;
	padding-bottom: 17px;
	border-top: dotted #ccc 1px;
	padding-top: 20px;
	padding-bottom: 21px;
	margin-top: 13px;
}

#content h2 span {
	font-size: 20px;
}


.slides1_wrap {
	position: relative;
	padding: 20px 0 37px 49px;
	width: 630px;
}

#slides1 {
	overflow: hidden;
	height: 312px;
}

#slides1 li {
	list-style: none;
	width: 540px;
	background: none;
}


#slides1 li img {
	float: left;
}

#slides1 .content {
	float: left;
	width: 210px;
	padding-left: 21px;
}

#slides1 li p {
	line-height: 22px;
}

#slides1 h3 {
	font-size: 36px;
	color: #8d8d8d;
	font-weight: normal;
	text-transform: lowercase;
}

#slides1 h4 {
	font-size: 18px;
	color: #000;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	padding-bottom: 16px;
}

.slides1_wrap .prev {
	position: absolute;
	left: -6px;
	top: 100px;
	outline: 0;
}

.slides1_wrap .next {
	position: absolute;
	right: 10px;
	top: 100px;
	outline: 0;
}

.slides1_wrap a:active {
	top: 102px;
}

.bx_pager {
	padding-left: 209px;
	padding-top: 15px;
}

.bx_pager a {
	float: left;
	background: url(../images/bg_pager.png) no-repeat 0 -21px;
	width: 14px;
	height: 17px;
	color: #fff;
	font-size: 11px;
	margin-right: 6px;
	padding: 4px 0 0 7px;
}

.bx_pager a:hover, .bx_pager a.active {
	background-position: 0 0;
	text-decoration: none;
}

.auto_controls {
	bottom: -11px;
	left: 394px;
}

.auto_controls a {
	font-size: 16px;
	color: #a3a3a3;
	outline: 0;
	padding: 2px;
}

.auto_controls a:hover {
	text-decoration: none;	
	background: ;
	color: #e41996;
}

#content #notes li, #content #changes li {
	font-size: 12px;
	color: #8f8f8f;
	margin-left: 43px;
	padding-bottom: 6px;
}

#content #notes li a {
	color: #e41996;
}

#idc-container a {
	color: #e41996;	
}

#idc-container h3 {
	color: #666;
}

.bxslider_container {

background: url(../images/bigdframe.png);
}


/*bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb*/

.headertopleft {
	display:none;
}

.headernav {
	display:none;
}

.wintitle {
	display:none;
}

.sideLeft {
	display:none;
}

.winbottom {
	display:none;
}

.footer {
	display:none;
}

.headersplash {
	padding-top:23px;
	width:960px;
	clear:both;
}

.logo {
	background:url(../images/logo.gif) no-repeat scroll left top transparent;
	width:235px;
	height:106px;
	display:block;
	text-indent:-9999px;
	float:left;
	margin-bottom:3px;
}

table,td,th {
	padding:3px;
	border:1px solid;
}

table {
	min-width: 500px;
}

.content h1 {
	font-size:22px;
	color:#000;
	text-align:center;
	font-weight:300;
	margin:10px 0;
	text-shadow:1px 1px 1px #33C5BF;
}

.content h2 {
	font-size:16px;
	color:#000;
	text-align:left;
	font-weight:300;
	padding:10px 0;
	text-shadow:1px 1px 1px #33C5BF;
}

.content h3,h4,strong {
	color:#000;
	font-weight:bold;
	margin:10px 0;
	text-align:justify;
}

.content p {
margin:10px 0;
}

.content ul { list-style:circle;}

.center {display:block; margin:0 auto;}

.menu_contact{
background:url("../images/menubox-contact.gif") 720px 90px;
padding:12px 10px;
margin:10px 0;
float:right;
}

.menu_contact li {
background:url("../images/menubutton60.gif") 225px 65px;
color:#1A2843;
height:65px;
margin: 0 4px 0 4px;
position:relative;
width:220px;
padding-left:5px;
text-align:left;
text-shadow:0 1px 0 #FFFFFF;
text-decoration:none;
font-size:12px;
line-height:20px;
float: left;
}

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