
body {
	background: #161413 url(../images/bg.png) repeat-y center top;
	font-family: "Tahoma", Times, serif;
	margin: 0;
}
img {
	border: 0;
}
html {

text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;



}
/*------------------------------ Sprites ------------------------------*/
#mainpage, #contents > div, #contents div.body {
	background-image: url(../images/bg-contents.png);
	background-repeat: no-repeat;
}

.frame {
	background: url(../images/frames.png) no-repeat;
}
#social a, #pagination .previous, #pagination .next, #blog .comments {
	background: url(../images/icons.png) no-repeat;
}
#sidebar, #sidebar div.body {
	background-image: url(../images/bg-sidebar.png);
	background-repeat: no-repeat;
}


/** quickcontact **/
.quickcontact {
	list-style: none;
	margin: 0;
	padding: 0;
}
.quickcontact li {
	display: inline-block;
	font-size: 14px;
}
.quickcontact p {
	color: #FFF;
	/*padding-left: 50px;*/
	font-size: 14px;
}
.quickcontact p b {
	display: block;
	font-family: "Oswald";
	font-weight: normal;
	margin: 0 0 3px;
}
.quickcontact p a {
	color: #4b3a33;
	display: block;
	font-family: "Oswald";
	text-decoration: none;
}
.quickcontact p a:hover {
	color: #241b18;
}
/*------------------------------ HEADER ------------------------------*/
#header {
	background-color: #241b18;
	height: 88px;
	border-bottom: 6px solid #241b18;
	padding: 36px 0 0;
}
#header > div {
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: right;
}
/** Logo **/
#logo {
	float: left;
}
/** Navigation **/
#navigation {
	display: inline-block;
	line-height: 80px;
	list-style: none;
	margin: 0;
	padding: 0;
*width: 345px; /** Needed for IE7 **/
}
#navigation li {
	float: left;
	margin: 0 15px;
}
#navigation li:first-child {
	margin-left: 0;
}
#navigation li a {
	color: #fff;
	font-family: "Tahoma", Times, serif;
	font-size: 14px;
	padding: 15px 0;
	text-decoration: none;
	text-transform: uppercase;
	font-weight:600
}
#navigation li a:hover, #navigation li.selected a {
	color: #a72428;
}
/*------------------------------ CONTENTS ------------------------------*/
#mainpage {
	background-position: -961px top;
	background-repeat: repeat-y;
	width: 970px;
	margin: 0 auto;
}
#mainpage > div {
	background-position: -1931px bottom;
	width: 960px;
	padding: 0 5px 10px;
}
#mainpage div.body {
	background-position: 1px top;
	display: inline-block;
	width: 940px;
	padding: 10px 10px 0;
}
#mainpage div.body h1 {
	color: #a02b33;
	font-family: "Tahoma";
	font-size: 30px;
	font-weight: 600;
	margin: 0 0 18px;
	text-transform: uppercase;
}
#mainpage p {
	color: #626161;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	padding: 0 0 24px;
	text-align: justify;
}
#mainpage p a {
	color: #626161;
}
#mainpage 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;
}
#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: 500px;
	width: 380px;
	padding: 61px 45px;
	position: absolute;
	right: 0;
	top: 0;
	background:none;
}
#adbox div.details h1 {
	color: #241b18;
	font-family: "Oswald";
	font-size: 34px;
	font-weight: normal;
	margin: 0 0 24px;
	text-align: center;
	text-shadow: 1px 1px #fff;
}
#adbox div.details p {
	color: #241b18;
	font-size: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
/** Featured **/
#featured {
	display: inline-block;
	list-style: none;
	width: 940px;
	margin: 0;
	padding: 0;
}
#featured li {
	float: left;
	/*background-color: #4b3a33;*/
	width: 235px;
	overflow: hidden;
}
#featured li.bedroom {
	/*background-color: #241b18;*/
}
#featured li.kitchen {
	width: 235px;
}
#featured li > div:first-child {
	height: 190px;
	width: 235px;
	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 {
	/*background: url(../images/separator-light.png) repeat-x left top;*/
	padding: 16px 20px 0;
}
#featured div.details h4 {
	color: #a72428;
	font-family: "Tahoma", Times, serif;
	font-weight: 600;
	margin: 0 0 6px;
	text-transform: uppercase;
	font-size:14px;
}
#featured div.details p {
	color: #fff;
	font-size: 13px;
	line-height: 18px;
}
#featured div.details p a {
	color: #fff;
	text-decoration: none;
}
#featured div.details p a:hover {
	color: #ffc947;
}
div.contact {
	float: left;
	background: url(../images/separator-light-vertical.png) repeat-y right top;
	height: 370px;
	width: 254px;
	padding: 20px 40px 0 20px;
	
}
#mainpage div.contact p {
	color: #7b7b7b;
	font-family: "Oswald";
	font-size: 14px;
	padding-bottom: 0;
	text-transform: uppercase;
}
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: 250px;
	width: 626px;
	padding: 10px 0 0;
	margin-bottom:25px;
}
div.blog h4 {
	color: #a72428;
	font-family: "Tahoma", Times, serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	margin: 0 0 12px;
	padding-left: 21px;
	text-transform: uppercase;
}
div.blog > div {
	float: left;
	width: 550px;
	margin: 0 5px;
	padding: 0 0 0 15px;
	position: relative;
}
div.blog > div img {
	float: right;
	margin-left: 20px;
}
div.blog span {
	color: #4b3a33;
	display: block;
	font-size: 12px;
	margin: 18px 0 0;
}
#mainpage div.blog > div p {
	color: #4b3a33;
	font-family: "Tahoma";
	line-height: 14px;
	padding: 12px 0;
	text-align: justify;
	line-height:18px;
}
div.blog a.more {
	color: #4b3a33;
	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: 448px;
}
/** Sidebar **/
#sidebar {
	float: right;
	width: 432px;
	margin-left: 20px;
	padding: 2px 0 0;
	background:#FFF
}
#sidebar div.myimage {
	background: none;
	width: 432px;
	padding: 10px 0 0;
	text-align: center;
}
#sidebar div.contact {
	background: none;
	height: auto;
	width: 392px;
	padding: 20px 20px 0;
}
#sidebar div.contact p {
	text-align: center;
}
#mainpage #about, #contents #contact {
	min-height: 900px;
	width: 900px;
	padding: 20px 30px 0;
}
/** About **/
#about p span {
	font-size: 12px;
}
#about #main h1 {
	background: url(../images/separator-light.png) repeat-x left bottom;
	padding: 0 0 18px;
}
#about #main h4 {
	color: #626161;
	font-family: "Oswald";
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 12px;
	text-transform: uppercase;
}
/** Gallery **/
#mainpage #gallery {
	min-height: 620px;
	width: 860px;
	padding: 20px 50px 0;
}
#gallery h1 {
	background: url(../images/separator-light.png) repeat-x left bottom;
	padding: 0 0 6px;
	color:#a02b33;
}
#gallery .items {
	list-style: none;
	margin: 0;
	padding: 0;
}
#gallery .items li {
	background: url(../images/separator-light.png) repeat-x left bottom;
	display: inline-block;
	width: 100%;
	margin: 0 0 18px;
	padding: 0 0 14px;
}
#gallery .items li h5 {
	color: #241b18;
	font-family: "Oswald";
	font-size: 15px;
	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;*/
	background:none;
	height: 130px;
	width: 200px;
	margin-left: -38px;
	padding: 1px 10px 0 41px;
	text-align: center;
}
#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: #ab7d0f;
	font-size: 22px;
}
/** Blog **/
#mainpage #blog {
	width: 860px;
	padding: 20px 50px 10px;
}
#blog #sidebar {
	background: url(../images/separator-light-vertical.png) repeat-y left top;
	min-height: 899px;
	width: 240px;
	margin-left: 0;
	padding-left: 33px;
}
#blog #sidebar > div {
	background: url(../images/separator-light.png) repeat-x left top;
	margin: 0 0 24px;
	padding: 24px 0 0;
}
#blog #sidebar > div ul {
	color: #4b3a33;
	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: #4b3a33;
	font: 13px/24px "Oswald";
	text-decoration: none;
}
#blog #sidebar > div ul li a:hover {
	color: #241b18;
}
#blog #sidebar h5 {
	color: #241b18;
	font-family: "Oswald";
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 30px;
	padding: 0;
	text-transform: uppercase;
}
#blog .quickcontact {
	margin: -6px 0 0;
}
#blog #sidebar .time {
	margin: 5px 5px 0 0;
}
#blog #sidebar .quickcontact p {
	color: #4b3a33;
	font-size: 12px;
	line-height: 18px;
	padding-left: 50px;
	text-align: left;
}
#blog #main {
	min-height: 900px;
	width: 560px;
	position: relative;
}
#blog div.viewer {
	background: url(../images/separator-light.png) repeat-x left bottom;
	margin: 0 0 30px;
	padding: 0 0 24px;
}
#blog #main span.time {
	font-size: 14px;
	line-height: 20px;
	margin: 3px 5px 0 0;
}
#blog #main h3 {
	font-family: "Oswald";
	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: #ffc947;
	color: #241b18;
}
/** Contact **/

.contactus{
	height:400px;;
}
#contact form label {
	color: #a02b33;
	display: block;
	font-size: 14px;
	line-height: 24px;
}
#contact form input {
	color: #838383;
	font-size: 13px;
	height: 27px;
	line-height: 27px;
	width: 440px;
	border: 2px solid #a02b33;
	margin: 0 0 12px;
}
#contact form input.btn {
	color: #FFF;
	cursor: pointer;
	font-family: "Tahoma";
	height: 30px;
	line-height: 2px;
	width: 110px;
	border: 1px solid #900;
	border-radius: 5px;
	padding: 0;
	text-transform: uppercase;
	background:#a02b33;
}

#contact form input.btn:hover {
	
	background:#7a0e16;
}
#contact textarea {
	color: #838383;
	font-size: 14px;
	height: 158px;
	line-height: 24px;
	width: 440px;
	border: 2px solid #a02b33;
	margin: 0 0 12px;
	overflow: auto;
	resize: none;
}
/*------------------------------ FOOTER ------------------------------*/
#footer {
	background-color: #a72428;
	padding-top:38px;
	padding-right:38px;
	padding-left:25px;
	padding-bottom:25px;
	width:920px;
	margin: 0 auto;
}
#footer p {
	color: #FFF;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
}
#footer > div {
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
}
#footer .quickcontact {
	float: left;
	height: 100px;
	width: 302px;
	padding: 0;
}
#footer .quickcontact li {
	width: 276px;
	margin: 0 0 30px;
	padding-left: 10px;
}
#footer .quickcontact p a {
	line-height: 24px;
	margin: -3px 0 3px;
	color:#FFF;
}
#footer .quickcontact p a: hover {
	line-height: 24px;
	margin: -3px 0 3px;
	color:#000;
}
#links {
	background: url(../images/separator-dark.png) repeat-x left bottom;
	color: #4b3a33;
	display: inline-block;
	width: 940px;
	padding: 0 0 20px;
}
#links h4 {
	color: #FFF;
	font-family: "Tahoma", Times, serif;
	font-size: 14px;
	font-weight: 60;
	line-height: 24px;
	margin: 0 0 12px;
	padding-left: 10px;
	text-transform: uppercase;
}
#links > div {
	float: left;
	background: url(../images/separator-dark-vertical.png) repeat-y left top;
	height: 180px;
	padding-left: 20px;
}
#links .showroom {
	background: none;
	width: 293px;
	padding-left: 0;
	padding-right: 15px;
}
#links .showroom h4 {
	padding-left: 0;
	color:#FFF
}
#links .showroom img {
	margin-bottom: 12px;
}
#links .showroom p {
	font-size: 13px;
	margin: 0;
	color:#FFF
}
#links .showroom p em {
	color: #fff;
	display: block;
	font-style: normal;
	margin: 0 0 20px;
}
#links .showroom p a {
	color: #FFF;
	display: block;
}
#links .showroom p a:hover {
	color: #241b18;
}
#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: #4b3a33;
	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;
}

.icon-button {
	border-radius: 3.6rem;
	cursor: pointer;
	display: inline-block;
	font-size: 2.0rem;
	height: 3.6rem;
	line-height: 3.6rem;
	margin: 0 5px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 3.6rem;
}

/* Circle */
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 0;
}
.icon-button:hover span {
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 3.6rem;
	margin: -1.8rem;
}
.twitter span {
	background-color: #4099ff;
}
.facebook span {
	background-color: #3B5998;
}
.google-plus span {
	background-color: #db5a3c;
}

/* Icons */
.icon-button i {
	background: none;
	color: white;
	height: 3.6rem;
	left: 0;
	line-height: 3.6rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 3.6rem;
	z-index: 10;
}
.icon-button .icon-twitter {
	color: #4099ff;
}
.icon-button .icon-facebook {
	color: #3B5998;
}
.icon-button .icon-google-plus {
	color: #db5a3c;
}
.icon-button:hover .icon-twitter,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-google-plus {
	color: white;
}
#social a {
	display: inline-block;
	height: 33px;
	margin: 0 10px;
}
#social a.facebook {
	background-position: -46px -112px;
	width: 33px;
}
#social a.googleplus {
	background-position: -46px -153px;
	width: 34px;
}
#social a.twitter {
	background-position: -46px -194px;
	width: 40px;
}
#social a.facebook:hover {
	background-position: 0 -112px;
}
#social a.googleplus:hover {
	background-position: 0 -153px;
}
#social a.twitter:hover {
	background-position: 0 -194px;
}
#footer ul.navigation {
	float: right;
	display: inline-block;
	line-height: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #FFF;
}
#footer ul.navigation li {
	float: left;
	margin-left: 15px;
}
#footer ul.navigation li:first-child {
	margin-left: 0;
}
#footer ul.navigation li a {
	color: #FFF;
	font: 11px/24px "Tahoma";
	text-decoration: none;
	text-transform: uppercase;
	
}
#footer ul.navigation li a:hover {
	color: #241b18;
}
#footer #footnote {
	color: #FFF;
	font: 11px/24px "Oswald";
	margin: 0;
	text-transform: uppercase;
	font-style:normal;
	font-weight:200
}
