/* styles.css */

/* WebEd User Styles*/

.Heading1, H1 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3d3d6c;
	display: inline-block;
	float: left;
	text-transform: uppercase;
	margin: 0px;
	padding-left: 6px;
}

.Heading2, H2 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3d3d6c;
	margin: 0px;
}

.Heading3, H3 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #766c80;
	margin: 0px;
}
.Heading4, H4 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin: 0px;
}
.Heading5, H5 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #3d3d6c;
	margin: 0px;
	padding: 5px;
	text-transform: uppercase;
}
.Heading6, H6 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
}
.BodyText, p, span, div, td 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#333;
	font-weight: normal;
}
.AltBodyText 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
	line-height: 15px;
	color: #3d3d6c;
}
.AltBodyTextWhite 
{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif; 
	size: 12px;
	font-weight: normal;
}
.Image 
{
	border: 1px solid #302f2e;
}
.ImageCaption
{
	background: #ECECEC;
	padding: 6px;
	color: #50272b;
	border-bottom: 1px dotted #50272b;
	text-align: left;
}
.Bullets, ul, ul li 
{
	font-size:11px; 
	margin-left: 8px;
	padding-left: 10px;
	list-style-position: outside;
	list-style-image: url(../images/Template_Images/bullet.png);
}
ol, ol li
{
	font-size:11px; 
	margin-left: 8px;
	padding-left: 8px;
	list-style-position: outside;
}
.AltBullets 
{
	font-size:11px; 
	margin-left: 8px;
	padding-left: 8px;
	list-style-position: outside;
	list-style-type: disc;
}

.Link 
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#2e0957;
	font-weight:bold;
	text-decoration: none;
}
.AltLink1 
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#CCC;
	font-weight:bold;
}
.AltLink2 
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#FFF;
	font-weight:normal;
	text-decoration: none;
}
.AltLink3 
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	text-decoration: none;
}
.AltLink4 
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#2e0957;
	font-weight:bold;
	text-decoration: none;
	border-bottom: 1px dotted #766c80;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/grey-link-arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 15px;
}

 .Row1
 {
	background: #ececec;
	color: #333;
	font-weight: normal;
	Border-bottom: #766c80 1px solid;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
 }
 .Row2
 {
	background: #c3bec8;
	Border-bottom: #766c80 1px solid;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
 }
/*Customer Specific Styles*/

/*
	We can add customer specific styles here.
*/
/* FAQ Link / Answer Styling*/

.FAQLink 
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#2e0957;
	font-weight:bold;
	text-decoration: none;
}
a.FAQLink:link, a.FAQLink:visited
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#2e0957;
	font-weight:bold;
	text-decoration: none;
}
a.FAQLink:hover, a.FAQLink:active
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#01a9ac;
	font-weight:bold;
	text-decoration: none;
}
.FAQuestion
{

	font-weight: normal;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 8px;
}
.FAQBody
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#333;
	font-weight: normal;
	border-bottom: 0px solid #cccccc;
	padding-left: 30px;
	background: url(../images/Template_images/Answer-BGD.png) no-repeat;
}
/*
.customStyle2
{
}

*/

/* End Customer Specific Styles */


/* Developer Styles - Customers might want to use some of these. */

/* Section 1 - Customer Usable */

/* Styles for Testimonials */

.TestimonialBody
{
	font-weight:normal;
	color: #ffffff;
	font-family:Arial;
	font-size: 13px;
}
.TestimonialTag
{
	font-style:italic;
	color: #ffffff;
	font-family:Arial;
	font-size: 13px;
}
.BBinHeading
{
	font-weight:bold;
	color: #ffffff;
	font-family:Arial;
	size: 16px;
	font-weight: bold;
}
.BBinText
{
	font-weight:bold;
	color: #ffffff;
	font-family:Arial;
	size: 12px;
}

/* Styles for default Page Title and Edit Links */
.pageTitle
{
	font-weight:bold;
	color: #444;
}
.pageEditLink
{
	font-size:9px;
	text-decoration:none;
	color: #2e0957;
}
a.pageEditLink:link, a.pageEditLink:visited
{
	font-size:9px;
	text-decoration:none;
	color: #2e0957;
}
a.pageEditLink:hover, a.pageEditLink:active
{
	font-size:9px;
	text-decoration:none;
	color: #444
}
/* style for show_member() 
	sub menu 
*/
.SubSectionsLink
{
	color:#ff6600;
	font-weight:bold;
}
.SubSectionsOpenedLink
{
	color:#00ff00;
	font-weight:bold;
}
a.SubSectionsLink:link, a.SubSectionsLink:visited
{
	color:#ff6600;
	font-weight:bold;
	text-decoration: none;
}
a.SubSectionsLink:hover, a.SubSectionsLink:active
{
	color:#ff6666;
	font-weight:bold;
	text-decoration: underline;
}
/* style for show_location()  - breadcrumLink
*/
.BreadCrumbLink
{
	color:#766c80;
	font-weight:normal;
	text-decoration: none; 
	font-size: 10px;
}
.BreadCrumbLinkOpen
{
	color:#766c80;
	font-weight:bold;
	text-decoration: none;
	font-size: 10px;
}
a.BreadCrumbLink:link, a.BreadCrumbLink:visited
{
	color:#766c80;
	font-weight:normal;
	text-decoration: none;
	font-size: 10px;
}
a.BreadCrumbLink:hover, a.BreadCrumbLink:active
{
	color:#766c80;
	font-weight:normal;
	text-decoration: none;
	font-size: 10px;
}
/* Styles for Copyright & Footer */
.copyright
{
	font-weight:bold;
}
.FooterLink
{
	margin: 0px;
	color: #444444;
	text-decoration: none;
}
a.FooterLink:link, a.FooterLink:visited
{
	margin:0px;
	color: #444444;
	text-decoration: none;
}
a.FooterLink:hover, a.FooterLink:active
{
	margin:0px;
	color: #2e0957;
	text-decoration: none;
}
/* Customers don't need to use anything below this, just using big red fonts as a separator */

.PleaseDoNotUseStylesBelowThis
{
	color: red;
	font-size:14px;
}

/* Section 2 - Developer Use Only */

.SitemapMainUL
{
	color:#000000;
}

.SitemapUL1
{
	color:#110000;
}

.SitemapUL1 li
{
	color:#110000;
}

.SitemapUL2
{
	color:#220000;
}

.SitemapUL2 li
{
	color:#220000;
}

.SitemapUL3
{
	color:#330000;
}

.SitemapUL3 li
{
	color:#330000;
}

.SitemapUL4
{
	color:#440000;
}

.SitemapUL4 li
{
	color:#440000;
}

.SitemapUL5
{
	color:#550000;
}

.SitemapUL5 li
{
	color:#550000;
}

.SitemapUL6
{
	color:#660000;
}

.SitemapUL6 li
{
	color:#770000;
}
/*Search table & Results Styles */
.SearchResultTable
{
}
.SearchResultTable tr
{
	text-align:left;
}
.SearchResultTitle
{
	font-weight:bold;
}
.SearchResultCaption
{
	font-size:12px;
}
.SearchResultMoreLink
{
	text-decoration:none;
}
.SearchResultMoreTD
{
	text-align:left;
}
.SearchForm
{

}
.SearchForm td
{
	vertical-align: middle;
}
.SearchFormTextBox
{
	background: url(../images/Template_images/BGD_Search_input.png) no-repeat;
	width: 130px;
	height: 16px;
	color: #444;
	font-size: 11px;
	border: 0px;
	padding: 5px;
	border-color:#7f9db9
}
.SearchButton 
{
	background-color: #3d84cc; 
	color: #ffffff; 
	border-left: solid 1px #EDEDED; 
	border-top: solid 1px #EDEDED; 
	border-right: solid 1px #848284;
	border-bottom: solid 1px #848284;
	padding: 2px;
	font-weight: bold;
	font-size: 85%;
	font-family: Tahoma;
}
/* Default Styles for common HTML tags, please update to keep uniform look and feel across the site */

/*Default body style, font-color and size needs to be same as BodyText class above. 
	Please do not set the body background style here. It needs to be set in the templates */

html, body
{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333;
}

/*Default Link style, exactly same as Link class above */

a:link, a:visited
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#2e0957;
	font-weight:bold;
	text-decoration: none;
}
a:hover, a:active
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#01a9ac;
	font-weight:bold;
	text-decoration: none;
}
/* 
	Additional Link Styles (link, hover, visited, active) for Link, AltLink1 and AltLink2 (and pretty much all the links used across the website) 
	Each of the links have 5 different property, we have kept the default one at the top
	for the customers to see, the rest need to go here.
*/
a.Link:link, a.Link:visited
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#2e0957;
	font-weight:bold;
	text-decoration: none;
}
a.Link:hover, a.Link:active
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#01a9ac;
	font-weight:bold;
	text-decoration: underline;
	text-decoration: none;
}
a.AltLink1:link, a.AltLink1:visited
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#333;
	font-weight:bold;
}
a.AltLink1:hover, a.AltLink1:active
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#2e0957;
	font-weight:bold;
}
a.AltLink2:link, a.AltLink2:visited
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	text-decoration: none;
}
a.AltLink2:hover, a.AltLink2:active
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#68a8ce;
	font-weight:bold;
	text-decoration: none;
}
a.AltLink3:link, a.AltLink3:visited
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	text-decoration: none;
}
a.AltLink3:hover, a.AltLink3:active
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration: underline;
}
a.AltLink4:link, a.AltLink4:visited
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#2e0957;
	font-weight:bold;
	text-decoration: none;
	border-bottom: 1px dotted #766c80;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/grey-link-arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 15px;
}
a.AltLink4:hover, a.AltLink4:active
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#766c80;
	font-weight:bold;
	text-decoration: none;
	border-bottom: 1px dotted #766c80;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/grey-link-arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 15px;
}
.menuLink
{
	font-weight:bold;
	color:123456;
}
.menuOpenedLink
{
	font-weight:bold;
	color:#654321;
}
a.menuLink:link, a.menuLink:visited
{
	font-weight:bold;
	color:#123456;
}
a.menuLink:hover, a.menuLink:active
{
	font-weight:bold;
	color:#123456;
}
a.menuOpenedLink:link, a.menuOpenedLink:visited
{
	font-weight:bold;
	color:#654321;
}
a.menuOpenedLink:hover, a.menuOpenedLink:active
{
	font-weight:bold;
	color:#654321;
}
/* Menu Styles */
.MenuLinkTable
{
	background-color: #9ed1b2;
	width: 100%;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding-left:0px;
}
.MenuLinkCell
{
	width: 100%;
	border-top: 1px solid #ffffff;
	background-color: #9ed1b2;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	cursor:pointer;
}
.MenuLinkCellOver
{
	width: 100%;
	border-top: 1px solid #ffffff;
	background-color: #83afb8;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	cursor:pointer;
}
.MenuLinkCellSelected
{
	width: 100%;
	border-top: 1px solid #ffffff;
	background-color: #83afb8;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.MenuLinkCellSelectedOver
{
	width: 100%;
	border-top: 1px solid #ffffff;
	background-color: #83afb8;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
a.MenuLinkCell:link, a.MenuLinkCell:visited
{
	color: #2c6698; 
	text-decoration: none;
}
a.MenuLinkCell a:hover, a.MenuLinkCell a:active
{
	color: #ffffff;
	text-decoration: none;
}
a.MenuLinkCellOver:link, a.MenuLinkCellOver:visited
{
	color: #ffffff; 
	text-decoration: none;
}
a.MenuLinkCellOver:hover .MenuLinkCellOver:active
{
	color: #ffffff;
	text-decoration: none;
}
a.MenuLinkCellSelected:link, a.MenuLinkCellSelected:visited, a.MenuLinkCellSelected:hover, a.MenuLinkCellSelected:active
{
	color: #ffffff;
	text-decoration: none;
	padding-bottom: 5px;
}
a.MenuLinkCellSelectedOver:link, a.MenuLinkCellSelectedOver:visited, a.MenuLinkCellSelectedOver:hover, a.MenuLinkCellSelectedOver:active
{
	color: #ffffff;
	text-decoration: none;
	padding-bottom: 5px;
}
.MenuBookMarkDiv
{
	background-color: #e5f3d0;
	width: 100%;
	height: 100%;
	padding-top: 5px;
}
.MenuBookMarkUL
{
	padding-left: 5px;
	padding-top: 5px;
	list-style-image: url(../images/bulletpoint_blue.gif);
}
.MenuBookMarkUL li
{
	padding-bottom: 3px;
}
.MenuBookMarkUL li a:link, .MenuBookMarkUL li a:visited
{
	color: #2c6698; 
	text-decoration: underline;
}
.MenuBookMarkUL li a:hover, .MenuBookMarkUL li a:active
{
	color: #2c6698;
	text-decoration:none;
}
/* Associates List Style BEGIN */
.AssociatesListTitle
{
	background-color:#a4a4a4;
}
.AssociatesListTitle td
{
	color:#000000;
}

.AssociatesList
{
	background-color:#e2e2e2;
}
.AssociatesList td
{
	color:#000000;
}
.AssociatesList td a
{
	color:#0000ff;
	text-decoration:none;
}
.AssociatesList td a:active
{
	color:#0000ff;
	text-decoration:none;
}
.AssociatesList td a:visited
{
	color:#0000ff;
	text-decoration:none;
}
.AssociatesList td a:hover
{
	color:#0000ff;
	text-decoration:none;
}
/* Associates List Style END */

/* Associate Detail Style BEGIN */

.AssociateDetailsTitle
{
	background-color:#a4a4a4;
}
.AssociateDetailsTitle td
{
	color:#000000;
}
.AssociateDetails
{
	background-color:#e2e2e2;
}
.AssociateDetails td
{
	color:#ff0000;
}
.AssociateDetails td a
{
	color:#0000ff;
	text-decoration:none;
}
.AssociateDetails td a:hover
{
	color:#0000ff;
	text-decoration:none;
}
.AssociateDetails td a:active
{
	color:#0000ff;
	text-decoration:none;
}

.AssociateDetails td a:visited
{
	color:#0000ff;
	text-decoration:none;
}
.AssociateDetailsGoBackLink
{

}
.AssociateDetailsGoBackLink td
{

}
.AssociateDetailsGoBackLink td a
{
	color:#00ff00;
	text-decoration:none;
}

.AssociateDetailsGoBackLink td a:hover
{
	color:#00ff00;
	text-decoration:none;
}

.AssociateDetailsGoBackLink td a:visited
{
	color:#00ff00;
	text-decoration:none;
}

.AssociateDetailsGoBackLink td a:active
{
	color:#00ff00;
	text-decoration:none;
}
/* News Listing Styles */
table.NewsListing
{

}
td.NewsTitleListing
{

}
td.NewsTitleListing a:link, td.NewsTitleListing a:visited, td.NewsTitleListing a:hover, td.NewsTitleListing a:active
{

}
td.NewsTitleListing a:hover, td.NewsTitleListing a:active
{

}
td.NewsSummaryListing
{

}
/* News Read More Links of News Listing */
a.ReadMoreLink:link, a.ReadMoreLink:visited 
{

}

a.ReadMoreLink:active, a.ReadMoreLink:hover
{

}
/* News Details Styles */

/* Outer Table of News Details */

table.NewsDetails
{
	
}

/* News Title of News Details */

td.NewsTitleDetails
{

}

/* News Date Posted of News Details */

td.NewsDatePostedDetails
{

}

/* News Summary (Caption) of News Details */

td.NewsSummaryDetails
{

}

/* News Description of News Details */

td.NewsDescription
{

}
td.NewsBackLink a:link, td.NewsBackLink a:visited, td.NewsBackLink a:hover, td.NewsBackLink a:active
{

}
/* Rollover Image Styles*/

.RolloverMainImage  img {
	border: 1px solid #1e4775; 
	margin-right: 3px;
	float: left; 
	}
.RolloverThumbnailImage { display:block; vertical-align:top; padding-left: 4px; padding-bottom: 1px; text-align: left }

/*Styles for Tell A Friend form*/

.TellAFriendContainer
{
	padding: 15px;
	background: #EFEFEF;
	border: 6px solid #282849;
}
.TellAFriendHeaderRow td
{
	background: #c6c6c6;
	padding: 8px 5px 8px 5px;
	font-weight: bold;
}
.TellAFriendRow td
{
	padding: 8px 5px 8px 5px;
}

/* Styles for default forms */
.Submit_Button
{
	padding: 0px;
	background:url(../images/Template_Images/submit_btn.png) no-repeat;
	height: 25px;
	width: 150px;
	color: #FFF;
	border:0px;
	font-weight: bold;
	text-transform: uppercase;
}
/* Template Styles */

.TemplateNav
{
	background: #302f2e;
	height: 31px;
}
.TemplateTitle td
{
	background: #eae9e6;
	'height: 28px;
	padding: 0px 10px;
	vertical-align: middle;
}
.TemplateTitleUnderline
{
	background: #c1c0bf;
	height: 2px;
}
.TemplateContent td
{
	vertical-align: top;
	/*padding-right: 5px;
	padding-left:8px;*/
}
.TemplateFooter td
{
	background: #dcd9d2;
	padding: 10px 10px;
}
.QuickSearch
{
	background: url(../images/Template_Images/BGD-Quicksearch.png);
	padding: 10px 10px;
	margin-bottom: 2px;
	width: 628px;
}
.QuickSearchAlt2
{
	background: url(../images/Template_Images/BGD-Quicksearch.png);
	padding: 10px 10px;
	margin-bottom: 2px;
	width: 260px;
}
div.QuickSearchAlt2 table.ProductDetailSearch td
{
	background: #FFF;
	text-align: left;
	height: 24px;
	padding-left: 10px;
	padding-right: 10px;
}
.QuickSearchAlt
{
	background: url(../images/Template_Images/BGD-Quicksearch.png);
	margin-bottom: 2px;
}

.PageNav
{
	margin-top: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #bdbdbc;
	color: #FFF;
}
td.PageNav div, td.PageNav span
{
	color: #FFF;
}
.pageNavLink, a.pageNavLink:link, a.pageNavLink:visited
{
	color: #FFF;
	text-decoration: none;
}
a.pageNavLink:hover, a.pageNavLink:active
{
	color: #FFF;
	text-decoration: underline;
}


/* RSS Weather styles */

a.RSSLink:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #2c0b52;
}
a.RSSLink:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #990066;
	text-decoration:none;
}
.weatherLink td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px; 
	height: 18px;
	text-decoration:none; 
	color:#000000; 
	padding-left: 14px;
	padding-right: 0px;
	background: url(../images/Template_images/Arrow-weather.png) no-repeat 8px 5px;
	text-align: left;
	border-bottom: 1px solid #719191;

}
.weatherTab 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	height: 15px;
	text-decoration:none; 
	font-weight:bold; 
	color:#000000; 
	padding-left:4px; 
}

.weatherLink a:link
{
font-family: Arial, Helvetica, sans-serif;
font-size:10px; 
text-decoration:none; 
color:#000000; 
font-weight:normal; 
}
.weatherLink a:hover
{
font-family: Arial, Helvetica, sans-serif; 
font-size:10px; 
text-decoration:underline; 
color:#666666; 
}

.weatherTab a:link, .weatherTab a:active, .weatherTab a:hover, .weatherTab a:visited  
{
font-family:Verdana, Verdana; 
font-size:10px; 
text-decoration:none; 
font-weight:bold; 
color:#000000; 
}
/*************************************** 
*****							   *****
***** Div Products Marquee Styling ***** 
*****							   *****
***************************************/
#marqueecontainer
{
	position: relative;
	width: 947px; /*marquee width */
	height: 98px; /*marquee height */
	background-color: #f7f7f8;
	color: #000000;
	overflow: hidden;
	border: 0px solid orange;
	padding: 0px;
	padding-left: 0px;
	text-align:left;
}

/****************************************
** Marquee Link Styling - 5 min to add **
** Styles + 5-10 min to resize image & **
**        Apply code to content		   **
****************************************/


/**** Black Mesh ****/
a.BlackMeshMarqueeLink:link, a.BlackMeshMarqueeLink:visited
{
	background: url(../images/Marquee/Black-Mesh-Tarp.png) no-repeat;
	display:inline-block;
	text-decoration: none;
	border: 0px;
	height: 98px;
	width: 154px;
}
a.BlackMeshMarqueeLink:active, a.BlackMeshMarqueeLink:hover
{
	background: url(../images/Marquee/Black-Mesh-Tarp-Over.png) no-repeat;
	display:inline-block;
	text-decoration: none;
	border: 0px;
	height: 98px;
	width: 154px;
}
/**** Blue Poly Tarp ****/
a.BluePolyMarqueeLink:link, a.BluePolyMarqueeLink:visited
{
	background: url(../images/Marquee/Blue-Poly-Tarp.png) no-repeat;
	display:inline-block;
	text-decoration: none;
	border: 0px;
	height: 98px;
	width: 154px;
}
a.BluePolyMarqueeLink:active, a.BluePolyMarqueeLink:hover
{
	background: url(../images/Marquee/Blue-Poly-Tarp-Over.png) no-repeat;
	display:inline-block;
	text-decoration: none;
	border: 0px;
	height: 98px;
	width: 154px;
}
/**** Builders Floorsheet ****/
a.BuildersFloorsheetMarqueeLink:link, a.BuildersFloorsheetMarqueeLink:visited
{
	background: url(../images/Marquee/Builders-Floorsheet.png) no-repeat;
	display:inline-block;
	text-decoration: none;
	border: 0px;
	height: 98px;
	width: 154px;
}
a.BuildersFloorsheetMarqueeLink:active, a.BuildersFloorsheetMarqueeLink:hover
{
	background: url(../images/Marquee/Builders-Floorsheet-Over.png) no-repeat;
	display:inline-block;
	text-decoration: none;
	border: 0px;
	height: 98px;
	width: 154px;
}
/**** Canvas Tarp ****/
a.CanvasTarpMarqueeLink:link, a.CanvasTarpMarqueeLink:visited
{
	background: url(../images/Marquee/Canvas-Tarp.png) no-repeat;
	display:inline-block;
	text-decoration: none;
	border: 0px;
	height: 98px;
	width: 154px;
}
a.CanvasTarpMarqueeLink:active, a.CanvasTarpMarqueeLink:hover
{
	background: url(../images/Marquee/Canvas-Tarp-Over.png) no-repeat;
	display:inline-block;
	text-decoration: none;
	border: 0px;
	height: 98px;
	width: 154px;
}
/**** D-Ring Poly ****/
a.DRingPolyMarqueeLink:link, a.DRingPolyMarqueeLink:visited
{
	background: url(../images/Marquee/D-Ring-Poly-Tarp.png) no-repeat;
	display:inline-block;
	text-decoration: none;
	border: 0px;
	height: 98px;
	width: 154px;
}
a.DRingPolyMarqueeLink:active, a.DRingPolyMarqueeLink:hover
{
	background: url(../images/Marquee/D-Ring-Poly-Tarp-Over.png) no-repeat;
	display:inline-block;
	text-decoration: none;
	border: 0px;
	height: 98px;
	width: 154px;
}
/**** Green Mesh ****/
a.GreenMeshMarqueeLink:link, a.GreenMeshMarqueeLink:visited
{
	background: url(../images/Marquee/Green-Mesh-Tarp.png) no-repeat;
	display:inline-block;
	text-decoration: none;
	border: 0px;
	height: 98px;
	width: 154px;
}
a.GreenMeshMarqueeLink:active, a.GreenMeshMarqueeLink:hover
{
	background: url(../images/Marquee/Green-Mesh-Tarp-Over.png) no-repeat;
	display:inline-block;
	text-decoration: none;
	border: 0px;
	height: 98px;
	width: 154px;
}
/**** Green Poly ****/
a.GreenPolyMarqueeLink:link, a.GreenPolyMarqueeLink:visited
{
	background: url(../images/Marquee/Green-Poly-Tarp.png) no-repeat;
	display:inline-block;
	text-decoration: none;
	border: 0px;
	height: 98px;
	width: 154px;
}
a.GreenPolyMarqueeLink:active, a.GreenPolyMarqueeLink:hover
{
	background: url(../images/Marquee/Green-Poly-Tarp-Over.png) no-repeat;
	display:inline-block;
	text-decoration: none;
	border: 0px;
	height: 98px;
	width: 154px;
}
/**** Green PVC ****/
a.GreenPVCMarqueeLink:link, a.GreenPVCMarqueeLink:visited
{
	background: url(../images/Marquee/Green-PVC-Tarp.png) no-repeat;
	display:inline-block;
	text-decoration: none;
	border: 0px;
	height: 98px;
	width: 154px;
}
a.GreenPVCMarqueeLink:active, a.GreenPVCMarqueeLink:hover
{
	background: url(../images/Marquee/Green-PVC-Tarp-Over.png) no-repeat;
	display:inline-block;
	text-decoration: none;
	border: 0px;
	height: 98px;
	width: 154px;
}
/**** Green White Poly ****/
a.GWPolyMarqueeLink:link, a.GWPolyMarqueeLink:visited
{
	background: url(../images/Marquee/Grn-White-Poly-Tarp.png) no-repeat;
	display:inline-block;
	text-decoration: none;
	border: 0px;
	height: 98px;
	width: 154px;
}
a.GWPolyMarqueeLink:active, a.GWPolyMarqueeLink:hover
{
	background: url(../images/Marquee/Grn-White-Poly-Tarp-Over.png) no-repeat;
	display:inline-block;
	text-decoration: none;
	border: 0px;
	height: 98px;
	width: 154px;
}
/**** Silver Poly ****/
a.SilverPolyMarqueeLink:link, a.SilverPolyMarqueeLink:visited
{
	background: url(../images/Marquee/Silver-Poly-Tarp.png) no-repeat;
	display:inline-block;
	text-decoration: none;
	border: 0px;
	height: 98px;
	width: 154px;
}
a.SilverPolyMarqueeLink:active, a.SilverPolyMarqueeLink:hover
{
	background: url(../images/Marquee/Silver-Poly-Tarp-Over.png) no-repeat;
	display:inline-block;
	text-decoration: none;
	border: 0px;
	height: 98px;
	width: 154px;
}

/***** Help Form Styles*****/

.HelpTextBox
{
	background-color: #a49ea9;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 13px;
	width: 225px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left:3px;
	padding-right: 3px;

}
.HelpTextBoxValidation
{
	background-color: #a49ea9;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 13px;
	width: 170px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left:3px;
	padding-right: 3px;

}
.HelpTextBoxProduct
{
	background-color: #a49ea9;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 13px;
	width: 223px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left:0px;
	padding-right: 3px;

}
.HelpTextBoxComments
{
	background-color: #a49ea9;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 13px;
	width: 225px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left:3px;
	padding-right: 3px;
}

/* Application Category / Application Sub Category Styles */
ul.ApplicationCategory
{
	width: 100%;
	font-size:11px; 
	margin-left: 0px;
	padding-left: 0px;
	color: #2d123c;
	text-transform: uppercase;
}
.ApplicationCategory
{
	text-align: left;
	background: #FFF;
	padding: 5px;
	border-bottom: 1px solid #878787;
	color: #401c65;


}
div.ApplicationCategory a:link, div.ApplicationCategory a:visited
{
	color: #401c65;
	padding: 5px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	background: #FFF;
	margin-bottom: 2px;
}
div.ApplicationCategory a:hover, div.ApplicationCategory a:active
{
	color: #68a8ce;
	padding: 5px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	background: #FFF;
	margin-bottom: 2px;
}
div.ApplicationCategory div a:link, div.ApplicationCategory div a:visited
{
	background: url(../images/Template_Images/BGD-application-off.png) no-repeat;
	width: 100%;
	height: 19px;
	padding-left: 25px;
	padding-top: 6px;
	color: #FFF; 
	margin-bottom: 2px;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	vertical-align: middle;
	display: block;
}
div.ApplicationCategory div a:hover, div.ApplicationCategory div a:active
{
	background: url(../images/Template_Images/BGD-application.png) no-repeat;
	width: 100%;
	height: 19px;
	padding-left: 25px;
	padding-top: 6px;
	color: #FFF;
	margin-bottom: 2px;
	text-decoration:none;
	font-size: 12px;
	text-transform: uppercase;
	vertical-align: middle;
	display: block;
}
.ApplicationSubCategory, div.ApplicationCategory a.ApplicationSubCategory:link, div.ApplicationCategory a.ApplicationSubCategory:visited, div.ApplicationCategory a.ApplicationSubCategory:hover, div.ApplicationCategory a.ApplicationSubCategory:active
{
	text-align: left;
	background: #FFFFFF;
	padding: 2px;
	vertical-align: top;
	text-align: center;
	display: inline-block;
	width: 100px;
	color: #333333;
	font-size: 12px;
	font-family: Arial;
	height: 130px;
}
div.ApplicationCategory img
{
	border: 0px;
}


/* Retired styles 
ul.ApplicationCategory
{
	width: 100%;
	font-size:11px; 
	margin-left: 0px;
	padding-left: 0px;
	background: red;
}
.ApplicationCategory
{
	text-align: left;
}
div.ApplicationCategory a:link, div.ApplicationCategory a:visited
{
	background: url(../images/Template_Images/BGD-application-v1.png) no-repeat;
	width: 100%;
	height: 21px;
	padding-left: 25px;
	padding-top: 8px;
	color: #5d5368; 
	margin-bottom: 2px;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	vertical-align: middle;
	display: block;
}
div.ApplicationCategory a:hover, div.ApplicationCategory a:active
{
	background: url(../images/Template_Images/BGD-application-v1-Over.png) no-repeat;
	width: 100%;
	height: 21px;
	padding-left: 25px;
	padding-top: 8px;
	color: #FFF;
	margin-bottom: 2px;
	text-decoration:none;
	font-size: 12px;
	text-transform: uppercase;
	vertical-align: middle;
	display: block;
}
div.ApplicationCategory div a:link, div.ApplicationCategory div a:visited
{
	background: url(../images/Template_Images/BGD-application-off.png) no-repeat;
	width: 100%;
	height: 19px;
	padding-left: 25px;
	padding-top: 6px;
	color: #FFF; 
	margin-bottom: 2px;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	vertical-align: middle;
	display: block;
}
div.ApplicationCategory div a:hover, div.ApplicationCategory div a:active
{
	background: url(../images/Template_Images/BGD-application.png) no-repeat;
	width: 100%;
	height: 19px;
	padding-left: 25px;
	padding-top: 6px;
	color: #FFF;
	margin-bottom: 2px;
	text-decoration:none;
	font-size: 12px;
	text-transform: uppercase;
	vertical-align: middle;
	display: block;
}
*/

