/* CSS Document */
body, html {
	margin : 0 auto;
	padding : 0;
	height : 100%; /* KEEPS THE SCROLLBAR ON THE RIGHT */
	font : 10pt Arial, Helvetica, sans-serif; /* BASE FONT STYLE */
	text-align : left;
	background : url(../images/pageBkg.gif) repeat-y center top;
	background-color : #CCC;
}
/* GLOBAL STYLING --------------------- */
img {
	border : none;
}
p {
	line-height : 1.3em;
	text-align: center;
}
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. a:link, a:active, a:visited {
	color : #0000FF;
	text-decoration : underline;
	font-weight : normal;
}
a:hover {
	color : #FF0000;
	text-decoration : none;
}

.catNav:link, .catNav:visited, .catNav:hover, .catNav:active,  {
	font-size : 9pt;
	font-weight : normal;
	text-decoration:none;
	color:#000000;
	
}

.catNav:hover {
color: FF0000;
text-decoration:none;
}


/* GLOBAL CLASSES ---------------------- */
.clear {
	margin : 0;
	padding : 0;
	clear : both;
}
.left {
	float : left;
}
.leftcollinks {
	color : #333;
	text-decoration : underline;
	font-weight : bold;
}
.right {
	float : right;
}

.alert {
	color : #FF0000;
}
.nobullet {
	list-style-type : none;
	margin : 0;
	padding : 0;
}
.nobullet li {
	margin-bottom : 8px;
}
.nobullet span {
	font-size : 85%;
}
.catNav {
	list-style-type : none;
	margin : 0;
	padding : 0;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.catNav li {
	padding : 1px 0 1px 8px;
}
.breadcrumbs {
	font-size : 8pt;
}
.stockimg {
	padding : 4px;
	border : 1px solid #CCCCCC;
	margin : 0 8px 0 0;
	float : left;
}
/* ------------------------------------- */
#contentWrapper {
	width : 1000px;
	text-align : left;
	border: none;
	margin: auto;
}
/* ------------------------------------- */
#header {
	position : relative;
	height : 135px;
	background-color : #FFF;
	width : 1000px;
	vertical-align: top;
}
#logo {
	position : absolute;
	bottom : 5px;
	left : 25px;
}
#headerLinks {
	margin : 0;
	padding : 0;
	font-size : 9pt;
	font-weight : normal;
	position : absolute;
	top : 4px;
	right : 20px;
	color: #0000FF;
}
#headerLinks2 {
	margin : 0;
	padding : 0;
	font-size : 9pt;
	font-weight : normal;
	position : absolute;
	top : 4px;
	right : 20px;
	color: #0000FF;
}
#headerBanner {
	position : absolute;
	bottom : 31px;
	right : 60px;
}
#headerBanner2 {
	position : absolute;
	bottom : 27px;
	right : 60px;
}
#globalTabs {
	position : absolute;
	bottom : 0px;
	right : 2px;
}
#globalTabs a img {
	float : right;
}
/* ------------------------------------- */
#shopBar {
	width : 1000px;
	height : 42px;
	background : url(../images/shopBar_bkg.gif) repeat-x;
	margin-bottom:2px;
}
form#frmProductSearch {
	display : inline;
	margin : 0;
}
form#frmProductSearch input {
	position :relative;
	bottom : -5px;
	right : -20px;
	background-color: #FFFFFF;
}
input#txtSearch {
	font-size : 7pt;
	padding : 2px;
	position : relative;
	left : 28px;
	width: 26%;
	border: 1px solid #CCCCCC;
}
input#txtSearch:hover {
	border: 1px solid #333;
	background-color : #FFFFFF;
}
input#btnSearch {
	position : relative;
	top : 0px;
	float : right;
	left : 10px;
}
/* ------------------------------------- */
#tableMain {
	border : none;
}
#divMainColumn {
	
	/* background-image: url(../images/maincolumn_bkg.gif); */
	height: 100%;
}

#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;
	height : 75px;
	color : #FFF;
	position : relative;
	background-color : #FF0000;
	background-image: url(../images/newhomepage_header2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#indexHeader span {
	padding : 0;
	margin : 0;
	position : absolute;
	bottom : 6px;
	left : 15px;
	font-size : 20px;
}
/* ------------------------------------- */
#divLeftColumn {
	width : 180px;
	float: left;
}
#divRightColumn {
	width: 180px;
	
}

#divLeftColumn h2, #divRightColumn h2 {
	margin : 0px 0 2px 0;
}
#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 #333;
	background-color : #FF0000;
}
/* ------------------------------------- */
#footer {
	text-align : center;
	font-size : 9pt;
	width : 1000px;
	border-top: 1px solid #003300;
	vertical-align: bottom;
} 
#footer p {
	margin : 5px;
}
#footer p.first {
	margin-top : 15px;
}
#footer img {
	margin : 5px;
}
p#copyright {
	font-size : 9px;
	margin : 10px 10px 0 10px;
}

#leftcollinks { color: #666666; }
#leftcollinks a { color: #666666; }
#leftcollinks a:visited { color: #333; }
#leftcollinks a:hover {color: #ff0000; }

/* test changes*/
#phone_homepage {
	width:250px;
	height:60px;
	float:right;
	position : absolute;
	bottom : 50px;
	right : -2px;
	text-align:center;
	font-weight:bold;
	font-size:20px;
}
#search_homepage{
width:980px;
height:33px;
margin-top:6px;
margin-left:10px;
margin-right:10px;
}
#search_homepage img {
padding-top:5px;}

#contentTD {border-left:#000000 1px solid;}

#rightcolumncell {border-left:#000000 1px solid;}

#BigSearchbar { width:320px; border-top:#bbbbbb 2px solid; border-bottom:#bbbbbb 2px solid; border-left:none; border-right:none; height:23px; font-size:16px;  font-weight:bold;}
#searchcell { padding-top:6px;}

.custom-search-field {padding-top:6px;}
.custom-search-button { padding-top:0px;}

#ctl00_ctl02_search {width:320px; border-top:#bbbbbb 2px solid; border-bottom:#bbbbbb 2px solid; border-left:none; border-right:none; height:23px; font-size:16px; font-weight:bold;}

#ctl00_centerColumn { padding-right:10px;}

.prod-detail-cost-label { font-size:16pt; font-weight:bold;}

.product-list-control input { display:none;}

#newsletter_signup { padding:6px 0px 6px 2px;}
