﻿body
{
	margin: 0px;
	background: White;
	color: Black;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
}

#frame
{
	width: 984px;
	margin-left: auto;
	margin-right: auto;
}


#header
{
	padding: 10px;
}

#menu
{
	background: #f47b20;
	color: White;
	border: solid 1px black;
}

#menu ul
{
	list-style-type: none;
	padding: 3px;
	margin: 0px;
}

#menu li
{
	display: inline;
	padding: 3px 5px;
}

#menu a, #menu a:visited
{
	color: White;
	text-decoration: none;
}

#menu a:hover
{
	color: Black;
	text-decoration: none;
}

.dropdownmenu
{
	width: 150px;
	position: absolute;
	background: #f47b20;
	color: White;
	visibility: hidden;
	border: solid 1px Black;
}

.dropdownmenu ul
{
	list-style-type: none;
	margin: 0px;
	padding: 2px 0px;
}

.dropdownmenu li
{
	padding: 2px 5px;
}

.dropdownmenu li.newgroup
{
	border-top: solid 1px Black;
}

.dropdownmenu a, .dropdownmenu a:visited
{
	text-decoration: none;
	color: White;
}

.dropdownmenu a:hover
{
	text-decoration: none;
	color: Black;
}

#sidebar
{
	width: 160px;
	float: right;
	padding: 10px 0px;
	text-align: center;
}

#main
{
	width: 784px;
	padding: 10px;
}

#footer
{	
	clear: both;
	padding: 10px;
	margin-top: 20px;
	font-size: 8pt;
	border-top: solid 1px #f47b20;
}

#footer div.icons
{
	float: right;
	text-align: center;
	margin: 10px;
}

#footer div.icons img
{
	vertical-align: middle;
	margin: 0px 10px;
}

h1
{
	font-weight: bold;
	font-size: 12pt;
}

h2
{
	font-weight: bold;
	font-size: 10pt;
}

table.tiles tr
{
	vertical-align: top;
}

table.tiles td
{
	font-size: 8pt;
	padding: 3px;
	cursor: pointer;
}

table.tiles td img
{
	float: left;
	margin-right: 10px;
}

table.tiles td h2
{
	margin: 0px;
}

a img
{
	border: 0px;
}

a, a:visited
{
	color: Blue;
	text-decoration: underline;
}

a:hover
{
	color: Red;
	text-decoration: underline;
}

label.required
{
	background-image: url(/images/required.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 10px;
}

.box
{
	border: solid 1px black;
}

.box h1
{
	font-weight: bold;
	font-size: 10pt;
	color: White;
	background: #f47b20;
	margin: 0px;
	padding: 3px;
	border-bottom: solid 1px black;
}

table.productgrid tr
{
	vertical-align: top;
}

table.productgrid td
{
	padding: 10px;
}

table.productgrid h2
{
	margin-top: 0px;
}