@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	font-family:"Lucida Grande",Arial,Helvetica,sans-serif;
	font-size:13px;
}

h1{
	font-family:Arial,Helvetica,sans-serif;
	font-size:28px;
	font-weight:lighter;
	color:#252521;
	letter-spacing:-1px;
}

.homeH2 {
	font-weight: bold;
	font-size: 13px;
}

a{
	color:#333;
}

a.homeListLink {
	text-decoration: none;
	color: #000;
}

.strong {
	font-weight: bold;
}

.spacer{
	clear:both;
}
.text-gold{
	color:#edd37c;
}
.text-small{
	font-size:11px;
	font-family:Tahoma,Verdana,sans-serif;
}


#topbar{
	background-image:url(images/topbar-bg.png);
	background-repeat:repeat-x;
	height:150px;
}
#topbar .holder{
	width:948px;
	margin:0px auto;
	background-image:url(images/topbar-microphone.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}
#topbar .holder a{
	display:block;
	background-image:url(images/topbar-logo.png);
	background-repeat:no-repeat;
	width:585px;
	height:150px;
}



#container{
	width:948px;
	margin:0px auto;
}
#top-navigation{
	background-image:url(images/topnavigation-bg.png);
	background-repeat:repeat-x;
	height:45px;
}
#top-navigation a{
	display:block;
	float:left;
	color:#333;
	text-decoration:none;
	padding-top:14px;
	padding-right:15px;
	padding-left:15px;
	background-image:url(images/topnavigation-sep.png);
	background-repeat:no-repeat;
	height:31px;
	text-shadow:1px 1px #9d8a4c;
}
#top-navigation .right{
	float:right;
	padding-top:7px;
	padding-right:10px;
}
#top-navigation .rightPhone{
	float:right;
	width:220px;
	height:45px;
	background-image:url(images/topnavigation-phone.png);
	background-repeat:no-repeat;
	margin-right:20px;
}


#top-navigation .right input{
	padding:4px;
	background-image:url(images/furniture/bg-search-box.png);
	background-repeat:no-repeat;
	background-position:4px 4px;
	padding-left:20px;
	width:100px;
}





#navigation-left{
	border-right:1px solid #FFF;
	background-image:url(images/leftnav-bg.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	background-color:#7f7d6d;
	padding-bottom:20px;
	padding-left:20px;
}
#navigation-left a{
	display:block;
	color:#FFF;
	text-decoration:none;
	padding-bottom:4px;
}
#navigation-left a:hover,#navigation-left a.on{

	color:#edd37c;
}
#navigation-left ul.subnav{
	margin:0px;
	padding:5px 0px 10px 25px;
	list-style-image:url(images/furniture/list-arrow.png);
}
#navigation-left ul.subnav a:hover{
	color:#edd37c;
}


#home-featured-holder{
	height:185px;
	overflow:hidden;
	border-bottom:1px solid #FFF;
}
#home-featured-holder .item a{
	display:block;
	width:711px;
	height:185px;
	background-repeat:no-repeat;
	font-size:11px;
	text-decoration:none;
}
#home-featured-holder .item a .copy{
	width:300px;
	padding-left:36px;
	padding-top:100px;
}



#main-right{
	background-image:url(images/footer-bg.png);
	background-position:bottom right;
}

#home-content{
	padding-left:30px;
	padding-top:10px;
	padding-bottom:20px;
	background-image:url(images/footer-sep.png);
	background-repeat:repeat-y;
	background-position:430px 0px;
	text-align:justify;
}
#home-content .left{
	width:360px;
}
#home-content .right{
	float:right;
	padding-right:35px;
	padding-top:20px;
}

a {
	text-decoration:none;
}


#joinMailingList{
	padding-top:35px;
}
#joinMailingList .title{
	padding-bottom:10px;
}
#joinMailingList .input{
	padding:5px;
	border:1px solid #333;
}

h1.homeH1 {
	text-align: center;
	font-size: 111%;
	padding-bottom: 10px;
	font-weight: bold;
}





















