/*
-----------------------------------------------------------------------------
Null Browser Defaults
-----------------------------------------------------------------------------*/
* {
	margin:0px;
	padding:0px;
}
/*
-----------------------------------------------------------------------------
Global Default Elements
-----------------------------------------------------------------------------*/
p {
	padding:8px 0px;
}
h1 {
	position:absolute;
	left:0px;
	top:0px;
	width:486px;
	height:22px;
	margin:0px;
	padding:2px 0px 0px 25px;
	font-size:13px;
	color:#FFF;
	background-image:url(../images/backgrounds/h1.png);
	background-repeat:repeat-x;
}
h2 {
	padding:8px 0px;
	font-size:14px;
}
body {
	text-align:center;
	background-image:url(../images/backgrounds/body.png);
	background-color:#DCE1A0;
	background-repeat:repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
}
#content ol, ul {
	margin-left:25px;
}
form ul {
	margin:0px;
}
li {
	padding:3px;
}
.label {
	color:#666;
}
/*
-----------------------------------------------------------------------------
Container
-----------------------------------------------------------------------------*/
#container {
	position:relative;
	margin:0px auto;
	margin-top:70px;
	text-align:left;
	width:715px;
}
/*
-----------------------------------------------------------------------------
Header
-----------------------------------------------------------------------------*/
#header {
	position:relative;
	width:715px;
	height:33px;
	z-index:2;
}
#logobox {
	position:absolute;
	display:block;
	left:-55px;
	top:-55px;
	width:159px;
	height:160px;
	text-indent:-9999px;
	z-index:1;
	background-image:url(../images/logos/the-flooring-people.png) !important;
	background-image:url(../images/logos/the-flooring-people.gif);
}
#menu {
	position:relative;
	width:511px;
	height:26px;
	margin-left:6px;
	background-image:url(../images/backgrounds/menu.png);
	background-repeat:repeat-x;
}
#menurightend {
	position:absolute;
	right:0px;
	top:0px;
	width:6px;
	height:26px;
	background-image:url(../images/backgrounds/menurightend.png);
	background-repeat:no-repeat;
}
#menu ul {
	position:absolute;
	right:25px;
	top:4px;
}
#menu ul li {
	display:inline;
	margin-left:12px;
}
#menu ul li a {
	text-transform:uppercase;
	text-decoration:none;
	color:#FFF;
	text-shadow:2px 2px 2px #6B6F2B;
	font-size:12px;
}
#menu ul li a:hover {
	text-shadow:none;
}
#number {
	position:absolute;
	right:11px;
	top:7px;
	font-size:14px;
}
/*
-----------------------------------------------------------------------------
Page
-----------------------------------------------------------------------------*/
#page {
	position:relative;
	width:715px;
	background-color:#FFF;
}
#fadebanner {
	position:relative;
	width:511px;
	height:185px;
	z-index:0;
}
/*
-----------------------------------------------------------------------------
Leftcolumn
-----------------------------------------------------------------------------*/
#leftcolumn {
	position:relative;
	margin-left:6px;
	width:511px;
}
#content {
	position:relative;
	width:461px;
	height:auto !important;
	height:490px;
	min-height:490px;
	padding:25px;
	background-color:#E9E9E9;
	color:#555;
}
#content a {
	font-weight:bold;	
	text-decoration:none;
	color:#000;
}
#contentbottom {
	position:absolute;
	left:0px;
	bottom:0px;
	width:511px;
	height:10px;
	background-image:url(../images/backgrounds/contentbottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
#map {
	position:relative;
	float:right;
	margin-top:8px;
	width:170px;
	height:130px;
	border:1px solid #888;
}
/*
-----------------------------------------------------------------------------
Rightcolumn
-----------------------------------------------------------------------------*/
#rightcolumn {
	position:absolute;
	right:5px;
	top:0px;
	width:188px;
	height:100%;
}
#rightcolumn img {
	margin-bottom:8px;
}
.rightbox {
	position:relative;
	width:158px;
	min-height:108px;
	padding:15px;
	background-color:#DCE1A0;
	background-image:url(../images/backgrounds/rightbox.png);
	background-repeat:repeat-x;
	color:#484A1D;
}
.rightbox a {
	text-decoration:none;
	color:#484A1D;
}
.rightbox a:hover {
	color:#000;
	text-shadow:1px 1px 1px #BDC17D;
}
.rightboxtop {
	position:absolute;
	left:0px;
	top:0px;
	width:188px;
	height:10px;
	background-image:url(../images/backgrounds/rightboxtop.png);
	background-repeat:no-repeat;
}
.rightboxbottom {
	position:absolute;
	left:0px;
	bottom:0px;
	width:188px;
	height:10px;
	background-image:url(../images/backgrounds/rightboxbottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
#callback {
	color:#484A1D;
	padding-left:12px;
}
#callback .label {
	font-size:12px;
}
#callback .input {
	width:166px;
	height:13px;
	padding:2px;
	background-color:#DBDBDB;
	border:none;
	font-size:11px;
	color:#444;
}
#callback .button {
	margin-top:6px;
}
/*
-----------------------------------------------------------------------------
Footer
-----------------------------------------------------------------------------*/
#footer {
	position:relative;
	margin-bottom:20px;
	width:715px;
	height:90px;
	background-image:url(../images/backgrounds/footer.png);
	background-position:top;
	background-repeat:no-repeat;
}
#slogan {
	position:absolute;
	left:138px;
	top:28px;
}
#footermenu {
	position:absolute;
	left:10px;
	bottom:0px;
}
#footermenu ul {
	margin:0px;
}
#footermenu ul li {
	display:inline;
}
#footermenu ul li a {
	color:#9DA15D;
	text-decoration:none;
}
#footermenu ul li a:hover {
	color:#686A3D;
	text-shadow:1px 1px 1px #BDC17D;
}
#brightsite {
	position:absolute;
	right:10px;
	bottom:0px;
	color:#9DA15D;
}
#brightsite a {
	color:#9DA15D;
	text-decoration:none;
}
#brightsite a:hover {
	color:#686A3D;
	text-shadow:1px 1px 1px #BDC17D;
}