/* CSS Document */
@charset "utf-8";

html, body, div, span, applet, object, h1, h2, p, id, class, img{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	-webkit-text-size-adjust: 100%
}

/* Global Blocks -------------------------------------------------------------------------------------------------*/
body {
	background-color:#000;
	font-family: Open sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0; 
	padding: 0;
	color: #333;
	line-height: 135%;
}

#container {
	background-image:url(../images/body-bg.jpg);
	background-position:top center;
	background-repeat: repeat;
	width: auto;
	position:relative;
	margin: 0 auto;
	text-align: left;
}

#container_Up {
	background-color:#000;
	width: 100%;
	min-height:150px;
	position:relative;
	margin:0 auto;
	padding:0;
	z-index:10;
}

 #container_Body {
	width: 100%;
	height:auto;
	position:relative;
	top:0px;
	margin:1px auto;
}

 #container_Bottom {
	width:100%;
	min-height:150px;
	position:relative;
	top: 0px;
	margin:0 auto;
}

/*
Global Text Style --------------------------------------------------------------------------------------- */
h1 {
	font-family: Open sans, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #666;
	text-transform: uppercase;
	margin:10px 0px 10px 10px;
	text-align:left;
	letter-spacing:1px;
}

h2 {
	font-family: Open sans, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	text-transform: uppercase;
	color: #666;
	margin:5px 0px 5px 10px;
	padding:0px;
	text-align:left;
}

h3 {
	font-family: Open sans, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #666;
	padding:0px;
	margin:10px 0px 2px 10px;
	text-align:left;
}

h4 {
	font-size: 14px;
	font-weight:bold;
	color: #333;
	padding:5px 0px 5px 0px;
	margin:0px;
	text-align:center;
}

p {
	font-size: 14px;
	font-weight:normal;
	color: #333;
	margin:3px 10px;
	padding:0px;
	text-align:justify;
}

ol, ul {
	padding:3px 50px 3px 10px;
	margin:0px;
}

/* Top block --------------------------------------------------------------------------------- */
.top_block {
	width: 90%;
	min-width:550px;
	max-width:1600px;
	min-height:200px;
	margin:0px auto;
	padding:0px;
	z-index:10;
	overflow:hidden;
	z-index: 100;
	border-bottom:1px solid #F00;
}

.logo_block {
	width:375px;
	height:150px;
	margin:5px 0 0 0;
	padding:0px;
	float:left;
}

.cart_block {
	background-image:url(../images/daria-cart.jpg);
	background-position:right;
	background-repeat:no-repeat;
	width:150px;
	height:150px;
	margin:5px 0 0 0;
	padding:0px;
	float:right;
	cursor:pointer;
	display:block;
	overflow:hidden;
}
.cart_text {
	width:150px;
	height:50px;
	margin-top:105px;
	padding:0px;
}
.cart_text p{
	color:#FFF;
	margin:0px;
	padding:0px;
	line-height: 150%;
}

.slogan_block {
	width:400px;
	height:120px;
	margin:10px 0 0 10px;
	padding:0px;
	float:left;
}
@media screen and (max-width: 1260px) { 
	.slogan_block {
		display:none;
	}
}

/* Login ------------------------------------------------------------------------------------- */
.login_block {
	background-image:url(../images/slogan-bg.png);
	background-position:top;
	background-repeat:repeat;
	width: 290px;
	min-height:125px;
	margin:5px 5px;
	padding:5px 0px;
	float:right;
	overflow:hidden;
	opacity: 0.85;
	filter: alpha(opacity=85); /* For IE8 and earlier */
}

.login_block form {
	width:295px;
	padding:0px;
}

.login_block input {
	background-color:#FFF;
	width:260px;
	height:15px;
	margin:0px 3px 3px 10px;
	padding:2px;
	border:1px solid #DDD;
	float:left;
}

.login_block input:focus {
	background-color:#EFE;
	border:1px solid #CCC;
}

.login_block button {
	background-image:url(../images/menu-button.png);
	background-position:left;
	background-repeat:repeat-x;
	min-width:39%;
	height:25px;
	margin:9px 3px 3px 10px;
	padding:1px 5px;
	float:left;
	border:1px solid #000;
	background-color:#AAA;
	cursor:pointer;
	color:#FC0;
}

.login_block p {
	font-size:13px;
	padding:0px;
	margin:0px 3px;
	text-align:left;
	text-indent:10px;
}

.login_block button:hover {
	background-image:url(../images/menu-button-hover.png);
	border:1px solid #666;
	background-color:#000;
	color:#FFF;
	cursor:pointer;
}

/* Top menu ------------------------------------------------------------------------------------- */
.menu_block {
	background-color:#000;
	background-image:url(../images/menu-bg.png);
	background-position:left;
	background-repeat:repeat-x;
	width:100%;
	height:40px;
	margin:0px 0px 1px 0px;
	padding-top:0px;
	overflow:hidden;
}
.menu_block ul {
	list-style-type: none;
	display:block;
	padding:0px;
	margin:-8px 0 0 0px;
}

.menu_block li {
	background-color:#000;
	background-image:url(../images/button-menu.png);
	background-position:left;
	background-repeat:no-repeat;
	width:125px;
	height:40px;
	margin-left:1px;
	padding-top:17px;
	position: relative;
	font-size:14px;
	text-transform: uppercase;
	color:#FFF;
	font-family: Open sans, Arial, Helvetica, sans-serif;
	text-align:center;
	letter-spacing:1px;
	float:left;
}

.menu_block li a:link {
	color:#FFF;
	text-decoration:none;
}
.menu_block li a:visited {
	color:#FFF;
	text-decoration:none;
}

.menu_block li:hover {
	background-image:url(../images/button-menu-hover.png);
	color:#FE0;
	text-decoration:none;
	margin-top:1px;
}

/*Body blocks --------------------------------------------------------------------------------------------*/
.body_block {
	background-color:#000;
	width: 90%;
	min-width:550px;
	max-width:1600px;
	min-height:500px;
	margin:5px auto 5px auto;
	padding:0px;
	z-index:10;
	overflow:hidden;
}

.body_block_left {
	width:250px;
	min-height:200px;
	margin:15px 10px 5px 5px;
	padding:0px;
	z-index:20;
	float:left;
	overflow:hidden;
}

.body_block_content {
	width:50%;
	margin:5px;
	padding:0px;
	z-index:20;
	float:left;
	overflow:hidden;
}

.body_block_content form {
	width:98%;
	margin:0 1%;
}
.body_block_content fieldset {
	border:1px solid #CCC;
	padding:5px;
	background-image:url(../images/slogan-bg.png);
	background-position:top;
	background-repeat:repeat;
}
.body_block_content  legend{
	padding:0px 10px;
}
.body_block_content input {
	width:95%;
	height:20px;
	margin:3px 0px;
	padding:1px 5px;
	background-color:#FFF;
	border:1px solid #CCC;
}
.body_block_content textarea {
	width:96%;
	height:150px;
	margin:3px 0px;
	padding:1px;
	background-color:#FFF;
	border:1px solid #CCC;
}
.body_block_content input:focus {
	background-color:#EFE;
	border:1px solid #9CF;
}
.body_block_content textarea:focus {
	background-color:#EFE;
	border:1px solid #9CF;
}
.body_block_content button {
	max-width:100px;
	margin:3px 4% 10px 0;
	font-size:14px;
	float:right;
}
	
.product_block {
	width:100%;
	margin:10px 0px;
	padding:0px 0px 10px 0px;
	z-index:20;
	overflow:hidden;
	float:left;
}
.suppl_name {
	background-image:url(../images/menu-button-hover.png);
	border-bottom: 1px solid #F00;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	color: #FC0;
	font-size: 14px;
	margin: 0;
	overflow: hidden;
	padding: 5px 10px 5px 15px;
	width: 100%;
	letter-spacing:1px;
}
.product_block_content {
	width:auto;
	overflow:hidden;
	border-left:1px solid #CCC;
	padding:10px 0px 10px 0px;
}
.category_block {
	width:31%;
	min-width:150px;
	min-height:220px;
	margin:0px 0px 10px 2%;
	border:1px solid #CCC;
	float:left;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	cursor:pointer;
}
.category_block:hover{
	border:1px solid #F96;
}
.category_block img{
	width: 98%;
	margin:15px 0px 5px 2px;
}
.category_block h3{
	text-align:center;
}

.product_item {
	width:31%;
	min-width:180px;
	min-height:250px;
	margin:0px 0px 5px 2%;
	border:1px solid #CCC;
	float:left;
	cursor:pointer;
}
.product_item:hover {
	border:1px solid #F96;
}
.product_item_img {
	width:180px;
	height:130px;
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	overflow:hidden;
}

.product_item_img img{
	margin:0 auto;
}
.product_item_txt{
	font-size:12px;
	text-align:center;
	margin:2px 0 3px 0;
	padding:0;
	line-height: 125%;
}
.product_item_ttl{
	font-size:14px;
	text-align:center;
	margin:5px 0 10px 0;
	padding:0;
	font-weight:bold;
	color: #03C;
	text-transform: uppercase;
}

.body_content_desc {
	width:100%;
	margin:5px 0px;
	padding:0px 0px 10px 0px;
	z-index:20;
	overflow:hidden;
	border-bottom:1px dashed lightgrey;
}

.body_content_desc ol, ul{
	margin-left: 30px;
	padding-right:5px;
}
.body_content_desc li {
	text-align:justify;
	margin-bottom:5px;
}

.body_content_list {
	width:100%;
	margin:5px 0px;
	padding:0px 0px 10px 0px;
	z-index:20;
	overflow:hidden;
	border-bottom:1px dashed lightgrey;
}

.body_block_content a:link {
	color:#00C;
}
.body_block_content a:visited {
	color:#00C;
}
.body_block_content a:hover {
	color:#F00;
}

.body_block_content p {
	text-indent:0px;
}

.body_block_right {
	width:20%;
	margin:5px 0px 5px 0px;
	padding:10px;
	z-index:20;
	float:right;
	overflow:hidden;
	display: table-cell;
}
.body_block_right p{
	margin:5px 0 5px 10px;
	padding:0px;
}


/*Footer blocks ----------------------------------------------------------------------------------------*/
.bottom_block {
	background-image:url(../images/bottom-bg.jpg);
	background-position:left;
	background-repeat:repeat;
	width: 90%;
	min-width:550px;
	max-width:1600px;
	min-height:150px;
	margin:0px auto;
	padding:0px;
	z-index:10;
	overflow:hidden;
	border-top:1px solid #F00;
}

.bottom_block p {
	font-size:12px;
	text-align:right;
	color:#999;
	padding:0px 10px;
}

.bottom_block_data {
	width:100%;
	min-height:120px;
	overflow:hidden;
	margin:10px auto;
}

.bottom_block_left {
	width:25%;
	margin:5px 1% 5px 1%;
	padding:0px;
	z-index:20;
	float:left;
	overflow:hidden;
}

.bottom_block ul{
	list-style-type: disc;
	display:block;
	padding:0px;
	margin-left: 15%;
}
.bottom_block li{
	font-size:13px;
	padding:2px 5px 2px 0px;
	color:#FC0;
}

.bottom_block a:link{
	padding:3px 5px;
	color:#CCC;
}
.bottom_block li a:visited{
	padding:3px 5px;
	color:#CCC;
}
.bottom_block li a:hover{
	padding:3px 5px;
	color:#FC0;
}

.bottom_block_mid {
	width:auto;
	margin:5px 1% 5px 1%;
	padding:0px;
	z-index:20;
	float:left;
	overflow:hidden;
}
.bottom_block_mid p{
	text-align:center;
	margin-bottom:10px;
}
.bottom_block_mid img{
 margin: 10px;
}

.bottom_block_right {
	width:40%;
	margin:5px 1% 5px 1%;
	padding:0px;
	z-index:20;
	float:left;
	overflow:hidden;
}
.bottom_block_right p{
	text-align:left;
}
@media screen and (max-width:600px) { 
	.bottom_block_right {
		display:none;
	}
}

.bottom_block_owner {
	width:100%;
	margin:5px auto;
	padding:10px 0 0 0;
	overflow:hidden;
}
.bottom_block_owner p {
	text-align:center;
	color:#555;
}

.bottom_block_owner a:link {
	color:#777;
	text-decoration:none;
}
.bottom_block_owner a:visited {
	color:#777;
	text-decoration:none;
}
.bottom_block_owner a:hover {
	color:#CCC;
	text-decoration:none;
}

/* ----------------------------------------------------------------- */
a  {
	text-decoration:none;
}
