/* CSS Document */

body, html {
	margin : 0;
	padding : 0;
	height : 100%; /* KEEPS THE SCROLLBAR ON THE RIGHT */
	font : 10pt Arial, Helvetica, sans-serif; /* BASE FONT STYLE */
	text-align : center;
	background : url(../images/pagebkg.gif) repeat-y center top;
	background-color : #CCC;
	font-size:12px;
	color:#313131;
}

/* GLOBAL STYLING --------------------- */

img {border : none;}
p {line-height : 1.3em;}
h1 {font-size : 18px;}
h2 {font-size : 16px;}
h3 {font-size : 14px;}
h4 {font-size : 12px;}
h5 {font-size : 10px;}
h6 {font-size : 8px;}

a {
	color : #006600;
	text-decoration : underline;
	font-weight : normal;
}

a:hover {
	color: #2646ce;
	text-decoration : underline;
}

/* GLOBAL CLASSES ---------------------- */

.clear {
	margin : 0;
	padding : 0;
	clear : both;
}

.left {float : left;}
.right {float : right;}
.center, #cartText {text-align : center !important;}
.alert {color : #FF0000;}
.nobullet {list-style-type : none; }

.catNav {
	list-style-type : none; 
	margin : 0; 
	padding : 0;
}

.catNav li {
	font-size:8pt;
	padding : 1px 0 1px 8px;
}

.catNav a {
	font-size : 9pt;
	font-weight : normal;
}

.breadcrumbs {font-size : 85%;}

.stockimg {
	padding : 4px;
	border : 1px solid #CCCCCC;
	margin : 0 8px 0 0;
	float : right;
}

/* ------------------------------------- */

#contentWrapper {
	width : 1000px;
	text-align : left; /* OVERRIDING THE BODY TEXT-ALIGN */
	margin : 0 auto;
}

/* ------------------------------------- */

#header {
	position : relative;
	height : 92px;
	background-color : #FFF;
	width : 1000px;
}

#logo {
	position : absolute;
	top : 4px;
	left : 15px;
}

#headerLinks {
	margin : 0;
	padding : 0px 10px 0px 0px;
	font-size : 9pt;
	font-weight : normal;
	position : absolute;
	top : 5px;
	right : 5px;
	color:#006600;
}

#headerLinks a:hover{ color:#2646ce;}

#headerBanner {
	position : absolute;
	top : 25px;
	right : 15px;
}

#globalTabs {
	position : absolute;
	top : 68px;
	right : 2px;
}

#globalTabs a img {float : right;}

/* ------------------------------------- */

#shopBar {
	width : 1000px;
	height : 28px;
	background : url(../images/shopBar_bkg.gif) repeat-x;
}

form#frmProductSearch {
	display : inline;
	margin : 0;
}

input#txtSearch {
	font-size : 9pt;
	position : relative;
	width: 150px;
	padding: 2px;
	bottom: 9px;
}

input#btnSearch {
	position : relative;
	top : 0px;
}

.floatright, .sqrLandingPageAd {float: right;}

/* ------------------------------------- */

#tableMain {
	width : 100%;
	border-collapse : collapse;
	border : none;
	clear : both;
	background: url(../images/contentBkg.gif) repeat-y center;
	background-color : #FFF;
}

#tableMain2 {
	width : 100%;
	border-collapse : collapse;
	border : none;
	clear : both;
	background: url(../images/contentBkg2.gif) repeat-y center;
	background-color : #FFF;
}

#divMainColumn {width : 640px;}
#divMainColumn2 {width : 815px;}

#divMainColumn p, #divMainColumn h1, #divMainColumn .nobullet li, #divMainColumn h2, #divMainColumn h3, #divMainColumn h4, #divMainColumn h5, #divMainColumn h6 {padding: 0 5px;}

#divMainColumn p {text-align : justify;}

#indexHeader {
	padding: 0;
	margin: 0;
	background-color : #FFFFFF;
	color : #006600;
}

#indexHeader span {
	padding : 0;
	margin : 0;
	position : absolute;
	bottom : 2px;
	left : 9px;
	font-size : 20px;
	width: 630px;
}

/* ------------------------------------- */

#divLeftColumn {width : 180px;}

#divLeftColumn h2, #divRightColumn h2 {margin : 0px 0px 2px 0px;}

#divLeftColumn h2.first, #divRightColumn h2.first {margin-top : 0px;}

/* ------------------------------------- */

#frmEmailList {
	text-align : center;
	margin : 15px 0;
	padding : 0;
}

#frmEmailList #txtEmail {
	margin : 0 0 4px 0;
	padding : 2px;
	width : 70%;
	font-size : 12px;
	border : 1px solid #000;
}

#frmEmailList #txtEmail:hover {
	border: 1px solid #963;
	background-color : #99CC99;
}

/* ------------------------------------- */

#footer {
	text-align : center;
	font-weight : bold;
	font-size : 9pt;
	width : 1000px;
	background-color : #FFFFFF;
	border-top: 5px solid #006600;
	color:#006600;
} 

#footer p {margin : 5px;}
#footer div.first {margin-top : 7px;}
#footer img {margin : 5px;}

#copyright {
	font-size : 10px;
	margin : 5px 0px 7px 0pxpx;
}

.floatright {float: right;}

.catNav {
	list-style-type : none; 
	margin : 0; 
	padding : 0;
	color:#006600;
}

a.catNav:link, a.catNav:active, a.catNav:visited  {
	color : #006600;
	text-decoration : none;
	font-size:9pt;
	text-align: left;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 6px;
	margin: 0px;
	display: block;
	font-weight: normal;
}

a.catNav:hover  {
	color : #2646ce;
	text-decoration : underline;
}

.custom-search-field {padding-top:4px;}
.custom-search-button { padding-top:2px;}

td.page-column-left, td.page-column-right { padding:0px 0px; }
#ctl00_centerColumn { text-align:left;}

#ctl00_breadcrumbContent span {color:#006600; font-size:12px; font-weight:normal;}

#ctl00_pageContent_ddlActions {display:none;}
#ctl00_pageContent_btnAction {display:none;}
#ctl00_pageContent_shippingEstimate {display:none;}
#ctl00_pageContent_lrLoginOptions_pnlLoginControl {display:none;}   
#ctl00_pageContent_couponEntry h5 {display:none;}
#ctl00_pageContent_statesTaxed {display:none;}
td.cart-continue {text-align:right;}

#ctl00_pageContent_categoryList_dlCategories { width:780px;}

#headlink { text-decoration:underline;}

.breadtext { color:#006600; text-decoration:underline;}