body {
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}
p, .paragraphStyle {
	line-height:125%;
}
a:link, a:active {
	text-decoration:underline;
	color:#003399;
}
a:visited {
	color:#663366;
}
a:hover {
	text-decoration:none;
	color:#FF9900;
}
h1 {
	font-size:190%;
}
h2 {
	font-size:120%;
	border-bottom:1px solid #003399;
}
img {
	border:0;
}
td {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:top;
}
th {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:100%;
}
form {
	margin:0;
	border:0;
}
input, textarea, select {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:100%;
}
fieldset {
	width:500px; padding:5px;
}
legend {
	font-weight:bold;
	color:#003399;
}
ul {
	list-style-type:disc;
	list-style-position:outside;
	line-height:125%;
}
li {
	line-height:125%;
}
ol {
	list-style-type:decimal;
	list-style-position:outside;
	line-height:140%;
}
hr {
	border:0;
	margin:0;
	height:1px;
	color:#003399;
	background-color:#003399;
}


#minPageWidth {
	margin:0;
	padding:0;
	height:1px;
	clear:both;
}

#topPanel {
	width:100%;
	height:70px;
	background-color:#EAEAFF;
}
#topPanel #logo {
	text-align:center;
	width:158px;
	position:absolute;
}
#topPanel #logo img {
	margin:7px 0 3px 0;
}
#topPanel #textUnderLogo {
	font-size:8px; 	font-weight:bold;
}

#topPanel #infoBar {
	height:40px;
	padding-left:158px;
	white-space:nowrap;
}
#topPanel #infoBar .contactInfo {
	color:#003399;
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
}

#menuBar {
	margin-left:158px;
	border-bottom:3px solid #003399;
}

#menuBar td.gap {
	width:5px;
}

#menuBar .tabInactive {
	background-color:#9BBCFF;
	color:#003399;
	white-space:nowrap;
}
#menuBar .tabInactive a:link, #menuBar .tabInactive a:active, #menuBar .tabInactive a:visited, #menuBar .tabInactive a:hover {
	color:#003399;
	text-decoration:none;
}

#menuBar .tabActive {
	background-color:#003399;
	color:#9BBCFF;
	white-space:nowrap;
}
#menuBar .tabActive a:link, #menuBar .tabActive a:active, #menuBar .tabActive a:visited, #menuBar .tabActive a:hover {
	color:#9BBCFF;
	text-decoration:none;
}

#menuBar .singleLineTab {
	line-height:240%;
}

#menuBar .tabHolder {
	height:26px;
	text-align:center;
	font-size:10px;
	cursor:pointer;
	overflow:hidden;
	font-weight:bold;
}

#menuBar .tabLeft {
	background-image:url(/images/top_panel/tab_left.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	width:5px;
	float:left;
	height:26px;
}

#menuBar .tabMiddle {
	float:left;
	border-top:1px solid #330099;
}

#menuBar .tabRight {
	background-image:url(/images/top_panel/tab_right.gif);
	background-position:100% 0;
	background-repeat:no-repeat;
	float:left;
	width:5px;
	height:26px;
}

#menuBar div.dropDown {
	visibility:hidden;
	z-index:20;
	position:absolute;
	padding:0;
	border:1px solid #003399;
}

#menuBar .dropDownElement {
	background-color:#9BBCFF;
	color:#003399;
	cursor:pointer;
	white-space:nowrap;
	margin:0;
	padding:2px;
}
#menuBar .dropDownElement a:link, #menuBar .dropDownElement a:active, #menuBar .dropDownElement a:visited, #menuBar .dropDownElement a:hover {
	color:#003399;
	text-decoration:none;
}

#menuBar .dropDownElementHover {
	background-color:#003399;
	color:#9BBCFF;
	cursor:pointer;
	white-space:nowrap;
	margin:0;
	padding:2px;
}
#menuBar .dropDownElementHover a:link, #menuBar .dropDownElementHover a:active, #menuBar .dropDownElementHover a:visited, #menuBar .dropDownElementHover a:hover {
	color:#9BBCFF;
	text-decoration:none;
}

.leftPanel {
	border-right:1px solid #CCCCCC;
	padding:65px 5px 0 3px;
	width:150px;
	background-color:#EAEAFF;
}
.leftPanelBox {
	background-color:#FFFF99;
	border:1px solid #003399;
	margin:1px 0 5px 0;
	width:98.5%;
}
.leftPanelTitle {
	text-align:center;
	font-size:90%;
	background-color:#003399;
	color:#FFFFFF;
	padding:2px 0 2px 0;
	margin-bottom:5px;
}
.leftPanelContent {
	padding:0 2px 2px 2px;
}
input.leftPanelInput {
	width:95%;
}
input.leftPanelButton {
	font-size:80%;
	background-color:#FFFF99;
}

.mainPanel {
	width:99%;
	padding:10px 10px 10px 10px;
}
.mainPanelAdmin {
	width:99%;
	padding:5px 10px 10px 10px;
	border:2px solid #FF3300;
}
#breadcrumb {
	margin:-5px 0 -5px 0;
}
#printLogo { 	float:right;
	margin: 0 0 5px 10px;
}
td.regFormLabel {
	width:35%;
	vertical-align:middle;
}
td.regFormInput {
	width:65%;
	vertical-align:middle;
}
td.regFormLabelDist, td.regFormInputDist, td.productRefineLabel, td.productRefineInput {
	vertical-align:middle;
}
td.adminFormLabelDist, td.adminFormInputDist {
	vertical-align:top;
}
table.searchListing {
	width: 100%;
	border:1px solid #003399;
}

table.productsListing, table.productInfo, .listing {
	border:1px solid #003399;
}
	
td.productsListingTitle, td.productInfoTitle, .listingTitle {
	padding:4px 6px 4px 6px;
	text-align:center;
	vertical-align:middle;
	background-color:#003399;
	color:#FFFFFF;
}
.listingTitle {text-align:left;}

a.productsListingTitle:link, a.productsListingTitle:active, a.productsListingTitle:visited, {
.listingTitle:link, a.listingTitle:active, a.listingTitle:visited
color:#FFFFFF;
}
tr.productsListingSubTitle, .listingSubTitle {
	background-color:#9BBCFF;
	color:#003399;
	font-weight:bold;
}
tr.productsListingAlternate0, .alternate0 {
	background-color:#FAFAFF;
}
tr.productsListingAlternate1, .alternate1 {
	background-color:#EAEAFF;
}
img.productImage, .blueBorder {
	border:1px solid #003399;
}
img.pd_productImage { 	border:1px solid #003399;
	margin:0 5px 5px 0;
}
img.fileIcon, img.flag {
	vertical-align:middle;
	margin:5px 5px 5px 0;
}
tr.redBackground {
	background-color:#FFA572;
}
.blueBox {
	padding:5px;
	border:1px solid #003399;
	background-color:#9BBCFF;
}

a.productBrowser:link, a.productBrowser:active {
	font-weight:bold;
	text-decoration:none;
	color:#003399;
}
a.productBrowser:visited {
	font-weight:bold;
	text-decoration:none;
	color:#663366;
}
a.productBrowser:hover {
	font-weight:bold;
	text-decoration:none;
	color:#FF3300;
}

div#categoryInfoPanel {
	float:right;
	margin: 0 0 5px 10px;
}
table.categoryInfo {
	border:1px solid #009933;
}
a.categoryInfoLink:link, a.categoryInfoLink:active {
	color:#009933; text-decoration:none;
}
a.categoryInfoLink:visited {
	color:#006600; text-decoration:none;
}
a.categoryInfoLink:hover {
	text-decoration:underline;
}
td.categoryInfoTitle {
	background-color:#009933;
	padding:4px 6px 4px 6px;
	color:#FFFFFF;
	text-align:center;
}
td.categoryInfoSubTitle {
	background-color:#CCFFCC;
	padding:4px 6px 4px 6px;
	color:#FFFFFF;
	text-align:center;
}
hr.categoryInfoLine {
	border:0;
	height:1px;
	color:#009933;
	background-color:#009933;
}
div#pd_productImages {
	float:left;
	margin:0 5px 5px 0;
}
div#pd_categoryInfoPanel {
	float:right;
	margin: 0 0 5px 5px;
}
div#pd_productDescription {
	margin-bottom: 10px;
}

td.distributorListingProducts {
	border-right: 1px solid #CCCCCC;
	padding-right: 10px;
}
td.distributorListingAddress {
	line-height:125%;
	padding-left: 10px;
}

div.siteMapLevel1 {
	margin:20px 0 10px 0;
}
div.siteMapLevel2 {
	margin:5px 0 5px 20px;
}
div.siteMapLevel3 {
	margin:0 0 0 40px;
}
div.siteMapLevel4 {
	margin:0 0 0 60px;
}

input.ecommerceButton {
	background-color:#9BBCFF;
	color:#003399;
}

.bottomPanel {
	border-top: 1px solid #CCCCCC;
	text-align:center;
	padding:15px;
}

.small {
	font-size:80%;
}
.big {
	font-size:140%;
}
.bigBold {
	font-size:140%;
	font-weight:bold;
}
.bigBoldBlue {
	font-size:140%;
	color:#003399;
	font-weight:bold;
}
.bold {
	font-weight:bold;
}
.boldBlue {
	color:#003399;
	font-weight:bold;
}
.boldGreen {
	color:#009933;
	font-weight:bold;
}
.boldRed {
	color:#FF3300;
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.blue {
	color:#003399;
}
.green {
	color:#009933;
}
.grey {
	color:#999999;
}
.red {
	color:#FF3300;
}
.smallRed {
	color:#FF3300;
	font-size:75%;
}
.lineSpaced {
	line-height:200%;
}
.monospaced {
	font-family:Courier,monospace;
}
.script {
	font-family:Casmira,Verdana,Geneva,Arial,Helvetica,sans-serif;
}

.greyRightBorder {
	border-right: 1px solid #CCCCCC;
}

.greyBox {
	border:1px solid #CCCCCC;
}

.greyBoxHover {
	border:1px solid #FF3300;
}

.definition {
	cursor: help;
	border-bottom: 1px dotted #003399;
}

