﻿html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Tahoma;
}

body 
{
	font-size: 12px;
}

#mainMenu 
{
	height: 68px;
	background-color: #b3b3b3;
	padding: 0px 0px 0px 0px;
	width: 827px;
	float: left;
}

#smalllogo
{
	float: left;
	margin-left: 21px;
}

#topImage
{
	margin-left: 144px;
}

#contentContainer 
{
	margin-top: 25px;
	margin-left: 144px;
	width: 683px;
	height: 200px;
}

#contentContainer .leftCol 
{
	width: 300px;
	float: left;
}

#contentContainer .rightCol
{
	width: 340px;
	float: right;
	margin-right: 1px;
}

#productHighlight 
{
	height: 260px;
	position: relative;

}

#productHighlight .selected
{
	position: absolute;
	top: 0px;
	left: 0;
	width: 338px;
	height: 240px;
	background-color: #333;
	color: White;
	vertical-align: middle;
	text-align: center;
	font-size: 210px;
}

#selectors
{
	padding-top: 250px;
}

#selectors .selector
{
	margin-right: 8px;
	padding-top: 3px;
	text-align: center;
	font-size: 9px;
	font-family: Times New Roman;
	height: 15px;
	border: 1px solid black;
	width: 18px;
	float: left;
}

#selectors .selector:hover
{
	 background-color: #CCC;
	 cursor: pointer;
}

#selectors .current
{
    background-color: #CC293D;
    color: #FFF;
}

#copyright
{
	color: #ccc;
	margin-top: 30px;
}

.contactLabel
{
    float: left;
    clear: both;
    width: 100px;
    text-align: right;
    margin-top: 5px;
    line-height: 25px;
}
.contactValue
{
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    line-height: 25px;
    width:400px;
}
.contactRequired
{
    color:Red;
}