/* styles.css */

/* WebEd User Styles*/

.Heading1, H1 
{
	font-family: Georgia;
	font-size: 34px;
	font-weight: bold;
	font-style:italic;
	color: #333333;
	margin-bottom:2px;
	margin-top:0px;
	line-height: 150%;
}

.Heading2, H2 
{
	font-family: Georgia;
	font-size: 22px;
	font-weight: bold;
	font-style:italic;
	color: #A92618;
	margin-top:0px;
	margin-bottom:2px;
	line-height: 150%;
}

.Heading3, H3 
{
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	font-style:italic;
	color: #A92618;
	margin-top:0px;
	margin-bottom:0px;
	line-height: 120%;
}
.Heading4, H4 
{
	font-family: Georgia;
	font-size: 16px;
	font-weight: bold;
	font-style:italic;
	color: #dbccb0;
	margin-top:0px;
	margin-bottom:2px;
	padding-bottom: 5px;
	line-height: 150%;

}
.Heading5, H5 
{
	font-family: Georgia;
	font-size: 22px;
	font-weight: bold;
	font-style:italic;
	color: #333333;
	margin-bottom:2px;
	margin-top:0px;
	line-height: 120%;
}
.Heading6, H6 
{
	font-family: Georgia;
	font-size: 28px;
	font-weight: bold;
	font-style:italic;
	color: #ffffff;
	margin-bottom:2px;
	margin-top:0px;
	line-height: 100%;
}
.BodyText, p, span, div, td 
{
	font-family: Georgia;
	font-size:12px; 
	color:#333333;
	font-weight: normal;
	line-height: 150%;
}
.AltBodyText 
{
	font-family: Georgia; 
	font-size:12px; 
	color:#ffffff;
	font-weight: normal;
	line-height: 120%;
}
.AltBodyText2
{
	font-family: Georgia; 
	font-size:12px; 
	color:#f2f2f2;
	font-weight: normal;
	line-height: 120%;
}

.introText{
	font-family: Georgia; 
	font-size:13px; 
	color:#333;
	font-weight: bold;
	line-height: 150%;
	}



.Bullets, ul, ul li 
{
	font-size:11px; 
	margin-left: 8px;
	padding-left: 8px;
	list-style-position: outside;
	list-style-type: disc;
}
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: square;
}
.Link 
{
	font-family: Georgia;
	font-size:12px;
	color:#a92718;
	font-weight:normal;
}
.AltLink1 
{
	font-family: Georgia;
	font-size:12px;
	color:#ffffff;
	font-weight:normal;
	text-decoration: none;
}
.AltLink2 
{
	font-family: Georgia;
	font-size:12px;
	color:#333333;
	font-weight:normal;
}
 .Row1
 {
	background: #99cc67;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
 }
 .Row2
 {
	background: #e5e6e1;
	Border-bottom: #99cc67 1px solid;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
 }
 .Image 
{
	border: 4px solid #1dfe06;
}
.ImageCaption
{
	background: #ECECEC;
	padding: 6px;
	color: #50272b;
	border-bottom: 1px dotted #50272b;
	text-align: left;
}
/*Customer Specific Styles*/

/*
	We can add customer specific styles here.
*/






/* WebEd Styles - Customers might want to use some of these. */

/* Section 1 - Customer Usable */

/* Styles for Testimonials */

.TestimonialBody
{
	font-style:italic;
	font-weight:normal;
	color:#f2f2f2;
}
.TestimonialTag
{
	font-weight:bold;
	font-style:italic;
	color:#f2f2f2;
}

/* Styles for default Page Title and Edit Links */
.pageTitle
{
	font-weight:bold;
}
.pageEditLink
{
	font-size:9px;
	text-decoration:none;
	color: #a92718;
	font-family: Georgia;
}
a.pageEditLink:link, a.pageEditLink:visited
{
	font-size:9px;
	text-decoration:none;
	color: #a92718;
	font-family: Georgia;
}
a.pageEditLink:hover, a.pageEditLink:active
{
	font-size:9px;
	text-decoration:none;
	color: #ffffff;
	font-family: Georgia;
}
/* 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:#333333;
	font-weight:bold;
	font-size: 10px;
}
.BreadCrumbLinkOpen
{
	color:#333333;
	font-weight:bold;
	font-size: 10px;
}
a.BreadCrumbLink:link, a.BreadCrumbLink:visited
{
	color:#333333;
	font-weight:bold;
	text-decoration: none;
	font-size: 10px;
}
a.BreadCrumbLink:hover, a.BreadCrumbLink:active
{
	color:#333333;
	font-weight:bold;
	text-decoration: underline;
	font-size: 10px;
}
/* Styles for Copyright & Footer */
.copyright
{
	font-family: Georgia;
	font-size:10px;
	color:#ffffff;
	font-weight:normal;
	margin: 0px;
}
.footerLink

{
	font-family: Georgia;
	font-size:12px;
	color:#ffffff;
	font-weight:normal;
	margin: 0px;
	text-decoration: none;
}
a.footerLink:link, a.footerLink:visited
{
	font-family: Georgia;
	font-size:12px;
	color:#ffffff;
	font-weight:normal;
	margin: 0px;
	text-decoration: none;
}
a.footerLink:hover, a.footerLink:active
{
	font-family: Georgia;
	font-size:12px;
	color:#a92718;
	font-weight:normal;
	margin: 0px;
	text-decoration: underline;
}
/* 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 */

/* Sitemap styles */

.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 box table & Results Styles */
.SearchResultTable
{
}
.SearchResultTable tr
{
	text-align:left;
}
.SearchResultTitle
{
	font-weight:bold;
}
.SearchResultCaption
{
	font-size:12px;
}
.SearchResultMoreLink
{
	text-decoration:none;
}
.SearchResultMoreTD
{
	text-align:right;
}
.SearchForm
{
	width:100%
}
.SearchForm td
{
	vertical-align: middle;
	background: #FFF;
}
.SearchFormTextBox
{
}
.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
{
	height: 100%;
	margin:0px;
	padding:0px;
	font-family: Georgia;
	font-size:12px;
	color: #555;
}

/*Default Link style, exactly same as Link class above, these are the link, visited, hover & active states for this page */

a:link, a:visited
{
	font-family: Georgia;
	font-size:11px;
	color:#990066;
	font-weight:bold;
}
a:hover, a:active
{
	font-family: Georgia;
	font-size:11px;
	color:#990066;
	font-weight:bold;
}
/* 
	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: Georgia;
	font-size:12px;
	color:#a92718;
	font-weight:normal;
}
a.Link:hover, a.Link:active
{
	font-family: Georgia;
	font-size:12px;
	color:#333333;
	font-weight:normal;
}
a.AltLink1:link, a.AltLink1:visited
{
	font-family: Georgia;
	font-size:12px;
	color:#ffffff;
	font-weight:normal;
	text-decoration: none;
}
a.AltLink1:hover, a.AltLink1:active
{
	font-family: Georgia;
	font-size:12px;
	color:#a92718;
	font-weight:normal;
	text-decoration: none;
}
a.AltLink2:link, a.AltLink2:visited
{
	font-family: Georgia;
	font-size:12px;
	color:#333333;
	font-weight:normal;
}
a.AltLink2:hover, a.AltLink2:active
{
	font-family: Georgia;
	font-size:12px;
	color:#a92718;
	font-weight:normal;
}
/* Menu Styles */
.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 - these styles are used for the Show Bookmark Menu*/
.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;
}

/*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 */
.Input
{
}
.Submit_Button
{
	padding: 4px;
	background: #383866;
	color: #FFF; 
}


/* Module Styles - These styles are used to set up WebEd modules   */

/* Associates Module - Associates List Styles */
.AssociatesListTitle
{
	background-color:#a4a4a4;
}
.AssociatesListTitle td
{
	color:#000000;
}
.AssociatesList
{
	background-color:#e2e2e2;
}
.AssociatesList td
{
	color:#000000;
}
.AssociatesList td a, .AssociatesList td a:active, .AssociatesList td a:hover
{
	color:#0000ff;
	text-decoration:none;
}
.AssociatesList td a:visited, .AssociatesList td a:hover
{
	color:#0000ff;
	text-decoration:none;
}

/* Associate Detail Style */

.AssociateDetailsTitle
{
	background-color:#a4a4a4;
}
td.AssociateDetailsTitle
{
	color:#000000;
}
.AssociateDetails
{
	background-color:#e2e2e2;
}
td.AssociateDetails
{
	color:#ff0000;
}
td.AssociateDetails a, td.AssociateDetails a:link, td.AssociateDetails a:visited
{
	color:#0000ff;
	text-decoration:none;
}
td.AssociateDetails a:hover, td.AssociateDetails a:active
{
	color:#0000ff;
	text-decoration:none;
}
.AssociateDetailsGoBackLink
{

}
td.AssociateDetailsGoBackLink
{

}
td.AssociateDetailsGoBackLink a, td.AssociateDetailsGoBackLink a:hover, td.AssociateDetailsGoBackLink a:hover
{
	color:#00ff00;
	text-decoration:none;
}

td.AssociateDetailsGoBackLink a:visited, td.AssociateDetailsGoBackLink 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
{
	color: #990066;
	font-family: Georgia;
	font-size:12px;
	font-weight:normal;
	text-decoration: none;
}
td.NewsTitleListing a:hover, td.NewsTitleListing a:active
{
	color: #990066;
	font-family: Georgia;
	font-size:12px;
	font-weight: normal;
	text-decoration: underline;
}
td.NewsSummaryListing
{
	color: #fff;
	font-family: Georgia;
	font-size:11px;
	font-weight: normal;
	text-decoration: none;
	line-height: 150%;
	padding-top: 5px;
}

a.ReadMoreLink:link, a.ReadMoreLink:visited 
{
	color: #990066;
	font-family: Georgia;
	font-size:11px;
	font-weight:normal;
	text-decoration: none;
}

a.ReadMoreLink:active, a.ReadMoreLink:hover
{
	color: #990066;
	font-family: Georgia;
	font-size:11px;
	font-weight:normal;
	text-decoration: none;
}
/* News Details Styles */

table.NewsDetails
{
	
}
td.NewsTitleDetails
{
	color: #fff;
}
td.NewsDatePostedDetails
{

}
td.NewsSummaryDetails
{

}

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 }


/* Telerik Editor Styles*/
/* These styles should not be changed*/
.editor_table
{	
}
.editor_table td
{
	
}

.editor_form
{
	
}

/** Template Styles **/

.HBackground
{
	background-image: url(../images/template_images/Banner-Background.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	height: 195px;
}
.HWindowTDMiddle
{
	width: 960px; 
	height:195px; 
	vertical-align: top;
	background-image: url(../images/template_images/window-middle.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 15px;
	text-align:center;
}
.HWindowTDLeft
{
	height:195px; 
	vertical-align: top;
	background-image: url(../images/template_images/window-left.png);
	background-repeat: no-repeat;
	background-position: top right;
}
.HWindowTDRight
{
	height:195px; 
	vertical-align: top;
	background-image: url(../images/template_images/window-right.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.HWindowTDMiddleXmas
{
	width: 960px; 
	height:195px; 
	vertical-align: top;
	background-image: url(../images/Christmas-Template/window-middle-xmas.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 15px;
	text-align:center;
}
.HWindowTDLeftXmas
{
	height:195px; 
	vertical-align: top;
	background-image: url(../images/Christmas-Template/window-left-xmas.png);
	background-repeat: no-repeat;
	background-position: top right;
}
.HWindowTDRightXmas
{
	height:195px; 
	vertical-align: top;
	background-image: url(../images/Christmas-Template/window-right-xmas.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.BannerTR
{
	background-color:#a92718;
}
.BannerTD
{
	border-bottom: 2px solid #FFFFFF;
	height: 229px;
}
.BannerTDSub
{
	border-bottom: 2px solid #FFFFFF;
	height: 28px;
}
.BannerTDMid
{
	border-bottom: 2px solid #FFFFFF;
	height: 229px;
	width: 960px;
}
.BannerTDMidSub
{
	border-bottom: 2px solid #FFFFFF;
	height: 28px;
	width: 960px;
}
.ContentTR
{
	background-image: url(../images/template_images/Content-Background.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #e7ddd0;
}

#BannerDiv
{
	width: 523px;
	height: 294px;
	z-index: 50;
	background-image: url(../images/template_images/Rotating-Shadow.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	position: relative;
	left: 455px;
	top: -17px;
	text-align: center;
	vertical-align: top;
}
#BannerContainer
{
	position: absolute;
	top: 195px;
}
#BannerContent
{
	position: absolute;
	height: 190px;
	width:425px;
	top: 15px;
	vertical-align: top;
}
#BannerLearnMore
{
	position: absolute;
	height: 25px;
	width:135px;
	top: 217px;
}
#NavMenu
{
	width: 960px;
	text-align: middle;
	border-top: 1px dashed #dbccb0; 
	border-bottom: 1px dashed #dbccb0;
	height: 36px;
	
}
#NavMenuXmas
{
	width: 960px;
	text-align: middle;
	border-top: 1px dashed #dbccb0; 
	border-bottom: 1px dashed #dbccb0;
	height: 36px;
	margin-top: -10px;
}
#LogoDiv
{
	position: relative;
	left: 0px;
	width: 960px;
	
}
#ProductHighlightHolder
{
	position: absolute;
}
#ProductBeef
{
	display: inline-block;
	width: 314px;
	height:138px;
	position: absolute;
	background-image: url(../images/template_images/Product-Highlight.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 8px;
	top: 230px;
	
}
#ProductPork
{
	display: inline-block;
	width: 314px;
	height:138px;
	position: absolute;
	background-image: url(../images/template_images/Product-Highlight.png);
	background-repeat: no-repeat;
	background-position: top left;
	left: 323px;
	padding: 8px;
	top: 230px;
}
#ProductLamb
{
	display: inline-block;
	width: 304px;
	height:138px;
	position: absolute;
	background-image: url(../images/template_images/Product-Highlight.png);
	background-repeat: no-repeat;
	background-position: top left;
	left: 646px;
	padding: 8px;
	top: 230px;
}
#LearnHighlightHolder
{
	position: absolute;
	padding: 20px;
	left: -30px;
	top: 1px;
}
#LearnProduct
{
	display: inline-block;
	width: 482px;
	height:154px;
	position: absolute;
	background-image: url(../images/template_images/Learn-More-Highlight.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 20px;
	left: -10px;
	top: 25px;
	
}
#LearnGluten
{
	display: inline-block;
	width: 448px;
	height:154px;
	position: absolute;
	background-image: url(../images/template_images/Learn-More-Highlight.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 20px;
	left: 485px;
	top: 25px;
	
}
/* Products Home Divs*/
#ProductImageDiv
{
	position: absolute;
	width: 125px;
	height: 121px;
	left: 180px;
	top: -10px;
}
#ProductReadMore
{
	position: absolute;
	width: 130px;
	height: 24px;
	top: 124px;
	left: 90px;
	border: 0px;
}
#ProductInfo
{
	position: absolute;
	width: 145px;
	height: 105px;
	left: 15px;
}
/* Our Products Home Div*/
#ProductHomeImageDiv
{
	position: absolute;
	width: 125px;
	height: 121px;
	left: 25px;
	top: -5px;
}
#ProductHomeLearnMore
{
	position: absolute;
	width: 130px;
	height: 24px;
	top: 131px;
	left: 25px;
}
#ProductHomeInfo
{
	position: absolute;
	width: 250px;
	height: 105px;
	left: 190px;
}
/* Our Products Gluten Div*/
#GlutenHomeImageDiv
{
	position: absolute;
	width: 170px;
	height: 97px;
	left: 292px;
	top: -1px;
}
#GlutenHomeLearnMore
{
	position: absolute;
	width: 130px;
	height: 24px;
	top: 131px;
	left: 323px;
}
#GlutenHomeInfo
{
	position: absolute;
	width: 250px;
	height: 105px;
	left: 25px;
}
#SubContentHolderDiv
{
	position: relative;
	width: 960px;
	min-height: 620px;
	padding-bottom: 0px;
}
#ContentHolderDiv
{
	position: relative;
	width: 960px;
	min-height: 450px;
	z-index: 10;
}
#HighlightsDiv
{
	position: absolute;
	width:223px;
	background-image: url(../images/template_images/highlight-bg.png);
	background-repeat: repeat;
	background-position: top left;
	top: -20px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 18px;
	height: 100%;
}
#SubContentDiv
{
	position: relative;	
	left: 265px;
	top: 0px;
	width: 690px;
}
#BreadcrumbsDiv
{
	position: absolute;	
	left: 230px;
	width: 400px;
	top: -15px;
	text-align: right;
	left: 570px;
}

.TestimonialContentTD
{
	background-image: url(../images/Template_Images/Testimonial-Content.png);
	background-repeat: repeat;
	background-position: top left;
	border: 2px solid #bd9f68;
	padding: 15px;
}
.iframeContact
{ 
	background-color:transparent;
}
#TableBG
{
	position: absolute;
	width: 1051px;
	height: 102px;
	background-image: url(../images/Template_Images/table-background.png);
	background-repeat: no-repeat;
	display: block;
	z-index: 1;
	left: -45px;
	top: 358px;
}
#HolderDiv
{
	position: relative;
}
.ProductCategoryLink
{
	font-weight:bold;
	color:#ffffff;
	font-family: Georgia;
	display: block;
	background-image: url(../images/template_images/Product-Off.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 33px;
	width: 213px;
	text-align: center;
	vertical-align: middle;
	padding-top: 12px;
	text-decoration: none;
	font-style:italic;
	font-size: 18px;
	text-transform: capitalize;
}
a.ProductCategoryLink:link, a.ProductCategoryLink:visited
{
	font-weight:bold;
	color:#ffffff;
	font-family: Georgia;
	display: inline block;
	background-image: url(../images/template_images/Product-Off.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 33px;
	width: 213px;
	text-align: center;
	vertical-align: middle;
	padding-top: 12px;
	text-decoration: none;
	font-style:italic;
	font-size: 18px;
	text-transform: capitalize;

}
a.ProductCategoryLink:hover, a.ProductCategoryLink:active
{
	font-weight:bold;
	color:#ffffff;
	font-family: Georgia;
	display: inline block;
	background-image: url(../images/template_images/Product-Over.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 33px;
	width: 213px;
	text-align: center;
	vertical-align: middle;
	padding-top: 12px;
	text-decoration: none;
	font-style:italic;
	font-size: 18px;
	text-transform: capitalize;
}
