/* CSS Document */
a {
	text-decoration: none;
}

#container {
	display: block;
	position: relative;
	width:900px;
	margin: auto;
	height: auto;
}

#logo {
	display: block;
	position: absolute;
	top: 10px;
	left: 18px;
}

#tollFree {
	display: block;
	position: absolute;
	top: 10px;
	right: 21px;
}

#freeBid {
	display: block;
	position: absolute;
	top: 55px;
	right:35px;
}

#headerBar {
	display: block;
	position: relative;
	top: 116px;
	width: 900px;
	margin: auto;
	height: 14px;
	font-size: 9px;
	background-color: #ecb40d;
	border-bottom: 4px solid #630c0d;
}

#contentArea {
	display: block;
	position: relative;
	top: 119px;
	height: auto;
	width: 900px;
}

#footerBar {
	clear: both;
	display: block;
	position: relative;
	width: 900px;
	margin: auto;
	height: 9px;
	font-size: 9px;
	background-color: #ecb40d;
	border-bottom: 1px solid #f4d26e;
}

#footer {
	font-family: "Lucida Grande", "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 900px;
	margin: auto;
	font-size: 10px;
	text-align: center;
}

/* Menu Styles */
#menu {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 91px;
	left: 153px;
	height: auto;
	width: 546px;
	text-align: center;
	list-style-image: url(../images/toll-free-number.gif);
}

#menu UL {
	display: block;
	position: relative;
	list-style-type: none;
	width: 546px;
	margin: 0;
	padding: 0;
}

#menu UL LI {
	display: block;
	position: relative;
	float: left;
	list-style-type: none;
	background: url(../images/tabs/button-off.gif) no-repeat;
	text-align: center;
	margin-right: 4px;
}

#menu UL LI.active-button a{
	display: block;
	position: relative;
	width: 87px;
	height: 19px;
	background: url(../images/tabs/button-on.gif) no-repeat;
	white-space: nowrap;
	color: #fff;
	font-family: "Lucida Grande", "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-top: 6px;
	
}

#menu UL LI.button a{
	display: block;
	position: relative;
	width: 87px;
	height: 19px;
	background-image: url(../images/tabs/button-off.gif);
	color: #fff;
	font-family: "Lucida Grande", "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-top: 6px;
}


#menu UL LI.button a:hover{
	display: block;
	position: relative;
	width: 87px;
	height: 25px;
	height: 19px;
	background-image: url(../images/tabs/button-over.gif);
}

/* Container Area */

#container {
	display: block;
	position: relative;
	top: 1px;
	height: auto;
	width: 900px;
}

/* Close Container */

#left-menu {
	display: block;
	position: relative;
	width: 180px;
	height: auto;
	padding-left: 0px;
	float: left;
}

#left-menu-top { 
	display: block;
	position: relative;
	width: 180px;
	background-image: url(../images/left-menu-top.png);
	background-repeat: no-repeat;
	background-position: top;
	height: auto;
	margin: 0px;
	padding: 0px;
}

#left-menu-bottom { 
	display: block;
	position: relative;
	width: 180px;
	background-image: url(../images/left-menu-bottom.png);
	background-repeat: no-repeat;
	height: 19px;
	margin-bottom: 15px;
}


#center-content {
	display: block;
	position: relative;
	float: left;
	margin-left: 15px;
	width: 525px;
	margin-top: 65px;
	font-family: "Lucida Grande", "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #444;

}

#center-content H1 {
	font-size: 20px;
	color: #990000;
}


#breadcrumbs {
	display: block;
	position: absolute;
	width: 600px;
	left: 230px;
	top: 15px;
	color: #999;
	font-family: "Lucida Grande", "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	z-index: 5;
}


#breadcrumbs a {
	text-decoration: none;
	color: #999;
	border-bottom: none;
}

#breadcrumbs a:hover {
	text-decoration: none;
	color: #444;
	border-bottom: none;
}

#right-column {
	display: block;
	float: right;
	position: relative;
	
}
#right-menu {
	float: right;
	position: relative;
	margin-top: 50px;
	width: 110px;
	
}

