/*-------------------------------------*/
.null-margin-padding {
    margin: 0px;
    padding: 0px;
}
body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    background-image: url("./../Images/Layout/background-body.png");
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
}

div#page {
    position: relative;
	background-image: url("./../Images/Layout/background-front.png");
	background-repeat: repeat-x;
    z-index: 100;
}

#topLeft {
  background-image: url("./../Images/Layout/background-left.png");
  position: absolute;
  top: 0px;
  left: -203px;
  width: 203px;
  height: 458px;
}

div#container {
    position: relative;
    width: 960px;
    background-image: url("./../Images/Layout/background-back.png");
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0px auto;
}

div#container.slide1 {
    background-image: url("./../Images/Layout/background-page1.png");
}

div#container.slide2 {
    background-image: url("./../Images/Layout/background-page2.png");
}

div#container.slide3 {
    background-image: url("./../Images/Layout/background-page3.png");
}

div#header {
    position: relative;
    width: 960px;
    margin: 0px auto; 
}
h1#logo {
    margin: 0px;
    padding: 0px;
}
h1#logo a {
    display: block;
    position: absolute;
    width: 200px;
    height: 200px;
    top: 20px;
    left: 139px;
}
h1#logo a span {
    display: none !important;
    visibility: hidden;
}
a#more {
    display: block;
    position: absolute;
    width: 110px;
    height: 50px;
    left: 390px;
    top: 300px;
}
span#phone {
    position: absolute;
    display: block;
    width: 130px;
    height: 30px;
    right: 47px;
    top: 28px;
    color: #FFFFFF;
    font-size: 17px;
    font-family: Verdana;
    font-weight: bold;
}
/*div#header-board {
	clear: both;
	.size(380px, 293px);
	background-image: url("./../Images/Layout/background-header.png");
	margin: 48px 0px 0px 0px;
}*/
div#home_slideshow {
    position: absolute;
    width: 675px;
    height: 348px;
    top: 176px;
    left: 0px;
}
/*
#home_nav {
    position: absolute;
    width: 66px;
    height: 21px;
    bottom: 30px;
    right: 69px;
    z-index: 10;
    background-image: url("./../Images/Layout/background-pins.png");
}
#home_nav a {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    background-image: url("./../Images/Layout/pin.png");
    margin-right: 6px;
    margin-top: 6px;
}
#home_nav a:first-of-type {
    margin-left: 12px;
}
#home_nav a.activeSlide {
    background-image: url("./../Images/Layout/pinover.png");
}
#home_nav a span {
    display: none;
}*/
div#navigation {
    float: right;
    margin-right: 0px;
    margin-top: 98px;
}
div#navigation ul#menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
div#navigation ul#menu li {
    float: left;
}
div#navigation ul#menu li a {
    display: block;
    height: 51px;
}
div#navigation ul#menu li a span {
    display: none !important;
    visibility: hidden;
}
div#navigation #item1 a {
    width: 83px;
    background-image: url("./../Images/Layout/item1.png");
}
div#navigation #item1.current a,
div#navigation #item1 a:hover {
    background-image: url("./../Images/Layout/item1-over.png");
}
div#navigation #item2 a {
    width: 178px;
    background-image: url("./../Images/Layout/item2.png");
}
div#navigation #item2.current a,
div#navigation #item2 a:hover {
    background-image: url("./../Images/Layout/item2-over.png");
}
div#navigation #item3 a {
    width: 116px;
    background-image: url("./../Images/Layout/item3.png");
}
div#navigation #item3.current a,
div#navigation #item3 a:hover {
    background-image: url("./../Images/Layout/item3-over.png");
}
div#navigation #item4 a {
    width: 129px;
    background-image: url("./../Images/Layout/item4.png");
}
div#navigation #item4.current a,
div#navigation #item4 a:hover {
    background-image: url("./../Images/Layout/item4-over.png");
}
div#navigation #item5 a {
    width: 185px;
    background-image: url("./../Images/Layout/item5.png");
}
div#navigation #item5.current a,
div#navigation #item5 a:hover {
    background-image: url("./../Images/Layout/item5-over.png");
}
/*
div#lnavigation {


	ul#lmenu {
		list-style: none;
		.null-margin-padding;
	}

	ul#lmenu li {
		display: block;
		margin-bottom: 2px;

		a {
			display: block;
			.size(317px, 50px);

			span {
				.hidden;
			}
		}
	}

	#litem1 a {
		background-image: url("./../Images/Layout/litem1.png");
	}

	#litem1.current a, #litem1 a:hover {
		background-image: url("./../Images/Layout/litem1.png");
	}

	#litem2 a {
		background-image: url("./../Images/Layout/litem2.png");
	}

	#litem2.current a, #litem2 a:hover {
		background-image: url("./../Images/Layout/litem2.png");
	}

	#litem3 a {
		background-image: url("./../Images/Layout/litem3.png");
	}

	#litem3.current a, #litem3 a:hover {
		background-image: url("./../Images/Layout/litem3.png");
	}
}
*/

#absoluteBlock {
    /*position: absolute;*/
}

#content {
    width: 961px;
    margin: 0px auto;
    margin-top: 311px;
    padding: 0px 0px 40px 0px;
}
#content .inside {
    margin: 24px 0px 0px 0px;
}
#content .inside #content-left {
    float: left;
    width: 266px;
}
#content .inside #content-right {
    float: right;
    width: 656px;
}
#content .inside #content-right .inside {
    float: right;
    width: 660px;
    margin: 8px auto 0;
}
div#board {
    width: 266px;
    height: 126px;
    background-image: url("./../Images/Layout/board.png");
    margin-top: 18px;
}
#board-contact {
    width: 266px;
    height: 193px;
    line-height: 22px;
    background-image: url("./../Images/Layout/board-contact.png");
}
#board-contact .inside {
    padding: 58px 33px 0px 26px;
    color: #FFFFFF;
    margin-top: 18px;
}
#board-contact .head {
    display: none !important;
    visibility: hidden;
}
#board-contact p {
    margin: 0px;
    padding: 0px;
}
#board-contact a {
    color: #00838b;
}
#board-contact table {
    border-spacing: 0px;
    margin-top: 6px;
}
#board-contact table th {
    width: 50px;
    font-weight: bold;
    text-align: left;
}
#footer {
    clear: both;
    width: 100%;
    height: 140px;
    margin: 0px auto;
    background-image: url("./../Images/Layout/background-footer.png");
    background-position: left;
    background-repeat: repeat-x;
}
#footer .inside {
    padding-top: 20px;
    width: 961px;
    height: 140px;
    margin: 0px auto;
}
#footer .inside .left {
    float: left;
    margin-left: 14px;
}
#footer .inside .left #copyright {
    display: block;
    color: #9a9a9a;
    margin-top: 79px;
}
#footer .inside .left ul#footer-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
}
#footer .inside .left ul#footer-menu li {
    float: left;
    border-right: 1px solid #FFFFFF;
}
#footer .inside .left ul#footer-menu li a {
    color: #FFFFFF;
    text-decoration: none;
    margin: 0px 4px 0px 4px;
}
#footer .inside .left ul#footer-menu .last {
    border: none;
}
#footer .inside .right {
    float: right;
    text-align: right;
}
#footer .inside .right #fb a {
    display: block;
    height: 41px;
    color: #FFFFFF;
    text-decoration: none;
    background-image: url("./../Images/Layout/fb.png");
    background-position: right;
    background-repeat: no-repeat;
    padding: 20px 60px 0px 0px;
}
#footer .inside .right #topweby {
    margin-top: 20px;
}
#footer .inside .right #topweby a {
    color: #9a9a9a;
    text-decoration: none;
}
#content-right p {
    color: #000000;
    line-height: 22px;
    text-align: justify;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}
#content-right table {
    line-height: 20px;
}
#content-right ul {
    color: #000000;
    line-height: 22px;
    margin-top: 0px;
    padding: 0px 0px 0px 18px;
    font-weight: bold;
}
#content-right h2 {
    display: block;
    color: #16484c;
    background-color: #BFBFBF;
    font-size: 21px;
    font-weight: bold;
    margin: 15px 0px 5px 0px;
    padding: 0px 0px 3px 0px;
    border-bottom: 1px solid #BFBFBF;
}
#content-right h2.path_navigation {
    color: #16484c;
    font-size: 17px;
    font-weight: normal;
}
#content-right h2.path_navigation a {
    text-decoration: none;
}
#content-right h3 {
    color: #16484c;
    font-size: 21px;
    font-weight: bold;
    margin: 10px 0px 3px 0px;
    padding: 0px;
    border-bottom: 1px solid #BFBFBF;
}
#content-right h4 {
    color: #16484c;
    font-size: 15px;
    margin: 0px;
    padding: 0px;
}
a {
    color: #00838b;
}
#submenu-header {
    height: 20px;
    padding: 0px 0px 0px 0px;
}
.categories_box {
    width: 266px;
    background-image: url(../Images/Layout/background-submenu-next.png);
    background-repeat: repeat-y;
    padding: 0px 0px 0px 0px;
}

.side_pannel_box ul,
.categories_tree {
    padding: 0px;
    margin: 0px;
    background-image: url(../Images/Layout/background-submenu.png);
    background-repeat: no-repeat;
}
.side_pannel_box.categories .side_pannel_header span {
    display: none;
}
.categories_tree {
    overflow: hidden;
}
.side_pannel_box .categories_tree {
    margin: 0;
}
.categories_tree ul {
    padding: 0;
    margin: 0;
    background: none;
}
.side_pannel_box li,
.categories_tree li {
    list-style-type: none;
    overflow: auto;
}
.side_pannel_box li {
    padding: 0;
    display: block;
}
.side_pannel_box ul a {
    display: inline-block;
    color: #FFFFFF;
}
.side_pannel_box ul ul a {
    padding-left: 0px;
}



.side_pannel_box .categories_tree a {
    margin-left: 10px;
    display: inline-block;
    padding-right: 0px;
    text-align: left;
    font-size: 13px;
}

.categories_tree .item {
    display: block;
}

.side_pannel_box ul a, .categories_tree ul a {
    color: #FFF;
    text-decoration: none;
    line-height: 44px;
    padding: 0px 0 0px 0;
}

.side_pannel_box ul ul a, .categories_tree ul ul a {
    color: #FFF;
    text-decoration: none;
    line-height: 15px;
    padding: 8px 0 8px 0;
}

.side_pannel_box ul a span.cat_toggle {
    display: inline-block;
    width: 5px;
    height: 20px;
    position: relative;
    margin-right: 0px;
}

.side_pannel_box ul a span.cat_toggle.open {
    background-position: bottom;
}

.side_pannel_box ul ul a span.cat_toggle {
    display: none;
}

.categories_tree li .item {
    background-image: url(../Images/Layout/csubitem.png);
    background-position: bottom;
    background-repeat: no-repeat;
    width: 266px;
}

.categories_tree ul li .item {
    background-image: none;
    background-position: bottom;
    background-repeat: no-repeat
}

.side_pannel_box ul a:hover, .side_pannel_box ul a.selected, .categories_tree a.selected {
    color: #FFFFFF;
    font-weight: bold;
}

.side_pannel_box ul ul a:hover, .categories_tree ul li a.selected {
    color: #FFFFFF;
    font-weight: bold;
}

.categories_tree .category_spacer {
    display: inline-block;
    width: 28px
}

.categories_tree ul .category_spacer {
    display: inline-block;
    width: 17px;
    height: 1px
}

/*
#categories-footer {
	width: 291px;
	height: 8px;
	background-image: url(../Images/Layout/cmenu-footer.png);
	background-repeat: no-repeat;
}
*/
/*-------------------------------------*/
.clear {
    clear: both;
}
hr.clear {
    margin: 0;
    padding: 0;
    border: 0;
    visibility: hidden;
}
.acenter {
    text-align: center;
}
.aright {
    text-align: right;
}
.fright {
    float: right;
}
.fleft {
    float: left;
}
img {
    border: 0;
}
input {
    font-size: 12px;
}
input[type="submit"] {
    cursor: pointer;
}
#buyBox {
    float: right;
    width: 275px;
}
#buyBox .cost {
    width: 100%;
    border-spacing: 0px;
    line-height: 29px;
}
#buyBox .cost th {
    font-weight: normal;
    text-align: left;
}
#buyBox .cost td {
    text-align: right;
}
#buyBox .cost td.strong {
    color: #ab1314;
    font-size: 19px;
    font-weight: bold;
}
#buyBox .cost td.line {
    font-size: 15px;
    text-decoration: line-through;
}
#buyBox .buy {
    background-color: #ececec;
    padding: 20px;
}
#buyBox .buy .offer {
    float: left;
    margin-top: 5px;
}
#buyBox .buy .offer .state {
    color: #413eba;
    font-size: 17px;
    font-weight: bold;
}
#buyBox .buy .offer .count {
    width: 35px;
    height: 30px;
    text-align: center;
    font-size: 15px;
}
#buyBox .buy .buyButton {
    display: block;
    float: right;
    width: 97px;
    height: 45px;
    background-image: url("./../Images/Layout/btnBuy.png");
}
.product_preview {
    border-bottom: 1px solid #8c8c8c;
    margin-bottom: 8px;
    color: #000000;
    position: relative;
}
.product_preview h3 {
    margin: 0;
    color: #28555f;
    font-size: 13px;
    line-height: 13px;
    padding-bottom: 11px;
}
.product_preview h3 a {
    margin: 0;
    color: #00838b;
    font-size: 13px;
    text-decoration: none;
}
.product_preview h3 a:hover {
    text-decoration: underline;
}
.product_preview .bgtop {
    background-image: url(../Images/productbg_top.jpg);
    background-repeat: no-repeat;
    background-position: top;
}
.product_preview .bgbottom {
    background-image: url(../Images/productbg_bottom.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 15px;
    padding-top: 10px;
}
.product_preview .image {
    display: block;
    vertical-align: middle;
    text-align: center;
    width: 172px;
    height: 172px;
    line-height: 172px;
    padding: 5px;
    border: 1px solid #bebdbd;
    background-color: #FFFFFF;
    overflow: hidden;
}
.product_preview_image {
    width: 172px;
    float: left;
}
.product_preview_info {
    width: 385px;
    float: right;
}
.product_preview .image img {
    vertical-align: middle;
    max-height: 172px;
    max-width: 172px;
}
.product_preview p {
    margin: 0 0 35px;
}
.product_preview .button {
    position: absolute;
    bottom: 19px;
    right: 0px;
}
.product_preview .price_buy,
.product_preview .availability {
    padding: 10px 0 20px;
}
.availability .stock {
    color: #207709;
}
.availability .of_stock {
    color: #a30b0b;
}
.availability .within_three_days,
.availability .within_twoo_weeks,
.availability .within_three_weeks {
    color: #e7851b;
}
.red {
    color: #a30b0b;
}
.orange {
    color: #e7851b;
}
.green {
    color: #207709;
}
.bold {
    font-weight: bold;
}
.product_preview .availability {
    width: 172px;
    float: left;
    line-height: 21px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
}
.product_preview .price_buy {
    width: 245px;
    float: right;
    line-height: 21px;
}
.product_preview .buy_button {
    display: inline-block;
    width: 90px;
    height: 25px;
    float: right;
    background-image: url(../Images/button_buy.jpg);
}
input[type="submit"].buy_button {
    background-image: url(../Images/button_buy.jpg);
    width: 90px;
    height: 25px;
    border: none;
}
.product_preview .buy_button span {
    display: none;
}
.product_preview .price {
    color: #1d1e1e;
    font-size: 15px;
    font-weight: bold;
}
.product_preview .cart_add {
    float: right;
}
.pager {
    text-align: center;
    line-height: 15px;
    margin: 12px 0;
}
.pager a {
    text-decoration: none;
}
.pager a:hover {
    text-decoration: underline;
    font-weight: bold;
}
.pager .pager_page {
    display: inline-block;
    width: 25px;
    border-left: 1px solid #a81600;
}
.pager .pager_page.selected {
    font-weight: bold;
}
.pager .pager_page:first-child {
    border: none;
}
.topproduct_preview {
    padding: 20px 25px;
}
.topproduct_preview.not_last {
    background-image: url(../Images/sideitem_border.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
}
.topproduct_preview h4 {
    margin: 0;
    color: #b2d2e0;
    font-weight: bold;
    line-height: 14px;
    font-size: 12px;
    padding: 5px 0 10px;
}
.topproduct_preview h4 a {
    color: #b2d2e0;
}
.topproduct_preview .price_buy {
    padding: 15px 0 10px;
    line-height: 21px;
}
.topproduct_preview .price {
    font-weight: bold;
    float: left;
}
.product_preview .detail_button,
.topproduct_preview .detail_button {
    float: right;
    width: 63px;
    height: 30px;
    display: inline-block;
    background-color: #00838b;
    border: 1px solid #00838b;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    line-height: 30px;
}
#product_detail h3 {
    font-size: 15px;
    color: #16484c;
}
#product_detail h3 span {
    float: right;
    color: #000000;
    font-size: 13px;
    font-weight: normal;
}
#product_detail .images a,
#product_detail .image {
    float: left;
    width: 172px;
    height: 172px;
    padding: 3px;
    border: 1px solid #BEBDBD;
    line-height: 172px;
    text-align: center;
    background-color: #FFFFFF;
    margin: 0 30px 30px 0;
    overflow: hidden;
}
#product_detail .images img,
#product_detail .image img {
    vertical-align: middle;
    max-height: 172px;
    max-width: 172px;
}
#product_detail .images {
    float: none;
}
#product_detail .images a {
    margin: 0 5px 5px 0;
    width: 142px;
    height: 142px;
    line-height: 142px;
}
#product_detail .summary {
    float: right;
    width: 280px;
    position: relative;
    height: 212px;
}
#product_detail .prices {
    position: absolute;
    bottom: 0px;
}
#product_detail .summary table {
    width: 280px;
    border-collapse: collapse;
}
#product_detail .summary table td {
    padding: 5px 0;
}
#product_detail .availability {
    font-weight: bold;
}
#product_detail .description {
    margin-top: -2px;
    font-size: 12px;
}
#product_detail .cart_add {
    text-align: right;
    margin-top: 20px;
    line-height: 25px;
}
#product_detail .cart_add input[type="text"] {
    width: 30px;
    margin: 0 15px 0 5px;
    vertical-align: middle;
}
#product_detail .cart_add label {
    vertical-align: middle;
}
#product_detail .images {
    margin-top: 30px;
}
#product_detail .images img {
    max-width: 134px;
    max-height: 134px;
    margin: 0 3px;
}
#product_detail .final_price td {
    font-weight: bold;
    border-top: 1px solid #B2D2E0;
}
table.orders_history,
table.cart {
    width: 100%;
    border: 1px solid #3f3f3f;
    border-collapse: collapse;
    margin-bottom: 30px;
}
table.orders_history th,
table.cart th {
    background-color: #3f3f3f;
}
table.orders_history th,
table.orders_history td,
table.cart th,
table.cart td {
    padding: 3px 3px;
}
table td.number,
table tr.number {
    text-align: right;
}
table.cart input[type="text"] {
    border: 1px solid #0B74A3;
    width: 24px;
    text-align: right;
}
table.orders_history td.empty,
table.cart td.empty {
    text-align: center;
    font-weight: bold;
    line-height: 50px;
}
.summary {
    line-height: 21px;
}
.summary .price_final {
    font-weight: bold;
    float: left;
}
.summary .buttons {
    float: right;
}
a.submit,
input[type="submit"] {
    background-color: #00838b;
    border: 1px solid #00838b;
    border-radius: 5px;
    font-weight: normal;
    height: 30px;
    line-height: 25px;
    color: #FFFFFF;
    padding: 0 5px 0px;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    font-size: 13px;
}
a.submit {
    height: 19px;
    line-height: 23px;
}
.buy_box {
    text-align: center;
    margin-top: 50px;
}
.contact td:first-child {
    width: 100px;
}
.order {
    border-collapse: collapse;
    border: 1px solid #3f3f3f;
    border-radius: 5px;
    width: 100%;
}
.order th {
    background-color: #3f3f3f;
}
.order th,
.order td {
    padding: 3px 3px;
}
.order .info {
    color: #666666;
    font-style: italic;
}
textarea,
select,
input[type="password"],
input[type="text"] {
    border: 1px solid #A6A6A6;
    color: #000000;
    width: 160px;
}
.errors {
    color: red;
}
.messages {
    color: green;
}
.form.login fieldset {
    width: 250px;
    border: 1px solid #3f3f3f;
    background-color: #3f3f3f;
    border-radius: 5px;
    margin: 0 auto;
    padding: 10px;
}
.form.login input[type="password"],
.form.login input[type="text"] {
    width: 199px;
    border: 1px solid #a6a6a6;
    color: #000000;
}
.side_pannel_body.userbox form {
    margin: 20px 0;
    padding: 0 10px 20px 10px;
}
.side_pannel_body.userbox label {
    color: #b2d2e0;
}
.userbox.form.login input[type="password"],
.userbox.form.login input[type="text"] {
    width: 140px;
}
.userbox.form.login input[type="submit"] {
    background-image: url("../Images/button_login.jpg");
    border: none;
    width: 90px;
    height: 25px;
    color: transparent;
}
#content table.border {
    width: 706px;
    text-align: left;
    margin: 0 auto;
    border-spacing: 0;
}
#content table.border td {
    border-bottom: 1px dotted #D6D6D6;
    padding: 2px 0;
}
#content table.border td.price {
    text-align: right;
    padding-right: 25px;
}
#content table.border tr.bold td {
    font-weight: bold;
}
#content table.border2 {
    width: 706px;
    text-align: center;
    margin: 0 auto;
    border-spacing: 0;
}
#content table.border2 td {
    border-bottom: 1px dotted #D6D6D6;
    border-right: 1px dotted #D6D6D6;
    padding: 2px 0;
}
.first2 {
    width: 125px;
    padding-left: 15px;
    border-right: 1px dotted #D6D6D6;
    text-align: left;
}
#content table.border3 {
    width: 231px;
    text-align: right;
    margin: 0 auto;
    border-spacing: 0;
}
#content table.border3 td {
    border-bottom: 1px dotted #D6D6D6;
    border-right: 1px dotted #D6D6D6;
    padding: 2px 4px 2px 0;
}
.gallery img {
    margin: 7px;
}
.filter {
    text-align: right;
}
.filter label {
    width: 60px;
    display: inline-block;
    line-height: 25px;
    text-align: left;
}
.filter select {
    margin-right: 10px;
    text-align: left;
}
.prologue_images {
    margin: 30px 0 15px;
}
.prologue_images img {
    margin-right: 10px;
}
.prologue_images img.last {
    margin-right: 0px;
}
td {
    vertical-align: top;
}
colgroup.first {
    width: 150px;
}
.topleft {
    background-image: url("../Images/bg_top_left.jpg");
    width: 60px;
    height: 456px;
    position: absolute;
    top: 0px;
    left: -60px;
}
.topright {
    background-image: url("../Images/bg_top_right.jpg");
    width: 60px;
    height: 456px;
    position: absolute;
    top: 0px;
    right: -60px;
}
.request_form {
    width: 454px;
}
.request_form label {
    display: block;
    width: 150px;
    text-align: left;
    margin: 6px 0 0;
    vertical-align: top;
    line-height: 19px;
}
.request_form input[type="text"] {
    width: 250px;
    border: 1px solid #8b8b8b;
    margin: 6px 0;
}
.request_form textarea {
    width: 450px;
    margin: 6px 0;
    height: 300px;
}
.request_form fieldset {
    padding: 0px;
    border: none;
    margin-bottom: 15px;
}
hr.pline {
    border: none;
    border-bottom: 1px solid #8C8C8C;
    visibility: visible;
    margin: 10px 0 25px;
}
a.header_01,
a.header_02,
a.header_03 {
    display: block;
    height: 55px;
    width: 332px;
    position: absolute;
    bottom: 25px;
}
a.header_01 {
    left: 0;
}
a.header_02 {
    left: 333px;
}
a.header_03 {
    left: 666px;
}
a.header_01 span,
a.header_02 span,
a.header_03 span {
    display: none;
}
.contact_list {
    margin: 0px;
    padding-left: 14px;
}
.banner_home {
    position: relative;
    left: -4px;
    top: -6px;
}
.table_home {
    width: 100%;
}
.table_home tr td {
    width: 50%;
}
.table_home tr td ul {
    margin: 0;
}
.fcb_page {
    position: absolute;
    top: 20px;
    left: 0px;
    display: block;
    width: 162px;
    height: 40px;
    background-image: url("../Images/icon_facebook.png");
}
.fcb_page span {
    display: none;
}
#category_icons a {
    display: inline-block;
    margin-bottom: 30px;
    text-align: center;
    margin-right: 13px;
    text-decoration: none;
}
#category_icons a .img {
    display: block;
    width: 120px;
    height: 120px;
    line-height: 120px;
}
#category_icons a img {
    overflow: hidden;
    vertical-align: middle;
    max-height: 120px;
    max-width: 120px;
}
#category_icons a span.name {
    line-height: 20px;
    display: inline-block;
    margin-top: 3px;
}
.reference h3 {
    margin-bottom: 5px;
    font-size: 15px;
}
.reference_box {
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #CCCCCC;
    padding: 10px 10px 41px;
    background-color: #EEEEEE;
    position: relative;
}
.reference_box p {
    margin-top: 0;
}
.reference_box .submit {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.reference_box .reference_images {
    float: left;
}
.reference_images img {
    max-width: 130px;
    max-height: 130px;
    vertical-align: middle;
}
.reference_images .image {
    height: 135px;
    width: 135px;
    display: inline-block;
    text-align: center;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #CCCCCC;
    line-height: 135px;
    margin: 0px 5px 8px 0px;
    background-color: #FFFFFF;
}
.news_box .news_date {
    float: right;
    font-size: 13px;
    font-weight: normal;
    color: #27bbdb;
}
.news_box h3 {
    font-size: 17px;
}
.carousel {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    padding: 20px;
    width: 589px;
    margin-bottom: 40px;
}
#mycarousel li {
    display: inline-block;
    margin-right: 20px;
    width: 183px;
    height: 210px;
    position: relative;
}
#mycarousel li h3 {
    margin-top: 0px;
}
#mycarousel li img {
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.jcarousel-clip {
    overflow: hidden;
}
.jcarousel-prev {
    width: 24px;
    height: 210px;
    position: absolute;
    left: -32px;
    top: 0px;
    background-image: url(../Images/ap.gif);
    background-position: center center;
    background-repeat: no-repeat;
}
.jcarousel-next {
    width: 24px;
    cursor: pointer;
    height: 210px;
    position: absolute;
    right: -32px;
    top: 0px;
    background-image: url(../Images/an.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

ul.home{
  background-color: #BFBFBF;
  font-size: 14px;
  list-style-type: none;
}

span.fajfka{
  color: yellow;
  margin-left: -15px;
  margin-right: 1px;
}