/*Example for a Menu Style*/
#content_center {
	width:772px;padding:0;margin:0;
	float:left;
}

div.main_brand {
	float:left;
	width:380px;height:249px;
}
div.main_brand h3 {	padding:0 0; margin:0; }
div.main_brand h3 a { color:white;font:14px tahoma;line-height:40px;display:block;text-indent:19px; text-transform:uppercase; }
div.main_brand div.content {
	height:210px;width:380px;
}
div.main_brand div.content:hover { cursor:pointer; }

	div.main_brand div.brand_menu {
		height:165px;
		overflow:hidden;
		font-weight:bold;
		position:relative;
		margin-bottom:5px;	
	}
	div.main_brand div.brand_menu ul {
		margin:10px 0 0 20px;width:190px;
	}
	div.main_brand div.brand_menu ul li {
		padding:0 0 0 19px;
		background:url(/images/news_arrow.png) no-repeat 0 6px;
	}
	div.main_brand div.brand_menu ul li.clear {
		clear:both;width:0;padding:0;
	}
	div.main_brand div.brand_menu ul li a {
		color:#4E4E4E;font:12px tahoma;line-height:19px;
	}
	div.main_brand div.brand_menu a.button {
		position:absolute;bottom:2px;right:5px;
	}


div.brand_1 { margin-left:11px; }
div.brand_2 { margin-top:10px; }
div.brand_3 { margin-left:11px;margin-top:10px }

div.brand_0 h3 { background:url(/images/brand_0_header.png) no-repeat 0 0; }
div.brand_0 h3:hover { background-position:0 -40px; }
div.brand_1 h3 { background:url(/images/brand_1_header.png) no-repeat 0 0; }
div.brand_1 h3:hover { background-position:0 -40px; }
div.brand_2 h3 { background:url(/images/brand_2_header.png?v1) no-repeat 0 0; }
div.brand_2 h3:hover { background-position:0 -40px; }
div.brand_3 h3 { background:url(/images/brand_3_header.png) no-repeat 0 0; }
div.brand_3 h3:hover { background-position:0 -40px; }

div.brand_0 div.content { background:url(/images/brand_0_content.jpg?v1) no-repeat 0 0; }
div.brand_0 div.content:hover { background-position:0 -210px; }
div.brand_1 div.content { background:url(/images/brand_1_content.jpg?v1) no-repeat 0 0; }
div.brand_1 div.content:hover { background-position:0 -210px; }
div.brand_2 div.content { background:url(/images/brand_2_content.jpg?v1) no-repeat 0 0; }
div.brand_2 div.content:hover { background-position:0 -210px; }
div.brand_3 div.content { background:url(/images/brand_3_content.jpg?v1) no-repeat 0 0; }
div.brand_3 div.content:hover { background-position:0 -210px; }

/**
 * przyciski
 */
div.main_brand div.buttons { margin:0 0 0 20px;}

a.brand_button_more, a.brand_button_promo { display:block;float:left; }
a.brand_button_more:hover, a.brand_button_promo:hover { text-decoration:none; }
a.brand_button_more { width:87px;height:26px; }
a.brand_button_promo { width:87px;height:26px;margin-left:3px; }
 
a#brand_button_0_more { background:url(/images/brand_0_buttons.png) no-repeat 0 0; }
a#brand_button_0_more:hover { background-position:0 -30px; }
a#brand_button_0_promo { background:url(/images/brand_0_buttons.png) no-repeat -90px 0; }
a#brand_button_0_promo:hover { background-position:-90px -30px; }
a#brand_button_1_more { background:url(/images/brand_1_buttons.png) no-repeat 0 0; }
a#brand_button_1_more:hover { background-position:0 -30px; }
a#brand_button_1_promo { background:url(/images/brand_1_buttons.png) no-repeat -90px 0; }
a#brand_button_1_promo:hover { background-position:-90px -30px; }
a#brand_button_2_more { background:url(/images/brand_2_buttons.png) no-repeat 0 0; }
a#brand_button_2_more:hover { background-position:0 -30px; }
a#brand_button_2_promo { background:url(/images/brand_2_buttons.png) no-repeat -90px 0; }
a#brand_button_2_promo:hover { background-position:-90px -30px; }
a#brand_button_3_more { background:url(/images/brand_3_buttons.png) no-repeat 0 0; }
a#brand_button_3_more:hover { background-position:0 -30px; }
a#brand_button_3_promo { background:url(/images/brand_3_buttons.png) no-repeat -90px 0; }
a#brand_button_3_promo:hover { background-position:-90px -30px; }

div.about_us, div.portfolio {
	float:left;position:relative;
	margin:10px 0 0 0;padding:0 0;
	width:380px;
	height:180px; overflow:hidden;
	background:url(/images/main_box.jpg) no-repeat 0 30px;
}
div.portfolio {
	margin:10px 0 0 10px;
}
div.about_us h3, div.portfolio h3 {
	padding:0 0; margin:0; color:white;font:14px tahoma;line-height:30px;display:block;text-indent:19px;
	background:url(/images/main_box_header.png) no-repeat 0 0;  text-transform:uppercase;
}
	div.portfolio ul {
		margin:17px 0 0 20px;
	}
	div.portfolio ul li {
		padding:0 0 0 19px;
		background:url(/images/news_arrow.png) no-repeat 0 6px;
	}
	div.portfolio ul li a {
		color:#4E4E4E;font:12px tahoma;line-height:19px;font-weight:bold;
	}
	div.about_us a.bt, div.portfolio a.bt {
		position:absolute;top:140px;left:19px;
	}
	div.about_us p {
		font:12px tahoma;line-height:19px;
		margin:16px 19px;color:#4E4E4E;
	}