/* CSS Document */
body{margin:0; padding:0;}
h1, h2, h3, h4, h5, h6 {margin:0; padding:0;}

#top {
	height:125px;
	background:url('http://www.furnitureinstallationteam.com/images/furn_logo_header_sliver.gif') repeat-x;
}

.logo {float:left;}

#holder {
	margin:0;
	padding:0;
	width:1024px;
}

#leftcolumn {
	float:left;
	width:199px;}

#leftcolumn ul{
	padding:0;
	margin:0;
	width:199px;
	list-style-type:none;
}
#leftcolumn li a{
	background:#000000;
	color:#DB0029;
	display:block;
	font-family:Arial Narrow;
	font-size:17px;
	font-weight:bold;
	line-height:110%;
	margin:0px 0px 20px 0px;
	padding:5px 0;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:199px;
}

#leftcolumn li a:hover{color:#FFFFFF;}

.first-letter {color:white;}

#rightcolumn{
	float:right;
	width:800px;
}


#rightcolumn p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

#rightcolumn h1 {
	font-family:Arial Narrow;
	text-align:center;
	text-transform:uppercase;
	color:#DB0029;
}

#rightcolumn h5 {
	font-family:Arial;
	text-align:center;
	color: #db0029;
	font-size:12pt;
	font-weight: bold;
}

.experience ul{
display: inline;
}

.experience li{
  float: left;
  margin-right: 85px;
  list-style-type: none;
  font-family: Arial;
  font-size:10pt;
}

.experience li .last{
 clear:both;
 }

.rightcolcenter{
 margin-left:45px;
 text-align: left;
 font-family: Arial;
 font-size:10pt;
}

.rightcolcenter td{
 width:20%;
}

#contactbox{
width:400px;
margin: 0 auto;
}

.contactboxleft{
width:150px;
float:left;
text-align: right;
font-family:Arial;
font-size:12pt;
font-weight: bold;
}

.contactboxright{
width:200px;
float:left;
text-align: left;
font-family:Arial;
font-size:12pt;
margin-left:10px;
font-weight: bold;
color:#DB0029;
}


#footer{
	background:#000000;
	color:#FFFFFF;
	font-family:Arial;
	font-size:7pt;
	height:60px;
	letter-spacing:1px;
	margin:20px 0;
	padding:10px 0 15px;
	text-align:center;
}

#footer ul{
	list-style-type:none;
}

#footer li{
	color:#DB0029;
	display:inline;
  border-right:1px solid white;
  padding-right:3px;
}

#bottomnav ul li.last{
border-right: none;
}

#footer a{
	color:#DB0029;
}

#footer h4 {
	color:#FFFFFF;
	letter-spacing:-.05px;
	padding:5px 0;
}


.floatright{
	float:right;
	margin:55px 25px 5px 5px;
}
.floatleft{float:left;}
.clear{clear:both;}
.red{
	color:#DB0029;
	font-weight:bold;
}