/*************************/
/* SECTION 1 - MAIN BODY */
/*************************/

body
{
	font-size: 12px;
	margin: 0px auto;
	padding: 0px;
	font-family:	arial, sans-serif;
}
/*************************************/
/* SECTION 2 - HEADER AND NAVIGATION */
/*************************************/

/*-----------------------------------*/
/* 2.1 - Sitename, slogan and banner */
/*-----------------------------------*/
.header
{
	overflow: hidden;
	width: 808px;
	height:140px;
	margin: 0px auto;
	margin-top: 30px;
	background: url(../images/top.jpg);
/*	border-top: solid 1px rgb(100,100,100);
	background-color: rgb(255,250,215);*/
}
.site-name
{
	float:left;
	top: 42px;
	width: 550px;
	height: 130px;
	z-index: 4;
	overflow: hidden;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	color: rgb(69,140,204);
}
#LoginBox
{
	width:250px;
	height:80px;
	float:left;
	margin-top:-15px;
	border-bottom:1px solid black;
	border-right:1px solid black;
}

.submit-button
{
	cursor:pointer;
	background:url(../images/formbgblue1.gif) repeat-x center center;
	font:11px Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	text-transform: capitalize;
	margin-top:1px;
	color:#666;
    height: auto;
    min-height:20px;
	width: auto;
    text-align: center;
    border:4px #93C9EE ridge;
	-moz-border-radius: 10pt;
}
.submit-button:hover
{
	color:RED;
    text-align: center;
    border:4px white ridge;
}
input[type="button"]
{
	cursor:pointer;
	background:url(../images/formbgblue1.gif) repeat-x center center;
	font:11px Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	text-transform: capitalize;
	margin-top:1px;
	color:#666;
    height: auto;
    min-height:20px;
	width: auto;
    text-align: center;
    border:2px #93C9EE ridge;
	-moz-border-radius: 10pt;
}

.site-logo
{
	float:left;
	top: 20px;
	width: 400px;
	height: 130px;
	z-index: 4;
	overflow: hidden;
	margin: 0px;
	padding-left: 20px;
}
.site-name p.site-domain
{
	margin: 0px;
	padding: 0px;
	margin-left:40px;
	padding-top:32px;
    font-family: English111 Vivace BT;
	font-family:Monotype Corsiva;
	color:#AE9A54;
	font-size:4em;
	font-weight:bold;
}
.site-name a
{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #AE9A54;
}
.site-name a:hover
{
	text-decoration: none;
	color: rgb(88,144,168);
}
.green-bar
{
	width: 800px;
	height: 25px;
	margin: 0px auto;
	border-left: solid 4px #00579b;
	border-right: solid 4px #00579b;
	background-color: rgb(154,178,180);
}
.shoppingCart
{
	height:25px;
	width:35px;
	margin-right:25px;
	float:right;
}
.spacer
{
	width: 800px;
	height: 25px;
	margin: 0px auto;
	border-left: solid 4px #00579b;
	border-right: solid 4px #00579b;
	background-color: white;
}
.title-bar
{
	width: 800px;
	height: 20px;
	margin: 0px auto;
	border-left: solid 4px #00579b;
	border-right: solid 4px #00579b;
	background-color: #00579b;
	padding: 0px;
	padding-top:3px;
	text-align:center;
	color: white;
	font-size:15px;
	font-weight:bold;
}

.page-container
{
	width: 800px;
	margin: 0px auto;
	border-left: solid 4px #00579b;
	border-right: solid 4px #00579b;
	background-color: white;
}
.content
{
	float: left;
	width: 790px;
	margin: 0px;
	padding: 0px 0px 10px 20px;
	color: black;
	font-size:15px;
}

/*--------------------*/
/* 6.3 - Footer Area  */
/*--------------------*/
.footer
{
	overflow: hidden;
	clear: both;
	width: 808px;
	height: 40px;
	margin: 0px auto;
	background: url(../images/bottom.jpg);
	font-size: 1.0em;
}
.footer p
{
	margin: 0px;
	padding: 0px;
	padding-top:10px;
	text-align: center;
	line-height: 1.3em;
	color: white;
	font-size: 110%;
}



/* Headings */
h1 {margin: 1.0em 0px 0.5em 0px; font-weight: bold; font-size: 160%;}
/*h2 {margin: 1.0em 0px 0.5em 0px; font-weight: bold; font-size: 150%;}*/
h3 {margin: 1.0em 0px 0.5em 0px; font-weight: bold; font-size: 13px;}
h4 {margin: 1.0em 0px 0.5em 0px; font-weight: bold; font-size: 130%;}
h5 {margin: 0px 0px 0.2em 0px; font-weight: bold; font-size: 130%;}
h6 {margin: 0px 0px 0.2em 0px;font-weight: bold; font-style: italic; font-size: 130%;}

/* Tables */
.small-text
{
	font-size:11px;
}
.Billing
{
	background-color: #3BF2EB;
	background-color: #3B82F2;
	font-size: 12px;
	font-weight:bold;
}
.Shipping
{
	background-color: #DEE243;
	font-size: 12px;
	font-weight:bold;
}
