@charset "utf-8";
/* CSS Document */


#mainbody {
	float: left;
	background-color: #F90;
}
a:link {
	font-weight: bold;
	color: #FF3;
	text-decoration: none;
}



a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0;
	font-weight: bolder;
}


a:visited {
	color: #F93;
	text-decoration: none;
	font-weight: bold;
}
#FooterTable {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #F90;
	border-right-color: #F90;
	border-bottom-color: #F90;
	border-left-color: #F90;
}



.PriceGroupHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	background-color: #A39C47;
	border: medium none #B4B9BD;
}
.CaseCorrector {
	text-transform: capitalize;
}

.PriceColumnHeader {
	color: #FFF;
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: none;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	height: 1px;
	width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#HeaderTable {
	border: medium solid #95001F;
}


#mainbody-2 {
	float: left;
}

.w-fluid #mainbody-2 {
	float: none;
}

#selectors {
	margin-right: 4px;
}
body {
	color: #FFF;
	background-color: #000;
}


#access a {
	cursor: hand;
}

/* somereason, IE needs to be 'reminded' to make the div 100% to be visible */

div#header .hd1,
div#topbox .tb1,
div#mainbox .mb1,
div#footbox .fb1,
div.bx1,
div#reflectbox div {
  width: 100%;
}


div#header-menu {
  left: 321px; /* regular width -9px side */
  float: left;
}

div#nav {
  float: left;
}

img#logo {
  top: 27px;
  left: 14px;
  position: relative;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #F90;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #F90;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

