﻿BODY
{
	margin: 0px;
	padding: 0px;
	border: #C0C0C0 0px solid;
}




/* COLOR CODES - BACKGROUNDS AND BORDERS */

.pageheight
{
	height: 675px;
}

#cornerimage
{
	width: 40px;
	height: 40px;
}

.faqline
{
	border-bottom: #000000 1px solid;
}



.pictbackground
{
	background-color: #000000;
}


#date-location
{
	right: 10px;
	position: absolute;
	top: 53px;
	text-align: left;
}






/* GENERAL TEXT SIZES */

.smalltext
{
	color: #666633;
	font: 10px arial, sans-serif;
	font-weight: normal;
}

.footer
{
	color: #999999;
	font: 9px verdana, arial, sans-serif;
}

.phonetitle
{
	color: #000000;
	font: 13px arial, sans-serif;
	font-weight: bold;
}

.list
{
	color: #000000;
	font: 12px verdana, arial, sans-serif;
	font-weight: normal;
}

.testimonial
{
	color: #339900;
	font: 11px verdana, arial, sans-serif;
	font-style: italic;
	font-weight: bold;
}






/* GENERAL TEXT FORMATTING CODE */

.formmargin
{
	margin: 0px;
}

.just
{
	text-align: justify;
}

.faq
{
	line-height: 19px;
}

/* GALLERY FONTS, BORDERS AND BUTTONS */

.price
{
	color: #3366FF;
	/*font: 14px verdana, arial, sans-serif;*/
	font-weight: bold;

}

.cartmargin
{
	margin: 8px 0px 0px 0px;
}

.cartdropdown
{
	color: #000000;
	width: 130PX;
	font: 12px arial, verdana, sans-serif;
	margin-bottom: 10px;
}

.cartbox
{
	padding: 0px 6px 6px 6px;
	width: 160px;
	text-align: left;
	-moz-border-radius: 5px;
}

.carttitle
{
	font: bold 12px verdana, arial, sans-serif;
	color: #024B97;
	border: 1px solid #024B97;
	background-color: #F1F8FD;
	margin-bottom: 3px;
	padding: 4px 9px 4px 9px;
}

.gallerytext
{
	color: #333333;
	font: 11px verdana, arial, sans-serif;
}

.picturename
{
	color: #999999;
	font: 16px arial, verdana, sans-serif;
	font-weight: bold;
	margin-left: 10px;
}

.picturetitle
{
	color: #000000;
	font: 13px arial, verdana, sans-serif;
	font-weight: bold;
}

.ordertitle
{
	color: #999999;
	font: 16px arial, verdana, sans-serif;
	font-weight: bold;
}

.viewer-border
{
	border: #000000 1px solid;
}

.Galborder
{
	border: #000000 1px solid;
	margin-bottom: 3px;
}

A:hover .Galborder
{
	border: #FF0000 1px solid;
	margin-bottom: 3px;
}





/* TEMPLATE ORDER BUTTONS */

.button-order
{
	color: #FFFFFF;
	font: bold 12px verdana, arial, serif;
	text-align: center;
	background-color: #3C57E7;
	background-image: url("/picts/button-order.gif");
	padding: 3px 5px 3px 5px;
	cursor: pointer;
	width: 130px;
	border: #333399 1px solid;
}


.buttonon-order
{
	color: #FFFFFF;
	font: bold 12px verdana, arial, serif;
	text-align: center;
	background-color: #FF7C2C;
	background-image: url("/picts/buttonon-order.gif");
	padding: 3px 5px 3px 5px;
	cursor: pointer;
	width: 130px;
	border: #CC6600 1px solid;
}








/* SCROLLER OPTIONS */

.scroller-table
{
	padding: 7px;
}

.scroller-body
{
	margin: 0px;
	padding: 0px;
	border: #C0C0C0 0px solid;
}








/* HIDE MENU AND ITEMS FOR PRINTING */


@media print
{
	.printhide
	{
		display: none;
	}
	.printhelp
	{
		width: 600px;
	}
}
@media screen
{
	.printonly
	{
		display: none;
	}
}







/* SIDEBAR OPTIONS */

.sidebar-background
{
	width: 187px;
}


.sidebar-frame
{
	width: 187px;
	height: 675px;
	min-height: 600px;
	margin: 0px;
	padding: 0px;
	border: #999999 0px solid;
}

/* FOR RIGHT SIDEBAR */

.sidebarright-width
{
	width: 190px;
}

fieldset
{
	padding: 0px 6px 6px 6px;
	width: 150px;
	text-align: left;
	-moz-border-radius: 5px;
}

fieldset legend
{
	margin-bottom: 3px;
	padding: 2px 5px 2px 5px;
}













/* CONTACT AND QUOTES FORM */


.shadeform
{
	font: 13px arial, verdana, sans-serif;
	background-image: url("/picts/shadeform.gif");
	background-color: #ECF0F3;
	text-align: left;
	width: 200PX;
	border: #000000 1px solid;
}


.dropdown
{
	color: #333333;
	background-color: #ECF0F3;
	width: 200PX;
	font: 11px verdana, arial, sans-serif;
}


.textarea
{
	font: 13px arial, verdana, sans-serif;
	background-image: url("/picts/shadeform.gif");
	text-align: left;
	width: 275PX;
	border: #000000 1px solid;
}


.quoteform
{
	font: 13px arial, verdana, sans-serif;
	background-image: url("/picts/shadeform.gif");
	background-color: #ECF0F3;
	text-align: left;
	border: #000000 1px solid;
}

.quotechoice
{
	color: #3366CC;
	font: 11px arial, verdana, sans-serif;
	font-weight: normal;
}

.dropquotes
{
	font: 12px arial, verdana, sans-serif;
}




/* FAQ POPUP, SLIDESHOW & CONTACT & QUOTES FORM BUTTONS */

/*.button 		{
			color: #000000;
	       		font: normal 12px arial, serif;
			text-align: center;
			background-color: #C3D5E4;
	        	background-image: url("/picts/button.gif");
        		padding: 2px 6px 2px 6px;
			cursor: pointer;
        		border: #45647E 1px solid;
			}*/

.buttonon
{
	color: #996600;
	font: normal 12px arial, serif;
	text-align: center;
	background-color: #F7D0A1;
	background-image: url("/picts/buttonon.gif");
	padding: 2px 6px 2px 6px;
	cursor: pointer;
	border: #996600 1px solid;
}







/* SITE SEARCH FORM */

.searchsiteform
{
	font: 12px arial, verdana, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url("/picts/shadeform.gif");
	width: 120PX;
	height: 19PX;
	border: #000000 1px solid;
	margin-top: 1px;
}


/* SITE SEARCH BACKGROUND */

.googlesearch
{
	background-color: #FFFFFF;
}











/* LINKS PAGE CODE */

.searchbutton
{
	color: #000000;
	font: normal 11px arial, serif;
	text-align: center;
	background-color: #C3D5E4;
	background-image: url("/picts/button.gif");
	padding: 1px 2px 1px 2px;
	cursor: pointer;
	border: #45647E 1px solid;
}


.linksmargin
{
	margin: 0px;
	margin-top: 10px;
}


.searchform
{
	font: 13px arial, verdana, sans-serif;
	background-image: url("/picts/shadeform.gif");
	background-color: #FFFFFF;
	width: 120PX;
	height: 20PX;
	border: #999999 1px solid;
}



.header-links-wrapper
{
	float: right;
	padding-right: 40px;
	text-align: right;
	width: 750px;
}
.header-links
{
	border: 0 solid #9A9A9A;
	text-align: right;
}
.header-links1
{
	float: right;
	margin-top: 25px;
	padding: 0;
	text-align: right;
}
.header-links ul
{
	margin: 0;
	padding: 0;
}
.header-links ul li
{
	display: inline;
	list-style: none outside none;
	padding-right: 2px;
}
.header-links a
{
	padding: 0 5px;
	text-decoration: none;
}
.header-links a:hover
{
	text-decoration: underline;
}


a.toplink
{
    font-family: "Trebuchet MS" , Tahoma, Verdana;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
}
a.toplink:hover
{
    font-family: "Trebuchet MS" , Tahoma, Verdana;
    font-size: 11px;
    color: #DDDDDD;
    text-decoration: underline;
}
a.toplink:active
{
    font-family: "Trebuchet MS" , Tahoma, Verdana;
    font-size: 11px;
    color: #DDDDDD;
    text-decoration: none;
}

a:link {
color:#333333;
font-size:11px;
font-weight:bold;
text-decoration:none;
}
.category-navigation
{
	color: Black;
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}
.category-navigation li
{
	list-style: none outside none;
}
.category-navigation a
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}
.category-navigation a:hover
{
	color: #0C82C7;
	font-weight: bold;
	text-decoration: none;
}
.category-navigation .li_selected a
{
	color: #0C82C7;
	font-weight: bold;
	text-decoration: none;
}
.category-navigation .title
{
	background: url("images/bg_sidebar_title.gif") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
	padding: 7px 10px;
	text-transform: uppercase;
}
.category-navigation .treeview
{
	background: none repeat scroll 0 0 #FAFAFA;
	font-size: 11px;
	line-height: 18px;
	margin: 0;
	padding: 5px 10px 10px;
}
.category-navigation .treeview ul
{
	background-color: inherit;
	color: Black;
	margin: 0;
	padding: 0 0 0 10px;
}
.category-navigation .treeview ul .li_selected
{
	font-weight: bold;
}
.category-navigation .treeview ul .li_unselected
{
}
.manufacturer-navigation
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}
.manufacturer-navigation li
{
	list-style: none outside none;
}
.manufacturer-navigation a.inactive
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}
.manufacturer-navigation a.active
{
	color: #0C82C7;
	font-weight: bold;
	text-decoration: none;
}
.manufacturer-navigation .title
{
	background: url("images/bg_sidebar_title.gif") no-repeat scroll 0 0 #333333;
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
	padding: 7px 10px;
	text-transform: uppercase;
}
.manufacturer-navigation .listbox
{
	background: none repeat scroll 0 0 #FAFAFA;
	font-size: 11px;
	line-height: 18px;
	margin: 0;
	padding: 5px 10px 10px;
}
.manufacturer-navigation .listbox ul
{
	background-color: inherit;
	color: #3664A5;
	margin: 0;
	padding: 0 0 0 10px;
}
.RecentlyViewedProductsBox
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}
.RecentlyViewedProductsBox li
{
	list-style: none outside none;
}
.RecentlyViewedProductsBox a
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}
.RecentlyViewedProductsBox a:hover
{
	color: #0C82C7;
	font-weight: bold;
	text-decoration: none;
}
.RecentlyViewedProductsBox .title
{
	background: url("images/bg_sidebar_title.gif") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
	padding: 7px 10px;
	text-transform: uppercase;
}
.RecentlyViewedProductsBox .listbox
{
	background: none repeat scroll 0 0 #FAFAFA;
	font-size: 11px;
	line-height: 18px;
	margin: 0;
	padding: 5px 10px 10px;
}
.RecentlyViewedProductsBox .listbox ul
{
	background-color: inherit;
	color: #3664A5;
	margin: 0;
	padding: 0 0 0 10px;
}
.RecentlyViewedProductsBox .separator
{
	background: none repeat scroll 0 0 #0C82C7;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 5px 0;
	width: 140px;
}
.infoblock-navigation
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}
.infoblock-navigation li
{
	list-style: none outside none;
}
.infoblock-navigation a
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}
.infoblock-navigation a:hover
{
	color: #0C82C7;
	font-weight: bold;
	text-decoration: none;
}
.infoblock-navigation .title
{
	background: url("images/bg_sidebar_title.gif") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
	padding: 7px 10px;
	text-transform: uppercase;
}
.infoblock-navigation .listbox
{
	background: none repeat scroll 0 0 #FAFAFA;
	font-size: 11px;
	line-height: 18px;
	margin: 0;
	padding: 5px 10px 10px;
}
.infoblock-navigation .listbox ul
{
	background-color: inherit;
	color: #3664A5;
	margin: 0;
	padding: 0 0 0 10px;
}

