/* General site styles */
html,body {
	margin: 0;
	padding: 0;
}

.ProductCategories 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #FF6600;
	cursor: hand;
	cursor: pointer;
	padding-bottom: 5px;
}

.ProductCategories a
{
	color: #FF6600;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
	padding-left: 23px;
	background-image: url('/assets/images/tab_productcategories_bullet.gif');
	background-repeat: no-repeat;
	background-position: 0px 25%;
}

.ProductCategories a:hover
{
	color: #406B8C;
	text-decoration: underline;
	cursor: hand;
	cursor: pointer;
	background-image: url('/assets/images/tab_productcategories_bulletselected.gif');
	background-repeat: no-repeat;
	background-position: 0px 25%;
}

.BannerText {
	font-family: "Trebuchet MS", "Trebuchet", Arial, Georgia;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
}

.mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003A66;
	line-height: 130%;
	padding-left: 5px;
	padding-right: 5px;
}

.mainContent h1 {
	font-family: "Trebuchet MS", "Trebuchet", Arial, Georgia;
	font-size: 17px;
	color: #003A66;
	font-weight: bold;
}

.mainContent h2,h3,h4,h5 {
	font-family: "Trebuchet MS", "Trebuchet", Arial, Georgia;
	font-size: 13px;
	color: #003A66;
	font-weight: bold;
}

.mainContent a {
	color: #003A66;
	text-decoration: underline;
}

.mainContent a:hover {
	color: #FF0000;
	text-decoration: none;
}

.mainContent li {
	list-style-type: disc;
}

.highlightText-red {
	color: #FF0000;
	font-weight: bold;
}

.BottomLink a {
	text-decoration: none;
	color:#FF0000;
}

.footer {
	font-family: Arial, Georgia, Tahoma, Verdana;
	font-size: 9px;
	color: #999999;
}

.footer a {
	color: #999999;
	text-decoration: none;
}

.footer a:hover {
	color:#FFFFFF;
	background-color: #999999;
}

/* Products page styles */

.ProductsBannerTableFix {
	display: block;
	height: 101px;
}

.ProductsBanner {
	background-image: url(/assets/images/productBanner-background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
}

.ProductsBannerRight {
	background-image: url(/assets/images/productBanner-backgroundright.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.ProductsBanner h1 {
	font-family: "Trebuchet MS", "Trebuchet", Arial, Georgia;
	font-size: 17px;
	color: #003A66;
	font-weight: bold;
	margin-bottom: -10px;	
}

.ProductsBanner p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003A66;
	font-weight: bold;
}

.ProductBlock {
	margin-bottom: 10px;
}

.ProductBlockBackground {
	background-image: url(/assets/images/productBlock-background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.ProductBlockLeft {
	background-image: url(/assets/images/productBlock-background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.ProductBlockLeft#OptionButtons {
	padding-left: 15px;
	padding-top: 3px;
}

.ProductBlockRight {
	background-image: url(/assets/images/productBlock-background.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

.ProductBlockLeft h1 {
	font-family: "Trebuchet MS", "Trebuchet", Arial, Georgia;
	font-size: 13px;
	color: #003A66;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: -5px;	
}

.ProductBlockLeft h2 {
	font-family: "Trebuchet MS", "Trebuchet", Arial, Georgia;
	font-size: 13px;
	color: #003A66;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: -5px;	
}

.ProductBlockLeft h3,h4,h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003A66;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: -5px;	
}

.ProductBlockLeft p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003A66;
	padding-left: 15px;
	padding-right: 15px;
}

.ProductBlockLeft a {
	color: #003A66;
	text-decoration: underline;
}

.ProductBlockLeft a:hover {
	color: #FF0000;
	text-decoration: none;
}

.AddSpaceToRightSide {
	margin-right: 10px;
}

.GuarenteeBlockRight {
	background-image: url(/assets/images/guaranteeBlock_background.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

.GuarenteeBlockRight h1 {
	font-family: "Trebuchet MS", "Trebuchet", Arial, Georgia;
	font-size: 13px;
	color: #003A66;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: -8px;	
}

.GuarenteeBlockRight h2 {
	font-family: "Trebuchet MS", "Trebuchet", Arial, Georgia;
	font-size: 13px;
	color: #003A66;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: -5px;	
}

.DeliveryBlockLeft {
	background-image: url(/assets/images/deliveryBlock_background.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.GuarenteeBlockLeft h2 {
	font-family: "Trebuchet MS", "Trebuchet", Arial, Georgia;
	font-size: 13px;
	color: #003A66;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: -5px;	
}
/* Form styles */

.textfield {
	height: 16px;
	width: 300px;
	border: 1px solid #7F9CB2;
	margin-bottom: 2px;
	padding-left: 5px;
	margin-top: 2px;
	font-family: "Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
	color: #003A66;
	font-size: 11px;
}

.textarea {
	height: 100px;
	width: 300px;
	border: 1px solid #7F9CB2;
	margin-bottom: 2px;
	padding-left: 5px;
	margin-top: 2px;
	font-family: "Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
	color: #003A66;
	font-size: 11px;
}
.btn_submit {
	margin-top: 5px;
}

.smallfieldtext {
	font-family: "Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
	color: #003A66;
	font-size: 11px;
}