/* ||||------LAYOUT STYLES-----|||| */


/* ----RESET BAD CSS---- */
/*----------------------------------------------*/

* {margin:0;padding:0; border: none; }
div {border-color: red;}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
a {text-decoration:none; -moz-outline:none;}

img {vertical-align: bottom;} /* BUG fixes extra space in ie6 */

/*----------------------------------------------*/





/* ----GLOBAL ELEMENTS---- */
/*----------------------------------------------*/

body {
	margin: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 70%;
	color: #444;
	height: 100%; /* for 100% to be used as a height value */
	background: #26170D /*url('../images/backgrounds/bg.gif') repeat*/;
}

p {font-size: 1.1em; line-height: 1.2em; margin: 1em 0;}

.center {text-align: center}
.left {float:left; clear:left;}
.right {float:right; clear:right;}
.clear {clear: both;}

.clearer {  clear:both; overflow: hidden; height: 0;font-size: 1px; line-height: 0;  }

.color {color: #FF0077;}

blockquote {
	width: 80px;
	padding: 10px;
	margin: 0 0 0 -120px;
	position: absolute;
	z-index: 12;
	border-top: 1px #F39EC4 dotted;
	border-bottom: 1px #F39EC4 dotted;
}

table {border-collapse: collapse;}
th {background: #FEF3F8; font-size: 1.1em; font-weight: bold;}
td {border-top: 1px dotted #ccc; border-bottom: 1px dotted #ccc;  }

/*----------------------------------------------*/





/* ----LINK STYLES---- */
/*----------------------------------------------*/

a { color: #26170D; }

a:hover, a:active {
	color: #F39EC4;
	text-decoration: underline;
}

a[href^="mailto:"] { 
	background: transparent url('../images/icons/mail_write_48.png') right no-repeat; 
	padding-right: 25px; line-height: 22px; display: inline-block
}

/*a[href^="http:"] { 
	background: transparent url('../images/icons/globe.png') left no-repeat; 
	padding-left: 23px; line-height: 18px; display: inline-block
}*/

h2 a, h2 a:hover { color: #FF0077; }


/*----------------------------------------------*/






/* ----HEADINGS AND TYPE STYLES---- */
/*----------------------------------------------*/


/* main page headings, product detail headings */

h1 { 
	font-size: 2.0em; text-transform: uppercase; 
	letter-spacing: 0.1em;
	color: #FF0077;
	padding: 0 0 5px 0;
	margin-bottom: 20px;
	background: transparent url('../images/backgrounds/dot.gif') bottom repeat-x;	
} 


/* sidebar headings, category product headings */

h2 {
	padding: 5px 0; 
	position: relative; /*fixes odd ie6 bug*/
	font-size: 1.5em; 
	text-transform: uppercase; 
	letter-spacing: 0.1em; 
	color: #FF0077;
	background: url('../images/backgrounds/dot.gif') bottom repeat-x;
} 

.submenu_head {
	padding: 5px 0; 
	position: relative; /*fixes odd ie6 bug*/
	font-size: 1.5em; 
	text-transform: uppercase; 
	letter-spacing: 0.1em; 
	color: #FF0077;
	display: block;
	background: url('../images/backgrounds/dot.gif') bottom repeat-x;
}

#sidebar li.selected {font-weight: bold;}


/* content subheadings */

h3 { 
	font-size: 1.3em; text-transform: uppercase; 
	letter-spacing: 0.1em;
	font-weight: bold; 
	color: #26170D; 
	text-align: left; 
	padding-bottom: 5px;
	margin-top: 15px; margin-bottom: 10px;
	border-bottom: 1px solid #F39EC4;
} 


/* category and section descriptions */

.description {  
	margin: 0 0 20px 0; 
	color: #26170D;
	font-size: 1.2em; 
	background: url(../images/backgrounds/dot.gif) bottom repeat-x;
	padding-bottom: 5px;
}

.description p {line-height: 1.6em;}

.description_photo { 
	float: left; position: relative;
	padding: 0 0 15px 0; margin: 0 20px 0 0;
	text-align: center; 
	width: 220px;
	overflow: hidden; 
}

/*----------------------------------------------*/






/* ----LAYOUT WRAPPERS---- */
/*----------------------------------------------*/


#nonfooter {
	background: #fff;
	padding-bottom: 40px;
}


#content { clear: both; width: 960px; margin: 0 auto; padding-top: 20px; }




#slideshow  { position: relative; border: 1px dotted #F39EC4; }

#slideshowlink { position: absolute; bottom: 25px; right: 31px; font-size: 14px; letter-spacing: 0.1em;}
#slideshowlink a { color: #F39EC4;}

/*----------------------------------------------*/






/* ----HEADER STYLES---- */
/*----------------------------------------------*/

#header_wrapper {
	width: 100%; height: 200px;
	background: url(../images/backgrounds/header_bg.gif) left bottom repeat-x;
	border-bottom: 1px solid #442916;
}

#header {
	width:960px;
	height: 175px;
	margin: 0 auto;
	clear: both;
}

#logo {
	width: 960px;
	padding-top: 45px;
}

#logo img {padding-left: 55px;}

#header .left {margin-top: 28px; color: #fff; text-transform: uppercase; letter-spacing: 0.05em; }
#header .left a {color: #fff;}

#header .left ul {display: inline;}
#header .left li {display: inline; border-left: 1px solid #fff; padding-left: 7px; margin-left: 2px;}


#header form#store_search {
	float: right; display: inline;
	margin: 30px 0 0 0;
}


.phone_number {
	font-size: 12px;
    border-left: 2px solid #fff;
    color: #26170D;
	text-align: center; 
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 6px 10px 0 15px; 
	float: right;
}




/*----------------------------------------------*/






/* ----NAVIGATION STYLES---- */
/*----------------------------------------*/

#subheader { 
	width: 960px; 
	margin: 0 auto;
	clear: both;
}

#crumb {text-align: right; padding: 5px 0 0 10px; text-transform: uppercase; font-size: 1.2em;}
#crumb a {color: #FF0077;}

/*----------------------------------------*/





/* ----MAIN CONTENT WRAPPER AND STYLES---- */
/*----------------------------------------------*/


#page {
	width: 700px;
	float: left;
	display: inline; /* fixes IE6 dbl float bug */
	margin: 20px 10px;
	padding: 0 0 18px 0;
	text-align: left;
	overflow: hidden;
}

#page h2 {  }


/*----------------------------------------------*/





/* ----SIDEBAR STYLES---- */
/*----------------------------------------------*/

#sidebar {
	width: 220px;
	margin: 20px 10px 0 10px;	
	position: relative;
	float: left; 
	display: inline; /* fixes IE6 dbl float bug */
	text-align: left; 
}

.sidebar_widget {
	margin: 0 0 25px 0;
	width: 100%; /*fixes IE7 margin-collapse bug */
}
	
.sidebar_widget p { font-size: 1.1em; }

.sidebar_widget ul { margin-top: 10px; }

.sidebar_widget ul ul { margin-top: 0px;}

.sidebar_widget li { margin: 5px 0; padding: 0 5px; font-size: 1.2em; display: block; float: none; }

#google_amark_b {z-index: 100;}
	
/*----------------------------------------------*/



	
	
/* ----FOOTER STYLES---- */
/*----------------------------------------------*/

#footer_wrapper {width: 100%; background: #26170D url(../images/backgrounds/footer_bg.gif) top repeat-x;}

#footer {
	width: 960px;
	padding: 7px 0;
	margin: 0 auto;
	clear: both; overflow: hidden;
	color: #fff;
}

#footer a {color: #fff;}

#footer a:hover {text-decoration: underline;}

#footer ul { 
	border-right: 2px solid #fff; 
	float: left; 
	width: 95px; 
	padding: 15px 15px 5px 0;
	margin-right: 20px; margin-bottom: 10px;
	
}
#footer li {
	text-transform: uppercase; 
	letter-spacing: 0.05em;
	margin: 3px 0;
}

#footer ul ul { 
	border: none; 
	float: none;
	width: auto; 
	padding: 4px 0 0 4px;
	margin: -2px 0 6px 0;  }

#footer ul ul li { font-size: 0.8em; margin: 4px 0;  }

#footer a.award {
	padding: 10px 0; 
	display: block; 
	float: left; 
	filter:alpha(opacity=80);-moz-opacity:.8;opacity:.8;
}

#footer p { 
	margin: 20px 0 0 0; padding: 0px 5px; 
	float:right;
	letter-spacing: 0.1em; font-size: 1em; 
	color: #fff; 	
	line-height: 1.5em;
}

#footer p a {color: #F39EC4;}

#copyright {display: none;}

/*----------------------------------------------*/





/* ----PAGINATION STYLES---- */
/*----------------------------------------------*/

#pages {
	margin: 0;
}

#pages ul {
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
}
	
.pages li {
	float: left;
	display: block;
	padding: 4px;
	margin: 0 2px;
	border: 1px #F0F0EE solid;
}

.category_pages {margin-bottom: 25px;}

.category_pages br { display:none;}	/* hides unecessary br tags generated by the application */

/*----------------------------------------------*/





/* ----MESSAGES AND WARNINGS---- */
/*----------------------------------------------*/


#message {
	width:96%;
	clear:both;
	margin: 0 0 10px 0;
	padding: 10px 2%;
	font-family: "trebuchet ms", sans-serif;
	letter-spacing: 0.1em;
	font-style: italic; font-weight: bold;
	font-size: 1.1em;
	border-bottom: 1px solid #ccc;
	color: #6E2405;
	background: #F7F2DA;
}

/*----------------------------------------------*/
	
