/* this keeps the body-background image grounded at the bottom */
html {
	min-height: 100%;
	height: auto;
}



/* some global styles for the entire site */
body
{
font-size: 100%;
font-family: Arial, Helvetica, Sans-Serif;
text-align: center;
margin: 10px;
background-image: url(../images/tpl_images/new_gradient_bg5.jpg); 
background-repeat: repeat-x;
background-position: left top;
background-color: /*#cdcfaa;*/#b6c1c2;
}

a {
text-decoration: none;
color: #CA003A;
}

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

.clear{clear: both; }

/*main container for the home page */
#main
{
width: 800px;
border: 0px solid #000000;
padding: 0px;
margin-left: auto;
margin-right: auto;
margin-top: 25px;
margin-bottom: 200px;
}

/* main container for all othe rpages */
#main_secondary
{
width: 800px;
/* border: 0px solid #000000; */
padding: 0px;
margin-left: auto;
margin-right: auto;
margin-top: 25px;
margin-bottom: 120px;
}

/* the entire header section for each page (should probably be an include) */
#header
{
/*background-image: url(../images/tpl_images/logo.gif);*/
background-repeat: no-repeat;
position: relative;
height: 50px;
width: 780px;
border: 0px dotted #000000;
margin: 0px;
padding: 10px;
overflow: visible;
}

#homelogo {
float: left;
position: absolute;
left: 0;
top: 0;
margin: 0;
border: 0px solid #000000;
}

#headermenu {
position: relative;
border: 0px solid #000000;
height: 16px;
margin-top: 36px;
text-align: right;
overflow: visible;
padding: 0px;
margin-bottom: 0;
float: right;
}

/* the inline menu links for privacy policy, etc. */
.secondary
{
font-size: 9px;
color: #666666;
text-transform: uppercase;
}

.secondary a { padding: 1px 7px; }

.secondary a:link, .secondary a:visited
{
color: #FFFFFF;
text-decoration: none;
}

.secondary a:hover
{
color: #333333;
text-decoration: underline;
}


/*the search feature at the top of each page */
#sitesearch {
margin: 0px;
display: inline;
margin-left: 15px;
margin-bottom: 0;
}

.searchbox {
opacity: .9;
background-color: #ffffff;
border: 1px solid #000000;
noshadow;
font-family: Arial;
font-size: 10px;
color: #333333;
text-align: right;
padding: 1px;
width: 100px;
margin-right: 5px;
}

.searchbutton {
background-color: #b00049;
color: white;
border: 0px solid #FFFFFF;
font-size: 9px;
font-weight: bold;
margin: 0;
height: 15px;
}

/* the following nine styles are for the drop-down menus at the top of each page */
#menubar {
border-bottom: 1px solid #666666;
padding: 4px;
background-color: /*#660033*/#333333;
width: 792px;
height: 12px;
margin: 0px;
overflow: visible;
text-align: center;
/* position: relative; */
}

/*affects all elements in the menu ul */
#menu {
text-align: left;
list-style: none;
margin: 0px;
padding-left: 40px;
}

/* all "a" links in the menu */
#menu a {
text-decoration: none;
color: #FFFFFF;
display: block;
}

/* affects li items in top menu */
#menu li
{
float: left;
width: 10em;
font-weight: bolder;
font-size: 10px;
padding: 0px 20px 3px 20px;  /* helps to make the menus more "sticky" when you hover over */
}

/*instructs the drop down to appear on hover */
#menu li:hover ul, #menu li.sfhover ul {
left: auto;
}
/*#menu li:hover {
background: green;
}*/

#menu ul {
text-align: left;
margin: 0;
padding: 0;
list-style: none;
}

/* affects properties of drop-down menu box but not in IE */
#menu li ul {
width: 14em;
left: -999em;
position: absolute;
padding: 10px;
background-color: #666666;
/*opacity: .9;*/
margin-top: 2px;
z-index: 110;
}

#menu li ul a:hover {
text-decoration: none;
color: #94cccc;
}

#menu li ul li
{
width: 100%;
font-weight: normal;
font-size: 10px;
line-height: 18px;
padding: 0px 0px;
}

/*	HOMEPAGE MAIN WINDOW
	#promos is now z-index'd to allow #flash_piece to be inserted below it to affect a Flash Intro Page	
	--------------------------------------------------------------------------------------------------- */
#promos {
position: static; 
z-index: 20;
font-family: Arial;
font-size: 10px;
border: 0px solid black;
width: 800px;
height: 482px;
padding: 0px;
text-align: center;
}
/*	Original CSS */
/*
#promos {
font-family: Arial;
font-size: 10px;
border: 0px solid black;
background-color: #999999;
width: 800px;
height: 482px;
padding: 0px;
text-align: center;
background-image: url(../images/tpl_images/picture5.jpg);
clear: left;
}
*/

#flash_piece {position: absolute; z-index: 10; left: 50%; background-color: #000000;  width: 800px; height: 400px; margin-left: -400px; }

/*	END
	--------------------------------------------------------------------------------------------------- */



/*basic layout for a secondary page with text */
#secondary_content {
font-family: Arial;
font-size: 10px;
border-left: 1px solid black;
border-right: 1px solid black;
background-color: #FFFFFF;
width: 798px;
padding: 2px 0px;
text-align: center;

}

#secondary_text_left {
width: 486px;
_width: 446px; 

font-family: Arial;
font-size: 12px;
border-right: 1px dotted #999999;
float: left;
padding: 10px;
padding-right: 30px;
margin: 20px;
margin-top: 20px;
margin-right: 0px;
clear: both;
text-align: left;
}

#secondary_text_right {
width: 189px;
font-family: Arial;

font-size: 11px;
color: #666666;
border-left: 0px dotted #999999;
float: right;
padding: 10px;
padding-left: 20px;
margin: 20px;
margin-top: 20px;
margin-left: 0px;
text-align: left;
clear: right;
}

#secondary_text_right img {
border: 0px dotted #000000;
margin-top: 10px;
margin-bottom: 10px;
}

/*setup for a tertiary page, like the "trends" page */
#tertiary_content {
font-family: Arial;
font-size: 10px;
border-left: 1px solid black;
border-right: 1px solid black;
background-color: #FFFFFF;
width: 798px;
padding: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
clear: left;
overflow: auto;
}



/* setup for the scrolling products bar on the homepage */
#gottahaveit {
background-image: url(../images/tpl_images/home_must_haves_bg.jpg);
/*background-color: #999999;*/
z-index:94;
font-size: 10px;
border: 0px solid black;
width: 780px;
height: 62px;
padding: 10px;
text-align: left;
position: relative;
/* top: -82px; (Removed to compensate for z-index'd Flash layer) */
/* top calc : 482px (image.height) - (62+20px) (this.height+this.padding) = 400px */
top: -82px; /*added back in after IE bug fix M.S. 2-2-09 */
float: left; /*this is necessary otherwise bottom bar moves up and down with the must-haves */
overflow: hidden;
clear: both;
margin-bottom: -82px; /*without this, the bottom bar gets pushed down */
}

#gottahaveitbg {
border: 1px solid black;
background-color: #FFFFFF;
width: 798px;
height: 80px;
float: left;
left: 0;
clear: both;
position: absolute;
/* opacity: .5; */
}

#bottombar {
padding: 5px;
padding-left: 10px;
font-size: 10px;
color: white;
text-align: left;
position: relative;
width: 785px;
background-color: /*#660033*/#333333;
height: 10px;
border-top: 1px solid #666666;
}

#gotta {
margin-left: 20px;
margin-right: 10px;
float: left;
}

#leftarrow {
margin-left: 10px;
margin-right: 20px;
float: left;
}

#rightarrow {
margin-right:10px;
float: right;
}

#marquiswrapper {
width: 585px;
height: 62px;
border: 0px solid #000000;
overflow: hidden;
float: left;
}

#marquis {
width: 1585px;
height: 62px;
border: 0px solid #000000;
clear: both;
float: left;
}

.testbox {
padding: 1px;
height: 58px;
width: 76px;
background-color: #333333;
margin-left: 20px;
margin-right: 20px;
/*position: relative;*/
float: left;
z-index: 100;
}

/* layout for the very bottom area of the page */
#footer {
margin-top: 7px;
width: 800px;
border: 0px solid #000000;
overflow: visible;
}

#intlinks {
text-align: left;
float: left;
}

#intlinks a {
text-decoration: none;
color: #000000;
font-size: 10px;
line-height: 15px;
}

#signup {
float: right;
text-align: right;
font-size: 10px;
line-height: 15px;
letter-spacing: -0.3px;
margin: 0px;
border: 0px solid #ffffff;
}

#mailinglist {
margin: 0px;
}

.join {
opacity: .9;
background-color: #ffffff;
border: 1px solid #000000;
noshadow;
font-family: Arial;
font-size: 10px;
color: #333333;
text-align: right;
padding: 1px;
width: 205px;
margin-right: 5px;
margin-top: 0;
}

.joinbutton {
background-color: #b00049;
color: white;
border: 0px solid #FFFFFF;
font-size: 9px;
font-weight: bold;
margin: 0px;
height: 15px;
}


/* for the product of the week box */
#potw {
position: relative;
z-index: 35;
width: 190px;
height: 10px;
background-color: #666666;/*#859fa1;*/
right: 0px;
top: 0px;
border-bottom: 5px solid #000000;
border-right: 1px dotted #000000;
opacity: .8;
float: left;
overflow: hidden;
padding: 5px;
margin-left: 0px;
color: #ffffff;
}

#potw img{
margin: 10px;
border: 2px solid #666666;
}

#potw p {
text-align: center;
margin-left: 0px;
}

#potw h4 {
text-align: center;
margin: 0px;
font-size: 1.2em;
}

#potw a {
text-decoration: none;
color: #FFFFFF;
margin: 0px;
}

/* mootools tooltip feature for mouse-overs */
.tool-tip {
color: #333333;
width: 130px;
z-index: 13000;
-moz-border-radius: 10px;
background-color: #f1f1f1;
padding: 5px;
border: 1px solid #666666;
}
 
.tool-title {
font-weight: bold;
font-size: .8em;
margin: 0;
}
 
.tool-text {
font-size: .6em;
}

/* tooltips for the products section */
.prods-tip {
color: #333333;
width: 130px;
z-index: 13000;
-moz-border-radius: 10px;
background-color: #f1f1f1;
border: 1px solid #666666;
padding: 5px;
}
 
.prods-title {
font-weight: bold;
font-size: .8em;
margin: 0;
}
 
.prods-text {
font-size: .6em;
}

/* this affects the site map page */

#sitemap_content {
font-family: Arial;
font-size: 10px;
border-left: 1px solid black;
border-right: 1px solid black;
background-color: #b1d071;
width: 758px;
height: 430px;
padding: 10px;
padding-left: 30px;
text-align: left;
overflow: auto;
background-image: url(../images/tpl_images/sitemap_new.jpg);
background-repeat: no-repeat;
background-position: right bottom;
}

#sitemap_content a {
color: #333333;
}
#sitemap_content h2 {
font-size: 1.5em;
margin-top: 10px;
}

#links_header {
background-color: #244c76;
padding: 5px 5px 5px 5px;
margin: 0px;
width: 80%;
-moz-border-radius: 5px;
color: #FFFFFF; 
}

#map_content_left {
width: 200px;
margin-left: 10px;
border: 0px solid #000000;
overflow: auto;
float: left;
}

#map_content_right {
position: relative;
width: 200px;
border: 0px solid #000000;
overflow: auto;
}


dl {
font-size: 12px;
line-height: 17px;
}

dt {
font-weight: bold;
margin-top: 10px;
}

dd {
text-indent: -20px;
 }
 
 dl a {
color: #333333;
}

 dl a:hover {
color: #333333;
}

/*	Nifty Corners by Alessandro Fulciniti
	http://www.html.it/articoli/nifty/index.html
	---------------------------------------------------------------------- */
	b.rtop, b.rbottom{display:block;background:none;}
	b.rtop b, b.rbottom b{display:block;height: 1px; overflow: hidden; background: #333333;}
	b.r1{margin: 0 5px}
	b.r2{margin: 0 3px}
	b.r3{margin: 0 2px}
	b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
	
	
/*	Search Results Page (Needs some fiddling)
	------------------------------------------------------------------------ */
.product_thumbnail {width: 120px; vertical-align: top; text-align: center; border: 0px solid #000000; margin: 0 10px 0 10px; } /* NOTE: Wrapped inside a <td> tag DO NOT float: left; IE6 will hate you! */
/* Thumbnail * 5 + 20px margin. = width: 620px; */
.category_wrapper, .products_wrapper {border: 0px solid #000000;  }
.category_title { font-weight:bold; font-size: 13px; margin-top: 20px; color: #666666; }
table#product_row {}
table#product_row td {padding: 0px; margin: 0px; }
/*for the search results page */
/* Total width = 798px - 30px padding; */ 
#search_content {
font-family: Arial;
font-size: 10px;
border-left: 1px solid black;
border-right: 1px solid black;
background-color: #FFFFFF;
width: 768px;
padding: 10px;
padding-left: 20px;
text-align: left;
/* overflow: auto; */
}


#search_content img {
border: 1px solid #000000;
margin-bottom: 10px;
}

#search_results_title_container {
border-bottom: 1px solid #000000;
margin: 0px;
margin-bottom: 20px;
font-family: Arial;
font-size: 14px;
font-weight: bold;
line-height: 20px;
}

/*
#searchwrapper {
background-color: #FF0099; 
padding-left: 15px;
padding-right: 15px;
padding-top: 5px;
border: 0px solid #000000;
margin-bottom: 20px;
text-align: center;
}
*/
#search_text_content {
font-family: Arial;
font-size: 10px;
border: 0px solid black;
padding: 0px;
margin: 0;
}

.search_breadcrumbs {
font-weight: bolder;
font-size: 11px;
}


/* dont have permission to alter news style sheet, added style here until I can put it into news.css - MS 7/09 */
.news_item a {
color: #176d80;
}

.news_item {
margin-bottom: 20px;
border-bottom: 1px dotted #999999;
}


	