/* 
    AUTHOR: Westward Strategy & Design Group, LLC.
            www.westwardstrategy.com
*/

/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { 
  margin: 0; 
  padding: 0; 
  }
html { 
  overflow-y: scroll; 
  }
body { 
  font: 62.0% Arial, Verdana, sans-serif; 
  color: #212121;
  }
ul { 
  list-style: none; 
  }
h1 { 
  font-size: 2.0em;
  }
h2 {
  font-size: 1.8em;
  }
h3 {
  font-size: 1.6em;
  }
h4 {
  font-size: 1.4em;
  }
h5 {
  font-size: 1.4em;
  }
p { 
  font-size: 1.4em; 
  line-height: 1.4em; 
  margin-bottom: 1.3em; 
  }
a { 
  outline: none; 
  color: #0347b1;
  }
a img { 
  border: none; 
  }

a:hover {
  text-decoration: none;
  color: #ff6c00;
  }

/* END RESET */

body {
  background: #fff url(img/body_bg.gif) 0 0 repeat-x;
  }

#container {
  width: 970px;
  position: relative;
  margin: 0 auto 20px auto;
  border-left: solid 1px #ededed;
  border-right: solid 1px #ededed;
  border-bottom: solid 1px #ededed;
  background: #fff url(img/header_bg.jpg) top center no-repeat;
  }

#logo {
  float: left;
  width: 254px;
  margin: 0 0 0 20px;
  }

#hcard {
  display: block;
  position: absolute;
  left: 71%;
  width: 260px;
  margin: 15px 25px 0 0;
  line-height: 1.8em;
  color: #ff6c00;
  }

#hcard .fn, #hcard .phone {
  font-size: 1.8em;
  font-weight: bold;
  font-style: italic;
  }

#hcard .adr {
  font-size: 1.2em;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  }

.ttype, .country-name {
  display: none;
  }

#nav {
  float: right;
  margin: 100px 25px 20px 0;
  }

#nav li {
  float: left;
  padding: 0 13px;
  border-right: solid 1px #5482c9;
  line-height: 1.4em;
  }

#nav li.last {
  padding: 0 0 0 13px;
  border: none;
  }

#nav li a {
  font-size: 1.4em;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  }

#nav li a:hover {
  color: #ff6c00;
  }

#breadcrumb {
  margin: 0 0 30px 0;
  }

#breadcrumb a {
  font-weight: bold;
  text-decoration: none;
  color: #ff6c00;
  }

#content_container {
  background: #fff url(img/column_bg.gif) 10px 0 repeat-y;
  }

#content {
  float: right;
  width: 657px;
  margin: 50px 10px 0 0;
  }

#content h1 {
  line-height: 1.0em;
  }

#content h1 span {
 padding: 10px 10px 0 0;
  font-size: .8em;
  font-style: italic;
  color: #10106a;
  }

#content blockquote {
  margin: 10px 40px 30px 0;
  }

#content ul {
  list-style: disc;
  padding: 0px 5px 2px 30px;
  }

#content li {
  font-size: 1.4em;
  padding: 0px 5px 5px 0;
  }

#intro {
  font-size: 1.4em;
  }

#intro strong {
  color: #0347b1;
  }

#intro strong em {
  text-decoration: underline;
  color: #ff6c00;
  }

#content h2 {
  margin: 20px 25px 10px 0;
  border-bottom: solid 2px #c0d4f3;
  }

#content h2 span {
  width: 57px;
  display: block;
  float: right;
  margin: -18px 0 0 0;
  font-size: .6em;
  text-decoration: underline;
  color: #1453b6;
  }

#furniture li{
  width: 190px;
  float: left;
  padding: 0px 0px 0px 0px;
  margin: 0px 10px 30px 0px;
  text-align: center;
  font-size: 1.2em;
  list-style: none;
  height: 225px;
  }

#furniture a {
  color: #0347b1;
  }

#furniture a:hover {
  text-decoration: none;
  color: #ff6c00;
  }

#nav_col {
  width: 260px;
  margin: 18px 0 0 10px;
  }

#nav_col h3 {
  padding: 13px 0 12px 15px;
  font-style: italic;
  color: #fff;
  background: #10106a url(img/col_header_bg.gif) 0 0 no-repeat;
  }

#catname {
  font-size: 1.6em;
  }
  
#item_img {
  float: left;
  }

#item_desc {
  float: right;
  width: 325px;
  }  

#gall {
  display: block;
  margin: 12px 10px 0 10px;
  padding: 2px 0;
  font-size: 1.4em;
  text-decoration: none;
  border-bottom: solid 2px #c0d4f3;
  color: #000060;
  }

#gall span {
  width: 50px;
  display: block;
  float: right;
  margin: -14px 0 0 0;
  font-size: .8em;
  text-decoration: underline;
  color: #1453b6;
  }

#nav_col ul {
  margin: 0 10px 30px 10px;
  }
  
#nav_col ul li {
  margin: 0;
  padding: 0; 
  border-bottom: solid 1px #e9f2f9;
  }  

#nav_col ul li a {
  font-size: 1.3em;
  display: block;
  margin: 0;
  padding: 10px 8px;

  text-decoration: none;
  border-bottom: solid 1px #c0d4f3;
  color: #0347b1;
  }

#nav_col ul a:hover {
  background: #fff;
  }

#nav_col h4 {
  color: #000060;
  }

#nav_col #question {
  margin: 0 10px 5px 10px;
  padding: 10px 10px 20px 10px;
  background: url(/wp-content/themes/RecFurn/img/question_bg.gif) 0 0 no-repeat;
  }


#usermessage2a {
  width: 200px;
  border: none;
  }


#nav_col #cforms2form ol {
  margin-top: -30px;
  padding: 0;
  }

#nav_col #hcard2 {
  margin: 0 20px 10px 20px;
  }

#nav_col #hcard2 span, #nav_col #hcard2 strong {
  font-size: 14px;
  }

#google_img {
  margin: 0 0 40px 12px;
  }

#footer {
  clear: both;
  margin: 20px 10px 0 10px;
  padding: 9px 0 40px 15px;
  background: url(img/footer_bg.gif) 0 0 no-repeat;
  }

#footer h5 {
  color: #333;
  }

#footer p {
  margin: 0;
  color: #666;
  }

#footer_nav {
  margin: 8px 0 20px 0;
  padding: 0;
  }

#footer_nav li {
  float: left;
  margin: 0;
  padding: 0 20px 0px 2px;
  line-height: 1em;
  }

#footer_nav li a {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  color: #0347b1;
  }
  

#footer_nav li a:hover {
  text-decoration: none;
  color: #ff6c00;
  }

*html #nav {
  display: block;
  float: right;
  margin: 100px 13px 20px 0;
  }

*html #gall span {
  margin: -18px 0 0 0;
  cursor: pointer;
  }  
  
*html #content h2 span {
  margin: -22px 0 0 0;
  cursor: pointer;
  }   

*:first-child+html #gall span {
  margin: -18px 0 0 0;
  cursor: pointer;
  }  
  
*:first-child+html #content h2 span {
  margin: -22px 0 0 0;
  cursor: pointer;
  } 
  
.clear {
  clear: both;
  margin: 0;
  padding: 0;
  height: .1em;
  font-size: .1em;
  line-height: .1em;
  }