html, body {
	text-align: center;
}

#container {
	background: url('../images/background1.jpg') 12.25em top no-repeat;
}

#wrapper {
	background: url('../images/categoryOverlay.png') 12.25em top no-repeat;
}

#header {
	color: rgb(255, 255, 253);
	height: 3.571em;
	padding: 0.857em 0 0 3em;
}

#header #logo {
	float: left;
/*    width: 2.63em;
    height: 2.63em; */
	margin: 0 2em 0.571em 0;
}

#content {
    padding: 0;
}

#subheader {
    text-align: right;
    height: 39px;
    overflow: hidden;
}

#products {
	margin: 0 0 0 14.75em;
/*	padding-top: 7em; */
}

.prod {
	float: left;
	text-align: center;
	font-size: 0.750em;
	margin: 1.17em 0 0 1.17em;
	width: 12.33em;
	height: 19.00em;
	/* set display to inline to avoid IE 6.0 double margin bug */
	display: inline;
	padding: 0.58em;
}

.prod img {
	width: 12.33em;
	width: 148px;
	height: 12.33em;
	height: 148px;
}

.prod a {
	display: block;
}

#rightbar {
    position: absolute;
    top: 0px;
    right: 0px;
/*    float: right; */
    width: 192px;
    w\idth: 160px;
    padding-left: 16px;
    padding-right: 16px;
}

#ordered {
    margin-top: 192px;
    text-align: left;
}

.btnViewOrder {
    margin-top: 8px;
}

