* {
	font-family: IntellectaTypewriter2;
	font-size : 12px;
	color: #4c4c4c; 
	margin: 0;
	padding: 0;
	outline: 0;
	}
	
html {
    height: 100%;
	}

body {
    margin: 0;
	padding: 0;
	text-align: center;
	background: #fff;
	}

body#intro {
	text-align: center;
	}

a {
	text-decoration: underline;
	}

a:hover {
    text-decoration: none;
	}

img {
	border: none;
	vertical-align: top;
	}


/*
------------------------------------------------------------------------------
GENERAL LAYOUT
------------------------------------------------------------------------------*/
#wrapper {
    text-align: left;
    width: 980px;
    padding: 20px;
    margin: 0 auto;
	}

body#intro #wrapper { width: 770px; padding: 50px 0; }

#introImage { opacity: 0; filter: alpha(opacity = 0); -moz-opacity: 0; }

#header {
	float: left;
	width: 150px;
	height: 86px;
/*	border-bottom: 1px #000 solid; */
	background: url(../images/logo.gif) no-repeat;
	}

#introFlash {
	padding-top: 20px;
	}

#nav {
	float: left;
	width: 820px;
	margin-bottom: 75px;
	}

#nav ul {
	margin-top: 10px;
	}

#nav ul li {
	float: left;
	padding: 42px 0 0 60px;
	list-style: none;
	}

#nav ul li.first {
	padding-left: 0;
	}

#nav ul li.last {
	border-right: none;
	}

#nav ul li a {
	text-decoration: none;
	font-size: 13px;
	}

#nav ul li a:hover {
	color: #ccc;
	}

#content {
	clear: left;
	width: 870px;
	}

#mainContent {
	float: left;
	width: 360px;
	padding-top: 6px;
	}
	
body#newArrivals #mainContent {
	width: 100%;
	}

body#press #mainContent {
	width: 100%;
	font-size: 0px;
}

#mainContent h1 {
	margin-bottom: 19px;
	font-size: 18px;
	font-family: IntellectaTypewriter2Black;
	font-weight: normal;
	}

#mainContent p {
	line-height: 20px;
	margin: 0 30px 25px 0;
	}
	
#mainContent p.noBreak {
	margin-bottom: 0;
	line-height: 20px;
	}
	
#mainContent p.designer {
	float: left;
	width: 200px;
	margin-bottom: 0;
	line-height: 18px;
	}
	
#mainContent p.designer a {
	color: #000;
	text-decoration: none;
	}
	
#mainContent p.designer a:hover {
	color: #7A6045;
	}

#mainContent address {
	margin-bottom: 19px;
	line-height: 20px;
	font-style: normal;
	}

#mainImage {
	float: right;
	}
	
body#press #mainContent img {
	padding: 0;
	margin: 0 10px 10px 0;
/*	border-right: 1px #999 solid;
	border-bottom: 2px #999 solid;
*/
}

#footer {
	width: 980px;
	height: 20px;
/*	border-bottom: 1px #000 solid; */
	}


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

#blogFrame {
	
}



/*------------------------------------------------------------------------------
sIFR
------------------------------------------------------------------------------*/
/* 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 #mainContent h1  {
	visibility: hidden;
}

.sIFR-hasFlash #mainContent h1  {
	
}


/*------------------------------------------------------------------------------
Slimbox
------------------------------------------------------------------------------*/

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

#lbCenter {
	margin-top: 10px;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbNumber {
	margin-top: 10px;
}

#lbCaption {
	padding: 5px 0 0 2px;
	font-weight: bold;
}

.noDisplay {
	display: none;
}
