/* @group General */

*{padding: 0; margin: 0;}

body {
    margin: 0 auto;
	padding: 0;
	color: #444;
	background-color: #938366;
	font: 12px Tahoma, "Lucida Grande", Lucida, sans-serif;
	text-align: center;
}

acronym, abbr {
	cursor: help;
	border-bottom: 1px dashed #666;
}

a {
	color: #8e0608;
	font-weight: bold;
	text-decoration: none;
}

a span {
	color: #666;
}

a:hover {
	text-decoration: underline;
}

ul {
    margin: 0;
	padding: 0;
    list-style-position: inside;
}

li {
    list-style-type: disc;
}

dl { border-bottom: 1px solid #999; width: 90%; margin: 15px;}

dt {
    width: 15em;
    padding: .5em;
    float: left;
    margin: 0;
    border-top: 1px solid #999;
    font-weight: bold;
    clear: both;
}

dd {
    margin-left: 16em;
    padding: .5em;
    border-top: 1px solid #999;
}

dd.first { border-top: 1px solid #999; }

pre {
	color: black;
	padding: 5px;
	margin: 10px 20px 10px 20px;
	border: 1px solid black;
	text-align: left;
	font-size: 12px;
}

img {
	border: 0;
}

h1, h2, h3 {
    color: black;
    font: normal 20px Tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
}

h2 a {
    color: black;
    font-weight: normal;
}

h2 a:hover {
    color: black;
}

h3 {
	font-size: 12px;
	margin: 0 0 0 10px;
	padding: 0 0 5px 0;
}

h1 em, h2 em, h3 em {
 /*color: #80c036;*/
 font-style: normal;
}

h1 span, h2 span {
	display: block;
	position: relative;
	z-index: 1;
}

.end {
	clear: both;
}

div.hr {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	border-top: 1px solid #ccc;
	height: 1px;	
	clear: both;
}
div.hr hr {
	display: none;
}

a.more {
	float: right;
}

.icon {
    vertical-align: middle;
    margin:0px;
    padding:0px;
}

.yes {
	color: green;
}

.no {
	color: red;
}

.date {
	font-size: 10px;
	color: #c0c0c0;
}

p.date {
	margin: 0px 0px 0px 20px;
	font-size: 10px;
	padding: 0;
	color: #c0c0c0;
}

/* @group Messages */

#messages div {
    margin: 10px 0 10px 0;
    background-color: white;
}

#messages div p {
    margin: 10px 10px 10px 10px;
    padding: 0;
}

#messages .msg_error {
    border: 3px solid #ff0000;
    color: #ff0000;
}

#messages .msg_info {
    border: 3px solid #3377be;
    color: #3377be;
}

#messages .msg_ok {
    border: 3px solid #189670;
    color: #189670;
}

/* @end */

/* @group Paging */

.paging {
    list-style-type: none;
    margin: 20px 0 10px 0;
    padding: 0px;
    display: inline;
    background-color: #f4f4f4;
	border: 1px solid #d4d4d4;
}
.paging li {
    display: inline;
    margin: 0px 3px 0px 0px;
    padding: 1px 3px 1px 3px;
}
.paging a {
    margin: 0px;
    padding: 0px;
}
.paging li.active a {
    color: #666;
}

/* @end */

/* @end */

/* @group Form
 */

/* @group General */

fieldset {
	margin: 0px 0px 10px 0px;
	background-color: #f4f4f4;
	border: 1px solid #d4d4d4;
	padding: 10px;
}

label {
	float: left;
	width: 20%;
	margin-right: 1em;
	padding-top: 0.2em;
	text-align: right;
	font-weight: bold;
}

label.checkbox {
    width: 100%;
    text-align: left;
    margin:0;
}

input:focus, textarea:focus, label:focus, button:focus {
	background: #fff;
	border: 1px solid #686868;
}

textarea, input, button, select {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 3px;
	color: #000;
}

/* @end */

/* @end */

/* @group Layout */



/* @group Management */

#management {
    background-color: black;
    color: white;
    text-align: left;
    font-size: 15px;
}

#management ul {
    margin: 0 20px 0 20px;
}

#management li {
    display: inline;
    line-height: 35px;
}

#management ul li a {
    color: #80c036;
    text-decoration: none;
    font-size: 15px;
}

#management ul li a:hover {
    color: black;
    background-color: #80c036;
    text-decoration: none;
}

#management #mng-logo a {
    padding: 0;
}

#management span {
    margin: 0 5px 0 5px;
    display: inline;
}

#management #mng-logo img {
    vertical-align: middle;
}

/* @end */

/* @group Header */

#header-ct {
	width: 100%;
	background: #f5f1e8 url(../gfx/body-bg.gif) repeat-x 0 top;
	text-align: center;
	padding-top: 30px;
}

#header {
	width: 854px;
	height: 260px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	background: url(../gfx/header-bg.jpg) no-repeat 0 top;
}

#h-logo {
    width: 164px;
    height: 123px;
    position: absolute;
    top: 90px;
    left: 25px;
}

#h-nav {
	height: 75px;
	padding-top: 17px;
}

#h-nav h2 {
	display: none;
}

#h-nav ul li {
	float: left;
	list-style-type: none;
	display: block;
	margin: 0 1px 0 0;
}

#h-ico-o-firmie {
	width: 142px;
}

#h-ico-oferta {
	width: 141px;
}

#h-ico-projekty {
	width: 142px;
}

#h-ico-salon {
	width: 141px;
}

#h-ico-wykonawcy {
	width: 141px;
}

#h-ico-kontakt {
	width: 141px;
	margin: 0;
}

#h-l-decor-left {
	background: url(../gfx/h-l-decor-left-bg.jpg) no-repeat 0 top;
	width: 24px;
	height: 260px;
	position: absolute;
	left: -24px;
	top: 24px;
}

#h-l-decor-right {
	background: url(../gfx/h-l-decor-right-bg.jpg) no-repeat 0 top;
	width: 24px;
	height: 260px;
	position: absolute;
	right: -24px;
	top: 24px;
}

/* @end */

/* @group Main */

#main-ct {
	text-align: center;
	width: 100%;
	background: #f5f1e8 url(../gfx/box-bg.jpg) repeat-x 0 bottom;
}

#main {
	width: 854px;
	text-align: left;
	margin: 0 auto;
	padding: 40px 0 20px;
	clear: both;
}

#m-realizacja, #m-polecamy, #m-menu {
	width: 277px;
	height: 420px;
	float: left;
	background-color: #f5f4f0;
	border-bottom: 3px solid #8e0003;
}

#m-polecamy {
	margin-left: 10px;
}

#m-realizacja .thumb, #m-polecamy .thumb {
	text-align: center;
	margin-top: 10px;
}

#m-realizacja .thumb img, #m-polecamy .thumb img {
	border: 1px solid #a1a09e;
	padding: 3px;
}

#m-realizacja p, #m-polecamy p{
	margin: 0px 20px 0px 20px;
	line-height: 13px;
}

#m-realizacja .desc, #m-polecamy .desc {
	margin: 10px 20px 10px 20px;
	text-align: justify;
}

#m-buttons {
	width: 278px;
	float: right;
}

#m-r-kuchnia, #m-r-lazienka {
	padding-bottom: 10px;
}

#m-menu {
	width: 219px;
	height: auto;
	color: #584838;
}

#m-menu ul {
	margin: 10px;
}

#m-menu ul li {
	list-style-type: none;
	border-bottom: 1px solid #ddd;
	line-height: 25px;
}

#m-menu ul li ul {
	margin: 0;
	padding: 10px 0 10px 0;
	border-top: 1px solid #ddd;
}

#m-menu ul li ul li {
	list-style-type: square;
	border: 0;
	line-height: 14px;
	margin: 0px 0px 0px 30px;
	padding: 0;
}

#m-menu a {
	color: #584838;
	font-size: 11px;
}

#m-menu a:hover {
	color: #8e0608;
}

#m-right {
	min-height: 150px;
	width: 600px;
	float: right;
	color: #584838;
}

#m-galeria {
	width: 600px;
	float: right;
	color: #584838;
}

#m-galeria h3 {
	font-weight: bold;
	color: #584838;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 11px;
} 

#m-galeria h4 {
	font-weight: normal;
	color: #584838;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	font-size: 12px;
}

#m-galeria h2 {
	color: #584838;
	margin: 0 0 0 20px;
}

#m-galeria p {
	color: #584838;
	margin: 20px 0 0 20px;
}

#m-galeria div {
	float: left;
	width: 130px;
	margin: 20px 0 0 20px;
}

#m-galeria div p {
	margin: 0;
}

#m-galeria div img {
	border: 1px solid #a1a09e;
	padding: 3px;
}



/* @group Article */

#article h1,
#article h2,
#article h3,
#article h4,
#article h5,
#article h6 {
	color: #584838;
    margin: 10px 20px 10px 20px;
    padding: 0px;
}

#article p {
	color: #584838;
	margin: 10px 20px 10px 20px;
}

#article table caption {
    font-style: italic;
    margin: 10px 0 0 0;
}

#article table {
	margin: 0px 20px 10px 20px;
	border-collapse: collapse;
}

#article table td, #article table th {
	border-bottom: 1px solid black;
	padding: 0.5em 1.5em 0.5em 1.5em;
}

#article table td+td, 
#article table th+th, 
#article table th+td,
#article table td+th {
    border-left: 1px solid black;
}

#article blockquote {
    font-style: italic;
    margin: 20px 20px 20px 40px;
}

#article ul, #article ol {
    margin: 20px 20px 20px 40px;
}

#article li {
    margin: 0;
}

#article img {
    border: 0;
}

#article img.fleft {
    float: left;
    margin: 0 5px 2px 0;
}

#article img.fright {
    float: right;
    margin: 0 0 2px 5px;
}

#article .left {
    text-align: left;
}

#article .right {
    text-align: right;
}

#article .center {
    text-align: center;
}

.map {
   width: 580px;
   height: 400px;
   margin-left: 20px;
}

/* @end */

/* @end */

/* @group Partners */

#partners-ct {
	width: 100%;
	/*height: 120px;*/
	text-align: center;
	color: white;
	clear: both;
	background-color: #5d503d;
	border-bottom: 2px solid #938366;
	border-top: 1px solid #5d503d;
}

#partners {
    width: 854px;
    margin: 30px auto;
    text-align: center;
    padding:10px;
}

#partners h2 {
	display: none;
}

#partners img {
    margin: 15px 20px 0 20px;
}
    
/* @end */

/* @group Footer */

#footer-ct {
	width: 100%;
	color: white;
	font-size: 10px;
	text-align: center;
	clear: both;
	border-top: 3px solid #5d503d;
}

#footer {
    width: 854px;
    margin: 10px auto;
}

/* @group Footer Copyrights */

#f-copyrights {
	padding: 10px 0 20px 0;
	font-size: 10px;
	text-align: left;
	width: 50%;
	float: left;
}

#f-copyrights h2, #f-contact h2 {
	display: none;
}

#f-contact {
	padding: 10px 0 20px 0;
	font-size: 10px;
	text-align: right;
	width: 50%;
	float: right;
}

/* @end */

/* @group Footer Navigation */

#f-nav {
    text-align: center;
    padding: 10px 0 20px 0;
    border-bottom: 1px solid #414141;
}

#f-nav h2 {
	display: none;
}


#f-nav ul li {
    display: inline;
    font-size: 12px;
}

#f-nav ul li span {
    margin: 0 20px 0 20px;
}

/* @end */

/* @end */

/* @group Debug */

#debugging {
	width: 100%;
	height: 100px;
}

#debug {
    display:none;
}

/* @end */

/* @end */
