﻿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;
}

#header
{
	background-position: center top;
	position: relative;
	vertical-align: top;
	padding: 0;
	margin: 0 auto;
	border: 0;
	background: url('/images/simple/header.jpg') center top no-repeat;
	width: 1061px;
	height: 218px;
}

#middle
{
	background-position: center top;
	position: relative;
	vertical-align: top;
	padding: 0;
	margin: 0 auto;
	border: 0;
	background: url('/images/simple/middle.jpg') center top no-repeat;
	min-height: 654px;
	width: 1061px;
	background-color: #f9fdff;
}

#content
{
	text-align: left;
}

#footer
{
	background-position: center top;
	position: relative;
	vertical-align: top;
	padding: 0;
	margin: 0 auto;
	border: 0;
	background: url('/images/simple/footer.jpg') center top no-repeat;
	width: 1061px;
	height: 221px;
}

.centered
{
	text-align: center;
}


h1
{
    color: #7be31d;
}

div.transbox
{
    width: 100%;
    height: auto;
    background-color: #132b4d;
    filter: alpha(opacity=90); /* CSS3 standard */
    opacity: 0.9;
}

fieldset
{
	margin: 10px 10px 10px 10px;
	border: 1px solid #B8CEED;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;  
}
legend
{
	padding: 0.2em 1.5em 0.2em 1.5em;
	border: 1px solid #132b4d;
	color: #addd28;
	font-size: 90%;
	text-align: left;
	font-weight: bold;
	background-color: #132b4d;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;  
}

.whitebox
{
	background-color: White;
}


table.basic
{
	border-collapse: collapse;
	margin: 10px;
	width: 80%;
}
table.basic a, a:visited
{
	background: inherit;
	text-decoration: underline;
	font-weight: bold;
}
table.basic a:hover
{
	background: inherit;
	text-decoration: underline;
	font-weight: bold;
}
table.basic td
{
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: left;
	vertical-align: top;
	background-color: white;
	border: 1px solid #000;
	color: #00304b;
}
table.basic th
{
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	border: 1px solid #000;
	background-color: #a1c11c;
	color: #004c76;
}

