﻿@charset "utf-8";
/* General
----------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700);
body {
	margin: 0 auto;
}
a, input, img {
	outline: none;
}
img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
.clear {
	clear: both;
	height: 0;
}

.description{
    font: normal 13px "Open Sans", sans-serif;
    color: #ccc;
    text-align: left;
    padding-bottom:20px;
}

::input-placeholder {
color: #cecfcf;
}
::-webkit-input-placeholder {
color: #cecfcf;
}
:-moz-placeholder { /* Firefox 18- */
color: #cecfcf;
}
::-moz-placeholder {  /* Firefox 19+ */
color: #cecfcf;
}
:-ms-input-placeholder {
color: #cecfcf;
}
.wrapper {
	margin: 0 auto;
	padding-bottom: 5px;
	background: #353532 ;
}
.container {
	margin: 0 auto;
}
/* Header
----------------------------------------------------------*/
.header {
	margin: 0 auto;
	width: 960px;
	padding: 25px 0;/*height: 128px;*/
}
.header-left {
	float: left;
}
.header-left img {
	padding: 20px 0 0 20px;
}
.header-left img:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
}
.header-right {
	float: right;
}
.askquestion {
	margin-bottom: 30px;
	text-align: right;
}
.askquestion img:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
}
.search {
	float: right;
	width: 379px;
	margin: 0;
	padding: 0;
	border: 1px solid #222323;
	background: url(../images/bg_search.png);
}
.search form {
	display: inline;
}
.search-field {
	float: left;
	width: 240px;
	line-height: 48px !important;
	height: 48px;
	margin: 0;
	padding: 0 0 0 15px;
	border: none !important;
	background: none !important;
	font: normal 11px "Open Sans", sans-serif;
	color: #cecfcf !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}
.search-button {
	float: right;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	background: none !important;
	cursor: pointer;
}
/* Top Navigation
-------------------------------------------------------------------- */
.top-bar {
	margin: 0 auto;
	width: 960px;
	height: 57px;
	background: url(../images/bg_topnav.jpg) no-repeat top center;
	box-shadow: 0px 0px 15px 3px #000;
	-moz-box-shadow: 0px 0px 15px 3px #000;
	-webkit-box-shadow: 0px 0px 15px 3px #000;
	position: relative;
	z-index: 20;
}
#centeredmenu {
	margin: 0 0 0 1px;
}
#centeredmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
#centeredmenu ul li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: auto;
	height: 57px;
	line-height: 55px;
	text-align: left;
}
#centeredmenu ul li:hover {
	background: url(../images/bg_topnav_on.png) repeat-x top left;
}
#centeredmenu ul li:hover a {
	color: #000 !important;
	text-shadow: none !important;
}
#centeredmenu ul li a {
	display: block;
	line-height: 57px !important;
	padding: 0 29px;
	font: 600 14px "Open Sans", sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../images/div_topnav_med.gif) no-repeat right center;
}
#centeredmenu ul li a:link, #centeredmenu ul li a:visited {
	color: #fff;
	text-shadow: 0 0 1px #333;
}
#centeredmenu ul li a:hover {
	color: #000;
	text-shadow: none;
}
#centeredmenu ul li a.second {
	background: url(../images/div_topnav_dark.gif) no-repeat right center !important;
}
#centeredmenu ul li a.fourth {
	background: url(../images/div_topnav_light.gif) no-repeat right center !important;
}
#centeredmenu ul li a.fifth, #centeredmenu ul li a.six {
	background: url(../images/div_topnav_light.gif) no-repeat right center !important;
	padding: 0 32px 0 32px !important;
}
#centeredmenu ul li a.sixth {
	background: url(../images/div_topnav_light.gif) no-repeat right center !important;
}
#centeredmenu ul li a.last {
	background: none !important;
}
/* Submenu items */
#centeredmenu ul li:hover ul, #centeredmenu ul li.hover ul {
	display: block;
}
#centeredmenu ul ul#submenu-1 {
	width: 200px;
}
#centeredmenu ul ul#submenu-2 {
	width: 200px;
}
#centeredmenu ul ul#submenu-3 {
	width: 200px;
}
#centeredmenu ul ul {
	padding: 3px;
	display: none;
	position: absolute;
	top: 56px;
	left: 0;
	right: auto; /*resets the right:50% on the parent ul */
	background: #cfcfcf;
}
#centeredmenu ul ul li {
	float: none !important;
	margin: 0;
	padding: 8px 17px !important;
	height: auto !important;
	line-height: auto !important;
	background: none !important;
	border-bottom: 1px solid #ddd;
}
#centeredmenu ul ul li:hover {
	background: #4a2c67 !important;
	transition: background 0.5s ease;
}
#centeredmenu ul ul li:hover a {
	color: #fff !important;
	text-shadow: none !important;
}
#centeredmenu ul ul li a {
	display: block;
	line-height: 16px !important;
	padding: 0;
	font: 600 12px "Open Sans", sans-serif;
	text-decoration: none;
	text-transform: none;
	background: none;
	text-align: left;
}
#centeredmenu ul ul li a:link, #centeredmenu ul ul li a:visited {
	color: #000;
	text-shadow: none;
}
#centeredmenu ul ul li a:hover {
	color: #fff;
	text-shadow: none;
}
.expras-banner {
	width: 960px;
	margin: 0 auto 18px auto;
}
.promo-banner {
	width:958px;
	margin:0 auto 18px auto;
	overflow:hidden;
	border:1px solid #a7a7a7;
	box-shadow: 0px 0px 15px 3px #000;
	-moz-box-shadow: 0px 0px 15px 3px #000;
	-webkit-box-shadow: 0px 0px 15px 3px #000;
}
.promo-banner img {}
/* Featured Categories
----------------------------------------------------------*/
.featured-cats {
	width: 960px;
	margin: 0 auto 3px auto;
}
.featured-cat-box {
	float: left;
	width: 310px;
	height: 200px;
	margin: 0 15px 15px 0;
	background: url(../images/bg_fcat.png) no-repeat left top;
	box-shadow: 0px 0px 15px 3px #000;
	-moz-box-shadow: 0px 0px 15px 3px #000;
	-webkit-box-shadow: 0px 0px 15px 3px #000;
}
.featured-cats .last {
	margin-right: 0 !important;
}
.featured-cat-box-inner {
	width: 275px;
	height: 199px;
}
#fcat1 {
	background: url(../images/fcat_1.png) no-repeat right bottom;
}
#fcat2 {
	background: url(../images/fcat_2.png) no-repeat right bottom;
}
#fcat3 {
	background: url(../images/fcat_3.png) no-repeat right bottom;
}
#fcat4 {
	background: url(../images/fcat_4.png) no-repeat right bottom;
}
#fcat5 {
	background: url(../images/fcat_5.png) no-repeat right bottom;
}
#fcat6 {
	background: url(../images/fcat_6.png) no-repeat right bottom;
}
.fcat-title {
	padding: 30px 0 0 30px;
}
.fcat-title a {
	line-height: 22px !important;
	text-decoration: none;
	font: 300 26px 'Roboto Condensed', sans-serif;
}
.fcat-title a:link, .fcat-title a:visited {
	color: #fff;
}
.fcat-title a:hover {
	color: #ccc;
}
.fcat-title a span {
	text-decoration: none;
	font: 300 26px 'Roboto Condensed', sans-serif;
}
.fcat-title a:link span, .fcat-title a:visited span {
	color: #e6e12d;
}
.fcat-title a:hover span {
	color: #9a49b9;
}
.fcat-descr {
	width: 110px;
	padding: 10px 0 0 30px;
	font: 300 14px 'Roboto Condensed', sans-serif;
	color: #999;
}
.fcat-descr a {
	font: 300 14px 'Roboto Condensed', sans-serif;
}
.fcat-descr a:link, .fcat-descr a:visited {
	color: #999;
	text-decoration: none;
}
.fcat-descr a:hover {
	text-decoration: underline;
}
/* Content
----------------------------------------------------------*/
.content-area {
	width: 960px;
	margin: 0 auto;
	padding: 7px 0 10px 0;
	overflow: hidden;
	border-spacing: 0;
	background: url(../images/bg_content.png);
	border: 1px solid #222222;
	box-shadow: 0px 0px 15px 3px #000;
	-moz-box-shadow: 0px 0px 15px 3px #000;
	-webkit-box-shadow: 0px 0px 15px 3px #000;
	position: relative;
	z-index: 10;
}
/* Left Column
----------------------------------------------------------*/

.content-area #LeftPanel {
	float: left;
	width: 200px;
	margin: 0;
	padding: 5px 0 0 0;
	background: none !important;
	border-right: 1px solid #111;
} /* Left Column */
.left-sidebox {
	width: 164px;
	margin: 0 auto 10px auto;
	padding: 0;
	border-bottom: 1px solid #111;
}
.left-heading {
	padding: 0 0 5px 0;
	font: 400 21px 'Roboto Condensed', sans-serif;
	color: #fff;
}
.left-heading span {
	color: #e6e12d;
}
/* catefory block */
#category-box {
	padding-bottom: 15px;
}
ul.lev1 {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.lev1 li {
	padding: 2px 0;
}
ul.lev1 li a {
	margin: 0;
	padding: 0 0 0 15px;
	font: normal 13px 'Open Sans', sans-serif;
	text-decoration: none;
	background: url(../images/arrow.png) no-repeat left center;
}
ul.lev1 li a:link, ul.lev1 li a:visited {
	color: #ccc;
}
ul.lev1 li a:hover {
	color: #e6e12d;
}
ul.lev1 ul li.last {
	border-bottom: none !important;
}
/* shop by size block */
#size-box {
	padding-bottom: 18px;
}
.select-box {
	margin: 0 0 3px 0;
}
.select-box select {
	width: 164px;
	padding: 8px;
	font: normal 12px "Open Sans", sans-serif;
	color: #ccc;
	background: #0c0c0c;
	border: 1px solid #242525;
	box-shadow: none !important;
	border-radius: 0 !important;
}
#advanced-button {
	margin: 3px 0 0 0;
	text-align: right;
}
/* budget block */
#budget-box {
	padding-bottom: 32px;
	border-bottom: none !important;
	margin-bottom: 0 !important;
}
.budget-select {
	margin: 0;
}
.budget-select select {
	width: 164px;
	padding: 8px;
	font: normal 12px "Open Sans", sans-serif;
	color: #ccc;
	background: #0c0c0c;
	border: 1px solid #242525;
	box-shadow: none !important;
	border-radius: 0 !important;
}
.budget-text {
	margin: 10px 0 0 0;
	font: normal 11px "Open Sans", sans-serif;
	color: #dc9c45;
}
.budget-inputs {
	margin: 4px 0 0 0;
}
#saprclo {
	float: left;
	width: 48%;
	margin: 0;
	padding: 8px;
	font: normal 12px "Open Sans", sans-serif;
	color: #ccc;
	background: #0c0c0c;
	border: 1px solid #242525;
	box-shadow: none !important;
	border-radius: 0 !important;
}
#saprchi {
	float: right;
	width: 48%;
	margin: 0;
	padding: 8px;
	font: normal 12px "Open Sans", sans-serif;
	color: #ccc;
	background: #0c0c0c;
	border: 1px solid #242525;
	box-shadow: none !important;
	border-radius: 0 !important;
}
.budget-button {
	margin: 6px 0 0 0;
	text-align: right;
}
/* Content Area
----------------------------------------------------------*/
#CentralArea {
	float: left;
	width: 711px;
	margin: 0 0 0 20px;
	padding: 0;
	font: normal 12px "Open Sans", sans-serif;
	color: #ddd;
}
.ptoduct-title {
	margin: 0 0 18px 0;
	padding: 10px 0 10px 0;
	font: normal 19px "Open Sans", sans-serif;
	color: #e6e12d;
	border-bottom: 1px solid #111;
}
/* Gallery */
.gallery {
}
.main-image {
	float: left;
	width: 460px;
	/*height: 460px;*/
	margin: 0;
	overflow: hidden; /*border:1px solid #ddd;*/
	border: 1px solid #111;
}
.main-image-inner {
	/*width: 100%;
	height: 100%;*/
	width: 460px;
	height: 460px;
	line-height: 250px !important;
	display: block;
	text-align: center;
}
.sizechart {margin-top:4px;}
.main-image-inner img {
	max-width: 460px;
	max-height: 460px;
	border: none;
}
.thumbnails {
	float: right;
	width: 226px;
	margin: 0;
}
.thumb-box {
	float: left;
	width: 66px;
	height: 66px;
	margin: 0 13px 13px 0;
	overflow: hidden;
	background: url(../images/bg_thumb.png);
}
.thumb-box img {
	width: 64px;
	height: 64px;
	border: 1px solid #222;
}
.thumb-box img:hover {
	opacity: 0.85;
	-moz-opacity: 0.85;
	-webkit-opacity: 0.85;
	border: 1px solid #444;
}
.thumbnails .last {
	margin-right: 0 !important;
}
.hide-img {
	display: none;
}
/* Policy
----------------------------------------------------------*/
.policy-box {
	width: 960px;
	margin: 18px auto 18px auto;
	background: url(../images/bg_content.png);
	border-right: 1px solid #222222;
	border-bottom: 1px solid #222222;
	border-left: 1px solid #222222;
	box-shadow: 0px 0px 15px 3px #000;
	-moz-box-shadow: 0px 0px 15px 3px #000;
	-webkit-box-shadow: 0px 0px 15px 3px #000;
}
.pol-buttons {
	z-index: 100;
	position: relative;
}
.pol-buttons img {
	cursor: pointer;
}
.pol-box, #pol-box-back {
	height: 300px;
	overflow: auto;
	margin: 0px 20px 20px 20px;
	padding: 10px;
	font: normal 13px "Open Sans", sans-serif;
	color: #ccc;
	text-align: left;
}

.pol-box-new, #pol-box-back {
    height: auto;
    overflow: auto;
    margin: 0px 20px 20px 20px;
    padding: 10px;
    font: normal 13px "Open Sans", sans-serif;
    color: #ccc;
    text-align: left;
}

.pol-box span, #pol-box-back span {
	font: 600 13px "Open Sans", sans-serif;
	color: #e6e12d;
}
.pol-box-heading {
	padding-bottom: 5px;
	font: normal 18px 'Roboto Condensed', sans-serif;
	color: #e6e12d;
}
.pol-box-subheading {
	padding: 10px 0 3px 0;
	font: 600 13px "Open Sans", sans-serif;
	color: #e6e12d;
}
.pol-box a, #pol-box a {
	font: 600 13px "Open Sans", sans-serif;
}
.pol-box a:link, .pol-box a:visited, #pol-box-back a:link, #pol-box-back a:visited {
	color: #e6e12d;
	text-decoration: none;
}
.pol-box a:hover, #pol-box-back a:hover {
	color: #fff;
	text-decoration: underline;
}
.pol-box ul, #pol-box ul {
	margin: 10px;
}
/* Scroller box
----------------------------------------------------------*/
.scroller {
	width: 960px;
	margin: 0 auto 18px auto;
	padding: 20px 0;
	background: url(../images/bg_content.png);
	border: 1px solid #222222;
	box-shadow: 0px 0px 15px 3px #000;
	-moz-box-shadow: 0px 0px 15px 3px #000;
	-webkit-box-shadow: 0px 0px 15px 3px #000;
	font: normal 13px "Open Sans", sans-serif;
	color: #ccc;
	text-align: center;
}
/* Sister banner box
----------------------------------------------------------*/
.sister-banner {
	width: 960px;
	margin: 0 auto 18px auto;
	background: url(../images/bg_content.png);
	border: 1px solid #222222;
	box-shadow: 0px 0px 15px 3px #000;
	-moz-box-shadow: 0px 0px 15px 3px #000;
	-webkit-box-shadow: 0px 0px 15px 3px #000;
	font: normal 13px "Open Sans", sans-serif;
	color: #ccc;
	text-align: center;
}
/* Footer
-----------------------------------------------------------*/
.footer {
	width: 960px;
	margin: 18px auto 0 auto;
}
.footer-top {
	height: 161px;
	background: url(../images/bg_footer.jpg) no-repeat top center;
	box-shadow: 0px 0px 15px 3px #000;
	-moz-box-shadow: 0px 0px 15px 3px #000;
	-webkit-box-shadow: 0px 0px 15px 3px #000;
}
.newsletter {
	float: left;
	padding: 17px 20px 0 25px;
	background: url(../images/div_footer.png) no-repeat right center;
}
.news-heading {
	padding: 0 0 5px 0;
	font: 400 21px 'Roboto Condensed', sans-serif;
	color: #fff;
}
.news-heading span {
	color: #e6e12d;
}
.news-text {
	font: normal 12px "Open Sans", sans-serif;
	color: #ddd;
}
.news-button {
	margin: 8px 0 0 0;
}
.aboutus {
	float: left;
	width: 273px;
	padding: 17px 10px 0 20px;
	background: url(../images/div_footer.png) no-repeat right center;
}
.aboutus-heading {
	padding: 0 0 5px 0;
	font: 400 21px 'Roboto Condensed', sans-serif;
	color: #fff;
}
.aboutus-heading span {
	color: #e6e12d;
}
.aboutus-text {
	font: normal 12px "Open Sans", sans-serif;
	color: #ddd;
}
.seals {
	float: right;
	padding: 15px 35px 0 0;
}
.seals img {
	margin-left: 27px;
	margin-bottom: 9px;
}
.improvebutton:hover {
	opacity: 0.6;
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
}
.footer-bottom {
}
.payments {
	float: left;
	margin: 10px 0 0 0;
}
.copyright {
	float: right;
	padding: 5px 5px 0 0;
	font: normal 10px "Open Sans", sans-serif;
	color: #a49d9d;
	text-align: right;
}
.copyright a {
	font: normal 10px "Open Sans", sans-serif;
}
.copyright a:link, .copyright a:visited {
	color: #a49d9d;
	text-decoration: none;
}
.copyright a:hover {
	color: #fff;
	text-decoration: underline;
}
.copyright span {
	display: none;
}
/* Holiday banner // Added 12/19/2014 */
.holiday-notice {width:960px; margin:0 auto 18px auto; background:#f2eef0 url(../images/bg_christmass.jpg) no-repeat top left; border:1px solid #e4e0e0;}
.holiday-notice-inner {margin:20px; padding:15px; font:600 13px "Open Sans", sans-serif; color:#201126; text-shadow:1px 0px 0 #f7f7f7; border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; -webkit-border-radius: 10px; border: 1px solid #ddd; background: url(../images/bg_christ_inner.png);}
.holnote-style1 {margin-bottom:10px;}
.holnote-space {padding-top:10px;}
.holnote-style2 {margin-top:10px; font-style:italic;}