body {
	margin: 0;
	background: #FFFFFF url('../images/layout/background.png') repeat-y; 
	font-family: arial, "lucida console", sans-serif;
	font-size: 100%;
	z-index: 10;
}

#top {
	background: #FFFFFF url('../images/layout/top-bar.png') repeat-x;
	height: 78px;
	width: 100%;
}

#topleft {
	background: #000000 url('../images/layout/top-left.png') no-repeat;
	width: 433px;
	height: 78px;
	float: left;
	cursor: pointer;
}

#body {
	width: 100%;
}

#content {
	width: 560px;
	margin: 0 0 0 200px;
	text-align: center;
	z-index: 50;
}

div#content {
	z-index: 50;
}

p.phnum {
	margin: 0;
	padding: 8px 0 0 0;
	color: #FFFFFF;
	font-size: 80%;
}

#leftmenu {
	width: 200px;
	float: left;
}

img.menuitem {
	width: 165px;
	background: #000;
	margin: 0;
	padding: 0;
	border: none;
}

a.menuitem {
	float: left;
	width: 165px;
	border-top: 1px solid #FFF;	
	background: #94283A;
	color: #FFF;
	margin: 0;
	padding: 10px 0 10px 0;
	text-align: center;
}

div#background {
	position: absolute;
	width: 450px;
	height: 600px;
	background: url('../images/background/suits.png');
	z-index: 1;
	left: 500px;
}

p.marginhack {
	margin: 0;
	font-size: 2%;
}

div.itemcontainer {
	height: 157px;
	float: right;
	margin: 5px 0px 5px 0px;
}

div.itembox {
	width: 100px;
	height: 157px;
	background: #FFF url('../images/layout/item-box.png') no-repeat;
	margin: 0px 5px 10px 5px;
	padding: 1px 0 0 0;
	float: left;
}

.itembox img {
	width: 98px;
	height: 133px;
	overflow: hidden;
}

.itembox h1 {
	color: #fff;
	font-size: 70%;
	vertical-align: bottom;
	margin: 4px 0 0 0;
}

#PopupLeft {
	float: left;
	height: 325px;
	background: #932739;
	border-right: 1px solid #B0A9A8;
}
#PopupLeft h1 {
	color: #fff;
	font-size: 100%;
	vertical-align: bottom;
	margin: 14px 0 0 0;
	margin-right: 10px;
}

div#PopupRight {
	height: 325px;
}

#PopupContainer {
	position: absolute;
	width: 549px;
	height: 325px;
	border: 3px solid #B0A9A8; 
	padding: 0px;
	background: #F4EEEC;
	visibility: hidden;
	z-index: 100;
	top: 160px;
	left: 200px;
}

p#PopupText {
	padding: 5px;
}

p#PopupPrice {
	font-size: 90%;
}

/* Standard Formatting Tags */

p {
	color: #333;
}

a:link {
	color: #FFF;
	text-decoration: none;
}

a.menuitem:link {
	font-weight: bold;
}

a.pageurl:link, a.pageurl:visited, a.pageurl:hover, a.pageurl:active {
	color: maroon;
}

a:visited, a:hover, a:active {
	color: #FFF;
	text-decoration: none;
}

h1 {
	color: #94283A;
}

tr.even {
	background: #CCCCCC;
}

tr.odd {
	background: #FFFFFF;
}

tr.top {
	background: #94283A;
	color: #FFFFFF;
}

#hiddencontactbox {
	visibility: hidden;
}
