﻿object#cosymantecbfw { max-height: 0 !important; }
body {
	background: #1b3564;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	margin: 0;
}
img {
	border: 0;
}
/*------------------------------ Sprites ------------------------------*/
#contents, #contents > div, #contents div.body {
	background-image: url(../images/bg-contents.png);
	background-repeat: no-repeat;
}
.btn1, .btn2 {
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
}
.frame {
	background: url(../images/frames.png) no-repeat;
}
#connect a, #pagination .previous, #pagination .next, #blog .comments {
	background: url(../images/icons.png) no-repeat;
}
#sidebar, #sidebar div.body {
	background-repeat: no-repeat;
}
.btn1 {
	background-position: 0 0;
	color: #1b3564;
	display: block;
	height: 34px;
	line-height: 34px;
	width: 109px;
	background: #a8adac;
	border-radius: 10px;
}
.btn1:hover {
	background-position: -114px 0;
}
.btn2 {
	background-position: -13px -39px;
	font-size: 11px;
	height: 26px;
	width: 83px;
	border: 0;
	margin: 0;
}
.btn2:hover {
	background-position: -127px -39px;
}
/** Date Time **/
.time {
	float: left;
	background: url(../images/bg-time.png) no-repeat left top;
	color: #fff;
	display: block;
	height: 42px;
	width: 32px;
	margin: 0 5px 15px 0;
	padding: 0 5px;
	text-align: center;
	text-transform: uppercase;
}
/** Tabs **/
.tabs {
	float: right;
	display: inline-block;
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
}
.tabs li {
	float: left;
	border-left: 1px solid #241b18;
	margin-left: 15px;
	padding-left: 15px;
}
.tabs li:first-child {
	border: 0;
}
.tabs a {
	color: #241b18;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
}
.tabs a:hover, .tabs li.selected a {
	color: #af8112;
}
/** Posts **/
.posts {
	list-style: none;
	margin: 0;
	padding: 0;
}
.posts li {
	display: inline-block;
	font-size: 13px;
}
.posts p {
	color: #444444;
	padding-left: 50px;
}
.posts p b {
	display: block;
	font-weight: normal;
	margin: 0 0 3px;
}
.posts p a {
	color: #444444;
	display: block;
	text-decoration: none;
}
.posts p a:hover {
	color: #241b18;
}
/*------------------------------ HEADER ------------------------------*/
#header {
	background-color: #3b5998;
	height: 110px;
	border-bottom: 1px solid #fff;
	padding: 0px 0 0;
}
#header > div {
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: right;
}
/** Logo **/
#logo {
	float: left;
	position: absolute;
}
#logo a {
	color: #a8adad;
	font-size: 26px;
}
#logo a img{
	height:100px;
	padding-right:10px
}
/** Navigation **/
#navigation {
	display: inline-block;
	line-height: 80px;
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
*	width: 345px; /** Needed for IE7 **/
}
#navigation li {
	float: right;
	margin: 0 10px;
}
#navigation li:first-child {
}
#navigation li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation li a:hover, #navigation li.selected a {
	color: #a8adac;
}
.dropdown_2columns {
	float: left;
	position: absolute;
	visibility: hidden;
	text-align: right;
	padding: 10px 5px 10px 5px;
	border: 1px solid #777777;
	border-top: none;
	background: #1b3564;
	z-index: 2; /* Gradient background */; /* Rounded Corners */;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.dropdown_2columns {
	width: 150px;
}
#navigation li:hover .dropdown_2columns {
	visibility: inherit;
	margin-left: -50px;
	top: 80px;
}
.col_1, .col_2 {
	display: inline;
	float: right;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_1 {
	width: 130px;
}
.col_2 {
	width: 170px;
}
.col_1 a, .col_2 a {
	color: #dddddd;
	text-shadow: 0px 2px 3px #555555;
}
#navigation div.col_1 li, div.col_1 li a {
	line-height: 18px;
	margin: 1px 0px;
	padding: 5px 0;
	width: 100%;
	list-style: none;
	text-align: center;
}
#navigation div.col_1 li:hover {
	background: rgb(59, 89, 152);
	border: 1px solid #ffffff;
/* Rounded Corners */
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
#navigation div.col_2 li, div.col_2 li a {
	line-height: 18px;
	margin: 5px 0px;
	width: 100%;
	list-style: none;
}
#navigation div.col_1 ul, div.col_2 ul {
	padding-left: 0px;
}
.col_1 p, .col_2 p {
	margin: 1px 1px 1px 1px;
	line-height: 18px;
	font-weight: bold;
	padding: 15px 0;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: underline;
	color: #a8adac;
}
/*------------------------------ CONTENTS ------------------------------*/
#contents {
	background-position: -961px top;
	background-repeat: repeat-y;
	width: 970px;
	margin: 0 auto;
	direction: rtl;
}
#contents > div {
	background-position: -1931px bottom;
	width: 960px;
	padding: 0 5px 0px;
}
#contents div.body {
	background-position: 1px top;
	display: inline-block;
	width: 940px;
	padding: 10px 10px 0;
}
#contents div.body h1 {
	color: #241b18;
	font-size: 34px;
	font-weight: normal;
	margin: 0 0 18px;
	text-transform: uppercase;
}
#contents p {
	color: #626161;
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	padding: 0 0 24px;
	text-align: justify;
}
#contents p a {
	color: #626161;
}
#contents p a:hover {
	color: #8e8265;
}
/** Adbox **/
#adbox {
	height: 407px;
	width: 938px;
	border-color: #fff;
	border-width: 1px;
	border-style: none solid solid;
	margin: -10px 0 0;
	position: relative;
}
#adbox span.info {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	position: absolute;
	left: 330px;
	bottom: 25px;
	position: absolute;
	z-index: 2;
}
#adbox span.info em {
	display: block;
	font-size: 24px;
	font-style: normal;
}
#adbox div.details {
	background: url(../images/bg-pattern.jpg) no-repeat left top;
	height: 407px;
	width: 380px;
	padding: 11px 45px;
	position: absolute;
	right: 0;
	top: 0;
}
#adbox div.details img {
	position: absolute;
	z-index: 1;
	width: 380px;
	height: 380px;
	opacity: 0.2;
	filter: alpha(opacity=20);
	margin: -40px 0px 0 20px;
}
#adbox div.details h1 {
	color: #241b18;
	font-size: 34px;
	font-weight: bold;
	margin: 0 0 24px;
	text-align: center;
	text-shadow: 1px 1px #fff;
}
#adbox div.details p {
	color: #241b18;
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
	direction: rtl;
}
/** Slider **/
/** Featured **/
#featured {
	display: inline-block;
	list-style: none;
	width: 940px;
	margin: 0;
	padding: 0;
}
#featured li {
	float: right;
	background-color: #384f77;
	width: 314px;
	overflow: hidden;
}
#featured li.bedroom {
	background-color: #1b3564;
}
#featured li.kitchen {
	width: 312px;
}
#featured li > div:first-child {
	height: 179px;
	width: 314px;
	overflow: hidden;
	position: relative;
}
#featured li > div:first-child > a {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#featured li > div:first-child > a:hover {
	background-color: #fff;
	filter: alpha(opacity=10); /** Needed for IE8 and below **/;
	opacity: 0.1;
}
#featured div.details {
	padding: 16px 20px 0;
	height: 170px;
}
#featured div.details h4 {
	color: #a8adac;
	margin: 0 0 6px;
	text-transform: uppercase;
	text-align: right;
}
#featured div.details p {
	color: #fff;
	line-height: 22px;
	direction: rtl;
}
#featured div.details p a {
	color: #fff;
	text-decoration: none;
}
#featured div.details p a:hover {
	color: #a8adac;
}
div.contact {
	float: left;
	background: url(../images/separator-light-vertical.png) repeat-y right top;
	height: 225px;
	width: 254px;
	padding: 20px 40px 0 20px;
}
#contents div.contact p {
	color: #7b7b7b;
	font-size: 14px;
	padding-bottom: 0;
}
div.contact p b {
	color: #241b18;
	display: block;
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	padding: 0 0 24px;
}
div.contact p b.email {
	text-transform: lowercase;
}
div.blog {
	display: inline-block;
	height: 225px;
	width: 626px;
	padding: 20px 0 0;
}
div.blog h4 {
	color: #7b7b7b;
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 12px;
	padding-left: 21px;
	text-transform: uppercase;
}
div.blog > div {
	float: left;
	background: url(../images/bg-box.png) no-repeat left top;
	width: 254px;
	margin: 0 21px;
	padding: 0 0 0 15px;
	position: relative;
}
div.blog > div img {
	float: right;
	margin-left: 20px;
}
div.blog span {
	color: #444444;
	display: block;
	font-size: 12px;
	margin: 18px 0 0;
}
#contents div.blog > div p {
	color: #444444;
	line-height: 18px;
	padding: 12px 0;
	text-align: left;
}
div.blog a.more {
	color: #444444;
	font: 12px/24px 'Oswald';
	text-decoration: none;
	text-transform: uppercase;
	position: absolute;
	bottom: 18px;
	left: 15px;
}
div.blog a.more:hover {
	color: #af8112;
}
/** Main **/
#main {
	width: auto;
}
#main ul {
	margin: 0;
}
#main li {
	padding-bottom: 10px;
	color: #626161;
	font-size: 17px;
}
#main img {
	width: 390px;
	height: 300px;
}
#tabs img {
	width: 260px;
	height: 200px;
	padding: 5px;
	box-shadow: 2px 2px 5px #888888;
}
.pdf {
	background: url(pdf.jpg) left center no-repeat;
	width: 150px;
	height: 30px;
	padding-left: 30px;
}
/** Sidebar **/
#sidebar {
	float: left;
	background-position: 0 0;
	width: 432px;
	margin-left: 20px;
	padding: 2px 0 0;
}
#sidebar div.body {
	min-height: 100px;
	width: 432px;
	padding: 10px 0 0;
	text-align: center;
}
#sidebar div.body img {
	width: 400px;
}
#sidebar div.contact {
	background: none;
	height: auto;
	width: 392px;
	padding: 20px 20px 0;
}
#sidebar div.contact p {
	text-align: center;
}
#contents #about, #contents #contact {
	width: 900px;
	padding: 20px 30px 0;
}
/** About **/
#about p span {
	font-size: 12px;
}
#about #main h1 {
	padding: 0 0 18px;
	border-bottom: 4px solid #1b3564;
}
#about #main h4 {
	color: #626161;
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
	margin: 0 0 12px;
	text-transform: uppercase;
}
/** Gallery **/
#contents #gallery {
	width: 860px;
	padding: 20px 50px 0;
}
#gallery h1 {	
	padding: 0 0 6px;
	border-bottom: 4px solid #1b3564;
}
#gallery .items {
	list-style: none;
	margin: 0;
	padding: 0;
}
#gallery .items li {
	display: inline-block;
	width: 100%;
	margin: 0 0 18px;
	padding: 0 0 24px;
	border-bottom: 4px solid #1b3564;
}
#gallery .items li h5 {
	color: #241b18;
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 18px;
	text-transform: uppercase;
}
#gallery .items li p {
	color: #626161;
	padding-right: 10px;
}
#gallery .frame {
	float: left;
	background-position: 0 0;
	width: 418px;
	margin-left: -38px;
	padding: 1px 21px 0 41px;
	text-align: center;
}
#gallery .frame img {
	width: 370px;
	height: 265px;
	padding: 0 0 10px 0;
}
#gallery .lframe {
	float: right;
	padding: 1px 1px 0 1px;
	width: 400px;
}
#gallery .details {
	margin: 0 0 18px;
}
#gallery .items .details h5 {
	margin: 0;
}
#gallery .details p {
	color: #626161;
	padding: 0;
}
#gallery .details p b {
	color: #241b18;
	font-weight: normal;
	text-transform: uppercase;
}
#gallery .price {
	color: #444444;
	font-size: 22px;
}
/** Blog **/
#contents #blog {
	width: 860px;
	padding: 20px 50px 10px;
}
#blog #sidebar {
	width: 240px;
	margin-right: 0;
	padding-right: 33px;
	border-right: 4px solid #1b3564;
}
#blog #sidebar > div {
	margin: 0 0 24px;
	padding: 24px 0 0;
	border-bottom: 4px solid #1b3564;
}
#blog #sidebar > div ul {
	color: #444444;
	list-style: none;
	margin: 0;
	padding: 0;
}
#blog #sidebar > div:first-child {
	background: none;
	margin: 0;
	padding-top: 0;
}
#blog #sidebar > div ul li a {
	color: #444444;
	font: 20px/24px "Oswald";
	text-decoration: none;
}
#blog #sidebar > div ul li a:hover {
	color: #b1861f;
	text-decoration: underline;
}
#blog #sidebar h5 {
	color: #241b18;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 30px;
	padding: 0;
	text-transform: uppercase;
}
#blog .posts {
	margin: -6px 0 0;
}
#blog #sidebar .time {
	margin: 5px 5px 0 0;
}
#blog #sidebar .posts p {
	color: #444444;
	font-size: 16px;
	line-height: 18px;
	padding-left: 50px;
	text-align: right;
}
#blog #main {
	width: 560px;
	position: relative;
}
#blog #main span.time {
	font-size: 14px;
	line-height: 20px;
	margin: 3px 5px 0 0;
}
#blog #main h3 {
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	text-transform: uppercase;
}
#blog #main h3 a {
	color: #000;
	text-decoration: none;
}
#blog #main div.frame {
	background-position: 0 -269px;
	height: 262px;
	width: 560px;
	margin: 0 0 18px -40px;
	padding: 1px 20px 1px 41px;
}
#blog .info {
	color: #626161;
	font-size: 12px;
	line-height: 24px;
	padding: 0 0 6px;
	text-transform: uppercase;
}
#blog .info a {
	text-decoration: none;
}
#blog .more, #blog .comments {
	color: #241b18;
	font: 12px/24px "Oswald";
	text-decoration: none;
	text-transform: uppercase;
}
#blog .more {
	float: right;
}
#blog .comments {
	background-position: 0 -45px;
	padding-left: 20px;
}
#blog div.viewer a:hover, #blog .info a:hover, #pagination > a:hover, #blog #main h3 a:hover {
	color: #b1861f;
}
#blog #pagination {
	position: absolute;
	bottom: 0;
}
/** Pagination **/
#pagination {
	display: inline-block;
	width: 100%;
	text-align: center;
}
#pagination .previous, #pagination .next {
	float: left;
	background-position: 0 -69px;
	color: #241b18;
	display: inline-block;
	height: 15px;
	padding-left: 24px;
	text-decoration: none;
	text-transform: uppercase;
}
#pagination .next {
	float: right;
	background-position: right -91px;
	padding-left: 0;
	padding-right: 24px;
}
#pagination ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
*	width: 150px;
}
#pagination ul li {
	float: left;
	color: #626161;
	font-size: 14px;
	line-height: 20px;
	margin: 0 2px;
}
#pagination ul li a {
	background-color: #d2d2d2;
	color: #626161;
	font-size: 13px;
	padding: 0 7px;
	text-decoration: none;
}
#pagination ul li a:hover, #pagination ul li.selected a {
	background-color: #a8adac;
	color: #241b18;
}
/** Contact **/
#contact form {
	padding: 30px 0 0;
	border-top: 4px solid #1b3564;
}
#contact form label {
	color: #626161;
	display: block;
	font-size: 16px;
	line-height: 24px;
}
#contact form input {
	color: #626161;
	font-size: 13px;
	height: 27px;
	line-height: 27px;
	width: 400px;
	margin: 0 0 12px;
	border: 2px solid #1b3564;
}
#contact form input.btn1 {
	color: #1b3564;
	cursor: pointer;
	height: 34px;
	line-height: 34px;
	width: 109px;
	border: 0;
	padding: 0 0 2px;
	text-transform: uppercase;
	font-weight: 700;
}
#contact textarea {
	color: #626161;
	font-size: 14px;
	height: 158px;
	line-height: 24px;
	width: 400px;
	margin: 0 0 12px;
	overflow: auto;
	resize: none;
	border: 2px solid #1b3564;
}
/*------------------------------ FOOTER ------------------------------*/
#footer {
	background-color: #a8adac;
	border-top: 1px solid #fff;
	padding: 20px 0 14px;
}
#footer p {
	color: #444444;
	line-height: 18px;
	margin: 0;
}
#footer > div {
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
}
#footer .posts {
	float: left;
	height: 300px;
	width: 302px;
	padding: 0;
}
#footer .posts li {
	width: 276px;
	margin: 0 0 30px;
	padding-left: 10px;
}
#footer .posts p a {
	line-height: 24px;
	margin: -3px 0 3px;
}
#links {
	color: #444444;
	display: inline-block;
	width: 940px;
	padding: 0 0 20px;
	direction: rtl;
	font-weight: bold;
	line-height: 22px;
	border-bottom: 4px solid #888;
}
#links h4 {
	color: #241b18;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin: 0 0 12px;
	padding-left: 10px;
	text-transform: uppercase;
	text-decoration: underline;
}
#links > div {
	float: right;
	background: url(../images/separator-dark-vertical.png) repeat-y right top;
	height: auto;
	padding-right: 20px;
	width: 290px;
}
#links .showroom {
	background: none;
	width: 280px;
	padding-left: 0;
	float: right;
	height: 280px;
	border-right: 4px solid #888;
}
#links .showroom h4 {
	padding-left: 0;
}
#links .showroom img {
	margin-bottom: 12px;
}
#links .showroom p {
	font-size: 13px;
	margin: 0;
}
#links .showroom p em {
	color: #fff;
	display: block;
	font-style: normal;
	margin: 0 0 20px;
}
#links .showroom p a, a {
	color: #444444;
	text-decoration: none;
}
#links .showroom p a, a:hover {
	color: #241b18;
	text-decoration: underline;
}
#newsletter {
	background: url(../images/separator-dark.png) repeat-x left bottom;
	width: 284px;
	margin: 0 0 16px 6px;
	padding: 0 0 20px;
}
#newsletter h4 {
	padding-left: 0;
}
#newsletter input {
	color: #444444;
	height: 26px;
	line-height: 26px;
	width: 269px;
	border: 3px solid #af8112;
	margin: 0 0 6px;
	padding: 0 4px;
*	margin-left: -6px; /** Needed for IE7 **/
}
#newsletter input.btn2 {
	color: #fff;
	width: 83px;
	border: 0;
	padding: 0px 0 2px;
}
#connect a {
	display: inline-block;
	height: 33px;
	margin: 0 10px;
}
#connect a.facebook {
	background-position: -46px -112px;
	width: 33px;
}
#connect a.googleplus {
	background-position: -46px -153px;
	width: 34px;
}
#connect a.twitter {
	background-position: -46px -194px;
	width: 40px;
}
#connect a.facebook:hover {
	background-position: 0 -112px;
}
#connect a.googleplus:hover {
	background-position: 0 -153px;
}
#connect a.twitter:hover {
	background-position: 0 -194px;
}
#footer ul.navigation {
	float: left;
	display: inline-block;
	line-height: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer ul.navigation li {
	float: right;
	margin-left: 15px;
}
#footer ul.navigation li a {
	color: #444444;
	text-decoration: none;
	text-transform: uppercase;
}
#footer ul.navigation li a:hover {
	color: #241b18;
}
#footer #footnote {
	color: #444444;
	margin: 0;
	text-transform: uppercase;
	direction: rtl;
}
#photodiv {
	/*CSS for DIV containing each image*/
float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}
#photodiv img {
	/*CSS for each image tag*/
border: 0;
	width: 175px;
	height: 150px;
	cursor: hand;
	cursor: pointer;
}
#blog #main h1 {
	padding: 0 0 18px;
	border-bottom: 4px solid #1b3564;
}
.photodivv {
	float: right;
	margin: 0 35px 10px 10px;
}
/*facebook boczny*/
#fb {
  width: 310px;
  height: 290px;
  top: 150px;

	position: fixed;
	z-index: 10000;
	padding: 5px;
	background: #fff;
	box-shadow: 0 0 10px #000;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#fb iframe {
  margin-right: 10px;
  float: right;
}
#fb .uchwyt {
  position: absolute;
  left: -60px;
  width: 60px;
  height: 59px;
  background: transparent url("fb_uchwyt.png") no-repeat;
}
/*facebook boczny*/
#flag {
	width: 170px;
	top: 250px;
	position: fixed;
	z-index: 9999;
	padding: 5px;
	background: #fff;
	box-shadow: 0 0 10px #000;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#flag a {
  margin-right: 10px;
  float: right;
}
#flag .icoflag {
  position: absolute;
  left: -60px;
  width: 60px;
  height: 59px;
  background: transparent url("fc.gif") no-repeat;
  	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}