/* CSS Document */
img, form, table, td, tr, tbody, #leftcol ul, #leftcol li {
	margin : 0px;
	padding : 0px;
	border : none
}
/* BASIC FORMATTING ---------------------------------- */

body, html {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color:#646464;
	background-image: url(../images/pagebkg.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color:#e5d7c1;
}

ul, li {
	font-weight: normal;
	line-height: 17px;
	font-style: normal;
}


h1{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

h2{
	font-size: 16px;
	font-weight: bold;
	color: #282828;
}

h3{
	font-size: 14px;
	font-weight: bold;
	color: #282828;
}

#h1Home {
	font-weight: bold;
	color: #000000;
	text-align: left;
	background-color: #ffffff;
	background-position: top;
	margin-bottom: 1px;
	margin-top: 0px;
}

a:link, a:visited, a:active {
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
	color: #a91111;

}
a:hover {
	color: #000000;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;

}

/* BASIC CLASSES ---------------------------------- */

.aligntop {vertical-align:top}

.aligncenter, #hozLandingPageAd {text-align: center;}

.stockimg {
	float: left;
	padding: 3px;
	border: 1px solid #999999;
	margin-top: 3px;
	margin-right: 6px;
	margin-bottom: 3px;
	margin-left: 3px;
	background-color: #CCCCCC;
}

.floatleft {float: left;}

.floatright, .sqrLandingPageAd {float: right;}

.nobullet {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.clear {clear: both;}

/* ----------------------------------------------- */

/* ----------------------------------------------- */

div.product_links {
	text-align: center;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* LAYOUT ---------------------------------- */

div#content_wrapper {
	width: 1000px;
	margin: auto;
}

/* HEADER ---------------------------------- */

#header {
	height : 115px;
	background-color: #FFFFFF;
	width:1000px;
	position: relative;
}
#logo {
	position : absolute;
	left: 15px;
	top: 10px;
}

.headerLinks {
	font-size : 8pt;
	color : #a91111;
	text-decoration : underline;
	font-weight : normal;
	position : inherit;
	top : 5px;
	right : 5px;
	text-align:right;
	}
.headerlinks,a.headerLinks:link,a.headerLinks:visited,a.headerLinks:active {
	font-size : 8pt;
	color : #a91111;
	text-decoration : underline;
	font-weight : normal;
	position : inherit;
	top : 5px;
	right : 5px;
	text-align:right;
}
a.headerLinks:hover {
	text-decoration:underline;
	color : #000000;
	font-weight : normal;
	font-size : 8pt;
	text-align:center;
}
#headerBanner {
	position: absolute;
	right: 10px;
	top: 25px;
}
#globalTabs {
	position : absolute;
	top: 55px;
	right: 6px;
	float: right;
}
#globalTabs a img {float : right;}


/*SEARCH BAR ------------------------------------- */

#shopBar {
	width: 1000px;
	background-image: url(../images/shopBar_bkg.gif);
	background-repeat: repeat-x;
	height: 36px;
	position: absolute;
	top: 75px;
	margin: 0;
	padding: 0;
	left: 0px;
}

form#frmProductSearch {
	display : inline;
	margin : 0;
}

input#txtSearch {
	font-size : 8pt;
	position : relative;
	width: 70%;
	padding: 2px;
	bottom: 14px;
}
input#btnSearch {
	position : relative;
	top : 0px;
}


/* ----------------------------------------------- */

/*MAIN TABLE ------------------------------------- */


table#main {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	background-image: url(../images/mainpageBkg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

table#main2 {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	background-image: url(../images/mainpageBkg2.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/* -------------------------------------------------- */

/*MIDDLE COLUMN ------------------------------------- */

div#middle {
	vertical-align: top;
	margin: 0px;
	width: 630px;
	float: right;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;

}

div#middle2 {
	vertical-align: top;
	margin: 0px;
	width: 810px;
	float: right;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;

}

/* -------------------------------------------------- */

/*LEFT COLUMN --------------------------------------- */

div#leftcol {
	vertical-align: top;
	margin: 0px;
	padding: 0px;

}

div#left_Wrapper {
	width: 180px;
	vertical-align: top;
	float: left;
}

.left_header {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	font-variant: small-caps;
	margin-left: 0px;
	background-repeat: repeat-x;
}

.catNav {
	list-style-type : none; 
	margin : 0; 
	padding : 0;
	color:#a91111;
}

a.catNav:link, a.catNav:active, a.catNav:visited  {
	color : #a91111;
	text-decoration : underline;
	font-size:8pt;
	text-align: left;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 11px;
	margin: 0px;
	display: block;
	font-weight: normal;
}

a.catNav:hover  {
	color : #000000;
	text-decoration : underline;
	font-weight: normal;
}
/* -------------------------------------------------- */

/*RIGHT COLUMN -------------------------------------- */

div#rightcol {
	vertical-align: top;
	text-align: center;
	padding-bottom: 30px;
}

#right_header {
	background-color: #a91111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

#phoneBox {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 14px;
}

#phoneBox h4 {
	margin: 0px;
	padding: 4px;
	font-size: 20px;
}

#expertBox {
	font-size: 10pt;
	padding: 5px;
	margin: 0px;
	font-weight: normal;
	line-height: 16px;
}

/* -------------------------------------------------- */

/*FOOTER FORMATTING ---------------------------------- */

table#footer {padding: 0px;}

#footer {
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}

h1#footerBanner {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #ffffff;
	margin: 0px;
}

.footerLinks {
	font-size: 8pt;
	font-weight: normal;
	line-height: 15px;
	text-decoration:normal;
	color:#a91111;
	text-align:center;
}

footerLinks a {
	font-size: 8pt;
	font-weight: normal;
	line-height: 15px;
	text-decoration:underline;
	color:#a91111;
	text-align:center;
}

.footerLinks a:hover {
	text-decoration:underline;
	font-size: 8pt;
	font-weight: normal;
	line-height: 15px;
	color: #000000;
	text-align:center;
}

#copyright {
	text-align: center;
	margin:0px;
	padding-bottom:10px;
	font-size: 8pt;
	font-weight: normal;
	color: #a91111;
}

#footer_infoLinks { margin-top:8px; padding:0px; margin-bottom:2px;}

/* -------------------------------------------------- */

#homepage_linkTable {
	overflow: auto;
	text-align: center;
}

#homepage_linkTable h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 4px;
	margin: 0px;
}

#homepage_linkTable h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	background-color: #a91111;
	color: #FFFFFF;
	text-align: center;
	margin: 5px;
}

#homepage_linkTable p {
	margin: 0px;
	padding: 4px;
	text-align: center;
}

#homepage_linkTable a {}

#homepage_leftColumn {
	float: left;
	width: 33%;
	border: none;
}

#homepage_centerColumn {
	float: left;
	width: 33%;
	border: none;
}

#homepage_rightColumn {
	float: right;
	width: 33%;
	border: none;
}

#toplinks {padding-right:10px;}

.breadcrumb {
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
	color: #a91111;
	}

.breadcrumb a:link, a:visited, a:active {
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
	color: #a91111;
	}
	
.breadcrumb a:hover {
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}

p {color:#646464; font-size:11px;}
.shipping_table td {color:#646464; font-size:11px;}
i {color:#a91111;}
b {color:#454545;}


/* custom bulk pricing form styles  */

#bulkOrderForm {
	width : 100%;
	margin:0;
	padding:0;
	background-color : #fff;
	font-size : 11px;
}

#bulkOrderForm p {
	margin:0;
	padding: 5px 0 0 15px;
}

#bulkOrderForm fieldset {
	padding : 10px;
	border : none;
}

#bulkOrderForm label {
	margin : 3px 0;
	display : block;
	width : 33%;
	float : left;
}

#bulkOrderForm label .short{
	margin : 0px 0;
	display : block;
	width : 120px;
	float : left;
}

#ShippingMethod input{ width:15px;
}

#bulkOrderForm label span {
	margin : 0;
	display:block;
	width : 100%;
}

#bulkOrderForm label input {width : 96%;}

#bulkOrderForm label strong {font-weight : normal;}

#bulkOrderForm .radio {width : 12%;}

#bulkOrderForm fieldset#special label {
	margin : 3px 0;
	display : block;
	width : 98%;
	float : left;
}

#buttonwrapper { text-align:center; padding-right:20px;}

#ctl00_pageContent_lrLoginOptions_pnlLoginControl {text-align:left;}

#ctl00_pageContent_ddlActions {display:none;}
#ctl00_pageContent_btnAction {display:none;}
#ctl00_pageContent_couponEntry h5 {display:none;}
#ctl00_pageContent_statesTaxed {display:none;}
.cart-header input {display:none;}
#ctl00_pageContent_cartItems_item_2_selector {display:none;}

/*
#ctl00_pageContent_shippingEstimate {display:none;}
#ctl00_pageContent_lrLoginOptions_pnlLoginControl {display:none;}   
td.cart-continue {text-align:right;}	*/

.form_text { padding:0px 11px 0px 0px;}

.border_left { border-left:#cccccc 1px solid; padding-left:10px;}

#home_text_area { padding:5px 10px;}

#article_table td {text-align:center; padding-top:2px;}
#article_table { border-bottom:#c7b28f 3px solid; padding-bottom:10px;}