/*
  disabling default styles
*/

html, body, h1, h2, h3, h4, h5, h6, img, blockquote, form, fieldset, label, p, ul, ol, li, dl, dd, dt { 
  padding: 0px;
  margin: 0px;
  border: none;
}

body {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #101010;
  background: #ecebea url(/img/bg.gif) repeat-x scroll top left;
}

input, select, textarea, option, table {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  text-decoration: none;
}

h1, h2, h3 {
  font-size: 12px;
}



/*
  common elements
*/

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
  font-size: 0px;
}

.col2 {
  float: left;
  width: 50%;
}

.floatImage {
  float: left;
  margin: 0 15px 10px 0;
}

/*
  main layout
*/

.wrapper {
  width: 950px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
  position: relative;
}

.header {
  height: 68px;
}

.menu {
  height: 33px;
  background: #ffffff url(/img/menu_bg.gif) repeat-x scroll top left;
}

.main {
}

.footer {
}



/*
  header
*/

.headerLogo {
  float: left;
  width: auto;
}

.headerLogo a {
  display: block;
  width: auto;
  height: 28px;
  padding: 40px 0 0 280px;
  background: transparent url(/img/logo.jpg) no-repeat scroll top left;
  color: #b8b8b8;
  font-size: 9px;
  float: left;
}

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

.headerMenu {
  padding-top: 35px;
  float: right;
}

.headerMenu select {
  color: #8c8b8a;
  font-size: 11px;
  border: 1px solid #c6c6c6;
  float: left;
}

.headerMenuSeparator {
  background: transparent url(/img/bullet.gif) no-repeat scroll center center;
  display: block;
  float: left;
  height: 19px;
  width: 20px;
}

/*
  menu
*/

.menu ul {
  list-style: none;
  
  background: transparent url(/img/menu_corners.gif) no-repeat scroll top left;
  height: 33px;
}

.front .menu ul {
  height: 35px;
  position: absolute;
  text-align:center;
  width: 950px;
}

.menu li {
  float: left;
}

.menu li a {
  font-size: 14px;
  color: #ffffff;
  height: 32px;
  display: block;
  width: auto;
}

.menu li a span {
  padding: 8px 20px 0 20px;
  height: 24px;
  display: block;
  float: left;
  width: auto;
  cursor: pointer;
}

.menu li a:hover,
.menu .act a
{
  background: transparent url(/img/menu_bg_act_left.gif) no-repeat scroll top left;
}

.menu li a:hover span,
.menu .act a span
{
  background: transparent url(/img/menu_bg_act_right.gif) no-repeat scroll top right;
}

.menu .act a {
  border-bottom: 1px solid #1f1f1f;
}

.menu .act ul {
  position: absolute;
  background: transparent url(/img/submenu_bg.gif) no-repeat scroll bottom left;
  width: 935px;
  padding-left: 15px;
  left: 50%;
  margin-left: -475px;
}

.menu .act li a
{
  font-size: 12px;
  margin-top: 7px;
  height: 26px;
  background: none;
  border-bottom: none;
}

.menu .act li a span {
  padding: 6px 15px 0 15px;
  height: 20px;
  background: none;
}

.menu .act li a:hover
{
  text-decoration: underline;
}

.menu .act .act a:hover {
  text-decoration: none;
}

.menu .act .act a {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top left;
}

.menu .act .act a span{
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top right;
  color: #252525;
}

.menu .hidden {
  display: block;
  width: 0px;
  overflow: hidden;
  float: left;
}

.color1 .menu .act .act a { background-image: url(/img/submenu_left_c1.gif); }
.color1 .menu .act .act a span { background-image: url(/img/submenu_right_c1.gif); }
.color2 .menu .act .act a { background-image: url(/img/submenu_left_c2.gif); }
.color2 .menu .act .act a span { background-image: url(/img/submenu_right_c2.gif); }
.color3 .menu .act .act a { background-image: url(/img/submenu_left_c3.gif); }
.color3 .menu .act .act a span { background-image: url(/img/submenu_right_c3.gif); }
.color4 .menu .act .act a { background-image: url(/img/submenu_left_c4.gif); }
.color4 .menu .act .act a span { background-image: url(/img/submenu_right_c4.gif); }
.color5 .menu .act .act a { background-image: url(/img/submenu_left_c5.gif); }
.color5 .menu .act .act a span { background-image: url(/img/submenu_right_c5.gif); }
.color6 .menu .act .act a { background-image: url(/img/submenu_left_c6.gif); }
.color6 .menu .act .act a span { background-image: url(/img/submenu_right_c6.gif); }
.color7 .menu .act .act a { background-image: url(/img/submenu_left_c7.gif); }
.color7 .menu .act .act a span { background-image: url(/img/submenu_right_c7.gif); color: #ffffff; }
.color8 .menu .act .act a { background-image: url(/img/submenu_left_c8.gif); }
.color8 .menu .act .act a span { background-image: url(/img/submenu_right_c8.gif); }

.front .menu .act ul {
  width: auto;
  padding-left: 0;
  background: transparent;
}

.front .menu .act li a {
  height: 33px;
  margin-top: 0;
  background: transparent url(/img/submenu_bg_front.png) no-repeat scroll top center;
}

.front .menu .act li a span {
  padding: 10px 15px 0 15px;
  height: 23px;
}

.front .menu .act .first a {
  background-position: top left;
}

.front .menu .act .last a {
  background-position: top right;
}

.s li > ul {
 display:none;
}


.s li:hover > ul {
display:block;
}

.s .act a,
.s .act a span
{
	background:none;
	border-bottom:none;
}

.s .act a:hover
{
	text-decoration:underline;
}

.menuFacebook {
  display: block;
  width: 85px;
  height: 32px;
  float: right;
  background: transparent url(/img/facebook.gif) no-repeat scroll center center;
  margin-right: 10px;
  position: relative;

}

.languages {
  position: absolute;
  width: 150px;
  margin: 12px 0 0 800px;
}

.languages ul {
  list-style: none;
  float: right;
}

.languages li {
  display: inline;
  margin-right: 8px;
}

.languages li a {
  padding: 1px;
}

.languages li a:hover,
.languages .act a {
  padding: 0;
}

.languages li a:hover img,
.languages .act a img {
  border: 1px solid #ffffff;
}

/*
  main
*/

.frontScroller {
  
  height: 360px;
  margin-bottom: 2px;
}

.headline {
  height: 99px;
  overflow: hidden;
}

.headline h2 {
  color: #ffffff;
  font-size: 24px;
  margin: 50px 0 0 30px;
  font-weight: normal;
}

.color1 .headline { background: #dddddd url(/img/headline_bg_c1.gif) no-repeat scroll bottom left; }
.color2 .headline { background: #dddddd url(/img/headline_bg_c2.gif) no-repeat scroll bottom left; }
.color3 .headline { background: #dddddd url(/img/headline_bg_c3.gif) no-repeat scroll bottom left; }
.color4 .headline { background: #dddddd url(/img/headline_bg_c4.gif) no-repeat scroll bottom left; }
.color5 .headline { background: #dddddd url(/img/headline_bg_c5.gif) no-repeat scroll bottom left; }
.color6 .headline { background: #dddddd url(/img/headline_bg_c6.gif) no-repeat scroll bottom left; }
.color7 .headline { background: #dddddd url(/img/headline_bg_c7.gif) no-repeat scroll bottom left; }
.color8 .headline { background: #dddddd url(/img/headline_bg_c8.gif) no-repeat scroll bottom left; }

.main {
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  background-color: #ecebea;
  width: 948px;
}

.mainFront {
  border: none;
  width: 950px;
}

.mainColor {
  background-color: #9fc623;
}

.color1 .mainFront { background: #a1c52d url(/img/main_bg_c1.gif) repeat-x scroll top left; }
.color6 .mainFront { background: #c75e00 url(/img/main_bg_c6.gif) repeat-x scroll top left; }
.color7 .mainFront { background: #860003 url(/img/main_bg_c7.gif) repeat-x scroll top left; }

.mainSideMenu {
  float: left;
  width: 276px;
  margin: 20px 0 20px 20px;
}

.mainSideMenu img {
  display: block;
  padding-bottom: 3px;
  background: transparent url(/img/mainsidemenu_bg.gif) no-repeat scroll bottom center;
}

.color1 .mainSideMenu img {
	background-image: url('/img/mainsidemenu_bg_c7.gif');
}

.color7 .mainColor .mainSideMenu img { background-image: url(/img/mainsidemenu_bg_c7.gif); }

.mainSideMenu .mainContent img {
  background: none;
  padding-bottom: 0;
  display: inline;
  margin: 0;
}

.mainSideMenu ul {
  border-bottom: 8px solid #ecebea;
  list-style: none;
  padding: 10px 0 10px 14px;
}

.mainSideMenu ul a {
  display: block;
  width: 215px;
  padding: 4px 20px 4px 27px;
  border-bottom: 1px solid #ecebea;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  background: transparent url(/img/mainsidemenu_bullet.gif) no-repeat scroll 5px 8px;
}

.mainSideMenu ul a:hover,
.mainSideMenu ul .act a {
  background: #2a2a2a;
  border-bottom: none;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: -1px;
}

.mainSideMenu ul .act a {
  background: #2a2a2a url(/img/mainsidemenu_bullet_act.gif) no-repeat scroll 241px 7px;
}

.mainSideMenu ul .selected a:hover,
.mainSideMenu ul .selected a {
  background-color: #4c4c4c;
  /*border-bottom: 1px solid #93b81e;*/
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: -1px;
}
.color1 .mainSideMenu ul .selected a { border-bottom: 1px solid #93b81e; }
.color3 .mainSideMenu ul .selected a { border-bottom: 1px solid #8795D8; }
.color4 .mainSideMenu ul .selected a { border-bottom: 1px solid #1F9887; }
.color6 .mainSideMenu ul .selected a { border-bottom: 1px solid #F2992C; }
.color7 .mainSideMenu ul .selected a { border-bottom: 1px solid #E50F0F; }


.mainSideMenu ul .selected ul {
  border-bottom: none;
  padding: 0;
  /*border-top: 1px solid #93b81e;*/
}

.color1 .mainSideMenu ul .selected ul { border-top: 1px solid #93b81e; }
.color3 .mainSideMenu ul .selected ul { border-top: 1px solid #8795D8; }
.color4 .mainSideMenu ul .selected ul { border-top: 1px solid #1F9887; }
.color6 .mainSideMenu ul .selected ul { border-top: 1px solid #F2992C; }
.color7 .mainSideMenu ul .selected ul { border-top: 1px solid #E50F0F; }

.mainSideMenu ul .selected ul a {
  background: transparent url(/img/mainsidemenu_bullet2.gif) no-repeat scroll 28px 8px;
  border-bottom: 1px solid #a2d500;
  font-size: 12px;
  padding: 4px 20px 4px 42px;
  width: 200px;
}

.mainSideMenu ul .selected ul a:hover,
.mainSideMenu ul .selected ul .act a {
  background: #2a2a2a;
  border-bottom: none;
  padding-top: 4px;
  padding-bottom: 5px;
  margin-top: -1px;
}

.mainSideMenu ul .selected ul .act a {
  background: #2a2a2a url(/img/mainsidemenu_bullet_act.gif) no-repeat scroll 241px 7px;
}

.color1 .mainSideMenu { background-color: #93b81e; }
.color1 .mainSideMenu ul { border-bottom-color: #729600; }
.color1 .mainSideMenu ul a { border-bottom-color: #a2d500; }
.color2 .mainSideMenu { background-color: #8097b2; }
.color2 .mainSideMenu ul { border-bottom-color: #627e9c; }
.color2 .mainSideMenu ul a { border-bottom-color: #99a8ba; }
.color3 .mainSideMenu { background-color: #495798; }
.color3 .mainSideMenu ul { border-bottom-color: #324181; }
.color3 .mainSideMenu ul a { border-bottom-color: #8795d8; }
.color4 .mainSideMenu { background-color: #00806e; }
.color4 .mainSideMenu ul { border-bottom-color: #136863; }
.color4 .mainSideMenu ul a { border-bottom-color: #1f9887; }
.color5 .mainSideMenu { background-color: #387ba6; }
.color5 .mainSideMenu ul { border-bottom-color: #2b5a7e; }
.color5 .mainSideMenu ul a { border-bottom-color: #3e8cbc; }
.color6 .mainSideMenu { background-color: #e87914; }
.color6 .mainSideMenu ul { border-bottom-color: #df6b02; }
.color6 .mainSideMenu ul a { border-bottom-color: #f2992c; }
.color7 .mainSideMenu { background-color: #d60000; }
.color7 .mainSideMenu ul { border-bottom-color: #bc0000; }
.color7 .mainSideMenu ul a { border-bottom-color: #e50f0f; }
.color8 .mainSideMenu { background-color: #6c6c6c; }
.color8 .mainSideMenu ul { border-bottom-color: #4a4a4a; }
.color8 .mainSideMenu ul a { border-bottom-color: #8a8a8a; }

.mainContentRight {
  float: left;
  width: 644px;
  margin: 20px 0 20px 8px;
}

.mainAdd {
  height: 216px;
  width: 644px;
  position: relative;
  margin-bottom: 25px;
}

.mainAddTitle {
  display: block;
  width: 50px;
  height: 216px;
  float: left;
  position: relative;
  background: transparent url(/img/add_title.gif) no-repeat scroll top left;
}

.mainAddContent {
  float: left;
  width: 432px;
  height: 216px;
  margin-left: -16px;
}

.mainAddText {
  float: left;
  width: 138px;
  height: 176px;
  padding: 20px;
  color: #ffffff;
  font-size: 11px;
  line-height: 18px;
}

.color1 .mainFront .mainAddTitle { background-image: url(/img/add_title_c1.png); }
.color6 .mainFront .mainAddTitle { background-image: url(/img/add_title_c6.png); }
.color7 .mainFront .mainAddTitle { background-image: url(/img/add_title_c7.png); }

.color1 .mainAddText { background-color: #95ba1f; }
.color2 .mainAddText { background-color: #8097b2; }
.color3 .mainAddText { background-color: #495798; }
.color4 .mainAddText { background-color: #00806e; }
.color5 .mainAddText { background-color: #264d6e; }
.color6 .mainAddText { background-color: #264d6e; }

.color7 .mainAddText { background-color: #264d6e; }
.color8 .mainAddText { background-color: #264d6e; }


.mainMenu {
  padding-left: 40px;
  margin-top: 25px;
}

.mainMenu ul {
  list-style: none;
}

.mainMenu li {
  height: 19px;
  margin-bottom: 5px;
  clear: left;
}

.mainMenu a {
  display: block;
  width: auto;
  background: transparent url(/img/mainmenu_left.gif) no-repeat scroll top left;
  height: 19px;
  color: #2a2a2a;
  float: left;
}

.mainMenu span {
  display: block;
  width: auto;
  height: 17px;
  padding: 2px 20px 0 30px;
  float: left;
  font-weight: bold;
  cursor: pointer;
}

.mainMenu a:hover {
  background: transparent url(/img/mainmenu_left_act.gif) no-repeat scroll top left;
}

.mainMenu a:hover span {
  background: transparent url(/img/mainmenu_right_act.gif) no-repeat scroll top right;
  color: #ffffff;
}

.mainColumnRight {
  width: 326px;
  float: right;
  margin: 27px 12px 20px 0;
}

.mainColumnRight img {
  margin-bottom: 2px;
}

.mainColumnRightButtons {
  width: 296px;
  margin-top: 105px;
  position: relative;
}

.mainColumnRight .buttonMap {
  display: block;
  background: transparent url(/img/map.gif) no-repeat scroll top left;
  font-size: 16px;
  font-weight: bold;
  color: #353535;
  width: 121px;
  height: 52px;
  padding: 10px 0 0 81px;
  margin-top: 20px;
}

.mainColumnRight .buttonWrite {
  display: block;
  /*background: transparent url(/img/pen.gif) no-repeat scroll top left;*/
  font-size: 16px;
  font-weight: bold;
  color: #353535;
  width: 121px;
  height: 42px;
  padding: 20px 0 0 81px;
  margin-top: 20px;
}

.color1 .mainColumnRight .buttonWrite { background: transparent url(/img/pen-1.png) no-repeat scroll top left; }
.color2 .mainColumnRight .buttonWrite { background: transparent url(/img/pen.gif) no-repeat scroll top left; }
.color3 .mainColumnRight .buttonWrite { background: transparent url(/img/pen.gif) no-repeat scroll top left; }
.color4 .mainColumnRight .buttonWrite { background: transparent url(/img/pen.gif) no-repeat scroll top left; }
.color5 .mainColumnRight .buttonWrite { background: transparent url(/img/pen.gif) no-repeat scroll top left; }
.color6 .mainColumnRight .buttonWrite { background: transparent url(/img/pen.gif) no-repeat scroll top left; }
.color7 .mainColumnRight .buttonWrite { background: transparent url(/img/pen.gif) no-repeat scroll top left; }
.color8 .mainColumnRight .buttonWrite { background: transparent url(/img/pen.gif) no-repeat scroll top left; }

.mainColumnRight .buttonFacebook {
  display: block;
  background: transparent url(/img/facebook2.gif) no-repeat scroll top left;
  font-size: 16px;
  font-weight: bold;
  color: #353535;
  width: 202px;
  height: 62px;
  text-indent: -9999px;
  overflow: hidden;
  margin-top: 20px;
}

.mainColor .mainColumnRight .buttonMap { background-image: url(/img/map.png) }
.mainColor .mainColumnRight .buttonWrite { background-image: url(/img/pen-1.png) }
.mainColor .mainColumnRight .buttonFacebook { background-image: url(/img/facebook2.png) }

.mainContent h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: normal;
}

.mainContent p {
  line-height: 18px;
  margin-bottom: 20px;
}

.mainContent p a {
  background-color: #505050;
  padding: 1px;
  color: #dddddd;
}

.mainContent p a:hover {
  text-decoration: underline;
}

.main .bigNote {
  font-size: 15px;
  color: #747474;
  font-weight: bold;
}

.main .bigNote big {
  font-size: 25px;
}

.mainContentLeft {
  float: left;
  width: 576px;
  margin: 27px 0 20px 20px;
}

.mainContentLeftBox {
  float: left;
  width: 536px;
  margin: 27px 0 20px 20px;
  padding: 0 20px;
}

.mainContentLeftBox img {
  display: block;
  margin-left: -20px;
  margin-bottom: 20px;
  padding-bottom: 3px;
  background: transparent url(/img/maincontentleftbox_bg.gif) no-repeat scroll bottom center;
}

.mainContentLeftBox p a {
  background: none;
  padding: 0;
  text-decoration: underline;
  color: #ffffff;
}

.mainContentLeftBox p a:hover {
  text-decoration: none;
}

.color1 .mainContentLeftBox { background-color: #94b91e; color: #ffffff; }
.color2 .mainContentLeftBox { background-color: #8da7c4; color: #ffffff; }
.color3 .mainContentLeftBox { background-color: #505ea0; color: #ffffff; }
.color4 .mainContentLeftBox { background-color: #00806e; color: #ffffff; }
.color5 .mainContentLeftBox { background-color: #3d8ab9; color: #ffffff; }
.color6 .mainContentLeftBox { background-color: #db7213; color: #ffffff; }
.color7 .mainContentLeftBox { background-color: #d60000; color: #ffffff; }
.color8 .mainContentLeftBox { background-color: #505ea0; color: #ffffff; }

.mainSideMenu .mainContentLeftBox {
  margin: 0;
  width: 236px;
  padding-top: 20px;
  height: 389px;
}

.mainSideMenu .mainContentLeftBox select {
  width: 100%;
  font-weight: bold;
}

.color1 .mainSideMenu .mainContentLeftBox select { color: #7b9d0a !important; }
.color5 .mainSideMenu .mainContentLeftBox select { color: #408dc3; }
.color6 .mainSideMenu .mainContentLeftBox select { color: #626061; }
.color7 .mainSideMenu .mainContentLeftBox select { color: #a9002d; }

.color1 .mainContentForm select { color: #7b9d0a !important; }

.mainMap {
  width: 636px;
  height: 500px;
}

.color1 .mainMap { background-color: #94B91E; }
.color5 .mainMap { background-color: #3D8AB9; }
.color6 .mainMap { background-color: #DB7213; }
.color7 .mainMap { background-color: #D60000; }

.contactForm {
  position: absolute;
  background: #3d8ab9 url(/img/contactform_bg_top_c1.gif) no-repeat scroll top left;
  width: 310px;
  color: #ffffff;
  bottom: -30px;
  margin-left: -25px;
}

.contactForm form {
  padding: 0 12px 10px 26px;
  background: transparent url(/img/contactform_bg_bottom_c1.gif) no-repeat scroll bottom left;
}

.contactForm dd {
  margin-bottom: 10px;
}

.contactForm dt {
  margin-bottom: 2px;
}

.contactFormInput {
  width: 250px;
  padding: 1px;
  border: none;
  background-color: #dddddd;
}

.contactFormTextarea {
  width: 250px;
  height: 110px;
  padding: 1px;
  border: none;
  background-color: #dddddd;
  overflow: auto;
}

.contactFormSubmit {
  width: 89px;
  height: 19px;
  border: none;
  cursor: pointer;
  color: #ffffff;
  font-weight: bold;
  background: transparent url(/img/contactform_submit.png) no-repeat scroll bottom left;
}

.contactFormClose {
  display: block;
  width: 27px;
  height: 27px;
  background: transparent url(/img/contactform_close_c1.gif) no-repeat scroll center center;
  float: right;
  margin: 12px 12px 0 0;
}

.contactFormHeading {
  font-weight: bold;
  display: block;
  margin: 18px 0 10px 26px;
}

.color1 .contactForm { background-color: #5d7b00; background-image: url(/img/contactform_bg_top_c1.gif); }
.color1 .contactForm form { background-image: url(/img/contactform_bg_bottom_c1.gif); }
.color1 .contactFormClose { background-image: url(/img/contactform_close_c1.gif); }
.color2 .contactForm { background-color: #8da7c4; background-image: url(/img/contactform_bg_top_c2.gif); }
.color2 .contactForm form { background-image: url(/img/contactform_bg_bottom_c2.gif); }
.color2 .contactFormClose { background-image: url(/img/contactform_close_c2.gif); }
.color3 .contactForm { background-color: #505ea0; background-image: url(/img/contactform_bg_top_c3.gif); }
.color3 .contactForm form { background-image: url(/img/contactform_bg_bottom_c3.gif); }
.color3 .contactFormClose { background-image: url(/img/contactform_close_c3.gif); }
.color4 .contactForm { background-color: #00806e; background-image: url(/img/contactform_bg_top_c4.gif); bottom: -5px; }
.color4 .contactForm form { background-image: url(/img/contactform_bg_bottom_c4.gif); }
.color4 .contactFormClose { background-image: url(/img/contactform_close_c4.gif); }
.color5 .contactForm { background-color: #3d8ab9; background-image: url(/img/contactform_bg_top_c5.gif); }
.color5 .contactForm form { background-image: url(/img/contactform_bg_bottom_c5.gif); }
.color5 .contactFormClose { background-image: url(/img/contactform_close_c5.gif); }
.color6 .contactForm { background-color: #db7213; background-image: url(/img/contactform_bg_top_c6.gif); }
.color6 .contactForm form { background-image: url(/img/contactform_bg_bottom_c6.gif); }
.color6 .contactFormClose { background-image: url(/img/contactform_close_c6.gif); }
.color7 .contactForm { background-color: #d60000; background-image: url(/img/contactform_bg_top_c7.gif); }
.color7 .contactForm form { background-image: url(/img/contactform_bg_bottom_c7.gif); }
.color7 .contactFormClose { background-image: url(/img/contactform_close_c7.gif); }
.color8 .contactForm { background-color: #505ea0; background-image: url(/img/contactform_bg_top_c8.gif); }
.color8 .contactForm form { background-image: url(/img/contactform_bg_bottom_c8.gif); }
.color8 .contactFormClose { background-image: url(/img/contactform_close_c8.gif); }

.mainCatalogHeading {
  background: #dadada url(/img/maincatalogheading_bg.gif) no-repeat scroll top left;
  color: #4d4d4d;
  font-weight: normal;
  font-size: 18px;
  padding: 58px 0 0 18px;
  height: 30px;
  overflow: hidden;
  width: 616px;
}

.mainCatalogSubHeading {
  padding: 43px 0 0 18px;
  height: 45px;
}

.mainCatalogSubHeading small {
  display: block;
  font-size: 14px;
  font-weight: bold;
}

.mainCatalog { }

.mainCatalog ul {
  list-style: none;
  margin-left: 18px;
  width: 616px;
}

.mainCatalog li {
  height: 109px;
  border-top: 2px solid #ffffff;
  padding: 14px 0;
}

.mainCatalog li.first {
  border-top: none;
}

.mainCatalog li img {
  float: left;
  margin-right: 22px;
}

.mainCatalog li strong {
  display: block;
  padding: 6px 0;
}

.mainCompanies {
  padding: 26px 0 26px 18px;
}

.mainCompanies ul {
  list-style: none;
}

.mainCompanies li {
  display: inline;
}

.mainCompanies li a {
  width: 368px;
  height: 62px;
  padding: 8px 37px 0 15px;
  background: transparent url(/img/maincompanies_bg.gif) no-repeat scroll top left;
  float: left;
  margin: 0 20px 20px 0;
  color: #ffffff;
  font-weight: bold;
}

.mainCompanies a img {
  float: left;
  margin-right: 18px;
}

.mainCompanies a strong {
  display: block;
  padding-top: 12px;
}

.mainContacts {
  padding: 0 0 26px 18px;
  overflow: hidden;
  width: 930px;
}

.mainContactsBlock {
  width: 262px;
  height: 293px;
  padding: 10px 15px;
  background: transparent url(/img/maincontact_bg.gif) no-repeat scroll top left;
  color: #1f1a22;
  float: left;
  margin: 14px 18px 0 0;
  overflow: hidden;
}

.main .mainContactsBlock a {
  background-color: transparent;
  padding: 0;
  color: #1f1a22;
  text-decoration: underline;
}

.main .mainContactsBlock a:hover {
  text-decoration: none;
}

.mainPromo {
  width: 440px;
  float: left;
  height:300px;
  overflow:hidden;
  margin: 21px 0 0 18px;
}

.mainPromo a {
  display: block;
  /*color: #ffffff;*/
  margin-bottom: 10px;
}

.color1 .mainPromo a { color: #000000; }
.color6 .mainPromo a { color: #ffffff; }

.mainPromo a:hover .mainPromoHeadline {
  text-decoration: underline;
}

.mainPromo a img {
  float: left;
  margin-right: 14px;
}

.mainPromoHeadline {
  display: block;
  font-size: 18px;
  padding-top: 3px;
  color: #ffffff;
}

.mainPromoText {
  display: block;
}

.color7 .mainPromoText { color: #ffffff; }

.mainFront .mainAdd {
  margin-top: 39px;
  float: right;
  width: 466px;
  margin-bottom: 12px;
}

.mainPromoSide {
  float: right;
  height: 52px;
}

.color1 .mainPromoSide { padding-top: 20px; }
.color6 .mainPromoSide { padding-top: 20px; }
.color7 .mainPromoSide { padding-top: 20px; }

.mainFrontMore {
  display: block;
  width: 126px;
  height: 30px;
  /*background: transparent url(/img/mainfront_more_c4.gif) no-repeat scroll top left;*/
  color: #000000;
  font-size: 9px;
  font-size: 9px;
  text-align: center;
  margin-left: 215px;

}

.color1 .mainFrontMore { color: #bae138; }
.color6 .mainFrontMore { color: #000000; }
.color7 .mainFrontMore { color: #e82231; }

.color1 .mainFrontMore { background: transparent url(/img/mainfront_more_c1.gif) no-repeat scroll top left; }
.color6 .mainFrontMore { background: transparent url(/img/mainfront_more_c6.gif) no-repeat scroll top left; }
.color7 .mainFrontMore { background: transparent url(/img/mainfront_more_c7.gif) no-repeat scroll top left; }

.mainScroller {
  height: 138px;
  background: transparent url(/img/mainscroller_bg.jpg) no-repeat scroll top left;
  overflow: hidden;
}

.color1 .mainScroller { background: transparent url(/img/mainscroller_bg_1.jpg) no-repeat scroll top left; }
.color6 .mainScroller { background: transparent url(/img/mainscroller_bg_1.jpg) no-repeat scroll top left; }
.color7 .mainScroller { background: transparent url(/img/mainscroller_bg_1.jpg) no-repeat scroll top left; }

.mainScrollerLeft {
  width: 30px;
  height: 137px;
  display: block;
  float: left;
  background: transparent url(/img/mainscroller_arrow_left.gif) no-repeat scroll center center;
}

.mainScrollerRight {
  width: 30px;
  height: 137px;
  display: block;
  float: right;
  background: transparent url(/img/mainscroller_arrow_right.gif) no-repeat scroll center center;
}

.mainScrollerContainer {
  float: left;
  width: 890px;
  height: 137px;
  overflow: hidden;
  position: relative;
}

.mainScrollerItems {
  width: 4000px;
  height: 137px;
}

.mainScrollerItem {
  float: left;
  width: 330px;
  height: 113px;
  padding: 24px 0 0 10px;
  color: #dddddc;
  font-size: 11px;
  position: relative;
}

.mainScrollerItem img {
  float: left;
  margin-right: 14px;
  border: 3px solid #343434;
}

.mainScrollerItem strong {
  display: block;
  padding: 15px 0 3px 0;
  font-size: 12px;
}

.mainScrollerItem .price {
  display: block;
  width: 62px;
  height: 30px;
  padding: 18px 0 0 6px;
  background: transparent url(/img/mainscroller_price_green.png) no-repeat scroll top left;
  font-size: 24px;
  text-align: center;
  color: #ffffff;
  clear: left;
  margin: -25px 0 0 88px;
  float: left;
}

.mainScrollerItem .priceRed { background-image: url(/img/mainscroller_price_red.png); }

.mainScrollerItem .price small {
  font-size: 12px;
  font-weight: bold;
  position: relative;
  left: -8px;
}

.mainScrollerItem .price .cent {
  font-size: 10px;
  position: relative;
  top: -12px;
}

.gallery {
  background-color: #5f5e5d;
  padding: 12px 0 12px 22px;
  border-bottom: 1px solid #ecebea;
}

.gallery img {
  margin-right: 21px;
}

.mainContentText {
  padding: 10px 20px 0 20px;
}

.mainContentText h3 {
  font-size: 12px;
  font-weight: bold;
}

.mainSideBlock {
  width: 288px;
  float: left;
  margin: 20px 44px 0 20px;
  color: #ffffff;
  line-height: 18px;
}

.mainSideBlockHeading {
  display: block;
  font-size: 18px;
  margin: 20px 0 6px 0;
}

.mainContentForm {
  float: left;
  width: 390px;
  margin: 20px 0;
}

.color1 .mainColor .mainContentForm { color: #ffffff !important; }

.mainContentForm dl {
  border-top: 2px solid #b2dc2d;
  margin-top: 20px;
  padding-top: 20px;
  width: 390px;
}

.mainContentForm dt {
  float: left;
  width: 100px;
  padding-right: 15px;
  clear: left;
}

.mainContentForm dd {
  float: left;
  width: 275px;
}

.mainContentForm label {
  font-weight: bold;
  line-height: 18px;
}

.mainContentForm .contactFormInput {
  width: 260px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  background-color: #ffffff;
  padding: 2px 1px;
  margin-bottom: 10px;
}

.mainContentForm .contactFormTextarea {
  width: 260px;
  height: 85px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  background-color: #ffffff;
  padding: 2px 1px;
  overflow: auto;
}

.mainContentForm .contactFormSelect {
  margin-bottom: 10px;
}

.mainContentForm .contactFormInputShort {
  width: 50px;
  vertical-align: middle;
}

.mainContentForm .clear {
  float: none;
}

.mainContentFormTitle {
  margin-bottom: 10px;
}

/*
  footer
*/

.frontNavigation {
  height: 138px;
  background: transparent url(/img/quicklinks_bg_front.gif) no-repeat scroll top left;
  overflow: hidden;
}

.frontNavigationPromo {
  float: left;
  width: 405px;
  margin-right: 20px;
  padding-left: 30px;
}

.frontNavigationPromoImage {
  float: left;
  margin-top: 12px;
}

.frontNavigationPromoText {
  float: left;
  height: 80px;
  width: 230px;
  padding: 40px 10px 0 10px;
  margin-top: 12px;
  background: transparent url(/img/frontpromo_shadow.png) no-repeat scroll bottom center;
  color: #faef00;
}

.frontNavigationPromoText a {
  color: #faef00;
}

.frontNavigationLinks {
  float: left;
  width: 250px;
  margin-right: 30px;
  margin-top: 20px;
}

.frontNavigationLinks ul {
  list-style: none;
}

.frontNavigationLinks li {
  margin-bottom: 5px;
}

.frontNavigationLinks a {
  color: #ffffff;
  font-weight: bold;
  background: transparent url(/img/frontnav_bg.png) no-repeat scroll top left;
  width: 212px;
  height: 16px;
  padding: 3px 0 0 22px;
  display: block;
}

.color1 .frontNavigationLinks a { color: #000000; }

.frontNavigationLinks a:hover { background-image: url(/img/frontnav_bg_hover.png); color: #ffffff;}

.mainFront .frontNavigationLinks {
  width: 800px;
  margin: 20px 0 14px 14px;
}
.mainFront .frontNavigationLinks li,
.mainFront .frontNavigationLinks a {
  float: left;
}
.color1 .mainFront .frontNavigationLinks a { background-image: url(/img/frontnav_bg1.png); }
.color6 .mainFront .frontNavigationLinks a { background-image: url(/img/frontnav_bg6.png); }
.color7 .mainFront .frontNavigationLinks a { background-image: url(/img/frontnav_bg7.png); }
.mainFront .frontNavigationLinks a:hover { background-image: url(/img/frontnav_bg_hover.png); }

.frontNavigationSearch {
  float: left;
  width: 210px;
  margin-top: 20px;
}

.searchInput {
  color: #414141;
  background: #c3c3c3 url(/img/searchinput_bg.gif) no-repeat scroll top left;
  height: 16px;
  width: 170px;
  padding: 2px 1px;
  border: none;
  float: left;
  margin-top: 1px;
}

.searchSubmit {
  border: none;
  background: transparent url(/img/searchsubmit_bg.gif) no-repeat scroll top left;
  width: 26px;
  height: 22px;
  float: left;
  cursor: pointer;
}

.quickLinks {
  background: transparent url(/img/quicklinks_bg.gif) no-repeat scroll bottom left;
  height: 25px;
}

.front .quickLinks {
  background-image: url(/img/quicklinks_bg_front.gif);
}

.quickLinks ul {
  list-style: none;
  padding: 6px 0 0 25px;
}

.quickLinks li {
  display: inline;
  padding: 0 10px;
  background: transparent url(/img/quicklinks_separator.gif) no-repeat scroll center left;
}

.quickLinks .first {
  padding-left: 15px;
  border-left: none;
  background-image: url(/img/bullet2.gif);
}

.quickLinks a {
  color: #c0c0c0;
  font-size: 11px;
}

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

.credits {
  list-style: none;
  color: #878d91;
  padding: 11px 8px 0 8px;
  height: 25px;
}

.credits li {
  float: left;
  width: auto;
  margin-right: 30px;
  font-size: 9px;
}

.credits li.right {
  float: right;
  width: auto;
  margin-right: 0px;
  margin-left: 15px;
}

.credits li.noimg {
  padding-top: 4px;
}

.credits li a {
  color: #878d91;
  text-decoration: underline;
}

.credits li a.noline,
.credits li a:hover {
  text-decoration: none;
}

.credits li img {
  vertical-align: middle;
}



.mainSideMenu2 img {
	background-image:url('/img/mainsidemenu_bg.gif') !important;
	padding-bottom: 3px !important;
}

.mainPromoScroller {
	height:1000px;
	margin-top:0px;
}

.h3bold h3 
{
	background:gray;
	width:230px;
	padding:3px;
	color:#dddddd;
}