/* Piece TABO - Home
------------------------------------------------------------------------------------------------- */
body {
	background-color: #0f4a67;
	background-image: url("../images/home/bg.png");
}

.background {
	background-color: #125379;
}

/* Menu
--------------------------------------------------------------------------------------------------*/
#tabo .menu {
	background-color: #125379;
}

#tabo .menu li a {
	border-color: #003D4E;
}

#tabo .menu li .break {
	background-color: #003D4E;
}

#tabo .menu li .bg {
	background-color: #125379;
}

#tabo .menu .piece a {
	background-image: url("../images/home/menu_piece.png");
}

#tabo .menu .instalacje a {
	background-image: url("../images/home/menu_instalacje.png");
}

#tabo .menu .onas a {
	background-image: url("../images/home/menu_onas.png");
}

#tabo .menu .kontakt a {
	background-image: url("../images/home/menu_kontakt.png");
}

#tabo .menu .serwis a {
	background-image: url("../images/home/menu_serwis.png");
}

#tabo .menu .klient a {
	background-image: url("../images/home/menu_klient.png");
}

#tabo .menu .download a {
	background-image: url("../images/home/menu_download.png");
}

/* Container
--------------------------------------------------------------------------------------------------*/
#tabo .container a {
	color: #125379;
	text-decoration: none;
}

#tabo .container a:hover {
	color: #003D4E;
	text-decoration: underline;
}

/* Left Side
--------------------------------------------------------------------------------------------------*/
#tabo .container .left_side {
	background-color: #dde9ed;
}

#tabo .left_side .title {
	background-color: #bbd3db;
	color: #369;
}

#tabo .left_side .title span {
	background-image: url("../images/home/submenu_l.png");
}

#tabo .left_side .title span span {
	background-image: url("../images/home/submenu_r.png");
}

/* Right Side
--------------------------------------------------------------------------------------------------*/
#tabo .right_side .page_title {
	background-color: #89afbc;
	color: #222;
}

#tabo .right_side .page_title span {
	background-image: url("../images/home/title_l.png");
}

#tabo .right_side .page_title span span {
	background-image: url("../images/home/title_r.png");
}

#tabo .right_side .content {
	background-color: #bbd3db;
	color: #222;
	min-height: 0;
}

/* Fotter
--------------------------------------------------------------------------------------------------*/
#tabo .fotter {
	background-color: #98c8d3;
	color: #333;
}

#tabo .fotter a {
	color: #003D4E;
}

#tabo .fotter a:hover, #tabo .fotter .bottom_menu dd a:hover {
	color: #135;
}

#tabo .fotter .bottom_menu dd a {
	color: #0F4A67;
}

/* Quotes
--------------------------------------------------------------------------------------------------*/
#tabo .right_side .quote {
	padding: 20px 30px 0;
	background: #d3dad4 url("../images/quote_bg.png") no-repeat 15px 85%;
	clear: left;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

#tabo .right_side .quote span {
	display: block;
	background: transparent url("../images/home/quote_tl.png") no-repeat top left;
}
#tabo .right_side .quote span span {
	background: transparent url("../images/home/quote_tr.png") no-repeat top right;
}
#tabo .right_side .quote span span span {
	background: transparent url("../images/home/quote_bl.png") no-repeat bottom left;
}
#tabo .right_side .quote span span span span {
	padding: 20px 30px 0;
	background: transparent url("../images/home/quote_br.png") no-repeat bottom right;
}


#tabo .right_side .quote .text {
	text-align: center;
	display: block;
	padding-bottom: 25px;
	line-height: 16px;
}

#tabo .right_side .quote .author {
	text-align: right;
	display: block;
	font-style: italic;
	font-weight: bold;
	color: #135;
	padding-bottom: 20px;
}

/* Newses
--------------------------------------------------------------------------------------------------*/
#tabo .left_side .news li {
	padding-left: 50px;
	margin-bottom: 40px;
	background: transparent url("../images/news_bg.png") 6px 2px no-repeat;
	overflow: hidden;
	clear: both;
}

#tabo .left_side .news li.last-child {
	margin-bottom: 20px;
}

#tabo .left_side hr {
	color: #BBD3DB;
	background-color: #BBD3DB;
	border: 0;
	height: 2px;
	margin: 10px 15px;
}

#tabo .right_side hr {
	color: #89AFBC;
	background-color: #89AFBC;
	height: 1px;
	border: 0;
	margin: 15px 0;
	clear: both;
}

#tabo .left_side .more_newses {
	color: #369;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	text-align: right;
}

#tabo .left_side .news .news_title a, #tabo .right_side .news_title a {
	font-size: 14px;
	font-weight: bold;
	color: #369;
	margin-bottom: 10px;
	display: block;
}

#tabo .right_side .news_title {
	margin-bottom: 10px;
	
}

#tabo .right_side .news_title a:hover {
	color: #003D4E;
}

#tabo .left_side .news p {
	font-size: 11px;
	color: #003d4e;
	margin: 0;
}

#tabo .left_side .news p a {
	color: #369;
	text-decoration: none;
	display: block;
	text-align: right;
	font-size: 11px;
	margin-top: 5px;
}

#tabo .left_side .news p a:hover {
	text-decoration: underline;
	color: #135;
}

#tabo .left_side .news .news_image, #tabo .right_side .news_image {
	display: block;
	background-color: #fff;
	border-width: 2px;
	border-style: solid;
	margin-top: 2px;
	font-size: 0;
	margin-bottom: 5px;
}

#tabo .right_side .news_image {
	border-width: 3px;
	margin-top: 2px;
}

#tabo .left_side .news .news_image img, #tabo .right_side .news_image img {
	padding: 1px;
}

#tabo .right_side .news_image img {
	padding: 3px;
}

#tabo .right_side .newses li {
	overflow: hidden;
	clear: both;
}

#tabo .left_side .news_left, #tabo .right_side .news_left  {
	float: left;
	margin-right: 5px;
}

#tabo .left_side .news_right, #tabo .right_side .news_right  {
	float: right;
	margin-left: 5px;
}