@charset "UTF-8";
/* CSS Document */



/* reset */
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, tt, var,
dl, dt, dd, ol, ul, li,
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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}





/* reset some styles */
h1 { font-size:20px; color:#904695;   }
h2 { font-size:150%; color:#333;  }
h3 { font-size:120%; color:#333;   }
h1,h2,h3 { margin:0.8em 0 0.5em; }
h1,h2,h3,h4,h5,h6,strong { font-weight:bold; }
em { font-style:italic; }

blockquote,ul,ol,dl { margin:1em; }
ol,ul,dl { margin-left:2.5em; }
ol li { list-style: decimal outside; }
ul li { list-style: disc outside; }











html { height: 100%; }


body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;

}
hr {
	clear: both;
	height: 1px;
	border: 0;
	margin:0;
	visibility: hidden;
}


a { outline: none; }

a:link {
	color:#904695;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #904695;
}
a:hover {
	text-decoration:underline;
	color:#904695;
}
a:active {
	text-decoration: underline;
	color:#904695;
}



.left {float:left;}
.right {float:right;}
.clear {clear:both;}





.ui-tabs .ui-tabs-hide {
	display:none;
}




#container {
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
	padding:0;
	text-align: left;
}
#header {
	margin:6px 0;

}

#header .logo {
	background-color:#000;
	padding:10px;
	float:left;
	margin-right:5px;
	
	height:75px;
}

#header .flash {
	float:left;
	width:400px;
	height:93px;
	border:#000 solid 1px;
	margin-right:5px;
}
#header #flash-content {
	background:url(../images/flash-banner.jpg) no-repeat top right;
	width:400px;
	height:93px;
}


#header .signin {
	float:left;
	width:86px;
	height:83px;
	border:#000 solid 1px;
	background-color:#904695;
	
	padding:5px 4px;
	color:#FFF;
}
#header .signin a {
	color:#FFF;
	font-size:16px;
	font-weight:bold;
}



#footer {
	padding: 0 10px 300px;
	text-align:center;
	font-size:10px;
	color:#999;
}
#footer p {
	margin: 0;
	padding: 10px 0;
}







/*  ------ main nav ----------- */
div#main-nav {
	background-color:#904695;
	padding:5px 0 5px 10px;
}
div#main-nav a {
	color:#FFF;
	/*font-weight:bold;*/
	text-decoration:none;
	margin-right:30px;
	padding:5px;
}

div#main-nav .search {
	width:140px;
	font-size:12px;
}
div#main-nav .btn {

}


div#main-nav form {
	margin:0;
	padding:0;
}






/*  ------ bottom nav ----------- */
div#bottom-nav {
	background-color:#904695;
	padding:3px;
	font-size:10px;
	text-align:center;
}
div#bottom-nav a {
	color:#FFF;
	text-decoration:none;
	margin-right:40px;
	padding:5px;
}















div.side-menu {
	width:200px;
	
}

div.side-menu .box {
	border:#904695 solid 3px;
	padding:10px;
	min-height:130px;
}
div.side-menu h2 {
	margin:0;
	padding:0;
	font-size:16px;
}
div.side-menu h3 {
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:normal;
}











div.side-menu div.product-menu {
	background-color:#904695;
	color:#FFF;
	padding:1px 10px;
}
div.side-menu div.product-menu a.main {
	font-size:16px;
	font-weight:normal;
	margin:15px 0 2px;
	color:#FFF;
	display:block;
}



div.product-menu ul {
	margin:0 0 0 10px;
	padding:0;
	position:relative;
}
div.product-menu ul li {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
}

div.product-menu ul li a {
	color:#FFF;
	text-decoration:none;
}

div.product-menu ul li a:hover,
div.product-menu ul li a:active,
div.product-menu ul li a:visited {
	color:#FFF;
}


div.product-menu ul li:hover {
	background-color:#a75bac;
}


div.product-menu ul.lev2 {
	position:absolute;
	left:80px;
	top:0;
	display:none;
	font-size:10px;
	
	background-color:#904695;
	border:#FFF solid 1px;
	
	width:180px;
	
	z-index:20;
}
div.product-menu ul.lev2 li {
	padding:3px;
	border-bottom:#dca7e0 solid 1px;
}



div.product-menu ul.lev1 li:hover ul.lev2 {
	display:block;
}









div.product-menu ul.lev3 {
	position:absolute;
	left:170px;
	top:0;
	display:none;
	font-size:10px;
	
	background-color:#904695;
	border:#FFF solid 1px;
	
	width:180px;
	
	z-index:20;
}
div.product-menu ul.lev3 li {
	padding:3px;
	border-bottom:#dca7e0 solid 1px;
}



div.product-menu ul.lev2 li:hover ul.lev3 {
	display:block;
}








div#content {
	width:558px;
	min-height:452px;
}




div.outer-border {
	border:#999 solid 1px;
	margin:2px 0;
	padding:2px;
}
div.side-padding {
	margin:2px;
}










/* -------- project of the month --------- */
div.project-month {
	text-align:center;
	margin:10px;
}
div.project-month h1 {
	text-align:right;
	margin-bottom:0;
	color:#333333;
}
div.project-month h2 {
	text-align:right;
	font-style:italic;
	margin-top:0;
	color:#333333;
}




































/* -------- From store --------- */



/* ---------- product page --------------- */
div.product {
	padding:5px 10px;
}


div.product div.main_image {
	margin:0 20px 10px 0;
	width:260px;
	text-align:center;
	float:left;
	
}

div.product div.info {
	
}

div.product h1 {
	font-size:18px;
	color:#000;
	margin-top:5px;
}
div.product h2 {
	font-size:18px;
	color:#000;
	margin:0;
}

div.product h1 span.new {
	color:#666;
	font-size:14px;
	font-style:italic;
	font-weight:normal;
	vertical-align:top;
	text-transform:uppercase;
}
div.product p.short-desc {
	font-size:14px;
	font-style:italic;
	color:#494949;
}

div.product p.desc {
	font-size:12px;
	color:#494949;
	line-height:1.5em;
	float:left;
	width:250px;
}





div.product div.more-pics {
}
div.product div.more-pics p {
	font-size:12px;
	font-weight:bold;
	
	text-transform:uppercase;
	color:#895353;
}
div.product div.more-pics a {
	float:left;
	margin-right:10px;
}


div.product div.not-signed-in {
	font-size:14px;
	color:#900;
	padding:10px;
	background-color:#FFC;
	line-height:1.5em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
div.product div.not-signed-in p {
	padding:0 0 5px 0;
	margin:0;
}





/* ---------- product thumbnails --------------- */
.thumbnail {
	position:relative;
	display:block;
	width:100px;
	height:100px;
	margin:0 auto;
}
.thumbnail img.image {
	position:absolute;
	top:0;
	left:0;
}
.thumbnail img.mask {
	position:absolute;
	top:0;
	left:0;
}





/* ---------- category list page --------------- */


div.categories ul { margin:15px 0; padding:0; }
div.categories ul li {
	list-style:none;
	float:left;
	text-align:center;
}
div.categories ul li a {
	margin:0 auto;
}



ul.products-categories { margin:15px; padding:0; }
ul.products-categories li {
	list-style:none;
	padding:5px;
}
ul.products-categories li a {
	margin:0 auto;
	color:#904695;
	font-size:16px;
}



/* ---------- product list page --------------- */

div.products-main {
	margin:40px 10px 20px;
	clear:both;
}

ul.product-list { margin:15px 0; padding:0; }
ul.product-list li {
	list-style:none;
	width:25%;
	float:left;
	text-align:center;
	margin:0 0 20px 0;
}
ul.product-list li a {
	margin:0 auto;
}

div.products-main h2 {
	font-size:18px;
	color:#666;
}

div.pagenation {
	text-align:center;
	padding:3px 0;
}

div.pagenation a {
	padding:3px 6px;
	/*border:#CCC solid 1px;*/
	background-color:#fff;
	
	font-size:10px;
	text-transform:uppercase;
	
	border:#904695 solid 1px;
	
}
div.pagenation a.selected,
div.pagenation a:hover {
	background-color:#904695;
	color:#FFF;
	
}





/* ---------- breadcrumb --------------- */
div.breadcrumb {
	margin:5px;
}

div.breadcrumb ul {
	margin:0;
	padding:0;
	height:24px;
}
div.breadcrumb ul li {
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}

div.breadcrumb ul li a {
	/*display:block;
	height:24px;*/
	background-position:top right;
	
	font-size:10px;
	font-weight:bold;
	color:#503232;
	padding:5px;
	line-height:22px;
}
div.breadcrumb ul li a:hover { color:#8e3938; }

div.breadcrumb ul li.home a {
	background-image:url(../images/breadcrumb/home.jpg);
	width:60px;
	text-indent:-9999px;
	padding:0;
}
div.breadcrumb ul li.home a:hover { background-position:right bottom; }

div.breadcrumb ul li.button a {
	background-image:url(../images/breadcrumb/button.jpg);
}

div.breadcrumb ul li.last a {
	background-position:right bottom;
}



/* category list */
div.breadcrumb ul li.categories {
	float:right;
}

div.breadcrumb ul li.categories a {
	display:inline;
	
	color:#503232;
	padding:0px 10px;
	margin:0 10px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.breadcrumb ul li.categories a:hover {
	background-color:#9c706d;
	color:#FFF;
}













/* ---------- swatches --------------- */


div#swatches ul,
div#swatches ul li { list-style:none; }

div#swatches ul.ui-tabs-nav {
	margin:0;
	padding:0;
	clear:both;
}

div#swatches ul.ui-tabs-nav li {
	margin:0;
	padding:5px;
	list-style:none;
	border:#904695 solid 1px;
	
	float:left;
}

div#swatches ul.ui-tabs-nav li.ui-tabs-selected {
	background-color:#904695;
	color:#FFF;
}
div#swatches ul.ui-tabs-nav li.ui-tabs-selected a { color:#FFF; }


div.swatches ul {
	margin:0;
	padding:0;
	clear:both;
}
div.swatches ul li {
	margin:0;
	padding:0;
	list-style:none;
	
	float:left;
	position:relative;
	border:#fff solid 2px;
}
div.swatches ul li.selected {
	border:#000 solid 2px;
}

div.swatches ul li a {
	display:block;
	width:50px;
	height:50px;
	text-decoration:none;
	color:#904695;
	overflow:hidden;
}



div.swatches ul li.sku {
	width:75px;
}

div.swatches ul li.sku div.thumb,
div.swatches ul li.sku a {
	width:75px;
	height:75px;
	text-align:center;
}

div.swatches ul li.sku div.thumb {
	overflow:hidden;
}



div.swatches ul li div.name {
	position:absolute;
	font-size:10px;
	left:-25px;
	bottom:0;
	width:100px;
	background:#FFF;
	border:#333 solid 1px;
	display:none;
	z-index:100;
	text-align:center;
	
	color:#333;
}

div.swatches ul li:hover div.name {
	display:block;
}
















/* ---------- swatches --------------- */

#store-locator { padding:0 20px; }

#store-locator h1 {
	font-size:18px;
	color:#333;
}
#store-locator .store {
	margin:10px;
}
#store-locator .store h2 {
	font-size:16px;
	margin:0;
}
#store-locator .store h2 span.dist {
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	color:#666;
}

























/* ---------- events --------------- */
#events {
	margin:5px 20px;
}
#events h1 {
	margin:0;
}

#events h2 {
	margin-top:0;
	font-size:14px;
	color:#666;
}

#events ul {
	margin:0;
}
#events ul h1 {
	margin:0;
	color:#333;
	font-size:16px;
}

#events ul li {
	list-style:none;
	padding:5px 20px;
}























/* ---------- projects --------------- */
#projects {
	position:relative;
	padding-bottom:10px;
}
#projects .project-box {
	float:left;
	margin:5px;
	padding:10px;
	width:235px;
	height:235px;
	border:#904695 solid 5px;
	
	text-align:center;
}
#projects .project-box.video {
	background:#904695;
}
#projects .project-box.video h1 {
	color:#FFF;
}

#projects .project-box h1 {
	margin-top:0;
	font-size:14px;
	color:#666;
}





#projects .project {
	padding:10px;
}

#projects .project h1 {
	margin:0;
}
#projects .project h2 {
	font-size:12px;
}
#projects .project h2.caption {
	font-size:16px;
}

#projects .project h3 {
	margin:0;
}


#projects .download {
	font-weight:bold;
	float:right;
}























/* ---------- blogs --------------- */
#blogs {
	position:relative;
	padding:10px;
}

#blogs .blog-menu { text-align:center; }

#blogs .blog-menu a {
	padding:5px;
	margin:0 10px;
}



#blogs h1.title {
	margin-bottom:0;
}
#blogs h2.by_line {
	font-size:10px;
	margin-top:0;
	color:#666;
}




















/* ---------- about us --------------- */
#about {
	padding:10px;
}
#about p { margin:10px 0; }



















/* ---------- site-map --------------- */
#site-map {
	padding:10px;
}
#site-map .main {
	font-size:16px;
	font-weight:normal;
	margin:15px 0;
	color:#000;
}

#site-map ul {
	margin:0 0 10px 10px;
	padding:0;
}
#site-map ul li {
	margin:0;
	padding:2px 0 5px;
	list-style:none;
}

#site-map ul li a {
	color:#000;
}


#site-map ul.lev2 {
	font-size:10px;
}
#site-map ul.lev2 li {
	padding:0 5px;
}
#site-map ul.lev3 {
	font-size:10px;
}
#site-map ul.lev3 li {
	padding:0 5px;
}







/* ---------- wholesale --------------- */
.wholesale {
	padding:0 10px;
}

.wholesale label {
	font-size:10px;
	font-weight:bold;
	color:#666;
}

.wholesale a {
	font-size:16px;
	margin-left:20px;
}




/* ---------- cart --------------- */
.cart {
	padding:5px;
}

.cart table th { font-size:10px; font-weight:bold;  }
.cart table td { padding:3px 0; border-top:#CCC solid 1px; }


input.qty {
	font-size:10px;
	width:20px;
}



/* ---------- sku ordering --------------- */

#sku-order { padding:0 5px;}
#sku-order td {padding:5px;}
#sku-order th {
	padding:0 5px;
	font-size:12px;
	font-weight:bold;
}


#sku-order input.sku {
	font-size:16px;
	width:200px;
	padding:5px;
}
#sku-order input.qty {
	font-size:16px;
	width:70px;
	padding:5px;
}