﻿body
{
	/*background: #bfcfff url(images/gradientblue.png) repeat-x; 	background: #F5f5f5 url(images/gradientgray.png) repeat-x;*/
	/*background: #F7F4EE url(images/Shadow.png) repeat-y center;*/
	background-color: #F7F4EE;
	font-family: Verdana, Arial;
	font-size: 1em;
	margin: 0px;
}

p
{
	margin-top: 1em;
	font-size: 1em;
	line-height: 1.5em;
}

h1, h2, h3
{
	clear: both;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans" , Arial, Verdana;
}

h1
{
	color: #800200;
	font-size: 1.2em;
	line-height: 1.5em;
}

h2
{
	color: #004680;
	font-size: 1em;
}

h3
{
	color: #00315A;
	font-size: 1em;
}

ul.textList li
{
	margin-top: 0.5em;
	line-height: 1.5em;
}

.backgroundContainer
{
	margin: 0px auto;
	width: 920px;
	background: #F7F4EE url(images/Shadow.png) repeat-y center;
}

.container
{
	margin: 0px auto;
	width: 900px;
	
}

.header
{
	height: 120px;
	/*border: solid 1px #321414;*/
}

.separator
{
	/*width: 900px;*/
	margin: 0px auto;
	border-bottom: solid 1px #999999;
}

ul.list
{
	font-family: Verdana, Arial;
	font-size: 0.9em;
	margin-left: 1em;
	padding: 0;
	list-style-type: disc;
	line-height: 1.5em;
}

ul.list li
{
	margin-top: 1em;
}

div.nav
{
	background: url(images/nav.png) repeat-x;
	padding: 3px 0px;
	border-top: solid 1px #321414;
	border-bottom: solid 1px #321414;
	overflow: hidden;
	font-family: Verdana;
	font-size: 0.8em;
	line-height: normal;
	font-weight: bold;
	height: 20px;
}

div.nav ul
{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

div.nav li
{
	display: inline;
	margin: 0;
	padding: 0;
}

div.nav li a
{
	float: left;
	margin: 0;
	padding: 0 12px;
	text-decoration: none;
	border-right: solid 1px #321414;
}

div.nav li a:link, div.nav li a:visited
{
	color: #321414;
}

div.nav li a:link:hover, div.nav li a:visited:hover
{
	color: #939443;
}

.content
{
	background-color: #fff;
	clear: both;
	padding: 20px;
	/*border: solid 1px #321414;*/
}

.content table
{
	border-spacing: 0px;
	border: none;
}

.content table td
{
	vertical-align: top;
}


td.contentLeft
{
	padding-right: 20px;
	width: 554px;
}

td.contentRight
{
	padding-left: 20px;
	width: 344px;
}

.footer
{
	width: 100%;
	border-top: solid 1px #999999;
}

/* table style */
table.productTable
{
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	border: solid 1px #bbb;
	border-collapse: collapse;
	width: 100%;
}

/* header cell style */
.productTable th
{
	color: #fff;
	padding: 2px 5px;
	font-weight: bold;
	text-align: center;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #dcdcdc;
	border-bottom-color: #dcdcdc; /*background-color: #E8F4FF;*/
	background-color: #8493A1;
	font-family: Arial;
}

/* cell styles */
.productTable td
{
	color: #000;
	padding: 2px 8px;
	background: #fff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #dcdcdc;
}

/*
.accordionHeader
{
	cursor: pointer;
	font-family: Verdana;
	font-size: 0.9em;
	color: #613913;
	
	padding: 3px 0px;
}

.accordionHeader:hover
{
	color: #999999;
}

.content
{

}

table.tableProducts
{
	width: 100%;
}

.tableProducts td
{
	vertical-align: top;
}

.productsList
{
	border-right: solid 1px #999999;
	width: 150px;
}

.productHeader
{
	font-size: 1em;
	font-weight: bold;
	border: solid 1px #dcdcdc;
	padding: 10px;
	background: url(images/sprite.png) repeat-x 0px -1700px;
}

.product
{
	height: 500px;
	overflow: auto;
}

*/