/* CSS Document */

* {
margin: 0;
padding: 0;
}

img {
border: none;
}

.clr {
clear: both;
}

body {
background: url(../images/header-bg.gif) repeat-x;
}

#wrap {
width: 960px;
margin: 0 auto;
}

#header {
height: 140px;
}

#header-top {
height: 100px;
}

#logo {
float: left;
width: 310px;
}

#logo h1 a {
display: block;
width: 310px;
height: 0;
padding-top: 66px;
margin-top: 17px;
overflow: hidden;
background: url(../images/furncitee-logo.png);
}

#actions-buttons {
float: right;
width: 445px;
}

.download-brochure {
display: block;
float: left;
margin-right: 10px;
width: 205px;
height: 0;
padding-top: 90px;
margin-top: 5px;
overflow: hidden;
background: url(../images/download-brochure.png);
}

.callus {
display: block;
float: left;
width: 230px;
height: 0;
padding-top: 90px;
margin-top: 5px;
overflow: hidden;
background: url(../images/callus.png);
}

#navigation {
height: 40px;
}

#navigation ul {
list-style: none;
margin-top: 9px;
}

#navigation ul li a {
text-decoration: none;
color: #fff;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
}

ul.prod-links {
float: left;
width: 680px;
}

ul.prod-links li {
float: left;
margin-right: 10px;
}


ul.comp-links {
float: right;
width: 200px;
}

ul.comp-links li {
float: left;
margin-right: 10px;
}

#content {
margin: 10px 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background: #e0e0e0;
zoom: 1;
padding: 10px;
}

.banner-big {
width: 578px;
height: 380px;
float: left;
margin-right: 10px;
}

.banner-big a {
display: block;
}

.banner-small {
width: 352px;
float: left;
}

.banner-small a {
display: block;
margin-bottom: 10px;
}

.smlbn-last {
margin-bottom: 0!important;
}

#footer {
background: #e0e0e0;
padding: 10px;
}

#footer-wrap {
width: 960px;
margin: 0 auto;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #862d60;
}

.copyrights {
float: left;
width: 600px;
}

.poweredby {
float: right;
width: 300px;
text-align: right;
}

.poweredby a {
color: #862d60;
}

.poweredby a:hover {
text-decoration: none;
}

#content p {
margin-bottom: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#content h2, #content h3 {
margin-bottom: 10px;
color: #862d60;
font-family: Arial, Helvetica, sans-serif;
}

.prd-block a {
color: #862d60;
text-decoration: none;
font-family:Geneva, Arial, Helvetica, sans-serif;
}

.list-view .prd-block img {
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

.grid-view .prd-block {
float: left;
width: 200px;
margin-right: 35px;
}

.grid-view .prd-block h3 {
text-align: center;
font-size: 14px;
}

.grid-view .prd-block p {
display: none;
}

.view-change-btns {
display: block;
width: 250px;
padding: 0 10px;
}

.view-change-btns a {
cursor: pointer;
}

a.grid-view-chng {
display: block;
float: left;
width: 120px;
height: 0;
padding-top: 25px;
overflow: hidden;
background: url(../images/view-buttons.png) no-repeat;
margin-right: 10px;
}

a.grid-view-chng:hover, .grid-view-active {
background-position: 0 0!important;
}

.grid-view-non-active {
background-position: 0 -25px!important;
}

a.list-view-chng {
display: block;
float: left;
width: 120px;
height: 0;
padding-top: 25px;
overflow: hidden;
background: url(../images/view-buttons.png) no-repeat;
}

a.list-view-chng:hover, .list-view-active {
background-position: -120px 0!important;
}

.list-view-non-active {
background-position: -120px -25px!important;
}

.prd-block img {
border: 2px #fff solid;
-moz-box-shadow: 0 0 4px #999;
-webkit-box-shadow: 0 0 4px #999;
}

h2.title-heading {
position: relative;
}

h2.title-heading span {
position: absolute;
top: 0;
right: 0;
}

/* IE Hack */

* html ul.prod-links li a {
float: left;
}

* html ul.comp-links li a {
float: left;
}

* html #navigation ul {
margin-top: 12px;
}

* html .grid-view .prd-block {
margin-right: 20px;
}

* html #category-viewer {
zoom: 1;
}

.prd-block img {

-moz-box-shadow: 0 0 4px #999;
-webkit-box-shadow: 0 0 4px #999;
}

*:first-child+html .prd-block img {
border: 2px #fff solid;
zoom: 1;
filter: progid:DXImageTransform.Microsoft.DropShadow(color=#999, offx=1, offy=1);
}

* html .prd-block img {
border: 2px #fff solid;
zoom: 1;
filter: progid:DXImageTransform.Microsoft.DropShadow(color=#999, offx=0.5, offy=0.5);
}

/* IE Hack Ends */