﻿body 
{
	background-color: #307c9a;
	background-image: url(/App_Images/background.gif);
	background-repeat: repeat-y;
	font-family: Tahoma, Sans-Serif;
	font-size: 13px;
}

a
{
	color: #1a6087;
}

h1
{
	color: #1a8780;
	font-family: Arial Black, Arial, Sans-Serif;
	font-size: 32px;
	font-weight: bold;
	margin: 0px;
}

h2
{
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
}

hr
{
	color: #dcdcdc;
	background-color: #dcdcdc;
	height: 1px;

}

ul
{
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 0;
	margin-bottom: 0;
}

li
{
	margin: 0 0 0 -10px;
}


#mainContainer
{
	width: 1022px;
	margin-left: auto;
	margin-right: auto;
}

#topNav
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	width: 100%;
}

#topNav .itemOff
{
	height: 30px;
}

#topNav .itemOff .left
{
	padding: 0 6px 0 1px;
}

#topNav .itemOff .itemBody
{
}

#topNav .itemOff .right
{
	padding: 0 1px 0 6px;
}

#topNav .itemOff a
{
	color: #FFFFFF;
	text-decoration: none;
}

#topNav .itemOn
{
	height: 30px;
}

#topNav .itemOn .left
{
	background-color: #FFFFFF;
	background-image: url(/App_Images/tab_Left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 6px 0 1px;
}

#topNav .itemOn .itemBody
{
	background-color: #FFFFFF;
}

#topNav .itemOn .right
{
	background-color: #FFFFFF;
	background-image: url(/App_Images/tab_Right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0 1px 0 6px;
}

#topNav .itemOn a
{
	color: #3b7798;
	text-decoration: none;
}

#topNav .separator
{
	color: #41a5b5;
	padding-left: 15px;
	padding-right: 15px;
}









#productNav
{
	background-color: #dee5eb;
}









.productTable td
{
    padding: 4px 10px 4px 10px; 
    border-bottom: 1px solid #999;   
    vertical-align: top;
}

.productTable th 
{
    background-color: #1d6288;
    padding: 4px 10px 4px 10px; 
    border-right: 1px solid #fff;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
}
