	.hide
{
	display: none;
}
BODY
{
	background-color:#667B53;
	background-image:url("images/bgrnd.jpg");
	background-repeat:repeat-y;	margin: 0px;
	font: 13px/17px Georgia, Times New Roman;
	color: #000;
	letter-spacing: normal;
	/* background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: top center; */

}

/* START MAIN LAYOUT TAGS */

/* The container is used to control to overall width of the site content */
/* Use this code to have the container left aligned */
#container
{
	width:661px;
	padding: 0;
	margin:30px auto 0px auto;
	/*background: #fff;
	border: 1px solid #990048;*/
}
/* Use this code to center the container on the page. */
/*#Container
{
	width:661px;
	position:absolute;
	left:50%;
	margin-left:-375px;
	margin-top: 30px;
	background: #FFF;	
}*/

/* Used by popup windows */
#popupContainer
{
	width:100%;
	padding:10px;
	background: #FFF;	
}
/* NavColumn and ContentColumn are used on pages with a sidebar */
#navcolumn
{
	margin:0px;
	width:157px;
	vertical-align:top;
	text-align:center;
	/*border-right: 1px solid	#F0F0F0;*/
	font: 13px/15px Georgia, Times New Roman;
	background-color: #fff;
}
#search #navcolumn {
	width: 150px;
}
#contentcolumn
{
	padding:0px;
	margin:0px;

	vertical-align:top;
	text-align:left;
	font: 13px/17px Georgia, Times New Roman;
	background-color: #fff;
}
/* #ProductPageContainer,#ProductImageColumn and #ProdutContentColumn are used on the product page */
#ProductPageContainer
{
	width:644px;
}
#ProductPageImageColumn
{
	width:175px;
	padding:0px;
	margin:0px;
	vertical-align:top;
	text-align:center;
	font: 13px/15px Georgia, Times New Roman;
}
#imgZoom {
	display: none;
}
#lblSKU{
	display: none;
}
#lblSKUTitle {
	display: none;
}

#ProductPageContentColumn
{
	padding:6px 0 0 0;
	margin: 0;
	vertical-align:top;
	text-align:left;	
	font: 13px/15px Georgia, Times New Roman;	
	background: #bfd3d7
}
#lblName
{
	padding-left: 6px;
}
#lblDescription {
	padding-left: 6px;
	display: block;
}
#WishListButton {
	display: none;
}
#tblGrid {
	
}

/* #page is used by pages without a sidebar */
#page
{
	padding:0px;
	margin:0px;
	background:#FFFFFF;
	font: 13px/15px Georgia, Times New Roman;
}
/* #maincontent is a DIV that wraps the content area on every page */
#maincontent
{
	font: 13px/15px Georgia, Times New Roman;
	margin:0px;
	padding: 5px 13px 20px;
	text-align: left;	
	max-width: 600px;
	color: #333;
}
#maincontent h1 {
	padding: 10px 0;
	color:#6C7E18;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:20px;
	font-weight: normal;
	line-height:20px;
}
#cart #maincontent {
	width: 600px;
	padding-right: 0;
}
/* END MAIN LAYOUT TAGS */

/* START HEADER TAGS */
#header
{
	padding: 0;
	margin: 0px;
	width: 661px;
	position: relative;
	top: 0px;
	left: 0px;
	text-align: left;
}
#menuspacer {
	height: 3px;
	width: 661px;
	background-color: #90a26b;
	/*background-image: url(images/l3nav-bg.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #c99aac;
	border-top: 2px solid #c99aac;*/
}
/* Used to make sure the main menu clears the logo and site menu */
#BrandingArea
{
	height: 246px;
	width:661px;
	background color: #fff;
}

/* Sections within Main Header Areas */
#Logo
{
	width:154px;
	height:202px;
	background:#FFFFFF;
	position:absolute;
	vertical-align:top;
	padding: 0;
	top:46px;
	left:505px;
	
}
#lnkStatus {
	text-align: left;
}
#SiteMenu {
	position: absolute;
	top: 30px;
	left: 0;
	text-align: left;
	margin-top: 6px;
}
#SiteMenu UL
{
	margin:0px;
	padding:0 0 0 4px;
	white-space:nowrap;
}
#SiteMenu LI
{
	display: inline;
	list-style-type: none;
}


#SiteMenu A
{
	padding-left:10px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:5px;
	color: #990048;
	text-decoration: none;
	font: 14px/15px Georgia, Times New Roman;
	color:#990048;

}
#SiteMenu A:Hover
{
	color: #cc3366;
	text-decoration: underline;
}

#MiniCart
{
	position:absolute;
	top: 220px;
	left: 120px;
	color:#4140A6;	
	font: 11px/11px Georgia, Times New Roman;
}
#ShoppingCartLink
{
	position:absolute;
	top:190px;
	left:6px;
	color:#990048;
	font: 11px/11px Georgia, Times New Roman;
}
#ShoppingCartLink A
{
	color: #990048;
	text-decoration: none;
}
#orderbanner {
	padding: 26px 0 0 16px;
}
/* Tags for main menu */
#MainMenu
{
	width:661px;
	background: #FFF0FF;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	padding-top: 0px;
	text-align:left;
}
/* Controls Tabs for top level categories */
#MenuLevel1
{
	width:661px;
	background: #fff;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	padding-top: 0px;
	text-align:left;
}
#MenuLevel1 Table
{	
	margin-left: auto;
	margin-right: auto;
}
.MenuItem
{		
	height:25px;
	color: #FFF;
	text-align: center;
}
.MenuItemActive
{
	color: #FFF;
	text-align: center;	
}
#MenuLevel1 A
{
	font: bold 12px/14px Georgia, Times New Roman;
	color:#FFF;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
}
#MenuLevel1 A:Hover
{
	text-decoration:underline;
}
/* Controls sub category level menu */
#MenuLevel2
{
	display:none;
}
#MenuLevel2 .MenuItem
{
	display:none;
}
#MenuLevel2 Table
{
	display:none;
}
#MenuLevel2 A
{
	display:none;
}
#MenuLevel2 A:Hover
{
	display:none;
}
/* END HEADER TAGS */

/* START FOOTER ELEMENTS */
#footer
{
	font: 11px/15px Georgia, Times New Roman;
	clear: both;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 10px 0px 0px 0px;
	width: 661px;
	color: #000;
	padding-top: 10px;
	text-align: center;
}
.footerText {
	text-align: center;
	padding-bottom: 10px;
	color: #000;
}
#footermenu a:link {
	color: #990048;
	text-decoration: none;
}
#footermenu a:visited {
	color: #990048;
	text-decoration: none;
}
#footermenu a:hover {
	color: #990048;
	text-decoration: underline;
}
#footermenu a:active {
	color: #990048;
	text-decoration: underline;
}
#copyright
{
	padding-top:5px;
	color:#000;
}
#poweredby
{
	padding:5px;
}
/* END FOOTER ELEMENTS */

/* START HOMEPAGE TAGS */
#PageHome #MainContent
{
	padding:0px;
	margin:0px;
}
#HomeTable
{
	padding:0px;
	margin:0px;
	width:661px;
}
#HomeColumn1
{
	vertical-align:top;
	text-align:center;
	padding:0px;
	margin:0px;
	width:150px;
}
#HomeColumn2
{
	vertical-align:top;
	text-align:left;
	padding:0px;
	margin:0px;
	width:430px;
}
#HomepageSample1
{
	background-image: url(../Tech 1 Blue/HomepageSample1.jpg);
	height:223px;
	
	margin: 3px 0px 0px 0px;
	background-repeat: no-repeat;
}
#HomepageSample2
{
	background:#F1F4FD;
	text-align:center;
	vertical-align:middle;
	
	margin: 10px 0px 0px 0px;
	border: solid 1px #C9CCF9;
	font: 10px/14px Georgia, Times New Roman;
}
#HomeColumn2 Table
{
	background:#FFF6E7;
	margin-top:10px;
	border: solid 1px #C9CCF9;
	width:446px;
	margin-bottom:10px;
}
#HomeColumn3
{
	vertical-align:top;
	text-align:center;
	padding:0px;
	margin:0px;
	width:150px;
}
#HomeColumn1 .SingleProductDisplay,#HomeColumn2 .SingleProductDisplay,#HomeColumn3 .SingleProductDisplay
{
	border:0px;
}
#HomeColumn1 .SingleCategoryDisplay,#HomeColumn2 .SingleCategoryDisplay,#HomeColumn3 .SingleCategoryDisplay
{
	border:0px;
}
/* END HOMEPAGE TAGS */

/* START NAV COLUMN BLOCK TAGS */
#navColumn UL, .CategoryList UL
{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 10px;
	list-style-type: none;
	line-height:1.5em;
}
.NavColumnBlock
{
	background:#fff;
	padding:0px;
	width:133px;
	margin:5px;
}
.NavColumnBlockContent
{
	padding:5px;
	text-align:left;
	
}
.CategoryList,.MailingListSignupForm, .SearchBoxForm
{
	margin:0px 7px 7px 7px;
	width:133px;
	padding: 0px 0px 0px 0px;

}
.CategoryListContent, .SearchBoxFormContent, .MailingListSignupFormContent
{
	padding:5px;
	text-align:left;
	background:#bed5e3;	
	/*background:#FFCC66;	*/
}
.MailingListSignupForm .Formlabel
{
	font: 11px/11px Georgia, Times New Roman;
	color:#333;
}
/* END NAV COLUMN BLOCK TAGS */

/* START PRODUCT CONTROLS AND CATEGORY CONTROLS */
.SingleProductDisplay,.SingleCategoryDisplay
{
	text-align:center;
	width:150px;
	height: 240px;
	margin:10px 10px 10px 0px;
	background-color: #BFD3D7;
}
/* Special Tag to shrink single product margins when inside nav column */
.RelatedItemsBlock
{
	width:175px;
	margin:0px;	
}
.RelatedItemsBlockContent
{
	padding:0px;
	text-align:center;	
}
.NavColumnBlock .SingleProductDisplay,.NavColumnBlock .SingleCategoryDisplay
{
	margin:0px;
	width:133px;
}
#HomeColumn1 .HomePageBlock, #HomeColumn3 .HomePageBlock, #HomeColumn1 .SingleProductDisplay, #HomeColumn3 .SingleProductDisplay, #HomeColumn1 .SingleCategoryDisplay, #HomeColumn3 .SingleCategoryDisplay
{
	width:133px;
}

.SingleProductDisplayImage,.SingleCategoryDisplayImage
{
	
	border-bottom: 7px solid #fff;
	/* border: solid 1px #6978CD;*/
}
.SingleProductDisplayName {
	padding-top: 10px;
}
.SingleProductDisplayPrice {
	padding-bottom: 10px;
	display: none;
}
.SingleProductDisplayName A, .SingleCategoryDisplayname A, .ListCategoryDisplay A
{
	font: bold 11px/14px Georgia, Times New Roman;
	text-decoration:none;
}
.SingleProductDisplayPrice A
{
	font: 11px/14px Georgia, Times New Roman;
	color:#666;
	text-decoration:none;

}
.ListProductDisplay, .ListCategoryDisplay
{
	text-align:left;	
	width:500px;
}
.ListProductDisplayPrice
{
	text-align:right;
}
.ListCategoryDisplayDescription
{
	margin:3px 10px 10px 0px;
	font: 12px/14px Georgia, Times New Roman;
}
.DetailProductDisplay
{
background-color:#BFD3D7;
border-bottom:7px solid #FFFFFF;
padding:0 0 0 10px;
text-align:left;
width:633px;
}
.DetailProductDisplayImage
{
border-left:14px solid #FFFFFF;
float:right;
height:120px;
text-align:left;
vertical-align:top;
width:160px;
}
.DetailProductDisplayName {
	padding-top: 6px;
	padding-bottom: 6px;
}
.DetailProductDisplay a:link {
	text-decoration: none;
	color: #990048;
	font-size: 16px;
}
.DetailProductDisplay a:visited {
	text-decoration: none;
	color: #990048;
	font-size: 16px;
}
.DetailProductDisplay a:hover {
	color: #cc3366;
	text-decoration: underline;
	font-size: 16px;
}
.DetailProductDisplay a:active {
	text-decoration: none;
	color: #990048;
	font-size: 16px;
}
.DetailProductDisplayControls {
	width: 380px;
}

/* hide price on category list  because the prices are ranges not single prices */
.DetailProductDisplayPrice {
	display: none;
}
.DetailProductDisplayName,.DetailProductDisplayPrice,.DetailProductDisplayDescription
{
font:12px/1.5em Georgia,Times New Roman;
width:280px;
}
/* END PRODUCT CONTROLS AND CATEGORY CONTROLS */

/* Shopping Cart Page */
#CartTitle
{
	width:640px;
}
#CartTitle h1 {
	color: #6C7E18;
}
#CartTitle h3 {
	color: #6C7E18;
}

#CartSubTitle {
	width:640px;
}
#CartContainer
{
	width:600px;
	padding:0px;
	margin:0px;
}
#CartItemBlock
{
	padding:0px;
	margin:0px;
}
#CartItemBlock Table
{
	margin:0px;
	width:620px;
}
#CartUpdateBlock
{
	width:390px;
	background:#f0f6eb;
	margin:0px;
	text-align:center;
	vertical-align:middle;
	border-left: solid 1px #BBC0A2;
	border-bottom: solid 1px #BBC0A2;
	border-right: solid 1px #BBC0A2;

}
#CartTotalBlock
{
	border-bottom: solid 1px #BBC0A2;
	border-right: solid 1px #BBC0A2;
	width:230px;
	margin:0px;
	padding:5px;
	text-align:center;
	vertical-align:middle;
}
#CartCheckoutButtons
{
	width:626px;
	text-align:right;
	margin-top:10px
}

/* START VISUAL STYLES */

.BVText, .CartText
{
	font: 13px/17px Georgia, Times New Roman;
}
.BVSmallText
{
	font: 11px/12px Georgia, Times New Roman;
	color:#666;
}
.Header
{
	color:#000;
	background:#CCDBC1;
	font: bold 11px/14px Georgia, Times New Roman;
	padding:3px;
}
.Item,.CartItem
{
	padding-right: 0.2em;
	padding-left: 0.5em;
	background: #CCDBC1;
	padding-bottom: 0.2em;
	font: 11px/14px Georgia, Times New Roman;
	color: #000;
	padding-top: 0.2em;
}
.AlternateItem,.CartAlternateItem
{
	padding-right: 0.2em;
	padding-left: 0.5em;
	background: #CCDBC1;
	padding-bottom: 0.2em;
	font: 11px/14px Georgia, Times New Roman;
	color: #000;
	padding-top: 0.2em;
}
.CartItem, .CartAlternateItem
{
	/*border-bottom:1px solid #BBC0A2;	*/
}
.FormInput
{
	border-right: #CCC 1px solid;
	border-top: #CCC 1px solid;
	background: #F9F9F9;
	border-left: #CCC 1px solid;
	color: #000;
	border-bottom: #CCC 1px solid;
}
.FormInputError
{
	border-right: #CCC 1px solid;
	border-top: #CCC 1px solid;
	background: #ffb5b5;
	border-left: #CCC 1px solid;
	color: #000;
	border-bottom: #CCC 1px solid;
}
.formlabel
{
	font: bold 11px/14px Georgia, Times New Roman;
	color: #666;	
	letter-spacing: normal;	
}
.FormLabelStrong
{
	font: bold 12px/14px Georgia, Times New Roman;
	color: #006699;	
	letter-spacing: normal;	
}
A
{
	color: #990048;
}
A:link
{
	color: #990048;
	text-decoration: none;
}
A:visited
{
	text-decoration: none;
}

A:active
{
	color:#F29700;
}
A:hover
{
	color: #cc3366;
	text-decoration: underline;
}

P
{
	font: 13px/17px Georgia, Times New Roman;
	margin: 0px;	
	text-align:left;
}
.indent
{	
	margin-left:20px;
}
.Padded
{
	margin:10px;
}
H1
{
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin: 0px;
	font: bold 18px/20px Georgia, Times New Roman;
	color: #000;
	padding-top: 10px;
	background-color: transparent;
	
}
#ProductPageContentColumn H1
{
	background-image:none;
	background:transparent;
	padding:0px 0px 10px 0px;
	color:#000;
	margin: 0px;
	font: bold 18px/20px Georgia, Times New Roman;
}
H3
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 10px 0px 0px 0px;
	font: bold 12px/16px Georgia, Times New Roman;
	color: #000;
	padding-top: 0px;
}
H4
{
	padding-right: 3px;
	background-position: center bottom;
	padding-left: 3px;
	background-image: url(../Tech 1 Blue/H4Background.gif);
	padding-bottom: 7px;
	margin: 0px;
	font: bold 11px/11px Georgia, Times New Roman;
	color: #FFF;
	padding-top: 7px;
	background-repeat: no-repeat;
	background-color: #fff;
	text-align: center;
}
H6
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin: 0px 0px 0px 0px;
	font: bold 11px/11px Georgia, Times New Roman;
	color: #990048;
	padding-top: 0px;
}
.ProductPropertyLabel
{
	font: bold 11px/14px Georgia, Times New Roman;
	color:#000;
}
.SitePriceDiscounted,.YouSave,.ListPrice,.SitePrice, .DiscountText
{
	font: 11px/14px Georgia, Times New Roman;
}
.SitePrice, .ListPrice
{
	color:#666;
	text-decoration:none;
}
.ListPrice
{
	text-decoration:line-through;
}
.SitePriceDiscounted, .YouSave
{
	color:#FF9900;
	font-weight:bold;
	text-decoration:none;
}
.DiscountText
{
	font-weight:normal;
	color:#990048;
}


/* START BREADCRUMB TAGS */
#BreadCrumbs
{
	margin-bottom:10px;
	padding: 0px;		
	font: 11px/11px Georgia, Times New Roman;
	color:#000099;	
	display: none;
}
.BreadCrumbTrailSpacer
{
	background-repeat: no-repeat;
}
.BreadCrumbTrailNoLink
{
}
#BreadCrumbs A
{
	text-decoration:none;
}
#BreadCumbs A:Hover
{
	text-decoration:underline;
}
/* END BREADCRUMB TAGS */

/* CATEGORY LIST CONTROL TAGS */
.OtherCategory A
{
	font: 11px/15px Georgia, Times New Roman;
	color: #333;
	text-decoration:none;
}
.CurrentCategory A
{
	font: bold 11px/15px Georgia, Times New Roman;
	text-decoration:none;
	color:#333;
}
.SubCategory A, .SubCategory A:Visited, .SubCategory A:Active
{
	font: 11px/15px Georgia, Times New Roman;
	color: #333;
	text-decoration: none;
}
.SubCategory A:Hover
{
	text-decoration: underline;
}
/* END CATEGORY LIST CONTROL TAGS */



#ProductProperties
{
	text-align:left;
}
#ProductProperties UL
{
	margin: 5px 0px 0px 0px;
	list-style-type: none;
}
#ProductProperties UL LI
{
	margin-top:3px;
	font: 11px/14px Georgia, Times New Roman;
}
#ProductProperties UL UL
{
	margin: 5px 0px 0px 50px;
	list-style-type: disc;
}

/* Category Page */
#CategoryListHeader
{	
}
#CategoryListHeader #LayoutTable
{
	/*width:490px;*/
}
#RecordsFound,#Pager,#Sorter, #Sorter TD
{
	font: 12px/14px Georgia, Times New Roman;
	color:#2A2D74;
}
#Records {
	align
}
#RecordsFound
{
	display: none;
}
#Pager
{	
}
#Sorter {
	display: none;
}
#Sorter Table
{
}
#tblItems
{
	border: 1px solid #BBC0A2;
	width:720px;
	margin:5px;
}
/* End category page */

/* Checkout Pages */
#CheckoutTable
{
	width:640px;
}
#CheckoutSteps
{
	margin:5px;
}
.CheckoutStep
{
	font: 12px/14px Georgia, Times New Roman;
}
#CheckoutSteps A
{
	padding-right:20px;
	text-decoration:none;
	color:#666;
}
.CheckoutStep .CheckoutStepCurrent
{
	font: bold 12px/14px Georgia, Times New Roman;
	color:#003366;
}

.CheckoutDescription
{
	font: 12px/14px Georgia, Times New Roman;
}
#AddressBookPanel
{
	width:638px;
	margin:0px 0px 10px 0px;	
}
.ContentBox
{
	margin: 3px 0px 5px 20px;	
	text-align:left;
	background:#FFFFEE;
	border: solid 1px #708090;
	padding:10px;
}
#CheckoutTotals
{
	text-align:center;
	background:#FFFFFF;
	border: 1px solid #999999;
	padding:0px;
	width:150px;
}
#CheckoutTotals .BVText
{
	font: 10px/11px Georgia, Times New Roman bold;	

}

#PlaceOrderCell
{
	padding:5px;
	text-align:center;
	
}
#CheckoutPayment
{
	text-align:left;
	border: solid 1px #888;
	background:#fff;
	padding:5px;
	margin-top:0px;
}

.ControlArea
{
	border: solid 1px #999999;
	padding:5px;
}
/* end checkout pages */

/* Product page */
#ProductControls
{
	margin-top:20px;	
	background-color: #CCDBC1;
	padding:5px;
	border-top: 10px solid #fff;
}

#ProductReviews, #ProductReviewNew
{
	margin: 20px 0px 10px 0px;	
}
#ProductReviews H3
{
	padding-right: 3px;
	background-position: center bottom;
	padding-left: 3px;
	background-image: url(../Tech 1 Blue/H3ReviewBackground.gif);
	padding-bottom: 5px;
	margin: 0px 0px 10px 0px;
	font: bold 11px/14px Georgia, Times New Roman;
	color: #FFF;
	padding-top: 5px;
	background-repeat: no-repeat;
	background-color: #fff;
	text-align: center;
}
#ProductReviews A
{
	font: 12px/14px Georgia, Times New Roman;
	}
.ProductReviewRating
{
	font: bold 12px/14px Georgia, Times New Roman;
	color:#CC6600;
}
.ProductReview
{
	font: 12px/14px Georgia, Times New Roman;
	margin: 10px 10px 10px 10px;
}
.ProductReviewKarma
{
	font: 11px/12px Georgia, Times New Roman;
	color:#666;
}
.RelatedItemsBlock H3
{
	padding-right: 3px;
	background-position: center bottom;
	padding-left: 3px;
	background-image: url(../Tech 1 Blue/H3RelatedBackground.gif);
	padding-bottom: 5px;
	margin: 0px;
	font: bold 11px/14px Georgia, Times New Roman;
	color: #FFF;
	padding-top: 5px;
	background-repeat: no-repeat;
	background-color: #fff;
	text-align: center;
}
.RelatedItemsBlock .SingleProductDisplay .SingleProductDisplayImage
{
	float:left;
	border: solid 1px #6678CC;
}
.RelatedItemsBlock .SingleProductDisplay
{
	height:70px;
}
.RelatedItemsBlock .SingleProductDisplay .SingleProductDisplayName A
{
	color:#4653E0;
}

#VolumeDiscounts
{
	margin:5px;
}
.VolumePricingHeader
{
	background:#4554C7;
	font: 11px/12px Georgia, Times New Roman;
	color:#FFF;
}
.VolumePricingText
{
	font: 11px/12px Georgia, Times New Roman;
	color:#666;	
}

/* end product page */

.NewProductBadge
{
	height:110px;	
	margin-top:-110px;
}
.NewProductBadge IMG
{
	position:relative;
	left:-55px;
}


/* use extra divs to insert custom graphics or elements */
#extraDiv2,#extraDiv3,#extraDiv4,#extraDiv5,#ExtraDiv1,#ExtraDiv6
{
	display:none;
}

.ErrorMessage
{
	background: #ffFF00;
	font: 11px/14px Georgia, Times New Roman;
	color: #000;
}
.SuccessMessage
{
	background:#99FF00;
	color: #000;
	font: 11px/14px Georgia, Times New Roman;
}
/* Error Message Boxes */
.WebPageMessage
{
	width:500px;
	border:solid 1px #000;
	background:#FFF;
	padding:0px;
	margin:5px 0px 5px 0px;
}

.WebPageMessageError, .WebPageMessageWarning, .WebPageMessageInformation, .WebPageMessageQuestion, .WebPageMessageOK
{
	padding: 5px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
}
.WebPageMessageError
{
	background-image: url(../Tech 1 Blue/WebPageMessageError.gif);
}
.WebPageMessageWarning
{
		background-image: url(../Tech 1 Blue/WebPageMessageWarning.gif);
}
.WebPageMessageInformation
{
		background-image: url(../Tech 1 Blue/WebPageMessageInformation.gif);
}
.WebPageMessageQuestion
{
		background-image: url(../Tech 1 Blue/WebPageMessageQuestion.gif);
}
.WebPageMessageOK
{
		background-image: url(../Tech 1 Blue/WebPageMessageOK.gif);
}
.WebPageMessage .Message
{
	font: 11px Georgia, Times New Roman;
	padding: 0px 0px 15px 40px;
	margin:0px;
}
/* End Error Message Boxes */

/* styles added from Brigham's "common.css" */
.pinkoutilne {
	border: 1px solid #FED8E2;
	background-color: #F9F0F4;
}
.greenheader { /* .header in common.css */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 30px;
	color: #6C7E18;
}
.content-intro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #666633;
}
/* end common.css styles */
#headerTable { /* top content (photo and text) on header.ascx */
	position: relative;
	top: 40px;
	left: 14px;
}
#lblSitePrice {
	display: none;
}
.menu-table {
	background-color: transparent !important;
}
#header-content {
	background-color: #fff;
	height: 217px;
}
/* page classes */
#login .sm-login a {
	font-weight: bold;
}
#account .sm-account a {
	font-weight: bold;
}
#custservice .sm-custservice a {
	font-weight: bold;
}
#search .sm-search a {
	font-weight: bold;
}
#cart .sm-cart a {
	font-weight: bold;
}
#lblAddress {
	margin:0;
}
