/* CSS Document */

div#container { 
/* Main container for the logo, navigation, content, and footer */
   width: 800px;
   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;
}

a:link {
   color: #3B5D0E;
   text-decoration: underline;
}

a:active {
   color: #3B5D0E;
   text-decoration: underline;
}

a:hover {
   color: #672311;
   text-decoration: underline;
}

a:visited {
   color: #3B5D0E;
   text-decoration: underline;
}

a:visited:hover {
   color: #672311;
   text-decoration: underline;
}

p,div,td {
   color: #000000;
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 12px;
}

body {
   background-image: url(/userimages/bg.jpg);
   background-repeat: repeat-x;
   background-position: top center;
   background-color: #301C06;
background-attachment: fixed;
   color: #000000;
   margin: 0px;
   font-family: Arial, Helvetica, 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-family: Arial, Helvetica, sans-serif; 
   font-size: 18px;
   font-weight: bold;
   color: #672311;
}

.titlebar_hr hr { /* Use in conjuction with .titlebar */
   color: #672311;
}

.boxbackground { /* Corrects background color of weather module */
   background-color: #ffffff;
}

.logo {
   height: 276px;
   width: 800px;
   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: 740px;
   color: white;
   padding: 0px;
   margin-top: -122px;
   margin-left: 20px;
   margin-right: auto;
   padding-right:0px;
   padding-bottom:0px;
   padding-left: 0px;
}

.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 #ffffff;
   padding-left:10px;
   padding-right:10px;
   padding-top:0px;
   padding-bottom:0px;
}

#navCell a {
   display: inline;
   color: #ffffff;
   font-family: Arial, Verdana, Courier New, Courier, monospace;
   font-weight: bold;
   text-decoration: none;
   font-size: 14px;
   letter-spacing: 0px;
   padding-left:0px;
}

#navCell a:hover {
   color: #C8A500;
   text-decoration: none;
}

#navCell li.nav1a {

}

#navCell a.nav1a {
   color: #C8A500;
   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: 30px;
   padding-right: 3px;
   padding-top: 3px;
   width: 750px;
   margin-left: auto;
   margin-right: auto;
   max-width: 750px;

   height: 30px;
}

*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: Arial, Verdana, Courier New, Courier, monospace;
   font-size: 12px;
   display: inline;
   color: #3B5D0E;
   text-decoration: none;
   font-weight: bold;
}

#secnav a:hover {

   text-decoration: underline;
}

#secnav li.nav2a a { 
   text-decoration: underline; 
}

/*--END SECONDARY NAVIGATION--*/

/*------------------------------ END NAVIGATION ------------------------------*/
/*---------------------------- START CONTENT AREA ----------------------------*/

#contentCell {
   width: 755px;
   max-width: 755px;
   padding: 0px;
   margin-left: 24px;
   padding-bottom: 20px;
   text-align:left;
   min-height: 360px;
   padding-left: 0px;
   margin-top:20px;
}

*html #contentCell {
   height: 360px; /* MIN-HEIGHT DOESN'T WORK IN IE */
   margin-top:0px;
}

#contentCell #content_table_0 {
   width: 755px;
   max-width: 755px;
}

/*----------------------------- END CONTENT AREA -----------------------------*/
/*--------------------------- START TEMPLATE BOTTOM---------------------------*/

#staticlinks_bottom {
   background-image: url(/userimages/bottom.jpg);
   background-repeat: no-repeat;
   background-position: center;
   height: 77px;
   visibility: visible;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   width: 800px;
   margin: 0px;
   display: block;
   padding-top: 0px;
   text-decoration:none;
   padding-top:0px;
   font-size:10px;
}

#staticlinks_bottom a {
   color: #7D746A;
   font-weight: bold;
   text-decoration:none;
}

#staticlinks_bottom ul {
   display: inline; /* TOGGLE DISPLAY OF LOGIN LINKS AT BOTTOM */
   visibility: visible;

   position: relative;
   top: 64px;
}

#staticlinks_bottom ul li {
   display: inline;
   visibility: visible;
   margin-left: auto;
   margin-right: auto;
   padding:5px;
}

/*--------------------------- END TEMPLATE BOTTOM ----------------------------*/
/*----------------------------- START SEARCH DIV -----------------------------*/

#search {
   position: absolute;
   top: 5px;
   margin-left: auto;
   margin-right: auto;
   text-align: right;
   width: 775px;
   color: #ffffff;
   text-transform: uppercase;
   font-weight: bold;
}

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 #672311; 
   width: 200px 
}

.store_teaser_heading { 
   background-color: #672311; 
   color: #FFFFFF; 
   text-align: center; 
   font-size: 12px; 
   font-weight: bolder; 
} 

.store_teaser_td { 
   background-color: #F5EAC9; 
   color: #000000; 
   width: 200px;
} 

.store_teaser_department { 
   background-color: #F5EAC9; 
   color: #000000; 
   width: 300px; 
} 

.store_teaser_departmentlink:link { 
   TEXT-DECORATION: none; 
   COLOR: #3B5D0E; 
   FONT-SIZE: 12px; 
   FONT-WEIGHT: bolder; 
} 

.store_teaser_departmentlink:visited { 
   TEXT-DECORATION: none; 
   COLOR: #3B5D0E; 
   FONT-SIZE: 12px; 
   FONT-WEIGHT: bolder; 
} 

.store_teaser_departmentlink:hover { 
   TEXT-DECORATION: underline; 
   COLOR: #3B5D0E; 
   FONT-SIZE: 12px; 
   FONT-WEIGHT: bolder; 
} 

.store_teaser_departmentname { 
   color: #3B5D0E; 
   text-align: center; 
   font-size: 12px; 
   font-weight: bolder; 
} 

.store_teaser_orderstatuslink:link { 
   TEXT-DECORATION: none; 
   COLOR: #3B5D0E; 
   FONT-SIZE: 12px; 
   FONT-WEIGHT: bolder; 
} 

.store_teaser_orderstatuslink:visited { 
   TEXT-DECORATION: none; 
   COLOR: #3B5D0E; 
   FONT-SIZE: 12px; 
   FONT-WEIGHT: bolder; 
} 

.store_teaser_orderstatuslink:hover { 
   TEXT-DECORATION: underline; 
   COLOR: #3B5D0E; 
   FONT-SIZE: 12px; 
   FONT-WEIGHT: bolder; 
} 

.store_teaser_subdepartmentbrowselink:link { 
   TEXT-DECORATION: none; 
   COLOR: #3B5D0E; 
   FONT-SIZE: 12px; 
   FONT-WEIGHT: bolder; 
} 

.store_teaser_subdepartmentbrowselink:visited { 
   TEXT-DECORATION: none; 
   COLOR: #3B5D0E; 
   FONT-SIZE: 12px; 
   FONT-WEIGHT: bolder; 
} 

.store_teaser_subdepartmentbrowselink:hover { 
   TEXT-DECORATION: underline; 
   COLOR: #3B5D0E; 
   FONT-SIZE: 12px; 
   FONT-WEIGHT: bolder; 
} 

ul#productList { /* Controls "See All Items" list */
   width: 500px;
   color: #000000;
}

/*--------------------------- END STORE NAVIGATION ---------------------------*/
