/*---------------------------------------------------------------
HTML & common tags
---------------------------------------------------------------*/
body,td,th,input,textarea,select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	color: #000;
}
body {
	background-color: #F1E9E5;
	margin: 0;
	padding: 0;
}

#json-slide-show {
	display: none;
}

a:link, a:visited{
	color: #0000FF;
}
a:hover, a:active{
	color: #000099;
}
form{
	margin: 0;
	padding: 0;
}
/*---------------------------------------------------------------
common classes
---------------------------------------------------------------*/
.ul-design,
.ul-design ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.ul-design li{
	float: left;
}

/*---------------------------------------------------------------
Header
---------------------------------------------------------------*/
#header{
	background-image: url(../images/framework/bg-header.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #000;
}
#header .container{
	width: 940px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	overflow: hidden;
	height: 62px;
}
#header .cc{
	width: 150px;
	float: left;
	padding-top: 16px;
}
#header .logo{
	width: 660px;
	float: left;
}
#header .logo img{
	border: none;
}
#header .phone{
	width: 125px;
	float: left;
	padding-top: 22px;
}

#login-message{
	width: 892px;
	margin: 2em auto 1em auto;
	padding: 0 20px;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../images/framework/icon-logged-in.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

/*---------------------------------------------------------------
Navigation Container
---------------------------------------------------------------*/
#nav{
	width: 950px;
	padding: 0;
	margin: 10px auto 11px auto;
	background-image: url(../images/framework/bg-nav.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color:#FFF;
	border-radius: 5px;
	border: 1px solid #D1CAC6;
	box-shadow: 0px 0px 3px #D1CAC6;
	overflow: hidden;
}
#nav .col-01{
	padding: 6px 0 8px 6px;
	width: 620px;
	float: left;
}
#nav .col-01 .row-01{
	overflow: hidden;
}
/*---------------------------------------------------------------
Search
---------------------------------------------------------------*/
#nav .search{
	width: 265px;
	float: left;
}
#nav .search .search-icon{
	margin: 0;
	padding: 3px 6px 3px 5px;
	border: 1px solid #A4A4A4;
	border-right: none;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	background-color: #E7E7E7;
}
#nav .search .search-icon div{
	background-image: url(../images/framework/www-icons.png);
	background-repeat: no-repeat;
	background-position: -23px -106px;
	width: 18px;
	height: 17px;
}
#nav .search .form-field{
	border: 1px solid #A4A4A4;
	border-left: none;
	height: 23px;
	padding: 0;
	margin: 0;
}
#nav .search .form-field input{
	border: none;
	color: #000;
	background-color: transparent;
	font-size: 11px;
	padding: 5px 0 2px 4px;
	margin: 0;
	width: 130px;
	display: inline;
}
#nav .search .form-submit{
	height: 23px;
	padding: 0 0 0 1px;
	margin: 0;
}
#nav .search .form-submit input{
	display: inline;
	background-color: transparent;
	background-image: url(../images/framework/bg-search.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-shadow: 1px 1px 0px #000;
	border: 1px solid #000;
	border-top-color: #7B7B7B;
	border-left-color: #7B7B7B;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	height: 25px;
	width: 58px;
}
#nav .search .form-submit input:hover{
	background-position: 0 -35px;
	cursor: pointer;
	border: 1px solid #480024;
	border-top-color: #BF568B;
	border-left-color: #BF568B;
}

#search_autocomplete {
	z-index: 100;
	background-color: #fff;
}

#search_autocomplete ul {
	list-style-type: none;
	margin: 1px 0 0 0 !important;
	padding: 0;
	border-top: 1px solid #A4A4A4;
}
#search_autocomplete li:hover{
	background-color: #FFF6BA;
}
#search_autocomplete li {
	cursor: pointer;
	border: 1px solid #A4A4A4;
	border-top: 0;
	padding: 5px;
	margin: 0;
	font-size: 11px;
}
#search_autocomplete li span{
	display: none;
}

/*---------------------------------------------------------------
Nav - 01
---------------------------------------------------------------*/
#nav-01{
	font-size: 11px;
	font-weight: bold;
	color: #000;
	width: 280px;
	float: left;
	padding: 5px 0 0 0;
}

#nav-01 p {
	margin: 0;
	padding: 0;
}

#nav-01 a:link,
#nav-01 a:visited{
	color: #000;
	text-decoration: none;
}
#nav-01 a:hover,
#nav-01 a:active{
	color: #000;
	text-decoration: underline;
}
/*---------------------------------------------------------------
Nav - 02 (Store Nav)
---------------------------------------------------------------*/
#nav-02{
	padding: 4px 0 0 0;
}

/*Main links*/
#nav-02 li{
	background-image: url(../images/framework/bg-nav-buttons.png);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #D5D5D5;
	border-left-color: #fff;
	padding: 0;
	background-color: #E9E9E9;
}
#nav-02 li:hover{
	background-color: #FFF196;
	border-bottom-left-radius: 0px;
	position:static;
}
#nav-02 .link-01{
	border-left-color: #D5D5D5 !important;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}
#nav-02 .link-04{
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}
#nav-02 a{
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-shadow: 1px 1px 0px #fff;
	display: block;
	text-decoration: none;
	position: relative;
	padding: 5px 15px 6px 15px;
}

/*---------------------------------------------------------------
Unique formatting for links with sublinks:
---------------------------------------------------------------*/
/*changing bottom border color*/
#nav-02 .link-01:hover,
#nav-02 .link-03:hover{
	border-bottom-color: #FFF196;
}
/*Shifting sublinks*/
#nav-02 li.link-01 ul{
	margin-left: -1px;
}
#nav-02 li.link-03 ul{
	margin-left: -2px !important;
}

/*extra padding for arrow*/
#nav-02 .link-01 a,
#nav-02 .link-03 a{
	padding-left: 26px !important;
}
#nav-02 a .sublinks{
	display: block;
	background-image: url(../images/framework/www-icons.png);
	background-repeat: no-repeat;
	background-position: -26px -130px;
	width: 8px;
	height: 5px;
	left: 14px;
	top: 12px;
	float: left;
	position: absolute;
}

/*Sub links*/
#nav-02 ul li ul{
	position: absolute;
	left: -999em;
	padding: 4px;
	width: 210px;
	background-color: #FFF196;
	border: 1px solid #D5D5D5;
	border-top: none;
	box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
	overflow: visible;
}
#nav-02 ul li li{
	float: none;
	border: none;
	padding: 0;
	background-image: none;
	background-color: transparent;
}
#nav-02 ul li li:hover{
	background-color: #FFFBE3;
	background-image: none !important;
}
#nav-02 .link-01 li{
	background-image: url(../images/framework/arrow.gif);
	background-repeat: no-repeat;
	background-position: 200px 8px;
}

/*#nav-02 ul li li:first-of-type{
	border-top: 1px solid #D5D5D5;
}*/
#nav-02 ul li li a,
#nav-02 .link-01 li a,
#nav-02 .link-03 li a{
	padding: 5px 20px 5px 10px !important;
	margin: 0;
}

/*3rd level links*/
#nav-02 ul ul ul{
	margin: 0 0 0 210px !important;
	top: 4px;
	z-index: 50px;
	background-color:#FFFBE3;
	height: 300px;
	overflow: auto;
	padding: 0;
	border: 3px solid #FFFBE3;
}
#nav-02 ul ul ul li{
	background-image: none!important;
}
#nav-02 ul ul ul li a{
	font-size: 11px;
	font-weight: normal;
	border: none;
}
#nav-02 ul ul ul li a:hover{
	text-decoration: underline;
}

/*Code to reveal subnavs*/
#nav-02 li:hover > ul{
	left: auto;
	margin-left: -1px;
}
#nav-02 li:hover ul ul{
	left: -999em;
}
#nav-02 li:hover ul,
#nav-02 li li:hover ul{
	left: auto;
}


/*2 bottom products sublinks*/
#nav-02 .link-01 .nav-5{
	border-top: 1px solid #000;
	background-image: none;
	padding-top: 20px;
	margin-top: 15px;
}
#nav-02 .link-01 .nav-5:hover,
#nav-02 .link-01 .nav-6:hover{
	background-color: transparent;
}
#nav-02 .link-01 .nav-5 a,
#nav-02 .link-01 .nav-6 a{
	display: inline;
	font-weight: normal;
	background-image: url(../images/framework/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-left: 15px;
}
#nav-02 .link-01 .nav-5 a:hover,
#nav-02 .link-01 .nav-6 a:hover{
	text-decoration: underline;
}
#nav-02 .link-01 .nav-6{
	background-image: none;
	padding-bottom: 20px;
}

/*---------------------------------------------------------------
Your Cart and Checkout buttons
---------------------------------------------------------------*/
#nav .col-02,
#nav .col-03{
	padding: 7px 3px 3px 3px;
	width: 154px;
	float: left;
}
#nav .col-02 a,
#nav .col-03 a{
	display: block;
	background-image: url(../images/framework/bg-cart-checkout.png);
	background-repeat: repeat-x;
	background-position: left center;
	background-color: #EDEDED;
	padding: 6px 0 5px 10px;
	border-radius: 5px;
	box-shadow: 0px 0px 3px #BBBBBB;
	overflow: hidden;
	text-decoration: none;
	border: 1px solid #D5D5D5;
}
#nav .col-02 a:hover,
#nav .col-02 a:active,
#nav .col-03 a:hover,
#nav .col-03 a:active{
	background-color: #FFF196;
}
#nav .col-02 a .img,
#nav .col-03 a .img{
	display: block;
	float: left;
	width: 41px;
	height: 46px;
	background-image: url(../images/framework/www-icons.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#nav .col-02 a .data,
#nav .col-03 a .data{
	display: block;
	float: left;
	width: 94px;
	font-size: 19px;
	color: #000;
	text-align: center;
	text-shadow: 1px 1px 0px #fff;
	line-height: 1.2;
	padding: 5px 0 0 0;
}
/*Your Cart - unique formatting*/
#nav .col-02 a .items{
	display: block;
	font-size: 11px;
	text-align: center;
}
#nav .col-02 a .items strong{
	color: #9D195B;
}

/*Checkout - unique formatting*/
#nav .col-03 a{
	padding: 1px 0 6px 13px;
}
#nav .col-03 a .img{
	width: 35px;
	height: 50px;
	background-position: 0px -47px;
}
#nav .col-03 a .data{
	width: 91px;
	padding: 16px 0 0 0;
}
/*---------------------------------------------------------------
Breadcrumb
---------------------------------------------------------------*/
#breadcrumb{
	clear: both;
	margin: 8px 1px 1px 1px;
	border-radius: 5px;
	background-color: #242424;
	padding: 4px 15px 5px 15px;
	font-size: 11px;
	color: #fff;
}
#breadcrumb a:link,
#breadcrumb a:visited{
	color: #FFFF99;
}
#breadcrumb a:hover,
#breadcrumb a:active{
	color: #CCCC99;
}
/*---------------------------------------------------------------
Banners
---------------------------------------------------------------*/
.banner-custom-products,
.banner-shop,
.banner-contact{
	display: block;
	width: 220px;
	height: 133px;
	overflow: hidden;
	box-shadow: 0px 0px 2px #BBBBBB;
	background-image: url(../images/framework/www-banner-custom.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -999em;
}
.banner-shop{
	background-image: url(../images/framework/www-banner-shop.gif);
}
.banner-contact{
	background-image: url(../images/framework/www-banner-contact.gif);
}
.banner-custom-products:hover,
.banner-shop:hover,
.banner-contact:hover{
	background-position: -220px 0px;
}

/*---------------------------------------------------------------
Footer
---------------------------------------------------------------*/
#footer{
	font-size: 11px;
	color: #fff;
	background-color: #660033;
	background-image: url(../images/framework/bg-footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#footer a:link,
#footer a:visited{
	color: #FFFF99;
	text-decoration: none;
}
#footer a:hover,
#footer a:active{
	color: #FFFFCC;
	text-decoration: underline;
}
#footer .container{
	width: 940px;
	margin: 0 auto;
	padding: 2em 0 0 0;
	overflow: hidden;
}
#footer .container .col-01{
	padding: 0 0 0 20px;
	width: 424px;
	float: left;
}
#footer .container .col-01 .row-01{
	overflow: hidden;
}
#footer .container .col-01 .row-01 ul{
	list-style-type: square;
	margin: .5em 0 0 0;
	padding: 0 0 0 15px;
}
#footer .container .col-01 .row-01 .col-01{
	width: 152px;
	padding: 0;
	float: left;
}
#footer .container .col-01 .row-01 .col-02{
	width: 150px;
	float: left;
	padding: 0;
}
#footer .container .col-01 .row-02{
	overflow: hidden;
	padding: 2em 0 0 0;
}
#footer .container .col-01 .row-02 .btn{
	border: 0;
	padding: 0;
	margin: 0;
	display: block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: -999em;
	background-image: url(../images/framework/www-icons.png);
	background-repeat: no-repeat;
	background-color: transparent;
}
#footer .container .col-01 .row-02 .btn:hover{
	cursor: pointer;
}
#footer .container .col-01 .row-02 .facebook,
#footer .container .col-01 .row-02 .twitter{
	margin: 0 3px 0 0;
}
#footer .container .col-01 .row-02 .facebook .btn{
	background-position: 0px -141px;
}
#footer .container .col-01 .row-02 .twitter .btn{
	background-position: -17px -141px;
}
#footer .container .col-01 .row-02 .youtube{
	margin: 0 10px 0 0;
}
#footer .container .col-01 .row-02 .youtube .btn{
	background-position: -34px -141px;
}
#footer .container .col-02{
	width: 275px;
	float: left;
	padding: 0;
}
#footer .container .col-03{
	width: 210px;
	float: left;
	padding: 0;
}
#footer .copyright{
	width: 900px;
	margin: 0 auto;
	padding: 1em 20px 2em 20px;

}

/*---------------------------------------------------------------
Products
---------------------------------------------------------------*/
#featured-products{
	/*ID for Anthony to calculate heights*/
}
.products h2{
	font-size: 14px;
	font-weight: bold;
	color: #660033;
	margin: 0;
	padding: 0 0 0 20px;
	text-transform: uppercase;
}
.products li{
	padding: 0;
	margin: 10px;
	width: 220px;
	box-shadow: 0px 0px 2px #BBBBBB;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}
.products li:hover{
	margin: 4px;
	width: 230px;
	border: 1px solid #999999;
}
.products li:hover a{
	padding: 11px 11px 17px 11px;
}

.products li a{
	display: block;
	padding: 6px 6px 12px 6px;
	text-decoration: none;
	color: #000;
}
.products li a img{
	display: block;
	border: 1px solid #fff;
	margin: 0 auto;
	padding: 0;
}
.products li a span{
	display: block;
}

.products li a .header-price-container {
	display: block;
}

.products li a .header{
	font-weight: bold;
	color: #660033;
	margin: .5em 0 0 6px;
}
.products li a .price{
	margin: 0 0 0 6px;
}
.products li a .buttons{
	overflow: hidden;
	font-size: 11px;
	text-shadow: 1px 1px 0px #fff;
	margin: 16px 0 0 8px;
}
.products li a .add-to-cart,
.products li a .more-info{
	background-image: url(../images/framework/bg-small-add-info.png);
	background-repeat: repeat-x;
	background-position: left center;
	border-radius: 5px;
	border: 1px solid #fff;
	box-shadow: 0px 0px 3px #BBBBBB;
	position: relative;
	overflow: hidden;
	padding: 0 0 0 28px;
	margin: 2px;
	width: 67px;
	float: left;
	line-height: 23px;
	background-color: #E4E4E4;
}
.products li a .add-to-cart:hover,
.products li a .more-info:hover{
	background-color: #FFF196;
}
.products li a .add-to-cart .img,
.products li a .more-info .img{
	background-image: url(../images/framework/www-icons.png);
	background-repeat: no-repeat;
	background-position: 0px -106px;
	width: 18px;
	height: 16px;
	position: absolute;
	top: 4px;
	left: 7px;
	float: left;
}
.products li a .more-info{
	width: 55px;
}
.products li a .more-info .img{
	width: 18px;
	height: 16px;
	top: 5px;
	left: 8px;
	background-position: 0px -125px;
}

/*---------------------------------------------------------------
Categories - Accordion
---------------------------------------------------------------*/
#cat-accordion .ui-accordion-content{
	/*Anthony, this is the height you have to manipulate*/
	height: 370px;
	background-image: url(../images/framework/bg-accordion-content.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#cat-accordion .ui-icon{
	top: 14px;
}
#cat-accordion .ui-state-active .ui-icon{
	top: 15px;
}
.categories h2{
	font-size: 14px;
	font-weight: bold;
	color: #660033;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
}
.categories ul{
	list-style-type: square;
	font-size: 11px;
	margin: 0;
	padding: 0 0 0 10px;
}
.categories li{
	padding: 0 0 .3em 0;
}
.categories li a:link,
.categories li a:visited{
	color: #660033;
	text-decoration: none;
}
.categories li a:hover,
.categories li a:active{
	color: #290015;
	text-decoration: underline;
}
