﻿body
{
	font-family: Verdana;
	font-size: 12px;
	margin: auto;
	padding: 0;
	color: #666666;
}

table
{
	margin: auto;
}


a
{
	color: #2E69D0;
	text-align: left;
	text-decoration: none;
}

a:hover
{
	color: #2E69D0;
	cursor: pointer;
	text-decoration: underline;
}

.PopoutLink
{
	color: #C70000;
	text-align: left;
	text-decoration: none;
}

.PopoutLink:hover
{
	color: #C70000;
	cursor: pointer;
	text-decoration: underline;
}

img
{
	border: none;
}


.HeaderBack
{
	background: url(../../images/topbannerbg.jpg);
	background-repeat: repeat-x;
	height: 175px;
	vertical-align: middle;
}

.ContentTable
{
	width: 950px;
}

.LeftBoxHeading
{
	font-family: Verdana;
	font-size: 12px;
	background: #C3D9FF;
	color: #0000CC;
	height: 25px;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.LeftBoxContents
{
	background: #E8EEF7;
	border: none;
	font-family: Verdana;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.BottomBack
{
	background-color: #0C1F4C;
	background: url(../../images/bottombg.jpg);
	background-repeat: repeat-x;
}

.BottomLinks
{
	color: White;
	font-size: 10px;
}
.BottomText
{
	color: #2E69D0;
	font-size: 10px;
}

/* Page CSS */
.PageTitle
{
	font-family: Verdana;
	font-size: 20px;
	color: #0000CC;
	font-weight: bold;
}

.PageSubTitle
{
	color: #212121;
	font-weight: bold;
	text-transform: uppercase;
}

.MainContent
{
	text-align: justify;
	vertical-align: top;
	padding-bottom: 20px;
}

/* About Page CSS */
.aboutImages td
{
	text-align: center;
	font-weight: bold;
}
.aboutImages img
{
	width: 110px;
	height: 68px;
	border: none;
}

/* Product Lines Page */
.ProductLinesHeading
{
	background-color: #FBFBE2;
	padding: 5px;
	font-weight: bold;
	height: 15px;
	text-align: left;
}

/* Helpful Hints CSS */
.hhRightImage
{
	float: right;
	padding: 15px 15px 15px 15px;
}
.hhLeftImage
{
	float: left;
	padding: 15px 15px 15px 15px;
}
.hhitems
{
	white-space: nowrap;
	text-align: left;
	padding-left: 15px;
}
.hhitems ul
{
	text-align: left;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 20px 15px;
}

.charttable
{
	font-weight: bold;
	font-size: 10;
}

.tablebggreen
{
	background-color: #ccffcc;
}

.tablebgblue
{
	background-color: #ccccff;
}
.tablebgorange
{
	background-color: #ffcc99;
}
.tablebgteal
{
	background-color: #99cccc;
}
.tablebgpink
{
	background-color: #ffcccc;
}
.tablebgyellow
{
	background-color: #ffffcc;
}

/* Contact Page CSS */
.ContactPageSubTitle
{
	background-color: #FBFBE2;
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.employeeImages
{
	vertical-align: top;
	text-align: center;
	font-size: 10px;
	border: none;
	white-space: nowrap;
}
.employeeImages img
{
	vertical-align: top;
	border: none;
}
.contactemail
{
	font-size:8px;
}


/* Messages */
.SuccessMsg
{
	color: Green;
	font-weight: bold;
}

.ErrorMsg
{
	color: Red;
	font-weight: bold;
}

/* Product Display */
.ProductDisplayLabel
{
	font-weight: bold;
	vertical-align: top;
	width: 110px;
}

.ProductDisplayData
{
	vertical-align: top;
}

/* Sale Display */
.SaleBox
{
	background-color: #9D0000;
}
.SaleName
{
	font-size: large;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}
.DateString
{
	font-size: small;
	text-align: center;
	color: #CCCCCC;
}
.SaleString
{
	font-size: medium;
	text-align: center;
	color: #ffffff;
}
.SaleImage
{
	display: inline;
	position: relative;
	left: 0px;
	top: 0px;
}
.SaleLink
{
	font-size: medium;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
}
.SaleLink:hover
{
	font-size: medium;
	text-align: center;
	color: #ffffff;
	text-decoration: underline;
}
.SaleLabel
{
	font-weight: bold;
	font-size: larger;
	color: Red;
}

/* Advanced Search */
.ASFieldColumn
{
	white-space: nowrap;
	vertical-align: top;
	font-weight: bold;
}

/* reCAPTCHA */
.recaptchatable, #recaptcha_table
{
	background-color: #F8F8E9 !important; /* reCaptcha widget background color */
}

.recaptcha_image_cell, #recaptcha_table
{
	background-color: #F8F8E9 !important;
}


#recaptcha_table
{
	border-color: #336633 !important; /* reCaptcha widget border color */
}

#recaptcha_response_field
{
	border-color: #336633 !important; /* Text input field border color */
	background-color: #F8F8E9 !important; /* Text input field background color */
}


