﻿/*  
Theme Name: Biuro Rachunkowe D&T
Theme URI: http://biuro.d-t.com.pl
Description: Template do strony Biura Rachunkowego D&T wykonany przez firmę EXPROMO.
Version: 1.0
Author: EXPROMO
Author URI: http://www.expromo.pl
*/

body {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#welcome-text-container {
	background: #202020;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #F4F4F4;
}
#welcome-text-container strong{
	font-weight: normal !important;
}

.clear {
	clear: both;
}
.content960 {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
a {
	color: #000;
	text-decoration: none;
	outline: none;
}
a:hover{
	color: #0f9cb7;
}
.blue {
	color: #5bdcf5;
}
.date {
	color: #0f9cb7;
	font-size: 10px;
	font-weight: bold;
}
/* Formatowanie paska z logo */
#topbar {
	width: 100%;
	height: 133px;
	background: #f5f5f5 url('images/bg-top.jpg') repeat-x;
}
#logo a{
	display: block;
	width: 278px;
	height: 133px;
	background: url('images/logo-top.jpg') no-repeat;
	margin-left: auto;
	margin-right: auto;
}
#logo a:hover {
	background: url('images/logo-top-on.jpg') no-repeat;
}
#tag {
	float: right;
	width: 300px;
}
#tag h4 {
	margin: 0;
	padding: 0;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background: url('images/footer-bg.jpg') repeat-x;
	color: #FFF;
	margin-bottom: 5px;
}
/* Formatowanie menu */
#menubar {
	width: 100%;
	height: 40px;
	background: #1d1d1c url('images/menu-bg.jpg') repeat-x;
}
#menubar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menubar ul li {
	float: left;
	position: relative;
}
#menubar ul li a {
	display: block;
	float: left;
	color: #E4E4E4;
	text-decoration: none;
	background: url('images/menu-off.jpg') no-repeat;
	background-position: right center;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-right: 20px;
	padding-left: 20px;
}
#menubar ul li a:hover {
	background: url('images/menu-on.jpg') no-repeat;
	background-position: right center;
	color: #FFF;
}
#menubar ul li ul {
	position: absolute;
	top: 40px;
	left: 0;
}
#menubar ul li ul li {
	width: 200px;
	float: left;
	clear: left;
}
#menubar ul li ul li a {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
	width: 200px;
	text-align: left;
	padding-left: 10px;
	margin-top: 1px; 
	background: url('images/submenu-off.png') repeat-x;
}
#menubar ul li ul li a:hover {
	background: url('images/submenu-on.png') repeat-x;
	color: #000;
}
#menubar ul li ul li ul li {
	display: none;
}
#menubar ul ul,
#menubar ul li:hover ul ul,
#menubar ul ul li:hover ul ul,
#menubar ul li.sfhover ul ul,
#menubar ul ul li.sfhover ul ul
{display: none;}

#menubar ul li:hover ul,
#menubar ul ul li:hover ul,
#menubar ul ul ul li:hover ul,
#menubar ul li.sfhover ul,
#menubar ul ul li.sfhover ul,
#menubar ul ul ul li.sfhover ul
{display: block;}
/* Formatowanie nagłówka */
#header {
	width: 100%;
	height: 234px;
	background: #15afcb url('images/main-bg.jpg') repeat-x;
}
/* Formatowanie ramki z tekstem */
#contentframe {
	width: 100%;
	background: url('images/bg-bottom.jpg') repeat-x;
	background-position: center bottom;
	min-height: 200px;
	padding-bottom: 10px;
}
#anim {
	float: right;
}
#navi {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px #C0C0C0 solid;
	margin-bottom: 5px;
	font-weight: bold;
}
#navi a {
	font-weight: normal !important;
}
#contentframe h1 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}
/* Formatowanie paska z funkcjami */
#functions {
	width: 100%;
	height: 234px;
	background: #1d1d1c url('images/functions-bg.jpg') repeat-x;
	color: #FFF;
}
#functions h3 {
	margin: 0;
	padding: 0;
	color: #5bdcf5;
	margin-bottom: 5px;
}
.function {
	width: 23%;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 5px;
	height: 229px;
	background: url('images/functions-gradient.jpg') no-repeat;
	background-position: right center;
	float: left;
}
.function ul {
	list-style: circle !important;
	padding-left: 12px !important;
}
.function ul li {
	margin-bottom: 3px !important;
}
/* Formatowanie stopki */
#footer {
	width: 100%;
	height: 40px;
	background: #12a8c3 url('images/footer-bg.jpg') repeat-x;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
#footer ul li {
	float: left;
	position: relative;
}
#footer ul li a {
	display: block;
	float: left;
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 13px;
	padding-bottom: 13px;
}
#footer ul li a:hover {
	background: url('images/footer-on.jpg') repeat-x;
}
#footer ul li ul {
	position: absolute;
	bottom: 40px;;
	right: 0;
	text-align: right;
}
#footer ul li ul li {
	float: left;
	clear: left;
}
#footer ul li ul li a {
	background: url('images/footer-bg.jpg') repeat-x;
	background-position: center center;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	border-bottom: 1px black solid;
	width: 200px;
}
#footer ul li ul li a:hover {
	
}
#footer ul ul,
#footer ul li:hover ul ul,
#footer ul ul li:hover ul ul,
#footer ul li.sfhover ul ul,
#footer ul ul li.sfhover ul ul
{display: none;}

#footer ul li:hover ul,
#footer ul ul li:hover ul,
#footer ul ul ul li:hover ul,
#footer ul li.sfhover ul,
#footer ul ul li.sfhover ul,
#footer ul ul ul li.sfhover ul
{display: block;}
#footer #copyright {
	color: #FFF;
	text-align: center;
	float: left;
	padding-top: 5px;
}
#footer #copyright a {
	color: #FFF;
	font-weight: bold;
}
#footer #copyright a:hover {
	color: #000;
}
/* Formatowanie strony glownej */
#frontpage .front {
	float: left;
	width: 300px;
	margin-right: 20px;
}
#frontpage img {
	border: 0;
}
#frontpage a img {
	filter: alpha(opacity=80);
	opacity: 0.80;
	-moz-opacity: 0.80;
}
#frontpage a:hover img {
	filter: alpha(opacity=100);
	opacity: 1.00;
	-moz-opacity: 1.00;
}
.fronttext a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.fronttext a:hover {
	background: #F2F2F2;
	color: #000;
}
#functions a {
	color: #FFF;
	text-decoration: none;
}
#functions ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#functions a:hover {
	color: #0f9cb7;
}
#googlemap {
	width: 800px;
	height: 400px;
	padding: 1px;
	background: #999999;
	border: 10px #ebebeb solid;
	margin-left: auto;
	margin-right: auto;
}