/* *********** */
/* Main Styles */
/* *********** */

body{
	color: #000;
	font-family: arial, helvetica, san-serif;
	font-size: 74%;
    margin: 0;
    padding: 0;
}

ul, li, h1, h2, h3, h4, h5, h6, hr, p, form{
	margin: 0;
	padding: 0;
}

img{
	border: 0;
}

a{
	color: #970a0d; /* red */
}

a:hover{
	color: #e1670a; /* orange */
}

input, select, textarea{
	color: #000;
	font-family: verdana, helvetica, san-serif;
	font-size: 1em;
}

#container{
	width: 748px;
	margin: 20px auto;
}


/* ************* */
/* Header Styles */
/* ************* */

#header{
	position: relative;
}

#header h1{
	background: url(/images/main.header.gif) no-repeat top left;
	height: 151px;
	margin-bottom: 3px;
	text-indent: -55555px;
	width: 748px;
}

#header #bag_count{
	position: absolute;
	right: 40px;
	top: 20px;
}

#header #bag_count a{
	color: #000;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
}

#header #bag_count a:hover{
	color: #970a0d; /* red */
}

#header #bag_count em{
	color: #970a0d; /* red */
	font-style: normal;
}


/* ************** */
/* Sidebar Styles */
/* ************** */

#sidebar{
	background-color: #faf9ce; /* light yellow */
	border: 1px solid #000;
	float: right;
	margin-right: 5px;
	padding: 0;
	width: 133px;
}

#sidebar ul{
	margin: 10px 12px;
}

#sidebar ul li{
	list-style: none;
	height: 47px;
}

#sidebar ul li a{
	background-repeat: no-repeat;
	display: block;
	height: 45px;
	margin-bottom: 2px;
	text-indent: -55555px;
	width: 106px;
}

#sidebar ul li a#home{
	background-image: url(/images/sidebar.home.gif);
}

#sidebar ul li a:hover#home, #sidebar ul a#home.selected{
	background-position: 0 -45px;
}

#sidebar ul li a#shop{
	background-image: url(/images/sidebar.shop.gif);
}

#sidebar ul li a:hover#shop, #sidebar ul a#shop.selected{
	background-position: 0 -45px;
}

#sidebar ul li a#about{
	background-image: url(/images/sidebar.about.gif);
}

#sidebar ul li a:hover#about, #sidebar ul a#about.selected{
	background-position: 0 -45px;
}

#sidebar ul li a#contact{
	background-image: url(/images/sidebar.contact.gif);
}

#sidebar ul li a:hover#contact, #sidebar ul a#contact.selected{
	background-position: 0 -45px;
}

#sidebar ul li a#help{
	background-image: url(/images/sidebar.help.gif);
}

#sidebar ul li a:hover#help, #sidebar ul a#help.selected{
	background-position: 0 -45px;
}

#sidebar h3{
	background-image: url(/images/sidebar.emailsignup.gif);
	height: 159px;
	margin: 0 8px;
	text-indent: -55555px;
	width: 109px;
}

#sidebar #signup_area{
	margin: 4px 8px;
}

#sidebar #getthe{
	background-image: url(/images/sidebar.getthe.gif);
	height: 23px;
	text-indent: -55555px;
	width: 116px;
}

#sidebar #email{
	border: 1px solid #970a0d; /* red */
	margin: 4px 0;
	padding: 1px 2px;
	width: 109px;
}

#sidebar a#signup{
	background-image: url(/images/sidebar.signup.gif);
	display: block;
	height: 9px;
	margin: 3px auto 10px auto;
	overflow: hidden;
	text-indent: -55555px;
	width: 70px;
}

#sidebar #newsletter_response{
	display: none;
	font-weight: bold;
}

/* ******************* */
/* Main Content Styles */
/* ******************* */

#main{
	border: 1px solid #000;
	float: right;
	position: relative;
	width: 747px;
}

#main.with_sidebar{
	width: 606px;
}

/* ************* */
/* Footer Styles */
/* ************* */

#footer{
	background: url(/images/main.footer-bg.gif) no-repeat top left;
	color: #fff;
	font-size: 0.9em;
	height: 22px;
	margin-top: 3px;
	padding-top: 12px;
	text-align: center;
	width: 748px;
}

/* *************** */
/* Clearfix Styles */
/* *************** */

.lightbox{ 
    display: none;
    position: absolute;
    top: 151px;
    left: 436px; 
    text-align: left;
    z-index: 1001;
    overflow: auto;
}

#overlay
{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.0;
	opacity:.00;
	filter: alpha(opacity=0);
}
	/*
    background-color: #dddddd;     
    display: none;
    position: absolute;
    top: 0;
    left: 0; 
    */ 

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }
#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }

/******     GLOBAL HACKS     *****/

/*CLEAR FIX */
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix
{
    display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* End hide from IE-mac */

