﻿body
{
	padding: 0;
	text-align: center;
	background-color: White; /* cosmetic */
	margin: 0px; /* required */
	font-family: Arial, Helvetica, sans-serif;
	color: #0b1b28;
	background: url('images/bgslice.jpg') center top repeat-y;
}


h1, h2, h3, h4 {
	font-family:  Verdana, Tahoma, Arial, Trebuchet, Sans-serif;
	color: #0b1b28;
	font-weight: bold;
}
h1 {
	font-size: 200%;	
	font-weight: normal;
	letter-spacing: 0px;
}
h2
{
	font-size: 160%;
}
h3 {
	font-size: 130%;	
	font-weight: normal;	
}

h4 {
	font-size: 100%;	
	font-weight: normal;	
}


h1, h2, h3, h4, p {
	padding: 10px;		
	margin: 0;
}

a
{
	color: #0066CC;
}

a:hover
{
	text-decoration: none;
}

a img
{
	border: none;
}

#cart
{
	position: absolute;
	left: 784px;
	top: 5px;
	width: 38px;
	height: 36px;
	background: url('images/cart.jpg') no-repeat;
}

#tagline
{
	position: absolute;
	text-align: left;
	left: 295px;
	top: 89px;
	color: #acdc28;
	width: 800px;
	font-family: Serif, Tahoma;
	font-size: 0.85em;
	font-weight: bold;
	line-height: 20px;
}

#container
{
	background-position: center top;
	position: relative;
	vertical-align: top;
	padding: 0;
	margin: 0 auto;
	border: 0;
	width: 1061px;
}

#middle
{
	background-position: center top;
	position: relative;
	vertical-align: top;
	padding: 0;
	margin: 0 auto;
	border: 0;
	width: 1061px;
	height: 1094px;
	background: url(images/website/OPUS_WebSub_BDrev110809.jpg) center top no-repeat;
}

#shoppingtitle
{
	position: absolute;
	text-align: center;
	left: 50px;
	top: 400px;
	width: 160px;
}

#shoppingcategories
{
	position: absolute;
	text-align: center;
	left: 0px;
	top: 380px;
	width: 160px;
}

#headerimage
{
	position: absolute;
	margin: 0;
	padding: 0;
	left: 278px;
	top: 248px;
	width: 413px;
	height: 50px;
}
    
#graphicimage
{
	position: absolute;
	margin: 0;
	padding: 0;
	left: 664px;
	top: 249px;
	width: 385px;
	height: 312px;
}
        

#contents
{
	position: absolute;
	left: 250px;
	top: 312px;
	width: 470px;
	height: 553px;
	overflow: auto;
}

#shopnav
{
	position: absolute;
	text-align: center;
	left: 250px;
	top: 873px;
	width: 773px;
	height: 50px;
}

.leftaligned
{
	text-align: left;
}

.bold
{
	font-weight: bold;
}

#menu
{
    /* nothing in here right now */
}
#menu .Item
{
    /* CSS class for non-selected Menu Item */
    background: url(images/website/menuitem.jpg) no-repeat;
    width: 217px;
    height: 47px;
    color: white;
    font-weight: bold;
    margin-top: 3px;
}
#menu .ItemSelected
{
   background: url(images/website/menuitemselected.jpg) no-repeat;
    width: 217px;
    height: 47px;
    color: #addd28;
}

#menu .ItemHover
{
   background: url(images/website/menuitemselected.jpg) no-repeat;
    width: 217px;
    height: 47px;
    color: Yellow;
}

/* CSS classes for standard Links, only valid inside the #menu DIV */
#menu a, #menu a:visited
{
    background: transparent !important;
    display: block;
}
#menu a:hover, #menu a:active, #menu a:focus
{
    background: transparent !important;
    display: block;
}

        

