/*  title: haiku style sheet
	author: windham designs
	version: 1.1
	date: 7.1.09
	------------

/* CSS Reset via Eric Meyer: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
    }

/* GLOBAL */
/* global body */
body {
	background: #fff;
	font: .8em Tahoma, Verdana, sans-serif;
	color: #555;
	background: url(../images/fabricBackground.jpg) repeat;
	/*background-color: #FFF;*/
	z-index: 0;
	}

body a {
	font-decoration: underline;
	color: #333;
	}

body a.active {
	font-weight: bold;
	}

body a:hover {
	color: #999;
	}

body img {
	color: #999;
	}

/* bobby tables */
td {
	padding-right: 25px;
	}

/* global heading */
h3 {
    font: 1.4em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #999;
    }
    
h4 {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #999;
	}

/*global paragraph */
p {	
	margin: 0 0 .7em 0;
	}

/* CONTAINER */
#container {
	width: 960px;
	margin: 30px auto 0 auto;
	background: url(../images/containerGradient.jpg) no-repeat;
	background-color: #FFF;
	}

/* HEADER */
#container #header {
	position: relative;
	width: 100%;
	height: 125px;
	}

#container #header .cart {
	position: relative;
	float: right;
	margin-top: 15px;
	padding-right: 40px;
	z-index: 90;
	}	

#container #header #stitching {
	position: absolute;
	margin: -10px 0 0 -10px;
	width: 982px;
	height: 178px;
	background: url(../images/header.png) no-repeat;
	}

/* branding */
#container #header #branding {
	position: relative;
	}

/* branding logo */
#container #header #branding #brandingLogo {
    position: absolute;
    top: -15px;
    left: 30px;
    margin: 0;
	padding: 0;
	}

#container #header #branding #brandingLogo h1 {
	margin: 0;
	}

#container #header #branding #brandingLogo h1 a {
	display: block;
	width: 160px;
	height: 160px;
	margin: 0;
	background: url(../images/brandingLogo.png) no-repeat;
	cursor: pointer;
	}

#container #header #branding #brandingLogo h1 a span {
	display: none;
	}

/* branding tagline */
#container #header #branding #brandingTaglineHome {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic;
	color: #666;
	position: absolute;
    float: right;
    top: 20px;
    right: 30px;
	}


#container #header #branding #brandingTaglineHome h2 {
    margin: 0;
    padding: 0;
	}

#container #header #branding #brandingTagline {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic;
	color: #666;
	position: absolute;
    float: right;
    top: 20px;
    right: 80px;
	}

#container #header #branding #brandingTagline h2 {
    margin: 0;
    padding: 0;
	}

/* NAV */
#container #header #nav {
	position: absolute;
	float: right;
	top: 40px;
	right: 25px;
	height: 30px;
	width: 410px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	background: url(../images/headerNav.gif) no-repeat;
	}

#container #header #nav ul {
	padding: 0;
	margin: 5px 0 0 3px;
	list-style-type: none;
	}

#container #header #nav ul li {
	display: inline;
	margin: 0;
	}

#container #header #nav ul li a {
    text-decoration: none;
	position: relative;
    display: block;
    float: left;
	cursor: pointer;
	padding-left: 22px;
    font: 1.1em Tahoma, Verdana, sans-serif;
	color: #666;
    }

#container #header #nav ul li a:hover {color:#333; text-decoration:underline;}

#about_pg #container #header #nav ul li a#about {color:#333;}
#shop_pg #container #header #nav ul li a#shop {color:#333;}
#retailers_pg #container #header #nav ul li a#retailers {color:#333;}
#guarantee_pg #container #header #nav ul li a#guarantee {color:#333;}
#contact_pg #container #header #nav ul li a#contact {color:#333;}


/* collection navigation */
#container #header #catNav {
	position: absolute;
	top: 90px;
	right: 40px;
	height: 25px;
	width: auto;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	}

#container #header #catNav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}

#container #header #catNav ul li {
	display: inline;
	margin: 0;
	}

#container #header #catNav ul li a {
	text-decoration: none;
	position: relative;
	display: block;
	float: left;
	cursor: pointer;
	margin: 0 0 0 20px;
    font: 1.2em Tahoma, Verdana, sans-serif;
	font-weight: bold;
	color: #999;
	}

#container #header #catNav ul li a:hover {color:#666; text-decoration:underline;}
.main_pg #container #header #catNav ul li a#shop_main {color:#666;}
.rumi_pg #container #header #catNav ul li a#shop_rumi {color:#666;}
.sale_pg #container #header #catNav ul li a#shop_sale {color:#666;}

	
/* collection sub navigation */
#container #header #catSubNav {
	position: absolute;
	top: 110px;
	right: 30px;
	height: 40px;
	width: 735px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	}

#container #header #catSubNav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}

#container #header #catSubNav ul li {
	display: inline;
	margin: 0;
	}

#container #header #catSubNav ul li a {
	text-decoration: none;
	position: relative;
	display: inline;
	float: right;
	cursor: pointer;
	margin: 5px 0 0 10px;
    padding-right: 10px;
    font: 0.95em Tahoma, Verdana, sans-serif;
    font-weight: bold;
	color: #999;
	}
	
#container #header #catSubNav ul li a.line {
	border-right: 1px dotted #9bb0b8;
	}	

#container #header #catSubNav ul li a:hover {
	color: #666;
	}

#container #header #catSubNav ul li a.active {
	color: #666;
	}

/*original collection sub nav*/
#container #header #catSubNav ul li a:hover {color:#666; text-decoration:underline;}
.hobo #container #header #catSubNav ul li a#hobo {color:#666;}
.jaunt #container #header #catSubNav ul li a#jaunt {color:#666;}
.origami #container #header #catSubNav ul li a#origami {color:#666;}
.backpack #container #header #catSubNav ul li a#backpack {color:#666;}
.grab #container #header #catSubNav ul li a#grab {color:#666;}
.ultimate #container #header #catSubNav ul li a#ultimate {color:#666;}
.togo #container #header #catSubNav ul li a#togo {color:#666;}
.escape #container #header #catSubNav ul li a#escape {color:#666;}
.zip #container #header #catSubNav ul li a#zip {color:#666;}
.satchel #container #header #catSubNav ul li a#satchel {color:#666;}
.stash #container #header #catSubNav ul li a#stash {color:#666;}
.courier #container #header #catSubNav ul li a#courier {color:#666;}

/*rumi collection sub nav*/
.rc #container #header #catSubNav ul li a#rc {color:#666;}
.rm #container #header #catSubNav ul li a#rm {color:#666;}
.rt #container #header #catSubNav ul li a#rt {color:#666;}

/*clearance sub nav*/
.smTote #container #header #catSubNav ul li a#smTote {color:#666;}
.lrgTote #container #header #catSubNav ul li a#lrgTote {color:#666;}
.togo #container #header #catSubNav ul li a#togo {color:#666;}
.trifold #container #header #catSubNav ul li a#trifold {color:#666;}
.zip #container #header #catSubNav ul li a#zip {color:#666;}
	
/* CONTENT */
#content {
	width: 100%;
	margin: 0;
	}

/* main content */
#content #mainContent {
	float: left;
	width: 640px;
	min-height: 350px;
	height: auto;
	display: inline;
	padding: 48px 0 0 30px;
	}

/* /// MAIN SHOP PAGE CONTENT ///*/
#shop_pg_main #content #mainContent {
	width: 720px;
	min-height: 350px;
	height: auto;
	display: inline;
	padding: 48px 0 0 10px;
	}

/* /// MAIN SHOP SIDEBAR /// */
#shop_pg_main #content #sidebar {
	float: left;
	width: 180px;
	padding: 33px 0 0 30px;
	height: inherit;
	z-index: 50;
	}

/* /// PRODUCT PAGES /// */
#shop_pg #content #mainContent {
	width: 600px;
	min-height: 350px;
	height: auto;
	display: inline;
	padding-top: 48px;
	margin-left: 25px;
	}

#shop_pg #content #sidebar {
	float: left;
	width: 210px;
	padding: 33px 0 0 30px;
	height: inherit;
	z-index: 50;
	}

html>body #content #mainContent {
	display: block;
	}

#content #mainContent #copy {
	position: relative;
	top: 15px;
	left: 30px;
	width: 475px;
	z-index: 50;
	}

/* dealer pages main content */
#content #dealerContent {
	width: 640px;
	margin-top: 48px;
	float: left;
	height: auto;
	min-height: 375px;
	display: inline;
	padding-left: 30px;
	}

html>body #content #dealerContent {
	display: block;
	}
	
#content #dealerContent #copy {
	position: relative;
	top: 15px;
	width: 450px;
	z-index: 50;
	}
	
#content #sidebar {
	float: left;
	width: 225px;
	padding: 40px 0 0 30px;
	height: inherit;
	z-index: 50;
	}

#content #sidebar a {
	color: #666;
	text-decoration: none;
	}

#content #sidebar p {
	margin-top: 7px;
	}

#content #sidebar img {
	position: relative;
	padding: 3px 3px 0 0;
	z-index: 90;
	}

#content #sidebar .flushLeft img {
	position: absolute;
	margin-left: -30px;
	}

#content #sidebar h3 {
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	padding: 0 0 2px 0;
	border-bottom: 1px dotted;
	border-color: #999;
	margin-bottom: 5px;
	}
	
#content #sidebar h4 {
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	margin-top: 5px;
	}
	
#content #sidebar h5 {
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #666;
	padding: 5px 0 3px 0;
	}
	
#content #sidebar .specs p {
	font: 1em Tahoma, Verdana, sans-serif;
	line-height: 1.2em;
	color: #555;
	margin-top: 4px;
	}

#content #sidebar ul {
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 110%;
	}
	
#content #sidebar .specs h4 {
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 2px;
	border-top: 1px dotted;
	border-color: #999;
	}

/* shopping function */
#content #sidebar .buyNow {
	position: relative;
	display: block;
	width: auto;
	height: auto;
	}

#content #sidebar .buyNow h2 {
    font: 2em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #666;
	padding-bottom: 5px;
	}

/* detail images */
#content #sidebar .detailThumbs {
	position: relative;
	top: 5px;
	right: 0;
	display: block;
	width: 100%;
	height: 80px;
	}

#content #sidebar .detailThumbs h4 {
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 4px;
	border-top: 1px dotted;
	border-color: #999;
	}
	
#content #sidebar #zipForm {
	margin-bottom: 5px;
	}
	
	
/* SHOWCASE */
/* global showcase class */
#content .showcase {
    position: relative;
    height: 450px;
	top: 20px;
	text-align: center;
	padding: 0;
	z-index: 50;
	}

/* global showcase description */
#content .showcase .description {
    position: absolute;
    margin-left: 75px;
    width: 350px;
/*  bottom: 0;   <--bottom align    */
    text-align: left;
    }
    
/* global showcase description link */
#content .showcase .description a {
	text-decoration: none;
    font: 1.2em Tahoma, Verdana, sans-serif;
	font-weight: bold;
	color: #999;
    display: block;
	cursor: pointer;
    }	
    
#content .showcase .description a:hover {
	color: #666;
	}
    
/* global showcase description paragraph */
#content .showcase .description p {
    bottom: 0;
    }
    
/* global main showcase image */
#content .showcase img {
	padding: 0 0 5px 0;
	}

/* karma showcase */
#content #leftBox {
	width: 400px;
	float: left;
	padding-left: 50px;
	}

#content #leftBox img {
	position: relative;
	top: -10px;
	z-index: 90;
	}

/* original showcase */
#content #rightBox {
	float: left;
	position: relative;
	padding-left: 30px;
	}

#content #rightBox h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.3em;
	font-style: italic;
	color: #999;
	padding-bottom: 15px;
	padding-top: 60px;
	}

#content #rightBox p {
	font: 1.1em Tahoma, Verdana, sans-serif;
	color: #555;
	}


/* CATEGORY */
/* collection product */
#content #mainContent #collectionThumbnails .product {
	position: relative;
	float: left;
	width: 130px;
	height: 180px;
	padding: 7px;
	z-index: 50;
	}

/* collection product heading */
#content #mainContent #collectionThumbnails .product h5 {
	position: relative;
	bottom: 0;
	text-align: center;
	font: 1.1em Tahoma, Verdana, sans-serif;
	color: #666;
	}
	
/* collection product heading img */
#content #mainContent #collectionThumbnails .product img {
	width: 130px;
	height: 150px;
	position: relative;
	margin: 0 auto;
	z-index: 50;
	}

/* PRODUCT */
/* product focus*/
#content #mainContent #productThumbnails .mainProduct {
	position: relative;
	right: 0;
	width: 660px;
	height: 400px;
	padding: 10px;
	right: 20px;
	z-index: 50;
	}

#content #mainContent #productThumbnails .mainProduct img {
	margin: 0 auto;
	}

/* product thumbnails */
#content .mainProduct .productSelection {
	position: absolute;
	right: 30px;
	top: 0;
	width: 250px;
	height: 375px;
	padding-top: 15px;
	}
	
#content .mainProduct .productSelection img {
	position: relative;
	float: left;
	display: block;
	margin: 0 10px 5px 0;
	width: 70px;
	height: 80px;
	bottom: 0;
	padding: 0 5px 10px 5px;
	float: right;
	z-index: 50;
	}

/* FOOTER */
#contentFooter {
	clear: both;
	height: 0px;
	}

#footer {
	position: relative;
	bottom: 30px;
	width: 960px;
	margin: 0 auto;
	height: 145px;
	clear: both;
	background: url(../images/footer.png) no-repeat;
	}
	
#footer #footerCopy {
	float: right;
	position: relative;
    top: 145px;
    height: 30px;
    background-color: #e2b4a0;
    width: 100%;
	}
	
#footer #footerCopy p {
	margin: 8px 0 10px 450px;
	font-size: .8em;
	text-align: center;
	color: #f2f6d7;
	text-decoration: none;
	font-weight: bold;
	}
		
#footer a {
	color: #f2f6d7;
	text-decoration: none;
	font-weight: bold;
	}

/* CONTACT FORM */
#contactForm {
	margin-top: 50px;
	}

#contactForm label {
	float: left;
	text-align: right;
	width: 120px;
	margin-top: 2px;
	padding-right: 15px;
	}

#contactForm .info input, textarea {
	width: 309px;
	margin-bottom: 5px;
	}

#contactForm textarea {
	width: 315px;
	max-width: 315px;
	height: 150px;
	max-height: 350px;
	wrap: hard;
	margin-top: 2px;
	font: .8em Tahoma, Verdana, sans-serif;
	}

#contactForm select {
	width: auto;
	margin-bottom: 7px;
	}
	
#contactForm #recaptcha {
	margin: 5px 0px 5px 135px;
	}

.boxes {
	width: 1em;
	}

#submitbutton {
	margin-left: 135px;
	}

br {
	clear: left;
	}