
/* CSS Document */

body {
	font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
	font-size: 11px;
	color:#666666;
	background-repeat: no-repeat;
	background-image: url('/images/topheader.jpg') ; 
	background-attachment: scroll;
	background-color:#000000;
}

#main_container{
	padding: 0;
	margin: 0 0 0 81px;
	text-align: left;
	width: 800px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
#header_container {
	width: 100%;
	height: 162px;
}
#logoheader {
	float: left;
	margin-left: 16px;
	width: 140px;
	height: 130px;
	cursor: hand;
}


#menu_container {
	margin: 0 0 0 55px;
	height: 82px;
	width: 750px;
	z-index: 2;
}
#menu {
	float: left;
	height: 23px;
	width: 633px;
}

#core {
	width: 792px;
	margin: 0px auto auto 5px;
	height: auto !important;
	height: 100%;
	min-height: 100%;

}

#core .middleside {
	float: left;
	width: 100%;
	margin-left: 12px;
	padding-left: 15px;
	background-image: url('/images/edges.png');
	background-repeat: repeat-y;
}

#checkout {
	float: left;
	background-image:url('/images/checkout.png');
	behavior: url('/images/iepngfix.htc');
	background-repeat: none;
	width: 106px;
	height: 35px;
	cursor: hand;
}
#footer {
	float: left;
	background-image:url('/images/bottommain.jpg');
	background-position: top;
	background-repeat: no-repeat;
	width: 790px;
	height: 60px;
}

.footfont {
	color:#999999;
}
