body, html {
	font-family: Helvetica, Trebuchet MS;
	font-size: small;
	margin: 0px;
	padding: 0px;
	background: url(../img/laf/backgrounds.jpg) no-repeat top center #60830D; /*#ADDEAD;*/
}

img {
	border: 0px;
}

h2 {
	display: block;
	color: #CC3300;
	font-weight: bold;
	font-size: large;
	margin: 5px 0px 5px 0px;
}

.hidden {
	display: none !important;
}

a.sitelink {
	color: #CC3300;
	text-decoration: none;
	font-weight: bold;
}

a.sitelink:hover {
	text-decoration: underline;
}

#whiteTop {
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 58px;
	width: 100%;
	background: url(../img/laf/white_top.png) repeat-x;
}

#greenLeft {
	position: absolute;
	z-index: 90;
	top: 0px;
	left: 500;
	width: 25px;
	height: 100%;
	background: url(../img/laf/left_green.png) repeat-y;
}

#wrapper {
	width: 900px;
	text-align: left;
	position: relative;
}

#bannerTop {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #2B0E00;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	height: 100px;
	width: 900px;
}

#phonenum {
	position: absolute;
	z-index: 150;
	top: 60px;
	right: 10px;
	height: 40px;
	width: 181px;
}

#logo {
	position: absolute;
	z-index: 150;
	top: 0px;
	left: 50px;
	color: #000;
	height: 100px;
}

#bannerPic {
	position: absolute;
	left: 0px;
	top: 100px;
	background: url(../img/laf/banner_pic.png) no-repeat;
	width: 900px;
	height: 135px;
}

#navbar {
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 40px;
	background: none;
}

#navbar a {
	float: left;
	width: 150px;
	padding-top: 10px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	background: #000;
	color: #FFF;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
}

#navbar a:hover {
	background: #FFF;
	color: #000;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}

#navbar a.selected {
	background: #FFF;
	color: #000;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}

#navFiller {
	position: absolute;
	top: 0px;
	left: 750px;
	width: 150px;
	height: 40px;
	background: #000;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
}

#mypallet {
	position: absolute;
	z-index: 10;
	bottom: 5px;
	right: 5px;
	background: #000;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	cursor: pointer;
}

#mypallet.selected {
	background: #FFF;
	color: #000 !important;
}

#mypallet img {
	float: left;
	margin-right: 5px;
}

#mypallet #mptext {
	float: left;
	padding-top: 15px;
	padding-right: 10px;
	height: 25px;
	font-size: large;
	font-weight: bold;
	color: #FFF;
}

#page {
	position: absolute;
	top: 235px;
	left: 0px;
	width: 880px;
	background: #FFF;
	padding: 10px;
}	

#footer {
	float: left;
	position: relative;
	clear: both;
	height: 30px;
	width: 880px;
	margin-top: 10px;
	border-top: #2B0E00 2px solid;
	padding-top: 5px;
	text-align: center;
	font-size: xx-small;
}

#footer #privacy {
	position: absolute;
	top: 10px;
	left: 10px;
}

#privacy a {
	font-size: xx-small;
}

#footer #spqlogo {
	position: absolute;
	top: 10px;
	right: 0px;
	height: 26px;
	width: 26px;
}

#addtopalletmessage {
	display: none;
	position: absolute;
	z-index: 1000;
	top: 0px;
	right: 0px;
	padding: 5px 5px 0px 5px;
	height: 20px;
	background: #CC3300;
	color: #FFF;
}

#addtopalletmessage2 {
	display: none;
	padding: 5px 5px 0px 5px;
	height: 20px;
	color: #FF3300;
}

.hidden {
	display: none;
}