﻿/* CSS Document */

*
{
	margin: 0;
	padding: 0;
}

#bottom
{
width: 974px;
height: 40px;
background-image: url(bottom.jpg)
}

#address
{
font-size: 18px;
font-style: italic;
color: #fff;
text-align: center;
}

#address a
{
color: #a05917;
}



h1
{
font-size: 24px;
color: #a05917;
font-family: Times New Roman, Verdana, Arial, Sans-Serif;
text-align: center;
}
h2
{
font-size: large;
color: #a05917;
font-family:Times New Roman, Verdana, Arial, Sans-Serif;
}
h2 a
{
font-size: large;
color: #000;
font-family:Times New Roman, Verdana, Arial, Sans-Serif;
text-decoration:underline;
}
a: hover
{
text-decoration: none;
color: #000;
}

p
{
font-family:Times New Roman, Verdana, Arial, Sans-Serif;
font-size: 14px;
color: #fff;
text-align: center;
}

li,ul

{
font-family:Times New Roman, Verdana, Arial, Sans-Serif;
font-size: 14px;
color: #fff;

}

li a
{
font-size: 16px;
text-align: left;
}
a
{
text-decoration: none;
color: #000;
}
a:hover
{
text-decoration:underline;
color: #fff;
}

#container
{
margin: auto;
width: 974px;
background-color: #221e1b;
border: 2px solid #999;

}

#header
{
	width: 974px;
	height: 371px;
	background-image: url('Long Flooring, Inc_files/header.jpg')
}
#topnav
{
	top: 327px;
	position: relative;
}
.toolbar li {
	display: inline;
	margin: 0;
	zoom: 1;
	padding-right: 3em;
	padding-left: 3em;
}

.toolbar li a { 
color: #b3641a;
}

.toolbar li a:hover { 
color: #fff;
}

#text
{
	background-color: #221e1b;
	width: 680px;
	float: right;
	border-left: 2px solid #999;
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
}

#leftpanel
{
float: left;
width: 275px;
height: 475px;
background-color: #a05917;
padding-left: 15px;
border-bottom: 3px solid #999;
border-top: 3px solid #999;
}

#leftpanel h3
{
color: #000;
text-align: center;
}

#bottom
{

}


#footer
{
padding-right: 15px;
background-color: #000;
text-align: right;
width: 959px;
border-top: 2px solid #999;
text-color: #fff;
}

#footer a
{
color: #fff;
}

#footer a:hover
{
color: #333;
}



