﻿/* fonts */
@font-face {
  font-family: "CrimsonText";
  src: url('/fonts/crimsontextregular.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}


/* style */
html,body{
	padding:0;
	margin:0;
}

body{
	background-image: url('/images/bg.png');
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: -100;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
	font-family: "CrimsonText";
}

img.header-image {
    width: 100%;
	max-width:1000px;
	margin:0 auto;
}

div.header {
    position: relative;
	text-align: center;
}

div.header-contents {
    position: absolute;
    width: 100%;
    top: 0;
    color: #ffffff;
}

#content{
	/*background:#212121;*/
	width:100%;
	min-height:1000px;
	margin:0 auto;
}

#content > table {
    background: #212121;
}

#page{
	width:100%;	
}

#body, #footer{
	max-width:1000px;
	margin:0 auto;
}

#rb-container{
	width:250px;
	vertical-align: top;
}

#lb-container{
	background: #212121;
    vertical-align: top;
}

#body{
	height:1180px;
/*	border:0px solid green;*/
}

#footer{
	height:0px;
/*	border:0px solid blue;*/
}

.table-products {
    color:#fff;
    font-size: 22px;
}

.produstc_item {
    width: 320px;
    float: left;
    /*border: 1px solid #fff;*/
    padding: 5px;
    min-height: 306px;
}
.produstc_item img {
    width:100%;
}

#mainblock{
	width:100%;
	min-height:1000px;
	float:left;
	background:#212121;
	padding-bottom: 10px;
    margin-left: 5px;
}
#rightblock{
	width:250px;
	min-height:1000px;
/*	border:1px solid blue;*/
	float:right;
	background:#212121;
    margin-right: 15px;
	
}

#mainmenu{
	width: 1000px;
    height: 50px;
    margin-left: 100px;
    margin: 0 auto;
    margin-top: -46px;
    position: absolute;
}
.mainmenu-item{
	float:left;
	margin-left:25px;
}
.mainmenu-item a{
	font-family: "CrimsonText";
	font-size: 33px;
    color: #fff;
	text-decoration:none;
}

.mainmenu-item a:hover{
	text-shadow: -3px 0 black, 0 3px black, 3px 0 black, 0 -3px black;
}


/* right-menu block */

.right-menu-header{
	width:14px; 
	height:15px;
	margin-bottom: -2px;
	text-align:right;
}

.right-menu-block{
	margin-left: 36px;
}

.right-menu-item a{
	display:block;
	margin-left: 20px;
	color:red;
    font-family: "CrimsonText";
    font-size: 23px;
    text-decoration:none;
}


.right-menu-row a{
	display:block;
	margin-left: 20px;
    padding-left: 20px;
	background-image: url('/images/red-arrow.png'); 
	background-repeat:no-repeat;
	text-decoration:none;
	color:#fff;
    background-position-y: 5px;
}

.right-menu-item{
	background-image: url('/images/menu-table-header.png'); 
	height:53px;
}

.right-menu-row{
	background-image: url('/images/menu-table-row.png'); 
	height:48px;
}

.right-menu-row span{
	margin-left: 20px;
	color:#fff;
}

.right-menu-fotter{
	background-image: url('/images/menu-table-fotter.png'); 
	height:24px;
}


.right-menu-block table, .right-menu-block table td, .right-menu-block table th{
	width:242px;
}

/* right-menu block */

#main_banner1{
	width:700px; 
	heigth:300px; 
	margin:0 auto; 
	margin-bottom:10px;
}

#main_banner_left{
	width:49%; 
	heigth:300px; 
	float:left; 
	text-align:right; 
	margin-bottom:10px !important;
}

#main_banner_right{
	width:49%; 
	heigth:300px; 
	float:right; 
	margin-bottom:10px !important;
}

#main_banner1 img, #main_banner_left img, #main_banner_right img{
	border:1px solid #fff;
}

.div-product-row {
    display:none;
    clear:both;
}

.div-product-row div {
    width:inherit;
    float:left;
    padding-right:5px;
}

/* media */
@media (max-device-width:1000px)  {
    #header{
		/*height: 100%;*/
	}
	#mainblock {
        width:100%;
		float:unset;
    }
	#rightblock{
		float:unset;
		margin:0 auto;
		width:100%;
	}
	#mainmenu{
		width: 100%;
		min-height: 50px;
		margin-left: unset;
		margin: unset;
		margin-top: unset;
		position: unset;
		height: 145px;
	}

	#mainmenu .mainmenu-item{
		clear:both;
		white-space:nowrap;
	}

	#main_banner1, #main_banner_left, #main_banner_right{
		width:80% !important;
	}
	#main_banner_left, #main_banner_right{
		float:unset !important;
		margin:0 auto !important;
	}
	#main_banner_left img, #main_banner_right img{
		width:100% !important;
	}
	#main_banner_left{
		padding-bottom: 10px;
	}
    .table-product-row {
        display:none;
    }
    .div-product-row {
        display:unset;
    }
    .produstc_item {
        height:unset;
        min-height:unset;
    }
}

@media (max-device-width:600px)  {
    #rb-container, #tr-footer-container{
		display:none;
	}
}
