/*
**********************************************************************
BASE AND CONTENT STYLES
**********************************************************************
*/

html, body, #website
{
/*height: 100%;*/
font-size:12px;
min-height:101%;
}

body, div, td, p
{
font:12px/150% Arial, Helvetica, sans-serif;
color:#000;
}

body
{
background:url('/furniture/design2010/images/Landing_Page/bg_red_bar_LP.gif') repeat-x #fff;
}

a, a:link, a:active, a:visited
{
color: #a10000;
text-decoration:none;
/*border-bottom:1px dotted #ccc;*/
}

a:hover
{
color: #ff0000;
text-decoration:underline;
/*border-bottom:1px dotted #555*/;
}

h1
{
	font-size: 22px;
	letter-spacing: -1px;
	font-weight: normal;
	line-height: 100%;
}

h2
{
	font-size: 18px;
	letter-spacing: -0px;
	line-height: 100%;
	font-weight: normal;
	color: #555;
}

h3
{
font-size:14px;
color: #555;
}

hr
{
color: #eee;
background-color: #eee;
height: 1px;
border:none;
padding:0px;
margin:15px 0px;
}

label
{
	cursor:pointer;
	/*cursor:hand;*/
}
.cta
{
	font-size: 12pt;
	font-weight: normal;
	line-height: 100%;
	font-weight: bold;
	color: #a10000;
}

.reg
{
	padding: 0;
	font-size: 11px;
}
.reg .cta
{
	font-size: 12pt;
	font-weight: normal;
	line-height: 100%;
	font-weight: bold;
	color: #a10000;
}
.btn
{
	width: 150px;
	height: 25px;
}
a:link, a:visited
{
	color: #a10019;
	text-decoration: underline;
}
a:hover, a:active
{
	text-decoration: underline;
	color: #FF0000;
}

.clear
{
clear:both;
height:0px;
overflow:hidden;
}


/*
**********************************************************************
LEFT OF THE FOLD
**********************************************************************
*/


#leftside
{
position:absolute;
top:0;
right:50%;
margin-right:300px;
background-color:#fff;
min-height:100%;
width:50%;
text-align:right;
}

#logo
{
margin:22px 25px 17px 30px;
}
#leftbar
{
    /*background:url('/furniture/design2010/images/bg_gradient_left_mainnav.png') repeat-y right top;*/
    background-color: #B5121B;
    height: 130px;
}


/*
**********************************************************************
RIGHT OF THE FOLD
**********************************************************************
*/


#rightside
{
position:absolute;
top: 45px;
left:49.99999%; /* This will keep it from rounding up by one px on odd-sized windows */
margin-left:-300px;
min-height:100%;
width:850px;
text-align:left;
background:url('/furniture/design2010/images/Landing_Page/bkg_grad.jpg') repeat-y left center transparent;
}

.noshadow
{
background-image:none !important;
}
.Side_Nav
{
  display: block;
  width: 232px;
  float: left;
  margin: 0px 0px 0px 0px;
  padding-top: 10px;
  margin-top: 0px;
  position: relative;
}
.Side_Nav p
{
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #3A3A3A;
  padding: 0px 10px 0px 15px;
  margin: 0px 0px 0px 0px;
  margin-right: 10px;
}

#topbar_home
{
clear:both;
margin:0;
padding:0;
width: 850px;
height: 130px;
background:url('/furniture/design2010/images/Landing_Page/bkg_masthead.jpg') no-repeat left top;
position: relative;
/*background-color: #990000;*/
}

#topbar_home_headline
{
clear: both;
height: 120px;
overflow: hidden;
padding: 25px 0px 0px 25px;
position: relative;
width: 556px;
}


#topbar_home_headline h1
{
color:#FFFFFF !important;
font-family:ConduitITCStdRegular, Arial, sans-serif;
font-size:30px;
line-height:95%;
text-transform:uppercase;
margin:0 0 0px 0;
padding:0;
letter-spacing: -0px;
}

#topbar_home_headline h2, #topbar_home_headline h3
{
color:#FFFFFF !important;
font-family:ConduitITCStdRegular, Arial, sans-serif;
font-size:20px;
line-height:97%;
text-transform:none;
font-weight:normal;
margin:0;
padding:0;
}

@font-face {
font-family: 'ConduitITCStdRegular';
src: url('ConduitITCStd.eot');
src: local('ConduitITCStd'), local('ConduitITCStd-Regular'), url('ConduitITCStd.ttf') format('truetype'), url('ConduitITCStd.svg#ConduitITCStd-Regular') format('svg');
}

#column1
{
float: left;
width: 556px;
padding-top: 15px;
}

#column2
{
float:left;
width:240px;
margin-top: -36px;
position: relative;
}

#column1pad
{
clear: both;
padding: 0 30px 0px 25px;
position: relative;
}

#footer
{
font:11px/150% Arial, Helvetica, sans-serif;
margin-bottom:50px;
margin-top:50px;
color: #777;
clear:both;
}

#footer a
{
color:#555 !important;
text-decoration:none !important;
border-bottom:1px dotted #ccc !important;
}

ul li
{
	list-style-image: url("/furniture/design2010/images/Landing_Page/Yellow_List_Bullet.gif");
}
ul li li
{
	list-style-image: none;
	list-style: circle;
}

/*
**********************************************************************
FORM ELEMENT STYLES
**********************************************************************
*/
input, textarea, select
{
	width: 190px;
	font-size: 11px;
	margin-bottom: 10px;
}

input.single
{
	width: 20px;
	margin: 0px;
}

input.checkbox, input.radio
{
	width: 25px;
	margin: 0px 3px 0px 0px;
	padding: 0px 0px 0px 0px;
}

