﻿body
{
	padding: 0;
	text-align: center;
	background-color: White; /* cosmetic */
	margin: 0px; /* required */
	font-family: Arial, Helvetica, sans-serif;
	color: #0b1b28;
	background: url('/images/stretching/containerslice.jpg') center top repeat-y;
}


h1, h2, h3, h4
{
	font-family: Serif, Verdana, Tahoma, Arial, Trebuchet, Sans-serif;
	color: black;
	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;
	background: url('/images/stretching/containerslice.jpg') center top repeat-y;
}

#header
{
	background-position: center top;
	position: relative;
	vertical-align: top;
	padding: 0;
	margin: 0 auto;
	border: 0;
	background: url('/images/stretching/header.jpg') center top no-repeat;
	height: 855px;
}

#titleimage
{
	background-position: center top;
	position: relative;
	vertical-align: top;
	padding: 0;
	margin: 0 auto;
	top: 220px;
	width: 800px;
	font-family: Serif, Verdana, Tahoma, Arial, Trebuchet, Sans-serif;
}

#headercontent
{
	background-position: center top;
	position: relative;
	vertical-align: top;
	padding: 0;
	margin: 0 auto;
	top: 240px;
	left: 10px;
	width: 979px;
}

#headercontents
{
	margin-left: 10px;
	margin-right: 10px;

	text-align: left;
}


#middle
{
	background-position: center top;
	position: relative;
	vertical-align: top;
	padding: 0;
	margin: 0 auto;
	border: 0;
	width: 1061px;
	background: url('/images/stretching/containerslice.jpg') center top repeat-y;
}

#content
{
	text-align: left;
	margin-left: 50px;
	margin-right: 50px;
}

#footer
{
	background-position: center top;
	position: relative;
	vertical-align: top;
	padding: 0;
	margin: 0 auto;
	border: 0;
	background: url('/images/stretching/footer.jpg') center top no-repeat;
	width: 1261;
	height: 236px;
}

.centered
{
	text-align: center;
}




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;
}

.styleTitleBlue
{
    font-size: 2.5em;
    color: #0066FF;
    letter-spacing: 4px;
}

.styleTitleBlueMiddle
{
    font-size: 2.5em;
    color: #0066FF;
    letter-spacing: 4px;
}

.styleTitleNormal
{
    font-size: 1.5em;
    color: black;
    letter-spacing: 4px;
}

.styleTitleNormalMiddle
{
    font-size: 1.5em;
    color: black;
    letter-spacing: 4px;
}

