@charset "UTF-8";

/*************************************************************/
/********************* GENERAL VALUES ************************/
/*************************************************************/

* {
	border: 0;
	outline: none;
}

body {
	background-image: url('../gfx/background.gif');
	color: #666666;
	font-family: "Helvetica Neue", "Trebuchet MS", sans-serif;
}

a {
	text-decoration: none;
	color: #666666;
}

a:hover {
	color: #222222;
}

a:active {
	text-decoration: none;
}

a.green {
	text-decoration:none;
	color: #00DD00;
}

a.green:hover {
	color: #88FF88;
}

/*************************************************************/
/*********************** CONTAINERS **************************/
/*************************************************************/
#bh_container {
	width: 800px;
	height: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	top: 10px;
	bottom: 10px;
	margin-bottom: 10px;
}

/************************** Top ******************************/
#bh_top_container {
	width: auto;
	height: 177px;
	position: relative;
	top: 0;
	left: 0;
}

/************************* Middle ****************************/
#bh_middle_container {
	width: auto;
	height: auto;
	position: relative;
	top: 0;
	left: 0;
}

#bh_menu_container {
	position: relative;
	width: 152px;
	height: auto;
	left: 0;
	top: 20px;
	padding-bottom: 20px;
	float: left;
}

.bh_menu_item {
	position: relative;
	width: 152px;
	height: 34px;
	text-indent: -999em;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.bh_menu_item:hover {
	background-position: 0 -34px;
}

#bh_main_container {
	position: relative;
	width: auto;
	height: auto;
	top: 0;
	margin: 0 0 0 152px;
}

/*** Language bar ***/
#bh_language_bar {
	width: auto;
	height: 20px;
	text-align: right;
}

#id_language_picker {
	margin: 0 10px 0 0;
}

.lang_flag {
	width: 16px;
	height: 11px;
	text-indent: -999em;
	overflow: hidden;
	cursor: pointer;
	margin-right: 3px;
}

#id_lang_flag_en {
	background : transparent url('../gfx/gb.gif') no-repeat center center;
}

#id_lang_flag_pl {
	background : transparent url('../gfx/pl.gif') no-repeat center center;
}


#bh_content_container {
	width: 600px;
	height: auto;
	margin: 10px 20px 50px 28px;
}

.bh_info_line {
	border-bottom: 1px solid #999;
}

/*** Products ***/
#bh_products_text_container {
	width: auto;
	height: auto;
	float: left;
	margin: 0 20px 20px 20px;
}

#bh_products_categories_container {
	width: auto;
	height: auto;
}

.bh_products_category {
	width: 150px;
	height: 150px;
	float: left;
	text-align: center;
	margin: 10px 0 10px 0;
}

#bh_products_container {
	width: auto;
	height: auto;
	float: left;
}

#bh_products {
	margin-bottom: 50px:
}

.bh_product {
	width: 175px;
	height: 175px;
	float: left;
	text-align: center;
	margin: 10px 0 10px 0;
}

.bh_product_sep {
	width: 10px;
	height: 175px;
	float: left;
	margin: 10px 13px 10px 13px;
}

/*** Pagination ***/
.pagination {
	width: 600px;
	text-align: center;
	clear: both;
	padding: 30px 0 20px 0;
}

.current {
	font-weight: bold;
}

.disabled {
	color: #AAAAAA;
}

#bh_empty_container {
	float: left;
	width: 600px;
	height: 80px;
}

/*** HTO ***/
#bh_hto_text_container {
	width: auto;
	height: auto;
	float: left;
	margin: 0 0 40px 20px;
}

/*** Contact Us ***/
#bh_contactus_text_container {
	width: 248px;
	height: auto;
	float: left;
	margin: 0 0 0 20px;
}

#bh_contactus_img_container {
	width: auto;
	height: auto;
	float: left;
	margin: 100px 0 100px 30px;
}

/*** About Us ***/
#bh_aboutus_text_container {
	width: 370px;
	height: auto;
	float: left;
}

#bh_aboutus_img_container {
	width: auto;
	height: auto;
	float: left;
	margin: 100px 0 40px 20px;
	
}

/************************** Bottom ***************************/
#bh_bottom_container {
	width: auto;
	height: 20px;
	position: relative;
	top: 0;
	bottom: 10px;
	clear: both;
	text-align: right;
}

#created_by {
	width: auto;
	height: auto;
	position: relative;
	margin-left: auto;
	margin-right: 10px;
	text-align: right;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#created_by a {
	color: #000000;
	text-decoration: none;
}

#created_by a:hover, a:active {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

