html, body { margin: 0; border: 0; }


/* ******************** //Header// **************** */
#pageheader {
	position: relative;
	margin: auto;
	width: 850px;
	height: 110px;
	background-color: #FFFFCC;
}

#logo { 
	position: absolute;
	display: block;
	z-index: 10;
	top: 5px;
	left: 30px;

}

#callTollFree {
	position: absolute;
	display: block;
	z-index: 9;
	top: 5px;
	right: 10px;
}

#freeBid{
	position: absolute;
	display: block;
	z-index: 11;
	top: 55px;
	right: 10px;
}

#menu {
	background-image: url(../images/layout-elements/header-slant.gif);
	background-position: left;
	background-repeat: no-repeat;
	position: absolute;
	display: block;
	z-index:auto;
	bottom: 0px;
	right: 0px;
	width: 580px;
	height: 21px;
	background-color:#494949;
}

#menu UL {
	margin: 0;
	padding: 0;
	list-style-type: none;
	right: 0px;
}

#menu UL LI {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
	padding-left: 35px;
	padding-top: 2px;
}

#menu UL LI a {
	color: #fff;
	text-decoration: none;
}

#menu UL LI a:hover {
	text-decoration: underline;
}

#orange-bar {
	position: relative;
	margin: auto;
	width: 850px;
	height: 14px;
	background-color: #ecb40d;
	font-size: 9px;
}
/* ******************** //End of Header// **************** */

/* ********************* //Body// *********************** */

#pagebody {
	position: relative;
	margin: auto;
	width: 850px;
	height: auto;
	background-color: #FFF;
}


#leftside {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 435px;
}



#rightside {
	float: right;
	width: 385px;
	top: 0px;
}

#learnmore {
	margin: 10px;
	border: 1px solid #ecb40d;
	background-color:#FFFFCC;
	width: 340px;
	height: auto;
	padding-left: 10px;
}

#newsbox {
	margin: 0px;
	border: 1px solid #ecb40d;
	background-color:#FFFFCC;
	width: 380px;
	height: 100px;
	padding: 0px;
}


#mediabox {
	margin: 0px;
	border: 1px solid #ecb40d;
	background-color:#FFFFCC;
	width: 150px;
	height: 300px;
	padding: 0px;
}

#buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#buttons TD a {
	text-decoration: none;
	color: #0000FF;
}

#buttons TD a:hover {
	text-decoration: none;
	color: #cc0000;
}
/* ********************* //End of Body// *********************** */


/* ********************* // Body if Subpage // ****************** */

#subpagebody {
	position: relative;
	margin: auto;
	width: 850px;
	height: auto;
	background-color: #FFF;
}


#leftsidemenu {
	float: left;
	margin-top: 2px;
	padding: 0px;
	width: 205px;
	background-color: #494949;
}

#menu-header {
	margin-top: 4px;
	background-image: url(../images/layout-elements/menu-header.gif);
	background-position:top center;
	background-repeat: no-repeat;
	width: 100%;
	height: 35px;
}

#menu-header H1 {
	font-family: 'Trebuchet MS', 'Lucida Grande',Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color:#494949;
	padding-left: 14px;
	padding-top: 9px;
}

#menu-header H1 a {
	font-family: 'Trebuchet MS', 'Lucida Grande',Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color:#494949;
	padding-left: 0px;
	padding-top: 0px;
}

#submenu UL {
	list-style-type: none;
	margin: 0px;
	padding: 15px;
	padding-top: 0px;
	
}


#submenu UL LI {
	
	padding-top: 3px;
	margin: 3px;
	
}


.default  {
	border: 1px solid #666;
	background-color: #525252;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.active  {
	border: 1px solid #666;
	background-color: #fff;
	color: #494949;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


.default  a {
	color: #fff;
	text-decoration: none;

}

.over  {
	background-color: #ffe235;
	border: 1px solid #000;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.over  a {
	color: #000;
	text-decoration: none;

}

#subpage-rightside {
	float: right;
	width: 630px;
	top: 0px;
}


#products-box {
	font-family: 'Trebuchet MS', 'Lucida Grande', Geneva, Arial, Helvetica, sans-serif; 
	float: right;
	margin: 10px;
	border: 1px solid #ecb40d;
	background-color:#FFFFCC;
	width: 240px;
	height: 195px;
	margin-left: 25px;
	margin-bottom: 40px;
}

/* ********************* // End of Subpage Body // ******************* */



/* ********************* //Footer// *********************** */
#footer { 
	width: 850px;
	height: auto;
	background-color: #fff;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	clear: both;
}

#orange-bar-bottom {
	position: relative;
	margin: auto;
	width: 850px;
	height: 8px;
	background-color: #ecb40d;
	font-size: 8px;
}

#footer-text {
	background-image: url(../images/layout-elements/footer-slant.gif);
	background-position: right top;
	background-repeat: no-repeat;
	text-align: left;
}