@charset "utf-8";
@import url('reset.css');

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
}

body {
/*	background-color: #C2D7FF; 

background-color: #C5D9FF;background-color: #BEDAFF;
*/

background-color: #BBD8FF;
}

#container {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
}

/*#page_wrapper {
	position: relative;
	margin: 0 auto;
	width: 1100px;  TODO the width of the sample pictures 
	min-width: 1100px; TODO the width of the sample pictures 
	background: url('media/img/structure/bgr_body.jpg') left top no-repeat;
}
*/
#page {
	position: relative;
	margin: 0 auto;
	width: 950px;
	min-width: 950px;
	background: url('../img/structure/bgr_body.jpg') left top no-repeat;
}
#header {
	position: relative;
	width: 100%;
	height: 80px; /* TODO change this value to the proper one */
}

#header .logo {
	float:left;
/*	position: absolute;*/
	left: 0px;
	top: 0px;
	display: inline;
	padding: 20px 20px 10px 20px;
	
}



*html #header .logo {
	float:left;
/*	position: absolute;*/
	left: 0px;
	top: 0px;
	display: inline;
	padding: 20px 20px 10px 20px;
	
}

#header .menu {
	position: absolute;
	right: 220px;
	top: 20px;
	width: 420px;
	
	height:300px;
	font-weight:bold;
	
}

#header .menu {


font-weight:bold;
	display: inline;
	
	font-family: Verdana, "Trebuchet MS", Arial;
	letter-spacing: 0.5px;
	font-size: 12px;
	font-weight: bold;
	color: #373c44;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align:middle;
	
}
#header .menu td a {
font-weight:bold;
	text-transform: uppercase;
	padding: 5px;
	font-family: Verdana, "Trebuchet MS", Arial;
	font-weight:bold;
	letter-spacing: 0.5px;
	font-size: 12px;
	color: #818181;
	text-decoration: none;
	text-shadow:Black;
	vertical-align:middle;
}
#header .menu td a:hover {
	color: #373c44;
}


#header .search_box {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 250px;
	height: 50px;
	background: url('../img/structure/bgr_search.jpg') right top no-repeat;
	
}

#header .search_box input {
	position: absolute;
	left: 4px;
	bottom: 4px;
	border: 0;
	width: 200px;
	height: 20px; /* TODO adjust properly */
	background: none;
	font-family: "Arial";
	font-weight: normal;
	font-size: 13px;
	color: #828282;
}

#header .search_box #submit {
	position: absolute;
	left: 220px;
	bottom: 4px;
	border: 0;
	width: 25px;
	height: 20px;
	background:none;
	cursor: pointer;

}


#content {
	position: relative;

}

#content .separator {
	position: relative;
	padding: 0px;
	margin: 0px;
/*	width: 100;*/
/*	height: 0;*/
/*	border-bottom: 10px solid black;*/

}

#content .crumb {
	position: relative;
	padding: 20px;
	margin: 10px 0px;
	font-family: Verdana, "Trebuchet MS", Arial;
	font-size: 13px;
	color: #818181;
	text-transform: uppercase;
}

#content .crumb a {
	font-family: Verdana, "Trebuchet MS", Arial;
	font-size: 13px;
	color: #818181;
	text-decoration: none;
}

#content .crumb a:hover {
	font-family: Verdana, "Trebuchet MS", Arial;
	font-size: 13px;
	color: #818181;
	text-decoration: underline;
}

#content .products {
	position: relative;
	margin-left: 250px;
	width: 650px;

}

/*****************************search_result*************************************/
#content .search_results {
	position: relative;
	margin-left: 330px;
	width: 610px;

}

#content .search_results_error {
	position: relative;
	margin-left: 330px;
	width: 610px;

}

#content .search_results_error .header {
	font-family: "Arial";
	font-size: 14px;
	color: #667796;
}

#content .search_results .header {
	font-family: "Arial";
	color: #667796;
	font-size: 16px;
	font-weight: normal;
	margin-bottom:50px;


}

#content .search_results .words {
	font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
	color: #424242;


}

#content .search_results a {
	font-family: "Arial";
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase; 
	text-decoration: none;
	color: #424242;

}

#content .search_results a:hover {
	text-decoration: underline;
}

#content .search_results .text {
	font-family: "Arial";
	font-size: 15px;
	font-weight: normal;
	color: #616161;
	margin-top: 5px;
}

#content .search_results .replaced {
	color: #EEEEEE;
}


/*****************************search_result*************************************/

/*****************************news_list*************************************/
#content .news_list {
	position: relative;
	margin-left: 330px;
	width: 610px;

}

#content .news_list .box{	
			float:left;
/*		padding-left: 2px;
		padding-right: 2px;
		
		text-align:center;*/
		margin: 0 10px 2px 0;
		width:63px;
		background-color: #FFFFFF;
}

#content .news_list .small_thumb_news{	
		/*padding: 2px;*/
			padding-left: 2px;
		padding-right: 2px;
		padding-top: 3px;
}


#content .news_list .text a {	
	font-family: "Arial";
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase; 
	color: #424242;
	text-decoration: none;
}

#content .news_list .text {	
	font-family: "Arial";
	font-size: 15px;
	color: #616161;

}

#content .news_list .text a:hover{
	text-decoration: underline;
}

.news_list .paging {
	position: relative;
	clear: both;
	text-align: center;
	padding: 20px 0;
	margin-top: 50px;
	color: #818181;
}

.news_list .paging a{
	color: #818181;
}
/*****************************news_list*************************************/

/*****************************news_item*************************************/
#content .news_item {
	position: relative;
	margin-left: 330px;
	width: 610px;
}
#content .news_item .box{	
	float:left;
	margin: 0 10px 2px 0;
	width:129px;
	background-color: #FFFFFF;
}

#content .news_item .thumb_news{	
		/*padding: 2px;*/
			padding-left: 2px;
		padding-right: 2px;
		padding-top: 3px;
}

#content .news_item .title{	
	font-family: "Arial";
	font-size: 34px;
	color: #818181;
}

#content .news_item .date{	
	font-family: "Arial";
	font-size: 15px;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 20px;
}

#content .news_item .text {	
	font-family: "Arial";
	font-size: 15px;
	color: #616161;

}

#content .news_item p {
	margin: 10px 0;
	line-height: 16px;
}
/*****************************news_item*************************************/


#content .one_product {
/*	display: inline;*/
/*	margin-right: 80px;*/
	float: left;
	width: 265px;
	height: 265px;
	padding: 0 30px 60px 30px;
	overflow: hidden;
}

#content .one_product .box{		
	width: 204px;
	height: 204px;
	background-color: #FFFFFF;
}

#content .one_product .box .box_bgr{	
	width: 200px;
	height: 200px;
	margin: 2px;
	background-color: #c5d9ff;
	text-align: center;
	vertical-align: middle;
	display: block;
}

#content .one_product .box a{
	display: block;
}

#content .one_product .photo{	
	border: 0;
}


.one_product .name {
	display: block;
	text-align: left;
/*	text-transform: uppercase; 	margin: 4px 8px;*/
	font-variant: small-caps;

	font-family: "Arial";
	font-size: 24px;
	color: #818181;
}

.one_product .name a {
	text-decoration: none;
	font-family: "Arial";
	font-size: 24px;
	color: #818181;
}

.one_product .descr {
	display: block;
	text-align: left;
	font-variant: small-caps;
	font-family: "Arial";
	font-size: 16px;
	color: #b5b5b5;
	line-height: 1px;
}

.products .paging {
	position: relative;
	clear: both;
	text-align: center;
	padding: 20px 0;
	margin-top: 50px;
	color: #818181;
}

.products .paging a{
	color: #818181;
}

#content .menu {
	position: absolute;
	top: 50px;
	right: 40px;
	width: 200px;
}

.menu_descr {
	visibility: hidden; 
	margin: 0px; 
	padding-top: 0px; 
	padding-bottom: 0px;
	color: #8a99b5;
	font-family: "Arial";
	font-size: 14px;
}

.menu_descr h4{
	color: #8a99b5;
	font-family: "Arial";
	font-size: 14px;
}

.menu_descr_active {
	visibility: visible; 
	margin: 0px; 
	padding-top: 0px; 
	padding-bottom: 0px;
	color: #8a99b5;
	font-family: "Arial";
	font-size: 14px;
}

.menu_descr_active h4{
	color: #8a99b5;
	font-family: "Arial";
	font-size: 14px;
}

#content .menu h3 {
	font-family: "Arial";
	font-size: 28px;
	text-decoration: none;
	width: 200px;
	color: #818181;
}

#content .menu h3 a {
	font-family: "Arial";
	font-size: 28px;
	width: 200px;
	text-decoration: none;
	color: #818181;
}

#content .left_menu {
/*	position: absolute;*/
	float: left;
/*	top: 80px;*/
	margin-left: 20px;
	width: 200px;
}

#content .left_menu h3 a {
	width: 200px;
	font-family: "Arial";
	font-size: 28px;
	text-decoration: none;
	color: #656e81;
}

#content .left_menu h3 {
	font-family: "Arial";
	text-decoration: none;
	width: 200px;
}

#content .left_menu h2 {
	font-family: "Arial";
	text-decoration: none;
	width: 200px;
}

#content .left_menu h2 a {
	font-family: "Arial";
	text-decoration: none;
	width: 200px;
	font-size: 28px;
	color: #656e81;
}

/****************contacts************************/
#content .contacts {
	position: relative;
	margin-left: 320px;
	width: 550px;
	margin-top: 10px;
	margin-bottom: 100px;
}

#content .contacts .info {
float:left;
/*	position: relative;*/
	margin-left: 0px;
	width: 180px;
	margin-top: 0px;
}

#content .contacts .info h1 {
	font-family: "Arial";
	font-size: 28px;
	color: #626d81;	
} 
#content .contacts .info .text{
	font-family: "Arial";
	font-size: 13px;
	color: #424242;	
}
#content .contacts .form {
	position: relative;
/*	float:right;*/
	margin-left:240px;
	width: 300px;
	padding-top: 45px;
}

#content .contacts .sent_form {
	position: relative;
/*	float:right;*/
	margin-left:240px;
	width: 300px;
	padding-top: 45px;
}

#content .contacts .sent_form .text {
	font-family: "Arial";
	font-size: 15px;
	color: #424242;
}

#content .contacts .sent_form .text a{
	font-family: "Arial";
	font-size: 15px;
	color: #424242;
}

#content .contacts label {
	font-family: "Arial";
	font-size: 13px;
	color: #000000;
}

#content .contacts .req {
	font-family: "Arial";
	font-size: 13px;
	color: #000000;
}

#content .contacts .error {
	font-family: "Arial";
	font-size: 11px;
	color: #c31f1f;
}
#content .contacts .input_box {
	height:20px;
	width: 300px;
	border: 0;
	margin: 4px 0 10px 0;
}
#content .contacts textarea {
	width: 300px;
	border: 0;
	height:100px;
	margin: 4px 0 10px 0;
}

.contacts #submit_query {
	font-family: "Arial";
	font-size: 13px;
	color: #000000;
	background-color: #ecf1de;
	width: 104px;
	height: 22px;
	border: 1px solid #d1d5c2;
	float:right;
	margin: 12px 0 0 0;
	cursor: pointer;
}

/****************************************/
#content .product_detail {
	position: relative;
	margin-left: 300px;
	width: 600px;
	margin-top: 10px;
}

#content .product_detail .box{		
	width: 280px;
	background-color: #FFFFFF;
	margin-top: 50px;
	margin-bottom: 30px;
	float:left;
}

#content .product_detail .box .box_bgr{	
	margin: 2px;
	background-color: #c5d9ff;
	text-align: center;
}

#content .product_detail .box a{
	display: block;
}

#content .product_detail .photo{	
	border: 0;
}

#content .product_detail .characteristic{
/*	position: absolute;*/
/*	float: right;*/
/*	top: 0px;
	right: 0px;
	width: 300px;*/
/*	position:relative;*/
	float: left;
	width:300px;

}
#content .product_detail .characteristic_title{
	/*float:left;*/
	position:absolute;
	top: 0px;
	width: 300px;
	left: 200px;
}

#content .product_detail .characteristic_title h1{
	font-family: "Arial";
	font-size: 28px;
	color: #818181;
	padding-left: 10px;
}

#content .product_detail .characteristic_info{
	float:left;
	padding-left: 0px;
	margin-top: 50px;
	width:300px;
}


#content .product_detail .characteristic_info h2{
	font-family: "Arial";
	font-size: 16px;
	color: #818181;

}


#content .slidedescr .gallery_box {		
	width: 154px;
	height: 154px;
	background-color: #FFFFFF;
	float:left;
/*position:relative;*/
/*display:inline;*/
	margin: 10px 30px 10px 30px;
}

#content .slidedescr .gallery_box .gallery_box_bgr{	
	width: 150px;
	height: 150px;
	margin: 2px;
	background-color: #c5d9ff;
	text-align: center;
	vertical-align: middle;
}
#content .slidedescr .gallery_box .gallery_box_bgr .photo{	
	border: 0;
}

#content .slidedescr .gallery_box a{
	display: block;
}

#content .slidedescr {
	float:left;
/*	clear: both;*/
	margin-top: 50px;
/*	clear: both;*/
	background-color: #C8E0FF;
	width:950px;

}

.slidedescr div.slide_content {
	margin: 0px 15px;
	font-family: "Arial";
	font-size: 12px;
	color: #667796;
	padding: 5px 15px;
	display: none;
}

.slidedescr div.slide_content strong {
	font-weight: bold;
}

.slidedescr div.slide_content img {
	border: 0;
	margin: 10px 10px 10px 0;
}

.slidedescr div.slide_content table {
	border-collapse: collapse;
}

.slidedescr div.slide_content table td {
	padding: 10px;
	border: 1px solid #fff;
}

.slidedescr div.slide_content p {
	margin: 10px 0;
	line-height: 16px;
}

.slidedescr div.slide_content h1,
.slidedescr div.slide_content h1:hover,
.slidedescr div.slide_content h2,
.slidedescr div.slide_content h3,
.slidedescr div.slide_content h4,
.slidedescr div.slide_content h5,
.slidedescr div.slide_content h6
{
	margin: 5px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #667796;
	cursor: auto;
	background: none;
}

.slidedescr div.slide_content ul {
	list-style-position: inside;
	list-style-type: disc;
}

.slidedescr div.slide_content ul li{
	margin: 3px 2px;
	line-height: 16px;
}



.slidedescr h1 {
	color: #515151;
	padding: 17px;
	margin: 0px 15px;
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	font-size: 15px;
	cursor: pointer;
}

.slidedescr h1:hover {
	background: url(../img/structure/bgr_box_notactive_text_full.jpg) no-repeat right 5px;
	font-weight: bold;
}
.slidedescr h1.active {
	background: url(../img/structure/bgr_box_notactive_text_full.jpg) no-repeat;
	background-position: right 5px;
	font-weight: bold;
}

/****************************************/


#content .news {
	position: relative; 
	background-color: #C8E0FF;
}

.news .picture {
/*	float: left;*/
/*display:inline;*/
	width: 334px;
	height: 347px;
}

.news .content {
	position:absolute;
/*	position:relative;*/
/*float:right;*/
	top: 0px;
	width:590px;
	margin-left: 360px;
}

.news .content h1 {
	font-size: 28px;
	font-weight: bold;
	color: #828282;
	text-transform: uppercase;
	padding-top: 10px;
}

.news .content .text {
	font-family: "Arial";
	font-size: 15px;
	padding-top: 20px;
	color: #616161;

}

.news .content .short_text {
	font-family: "Arial";
	font-size: 15px;
	color: #616161;
	padding-right: 5px;
}

.news .content .text .news_sep {
	margin-top: 20px;
	margin-bottom: 20px;
}

.news .content .text a {
	font-family: "Arial";
	font-size: 12px;
	color: #616161;
}

.corners-holder {
	background-color:#C8E0FF;
	font-size:0px;
	height:13px;
	position:relative;
	width:100%;
	clear:left;
}

.shadow-clt {
	background:url(../img/structure/box_left_corner.jpg) no-repeat scroll left top;
	position:absolute;
	height:13px;
	width:13px;
	left:0px;
	top:0px;
}

.shadow-crt {
	position:absolute;
	background:url(../img/structure/box_right_corner.jpg) no-repeat scroll right top;
	height:13px;
	width:13px;
	right:0px;
	top:0px;
}

/********************************************/

.slidedescr .corners-holder {
	background-color:#C8E0FF;
	font-size:0px;
	height:13px;
	width:100%;
	clear:left;
	position:relative;


}

.slidedescr .shadow-clt {
	background:url(../img/structure/box_left_corner.jpg) no-repeat scroll left top;
	position:absolute;
	height:13px;
	width:13px;
	left:0px;
	top:0px;
}


.slidedescr .shadow-crt {
	position:absolute;
	background:url(../img/structure/box_right_corner.jpg) no-repeat scroll right top;
	height:13px;
	width:13px;
	right:0px;
	top:0px;
}

#footer {
	position: relative;
	width: 100%;
	height: 70px;
}

#footer .menu {
	position: absolute;
	left: 30px;
	top: 30px;
	width: 360px;
}

#footer .menu li {
	text-transform: uppercase;
	font-family: "Arial";
	display: inline;
	margin: 20px 1px;
	font-size: 13px;
	color: #03061a;
}
#footer .menu li a {
	text-transform: uppercase;
	padding: 5px;
	font-family: "Arial";
	font-size: 13px;
	color: #03061a;
	text-decoration: underline;
}
#footer .menu li a:hover {
	color: #03061a;
	text-decoration: none;
}

#footer .copyright {
	position: absolute;
	right: 40px;
	top: 30px;
	font-family: "Arial Sans Serif", sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #626262;
}
.self {
	font-weight: bold;
	text-decoration: none;
	font-family: "Microsoft Sans Serif", sans-serif;
	color: #626262;

}

#leftside {
	position: absolute;
	left: 0;
	top: 0;
	height: 500px; /* TODO the height of bgr_left.jpg */
	width: 50%;
	background: url('../img/structure/bgr_left3.jpg') left top repeat-x;
}

/*#rightside {
}*/


#button_blog  

{
padding-left:515px;



}

*html #button_blog  

{
padding-left:500px;



}


#menu_kontakti
{
padding-left:320px;
margin-top:110px;

}

