@charset "utf-8";
/* CSS Document */

body{
background-color:#FFFFFF;
margin: 0 auto;
text-align: center;
}

div.wrapper  {
width: 1000px;
text-align: center;
position: relative;
margin: 0 auto;
padding: 75px 0 0 0;
}

div.logo{
width: 980px;
background-image:url(images/logoSky.gif);
background-repeat:no-repeat;
height: 46px;
margin:0 0 12px 0;
}

 /*    =========== MENUS =============   */
div.menuHome{
height:31px;
width:980px;
border-top: 1px solid #5f6e9b;
border-bottom: 1px solid #5f6e9b;
text-align:right;
}


div.menu{
height:41px;
width:980px;
border-top: 1px solid #5f6e9b;
border-bottom: 1px solid #5f6e9b;
text-align:right;
overflow: hidden;
}

div.navContainer
{
  position: relative;
  left: 0;/* left: -10px; If the menu sits to far right, activate this style to offset the 10px left padding assigned to the li's below */
  top: 0;
}

div.navContainer ul
{
  padding: 0;
  margin: 0;
}

div.navContainer ul li
{
  display: inline;
  vertical-align: middle;
  list-style-type: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  padding: 0 10px 0 10px;
  margin: 0;
}

/* --- Main Categories --- */
ul.navlist1 a
{
  color: #5f6e9b;
  text-decoration: none;
}

ul.navlist1 a:hover
{
  color: #eaba29;
}

ul.navlist1 span
{
  color: #eaba29;
  border-left: 1px solid #5f6e9b;
  padding-left: 10px;
}

ul.navlist1 a:hover span 
{
  color: #eaba29;
  border-left: 1px solid #5f6e9b;
  padding-left: 10px;
}

/* --- Category Sub-sections --- */
ul.navlist2
{
  position: relative;
  top: -4px;
  left: 0;
/*  border-left: 1px solid #5f6e9b;
*/  text-align:left;
}

ul.navlist2 a {
  color: #5f6e9b;
  text-decoration: none;
}

ul.navlist2 a:hover {
color:#eaba29;
}

ul.navlist2 span
{
  color: #a56c29;
}


/* sub-section positioning */
#bedroom
{
  left: 251px;  top: 4px;}

#living
{
  left: 398px;  top: 4px;
}

#dining
{
  left: 468px;  top: 4px;
}

#design
{
  left: 670px;
  top: 4px;
}


/* ======================END====================== */

div.welcomeHeader{
height:204px;
background-image:url(images/headerClouds.gif);
background-repeat:no-repeat;
background-position:left;
border-bottom: 1px solid #5f6e9b;
margin:0;
}

div.welcome{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#eaba29;
font-weight:bold;
padding-left: 500px;
padding-top: 45px;
text-align:left;
width: 115px;
float:left;
}

div.welcomeText{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#646464;
text-align: left;
padding-top: 25px;
padding-right: 12px;
margin-left: 615px;
line-height:1.25em;
font-weight:bold;
}

div.pods{
height:360px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#646464;
text-align:left;
}

div.pods img{
margin: 27px 0 12px 12px;
}


div.podBrown{
width:176px;
height: 346px;
background-image:url(images/podStyle2.gif);
background-repeat: no-repeat;
border-left: 1px solid #5f6e9b;
border-bottom: 1px solid #5f6e9b;
float:left;
margin-right: 15px;
padding: 0 0 9px 10px;
}

div.podYellow{
width:176px;
height: 346px;
background-image:url(images/podStyle2.gif);
background-repeat: no-repeat;
border-left: 1px solid #5f6e9b;
border-bottom: 1px solid #5f6e9b;
float:left;
margin-right: 15px;
padding: 0 0 9px 10px;
}

div.podBlue{
width:176px;
height: 346px;
background-image:url(images/podStyle2.gif);
background-repeat: no-repeat;
border-left: 1px solid #5f6e9b;
border-bottom: 1px solid #5f6e9b;
float:left;
margin-right: 15px;
padding: 0 0 9px 10px;
}

div.podRed{
width:176px;
height: 346px;
background-image:url(images/podStyle2.gif);
background-repeat: no-repeat;
border-left: 1px solid #5f6e9b;
border-bottom: 1px solid #5f6e9b;
float:left;
margin-right: 15px;
padding: 0 0 9px 10px;
}

div.podGreen{
width:176px;
height: 346px;
background-image:url(images/podStyle2.gif);
background-repeat: no-repeat;
border-left: 1px solid #5f6e9b;
border-bottom: 1px solid #5f6e9b;
float:left;
padding: 0 0 9px 10px;
overflow:hidden;
}

/* Footer */


div.footer{
height:35px;
width:980px;
text-align:center;
border: 1px solid white;
}

ul.menuFooter{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:normal;
color: #aba9aa;

}

li.menuFooter{
display:inline;
margin: 10px 0 10px 11px;
}

.menuFooter a{
text-decoration: none;
color:#aba9aa;
}

.menuFooter a:hover{
text-decoration:none;
color: #646464;
}

.menuFooter a:active{
text-decoration:none;
color:#aba9aa;
}

.menuFooter a:visited{
text-decoration: none;
color:#aba9aa;
}

/* ____________________________________ sub PAGE body STYLES _________________________________________*/

div.subPageBody {
text-align:left;
margin: 23px 15px 12px 7px;
width: 960px;
}

p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color: #646464;
margin-left: 8px;
}


/* ---------------------THESE CHANGE   */
a:link{
color:#5f6e9b;
text-decoration:none;
}

a:visited{
color:#5f6e9b;
text-decoration:none;
}

a:hover{
text-decoration:underline;
color: #eaba29;}

a:active {
color:#eaba29;
text-decoration:none;
}

/* __________________________*/


h1 {
font-family: Century Gothic, Verdana, Arial, sans-serif;
color: #5f6e9b;
font-size:14px;
font-weight:bold;
}

h2 {
font-family: Century Gothic, Verdana, Arial, sans-serif;
color:#5f6e9b;
font-size:13px;
font-weight:bold;
margin-left: 8px;
}

div.landingHero{
clear: both;
height: 350px;
font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #646464;
margin-left: 8px;
}

div.landingHero2{
clear: both;
height: 200px;
}


/*div.landingHero2{
float:left;
width: 233px;
height: 200px;
}
*/

div.landingHero img{
padding: 0 22px 19px 22px;
float:left;
}

div.landingHero2 img{
padding: 0 22px 19px 22px;
float:left;
}


div.imageRow img{
margin:0 3px 0 3px;
}

table.skuTable {
font-family: Century Gothic, Verdana, Arial, sans-serif;
color:#333333;
font-size:10px;
}


.stats {
border-bottom: 1px solid #000000;
}

img {
border: none;
}

.subPageBody ul,
 .subPageBody li
 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #646464;
}
