/*   MASTHEAD NAV BOX  */

#mastHead {
	border: 0px solid purple;
	width: 1000px; height: 25px;
	margin: 0 auto; margin-top: 5px; margin-bottom: 2px;
	padding: 0px;
	background: #FFFFFF;
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: right;
	text-transform: capitalize;
	color: #da5627;
}


#mastHead h1 {
    border: 0px solid red;
    width: 500px;
	height: 20px;
	margin: 0px; 
	padding: 0px;  padding-left: 5px;
	font-size: 11px;
	text-transform: lowercase;
	position: relative;
	top: 5px;	
    text-align: left;
    float: left;
    color: #3d230c;
}


#mastHead ul {
	border: 0px solid yellow;
    width: 475px;
	height: 25px;
	margin: 0px; 
	padding: 0px;  
	position: relative;
	top: 2px;
	list-style-type: none;
    float: right;
}

#mastHead li {
	border: 0px solid red;
	margin: 0 auto; 
	padding: 8px 8px 3px 8px;
	display: inline;
	position: relative;
	top: 5px;
}

#mastHead li a {
	border: 0px solid transparent;
	margin: 0px;
	padding: 8px 5px;
	display: inline;
	color: #da5627;
}

#mastHead li a:hover {  
	border: 0px solid transparent; 
	padding: 8px 5px;
	color: #da5627; 
	text-decoration: underline;
}



#body_customerService #mastHead li.customerService a, #body_shipping #mastHead li.shipping a, #body_shoppingCart #mastHead li.shoppingCart a, #body_checkout #mastHead li.checkout a {  
	border: 0px solid transparent; 
	padding: 8px 5px;
	color: #da5627; 
	text-decoration: underline;
}


#mastHead li.customerService {
	background: transparent url(../images/customerservice.gif) center left no-repeat;
	padding-left: 23px;	
}


#mastHead li.shipping {
	background: transparent url(../images/shipping.gif) center left no-repeat;
	padding-left: 24px;	
}


#mastHead li.shoppingCart {
	background: transparent url(../images/shoppingcart.gif) center left no-repeat;
	padding-left: 22px;	
}


#mastHead li.checkout {
	background: transparent url(../images/checkout.gif) center left no-repeat;
	padding-left: 21px;	
}









/* MAIN LOGO NAVIGATION BAR */
#navArea {
	border: 0px solid yellow; 
	width: 1000px;
	height: 93px;
	position: relative;
	margin: 0 auto; 
	padding: 0;
	background: transparent;
}

#nav {
	width: 1000px;
	height: 93px;
	margin: 0;
	padding: 0;
	position: relative;
	background: url(../images/LogoNavigationBar.gif);
}

#nav li {
	float: left;
  	list-style-type: none;
}

#nav li a {
	margin: 0;
	padding: 0;
	display: block;
	height: 93px;
	color: #FFF;
	text-align: center;   
}

#nav li a {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 93px;   
	background: url(../images/LogoNavigationBar.gif) top center no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
	list-style-type: none;
}

#body_home li#nav_home, #body_about li#nav_about, #body_catalog li#nav_catalog, #body_press li#nav_press, #body_blog li#nav_blog, #body_contact li#nav_contact,  {
	background: url(../images/LogoNavigationBar.gif) top center no-repeat;
}

#body_home li#nav_home a, #body_about li#nav_about a, #body_catalog li#nav_catalog a, #body_press li#nav_press a, #body_blog li#nav_blog a, #body_contact li#nav_contact a,  {
	background: url(../images/LogoNavigationBar.gif) top center no-repeat;
}

/* home */
li#nav_home a {
	left: 0;
	width: 540px;
	background-position: 0 0;
}

li#nav_home a:hover {
	background-position: 0 -93px;
}

#body_home li#nav_home a {
	background-position: 0 -93px;
}

/* about */
li#nav_about a {
	left: 555px;
	width: 70px;
	background-position: -555px 0;
}

li#nav_about a:hover {
	background-position: -555px -93px;
}

#body_about li#nav_about a {
	background-position: -555px -93px;
}

/* catalog */
li#nav_catalog a {
	left: 645px;
	width: 70px;
	background-position: -645px 0;
}

li#nav_catalog a:hover {
	background-position: -645px -93px;
}

#body_catalog li#nav_catalog a {
	background-position: -645px -93px;
}

/* press */
li#nav_press a {
	left: 735px;
	width: 70px;
	background-position: -735px 0;
}

li#nav_press a:hover {
	background-position: -735px -93px;
}

#body_press li#nav_press a {
	background-position: -735px -93px;
}

/* blog */
li#nav_blog a {
	left: 825px;
	width: 70px;
	background-position: -825px 0;
}

li#nav_blog a:hover {
	background-position: -825px -93px;
}

#body_blog li#nav_blog a {
	background-position: -825px -93px;
}

/* contact */
li#nav_contact a {
	left: 915px;
	width: 70px;
	background-position: -9155px 0;
}

li#nav_contact a:hover {
	background-position: -915px -93px;
}

#body_contact li#nav_contact a {
	background-position: -915px -93px;
}










/* SECOND NAVIGATION BAR */

#secondNavBar {
	border-top: 3px solid #FFFFFF;        
	width: 1000px; height: 25px;         
	margin: 0 auto;  
	padding: 0px;
	text-align: center;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
	background: #3B2105 url(../images/NAVbg2.gif) top left repeat-x;
}

#secondNavBar ul {
	border: 0px solid pink;
	height: 25px;
	margin: 0px; margin-top: 3px;
	padding: 0px;  
	list-style-type: none;
	text-align: center;
}

#secondNavBar li {
	border: 0px solid red;
	margin: 0 auto;
	padding: 0px 1px;
	display: inline;
	font: bold 11px Helvetica, Arial, sans-serif,;
	color: #FFFFFF; 
}

#secondNavBar li a {
	border: 0px solid green;
	padding: 0px 12px;
	display: inline;
	font: bold 11px Helvetica, Arial, sans-serif,;
	color: #FFFFFF; 
}

#secondNavBar li a:hover {  
	border: 0px solid orange;
	padding: 0px 12px;
	font: bold 11px Helvetica, Arial, sans-serif,;
 	color: #6fa5a4;  
	text-decoration: none;
}

#secondNavBar.over3 {
	border: 0px solid transparent;
	padding: 0px 12px;
	display: inline;
	font: bold 11px Helvetica, Arial, sans-serif,;
 	color: #6fa5a4;  
}



#body_store_locations #secondNavBar li.storeLocations a, #body_customFurniture #secondNavBar li.customFurniture a,  #body_testimonials #secondNavBar li.testimonials a, #body_celebrityClients #secondNavBar li.celebrityClients a, #body_emailNewsletter #secondNavBar li.emailNewsletter a, #body_vacationHomes #secondNavBar li.vacationHomes a {  
	border: 0px solid orange;
	padding: 0px 12px;
	font: bold 11px Helvetica, Arial, sans-serif,;
 	color: #6fa5a4;  
	text-decoration: none;
}




/* LEFT NAVIGATION BOX */
#leftNavBox {
	border: 4px solid #da5627;  
	width: 250px; 
	margin: 0px; 
	padding: 0px;
	position: relative;
	top: 7px; 
	left: 1px;
	background: #FFFFFF;
	text-align: left;
}

#leftNavBox ul {
	border: 0px solid pink;
	margin: 0px;
	padding: 0px;
	position: relative; 
	list-style: none;
}

#leftNavBox li {
	border-bottom: 4px solid #da5627; 
	text-align: left;
	text-indent: 1px;
	letter-spacing: 0.5px;
	font: bold 12px arial;
	background: #FFFFFF; 
}



#leftNavBox li.first {
	border-top: 0.1px solid #da5627;
	background: #3B2105;
	letter-spacing: 0.5px;
	text-align: center;
	text-transform: uppercase;
	font: bold 13px arial;
	color: #6fa5a4;  /* old  #93E5E8 */
	padding: 3px;
}

#leftNavBox li a {
 	margin: 0 auto; 	
	padding: 3px 13px; 
	display: block; 
	background: #FFFFFF url(../images/browndot.gif) center left no-repeat; 
	text-decoration: none; 
	line-height: normal ;
	color: #3B2105;
}

#leftNavBox li a:hover { 
	display: block;
	background: #da5627 url(../images/arrow.gif) center right no-repeat; 
	color: #6fa5a4;
}


#leftNavBox li.last {
	border-bottom: 0px solid #E5E5E5; 
    text-indent:0;
    padding: 0px; 
	margin 0 auto; 
}

#leftNavBox li.last2 {
	border-bottom: 2px solid #da5627; 
    text-indent:0;
    padding: 0px; 
	margin 0 auto; 
}



#leftNavBox li.selected a { 
	display: block;
	background: #da5627 url(../images/arrow.gif) center right no-repeat; 
	color: #6fa5a4;
}

#leftNavBox li.lastselected a { 
	border-bottom: 0px solid #E5E5E5; 
	display: block;
	background: #da5627 url(../images/arrow.gif) center right no-repeat; 
	color: #6fa5a4;
}








/* BREADCRUMBS NAVIGATION */
#rightContentBox #breadCrumbs {
    border: 0px solid red;
    margin-top: 10px; margin-left: 15px;
	padding: 10px 0px;
	text-align: left; 
	font-weight: bold;
	font-size: 11px;
	font-family: Helvetica, Arial, 'Trebuchet MS', Verdana,  serif;
}

#rightContentBox #breadCrumbs a:hover {
	color: #7FDADB;
}





/* Product Category Page Navigation Numbers */
#rightContentBox #numbers {
	padding: 10px 20px;
	text-align: left; 
	font-weight: bold;
	font-size: 14px;
	font-family: Helvetica, Arial, 'Trebuchet MS', Verdana,  serif;
}

#rightContentBox #numbers a:hover {
	color: #7FDADB;
}

.blueSelected {
	color: #7FDADB;
}





/*  VACATION HOMES NAV  */

#vacationHomesNav {
	border: 0px solid red;
	width: 700px;
	height: 40px;
	margin: 0 auto; margin-left: 25px;
	padding: 0px;
	text-align: left;
}

#vacationHomesNav ul {
	margin: 0 auto; 
	padding: 6px 0px;
	text-align: center;
	list-style-type: none;
    display: inline; 
}


#vacationHomesNav ul li {
	margin: 0 auto; 
	padding: 6px 20px 6px 0px;
	text-align: center;
	list-style-type: none;
    display: inline; 
}


#vacationHomesNav ul li a {
	list-style-type: none;
    display: inline; 
}



/* Social Media Icons */
#socialMediaIcons {
	border: 0px solid green;   
	width: 685px; height: 45px;         
	margin: 0 auto; 
	padding: 0px;
	text-align: center;
	position: relative;
	top: 0px;
}


#socialMediaIcons ul {
	border: 0px solid red;
	width: 685px;
	height: 45px;
	margin: 0 auto; 
	padding: 0px;
	text-align: center;
	list-style-type: none;
}

#socialMediaIcons ul li {
	border: 0px solid yellow;
	height: 45px; 
  	list-style-type: none; 
	display: inline; 
	margin-top: 0px;
	padding: 0px 10px;
}







/*  FOOTER  */
#footer {
	border: 0px solid green;   
	width: 1000px; height: 30px;         
	margin: 0 auto; margin-top: 5px;
	padding: 0px;
	text-align: center;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
	background: #3B2105 url(../images/NAVbg2.gif) top left repeat-x;
	position: relative;
	top: 0px;
}


#footer ul {
	border: 0px solid red;
	width: 1000px;
	height: 20px;
	margin: 0 auto; 
	padding: 6px 0px;
	text-align: center;
	list-style-type: none;
	font: bold 0.7em arial;
}

#footer ul li {
	border: 0px solid yellow;
	height: 20px; 
  	list-style-type: none; 
	display: inline; 
	margin-top: 0px;
	padding: 7px;
	color: #FFFFFF; 
}

#footer ul li a {
	margin: 0;
	padding: 0;
	display: inline;
	height: 15px;   
	list-style-type: none;
	color: #FFFFFF; 
}

#footer ul li a:link {  color: #fff; text-decoration: none; background-color: transparent;}
#footer ul li a:visited {  color: #fff; text-decoration: none; background-color: transparent;}
#footer ul li a:focus {  color: #fff; text-decoration: none; background-color: transparent;}
#footer ul li a:hover {  color: #6fa5a4; text-decoration: underline; background-color: transparent;}    
#footer ul li a:active {  color: #fff; text-decoration: none; background-color:transparent; }


#body_disclaimer #footer li.disclaimer a, #body_webmaster #footer li.webmaster a, #body_privacyPolicy #footer li.privacyPolicy a, #body_sitemap #footer li.sitemap a, #body_usefulLinks #footer li.usefulLinks a,  #body_tellAFriend #footer li.tellAFriend a  {  color: #6fa5a4; text-decoration: underline; background-color: transparent;}



#footer li.customerService {
	background: transparent ;
}

#footer li.shipping {
	background: transparent ;	
}

#footer li.shoppingCart {
	background: transparent ;	
}

#footer li.checkout {
	background: transparent ;
}








/*  CREDITS	  */
#credits {
	border: 0px solid #FF0000; 
	margin: 0 auto; margin-bottom: 5px;
	padding: 0px 0px 5px 0px; 
	width: 1000px;
	height: 15px;
	position: relative;
	top: 5px;
	font: bold 8px verdana;
	color: #000000; 
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	background: transparent;
}

#credits a:link {  color: #da5627; text-decoration: none;}
#credits a:visited {  color: #da5627; text-decoration: none;}
#credits a:focus {  color: #da5627; text-decoration: none;}
#credits a:hover {  color: #6fa5a4; text-decoration: none;}
#credits a:active {  color: #da5627; text-decoration: none;}

