/*

1.GLOBAL

2.LAYOUT

3.NAVIGATION

4.SPECIAL

*/



/* -- 1.GLOBAL -- */

		

* {
	margin: 0;
	padding: 0;
}
body {
	background: #FFF;
	color: #000;
	font: 72%/1.5 Verdana, Arial, Helvetica, sans-serif;
}
#header div.wrapper, #container, #footer div.wrapper {
	margin: 0 auto;
	width: 920px;
}
/* -- 2.LAYOUT -- */



#container {
	width: 900px
}
#header {
	background: url(/images/layout/horizontal-divider.gif) bottom left repeat-x;
	height: 99px;
}
#header div.wrapper {
	height: 99px;
	padding-top:40px;
}
#masthead {
	background: url(/images/logos/logo-main.gif) top center no-repeat;
}
#masthead a {
	display: block;
	height:43px;
	width:279px;
	margin:0 auto;
}
#content {
	padding: 25px 0;
}
#footer {
	font-size: .85em;
	min-height: 97px;
	height: auto !important;
	height: 97px;
}
#footer .wrapper {
	padding: 10px 0;
}
#footer .wrapper div.left {
	float: left;
	width: 75%;
}
#footer .wrapper div.right {
	float: right;
	width: 24%;
}
#footer ul {
	list-style-type: none;
}
#footer ul li {
	display: inline;
	padding-right: 10px;
}
#footer ul li a {
	color: #5e5e5e;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #999;
}
#footer p#copyright {
	text-align: right;
	clear: right;
	color: #5e5e5e;
}
/* - Utility Navigation - */

ul#utility-nav {
	position: absolute;
	bottom: 0;
	right: 0;
	list-style-type: none;
	font-size: 11px;
	letter-spacing: -1px;
	margin: 0;
}
ul#utility-nav li {
	display: inline;
}
ul#utility-nav li a {
	float: left;
	background: url(/images/layout/btn-utility-left.gif) no-repeat left top;
	margin: 0 0 0 5px;
	padding: 0 0 0 3px;
	color: #a1a1a1;
	text-decoration: none;
}
ul#utility-nav li a span {
	float: left;
	display: block;
	background: url(/images/layout/btn-utility-right.gif) no-repeat right top;
	padding: 6px 6px 6px 3px;
	color: #a1a1a1;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/

ul#utility-nav li a span {
	float:none;
}
/* End IE5-Mac hack */



ul#utility-nav li a:hover, ul#utility-nav li a:focus {
	background-position: 0% -29px;
}
ul#utility-nav li a:hover span, ul#utility-nav li.selected a span {
	color: #fff;
	background-position: 100% -29px;
}
ul#utility-nav li a.selected {
	background-position: 0% -58px;
}
ul#utility-nav li a.selected span {
	background-position: 100% -58px;
}
/* - Sub Navigation - */	

#sub-nav {
}
/* -- 4.SPECIAL -- */

		

span.replace, #skip-nav, #masthead img, body#home h1 { /* Image Replacement */
	display: block;
	height: 0;
	width: 0;
	overflow: hidden;
}
/* Clear fix */

.clear:after, .floatform:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clear, .floatform {
	display: block;
}
/*  \*/

.clear, .floatform {
	min-height:1%;
}
* html .clear, * html .floatform {
	height:1%;
}
/*  */	
/*

1.GENERAL

2.TEXT

3.IMAGES

4.LISTS

5.TABLES

6.LINKS

7.PAGES/SECTIONS

*/



/* -- 1.GENERAL -- */

#content ol, p, table, #content ul {
	margin-bottom: .75em;
}
body#home #breadcrumb, body#collections #breadcrumb, body#preview #breadcrumb, body#events #breadcrumb, body#signature-collection #breadcrumb, body#about #breadcrumb, body#press #breadcrumb, body#contact #breadcrumb, body#returns #breadcrumb, body#privacy #breadcrumb, body#siteinfo #breadcrumb, body#default #breadcrumb {
	display: none;
}
#breadcrumb {
	font-size: .9em;
	margin-bottom: 15px;
}
/* -- 2.TEXT -- */
div#description p {
	line-height: 1.5em;
	margin:.5em 1em;
}

p.eighteen {
	font-size:18px;
	font-weight:bold;
}
p.sixteen {
	font-size:16px;
}
p.fourteen {
	font-size:14px;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	color: #F00;
	margin-bottom:.5em;
}
h1 em {
	font-style:italic;
	color:#FF0000;
}
h2 {
	font-size: 18px;
	color: #000;
	margin-bottom:.5em;
}

h3 {
	font-size: 1.1em;
	font-style: normal;
	color: #000;
	margin-bottom:.5em;
	line-height:2em;
}
h4 {
	font-size: 1.5em;
	font-weight: bold;
	color: #000;
}
p {
}
/* -- 3.IMAGES -- */

a img {
	border: none;
}
img.image-right {
	float: right;
	margin: 0 0 15px 15px;
}
img.image-left {
	float: left;
	margin: 0 15px 15px 0;
}
/* -- 4.LISTS -- */

#content ul, #content ol {
	padding-left: 2em;
}
ul li {
}
ol {
}
ol li {
}
/* -- 5.TABLES -- */

table {
}
caption {
}
tr {
}
th {
}
td {
}
/* -- 6.LINKS -- */

a {
	color: #03F;
	text-decoration: underline;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}

div#description {
	text-align:center;
	line-height:1em;
	margin:0 auto;
}
table.department-table {
/*	background:url(/images/layout/product-table-bg.gif) center center repeat-y;
*/	margin:30px 0 0 -40px;
}
table.department-table td {
	text-align: center;
	padding:5px;
	background-color:#FFF;
	border:5px solid #FFF;
	height:178px;
	width:178px;
	vertical-align: top;
}
table.department-table td.missing {
	background-color: #FFF;	
}
table.department-table td a {
	outline:none;
}
table.department-table td div {
	position: relative;
}
/* --- Begin Footer Search --- */




form#footer-search {

	float: right;

	margin-bottom: 3px;

}

input#footer-search-box {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #000000;
color:#000000;
font-size:1em;
padding:3px;
width:125px;
}


input#footer-search-submit {

	margin-top: 1px;

}

/* These are standard sIFR styles... do not modify */



.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */

.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}
/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */



.sIFR-hasFlash #content h1 {
	visibility: hidden;
	height: 20px;
	margin-bottom: 20px;
}
.sIFR-hasFlash body#collections #content h1 {
	visibility: hidden;
	height: 40px;
	margin-bottom: 20px;
}
.sIFR-hasFlash body#home h2 {
	visibility: hidden;
	letter-spacing: -8px;
	font-size: 10px;
	height: 60px;
}
.sIFR-hasFlash body#collections #promo-area-1 h1 {
	visibility: hidden;
	height: 20px;
	margin-bottom: 15px;
}
.sIFR-hasFlash #promo-area-2 h2 {
	visibility: hidden;
	height: 20px;
	margin-bottom: 10px;
}
.sIFR-hasFlash body#collections #promo-area-2 p {
	visibility: hidden;
	letter-spacing: -8px;
	height: 80px;
	padding-bottom: 0;
	margin-bottom: 5px;
}
.sIFR-hasFlash body#collections #promo-area-1 p {
	visibility: hidden;
	letter-spacing: -8px;
	height: 80px;
	padding-bottom: 0;
	margin-bottom: 0;
}
/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */



.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}
span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}
