/* CSS Document */

div#container { 
/* Main container for the logo, navigation, content, and footer */
   width: 946px;
   background-image: url(/userimages/side.jpg);
   background-repeat: repeat-y;
   background-position: left;
   margin: 0px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 0px;
   text-align: left;
   background-color: #ffffff;
   overflow: hidden;
}

a:link {
   color: #002A5A;
   text-decoration: underline;
}

a:active {
   color: #002A5A;
   text-decoration: underline;
}

a:hover {
   color: #002A5A;
   text-decoration: underline;
}

a:visited {
   color: #002A5A;
   text-decoration: underline;
}

a:visited:hover {
   color: #002A5A;
   text-decoration: underline;
}

p,div,td {
   font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
   font-size: 12px;
   color: #002A5A;
}

body {
   background-image: url(/userimages/bg2.jpg);
   background-color: #002C5C;
   background-repeat: no-repeat;
   background-attachment: scroll;
   background-position: center top;
   color: #002A5A;
   margin: 0px;
   font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
   font-size: 12px; 
   overflow: auto;
   text-align: center;
   margin-left: auto;
   margin-right: auto;
}

.pagelabel { /* Floating Div label for the name of the page */
   display: none;
   position: absolute;
   top: 5px;
   left: 5px;
}

.titlebar { /* Content box title */
   font-size: 20px;
   color: #002A5A;
}

.titlebar_hr hr { /* Use in conjuction with .titlebar */
   color: #002A5A;
}

.boxbackground { /* Corrects background color of weather module */
   background-color: #ffffff;
}

.logo {
   height: 137px;
   width: 946px;
   background-image: url(/userimages/logo.jpg);
   background-repeat: no-repeat;
   background-position: center;
   margin-left: auto;
   margin-right: auto;
}

/*----------------------------- START NAVIGATION -----------------------------*/
/*--START PRIMARY NAVIGATION--*/

#navCell {
   margin: 0px;
   text-align: left;
   width: 946px;
   color: white;
   padding: 0px;
   margin-top: -29px;
   margin-left: 0px;
   margin-right: auto;
   padding-right:0px;
   padding-bottom:0px;
   padding-left: 8px;
}

.navigation {
   margin: 0px;
   padding: 0px;
   vertical-align: top;
   white-space: nowrap;
}
	
.navigation li { /* Line divider after each link */
   display: inline;
   list-style: none;
   padding: 0px 5px;
   margin: 0px;
   text-indent: 0px;
   /*border-right: 1px solid #002674;*/
   padding-left:10px;
   padding-right:10px;
   padding-top:0px;
   padding-bottom:0px;
}

#navCell a {
   display: inline;
   color: #000000;
   font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
   font-weight: bold;
   text-decoration: none;
   font-size: 14px;
   letter-spacing: 0px;
   padding-left:0px;
}

#navCell a:hover {
   color: #1D5085;
   text-decoration: underline;
}

#navCell li.nav1a {

}

#navCell a.nav1a {
   color: #1D5085;
   text-decoration: none;
}

#navCell #plogin { 
/* Controls "Login/Logout" link in main site navigation */
   display: none;
}

#navCell #pregister {
/* Controls "Register/My Settings" link in main site navigation */
   display: none;
}

/*--END PRIMARY NAVIGATION--*/

/*--START SECONDARY NAVIGATION--*/

#secnav {
   text-align: left;
   padding: 0px;
   padding-left: 17px;
   padding-right: 3px;
   padding-top: 13px;
   padding-bottom: 0px;
   width: 850px;
   margin-left: auto;
   margin-right: auto;
   max-width: 850px;
}

*html #secnav { /* REQUIRED TO CORRECT PLACEMENT IN IE */
   padding-top: 14px;
   margin-left: -30px;
}

#secnav ul {
   list-style: none;
   padding: 0px;
}

#secnav ul li {
   display: inline;
   margin-right:15px;
}

#secnav a {
   font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
   font-size: 12px;
   display: inline;
   color: #000000;
   text-decoration: none;
   font-weight: normal;
}

#secnav li.nav2a a { 
   text-decoration:underline; 
}

/*--END SECONDARY NAVIGATION--*/

/*------------------------------ END NAVIGATION ------------------------------*/
/*---------------------------- START CONTENT AREA ----------------------------*/

#contentCell {
   width: 946px;
   max-width: 946px;
   padding: 0px;
   margin-left: 0px;
   padding-bottom: 0px;
   text-align:left;
   min-height: 360px;
   padding-left: 0px;
   margin-top:0px;

}

*html #contentCell {
   height: 360px; /* MIN-HEIGHT DOESN'T WORK IN IE */
   margin-top: -15px;
}

#contentCell #content_table_0 {
   width: 946px;
   max-width: 946px;
}


/*----------------------------- END CONTENT AREA -----------------------------*/
/*--------------------------- START TEMPLATE BOTTOM---------------------------*/

#staticlinks_bottom {
   background-image: url(/userimages/bottom.jpg);
   background-repeat: no-repeat;
   background-position: center;
   height: 70px;
   visibility: visible;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   width: 946px;
   margin: 0px;
   display: block;
   padding-top: 0px;
   text-decoration:none;
   padding-top:0px;
   font-size:10px;
}

#staticlinks_bottom a {
   color: #000000;
   font-weight: bold;
   text-decoration:none;
}

#staticlinks_bottom ul {
   display: none; /* TOGGLE DISPLAY OF LOGIN LINKS AT BOTTOM */
   visibility: visible;
}

#staticlinks_bottom ul li {
   display: inline;
   visibility: visible;
   margin-left: auto;
   margin-right: auto;
   padding:5px;
}

/*--------------------------- END TEMPLATE BOTTOM ----------------------------*/
/*----------------------------- START SEARCH DIV -----------------------------*/

#search {
   text-align: center;
   width: 100%;
   margin-top: 0px;
   color: #000000;

   display: none;
}

span#searchLabel,span#searchBox,span#searchSubmit { 
   vertical-align: middle; /* aligns 3 elements to one-another */
}

/*------------------------------ END SEARCH DIV -----------------------------*/
/*-------------------------- START STORE NAVIGATION -------------------------*/

.store_teaser_table { 
   border: 1px solid #000000; 
   width: 150px 
}

.store_teaser_heading { 
   background-color: #000000; 
   color: #FFFFFF; 
   text-align: center; 
   font-size: 10px; 
   font-weight: bolder; 
} 

.store_teaser_td { 
   background-color: #ffffff; 
   color: #000000; 
   width: 150px;
} 

.store_teaser_department { 
   background-color: #ffffff; 
   color: #000000; 
   width: 250px; 
} 

.store_teaser_departmentlink:link { 
   TEXT-DECORATION: none; 
   COLOR: #000000; 
   FONT-SIZE: 10px; 
   FONT-WEIGHT: bolder; 
} 

.store_teaser_departmentlink:visited { 
   TEXT-DECORATION: none; 
   COLOR: #000000; 
   FONT-SIZE: 10px; 
   FONT-WEIGHT: bolder; 
} 

.store_teaser_departmentlink:hover { 
   TEXT-DECORATION: underline; 
   COLOR: #000000; 
   FONT-SIZE: 10px; 
   FONT-WEIGHT: bolder; 
} 

.store_teaser_departmentname { 
   color: #000000; 
   text-align: center; 
   font-size: 10px; 
   font-weight: bolder; 
} 

.store_teaser_orderstatuslink:link { 
   TEXT-DECORATION: none; 
   COLOR: #000000; 
   FONT-SIZE: 10px; 
   FONT-WEIGHT: bolder; 
} 

.store_teaser_orderstatuslink:visited { 
   TEXT-DECORATION: none; 
   COLOR: #000000; 
   FONT-SIZE: 10px; 
   FONT-WEIGHT: bolder; 
} 

.store_teaser_orderstatuslink:hover { 
   TEXT-DECORATION: underline; 
   COLOR: #000000; 
   FONT-SIZE: 10px; 
   FONT-WEIGHT: bolder; 
} 

.store_teaser_subdepartmentbrowselink:link { 
   TEXT-DECORATION: none; 
   COLOR: #000000; 
   FONT-SIZE: 10px; 
   FONT-WEIGHT: bolder; 
} 

.store_teaser_subdepartmentbrowselink:visited { 
   TEXT-DECORATION: none; 
   COLOR: #000000; 
   FONT-SIZE: 10px; 
   FONT-WEIGHT: bolder; 
} 

.store_teaser_subdepartmentbrowselink:hover { 
   TEXT-DECORATION: underline; 
   COLOR: #000000; 
   FONT-SIZE: 10px; 
   FONT-WEIGHT: bolder; 
} 

ul#productList { /* Controls "See All Items" list */
   width: 500px;
   color: #000000;
}

/*--------------------------- END STORE NAVIGATION ---------------------------*/


.whiteTABLE {
	background-color: #FFF;
	background-attachment: scroll;
	background-image: url(/userimages/main-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.whiteTABLE1 {	
        background-color: #FFF;
	background-attachment: scroll;
	background-image: url(/userimages/main-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.blackTEXTTESTIMONIALS {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #000;
}
.whiteBG {
	background-color: #FFF;
margin-left: -1px;
}

#p2884218 a {
  position: relative;
  left: 265px;
  _left: 235px;
  font-style: italic;
  text-decoration: underline;
}
