/* CSS Document */

* { margin:0; padding:0;}
body { background:url(../images/body-bg.jpg) repeat 0 0; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:17px; color:#646464; background-position: center 110px;}

table, td {border-collapse:collapse; font-size:97%;}
table, td, img {border:0;}
form, td {margin:0; padding:0;}
td { vertical-align:top; text-align:left;}

.main-width { width:850px; margin:0 auto; text-align:left;}
.extra { width:850px; margin:0 auto; text-align:left;}
.welcome {
    color: #FF0000;
    display: block;
    font-family: 'Open Sans',cursive;
    font-size: 22px;
    height: 0;
    padding: 1px 0;
    text-decoration: none;
}
.welcome_message {
    color: #646464;
    display: block;
    font-family: 'Open Sans',cursive;
    font-size: 14px;
    height: 34px;
    padding: 25px 0 1px;
    text-decoration: none;
}
.signature_range {
    color: #0066FF;
    display: block;
    font-family: 'Open Sans',cursive;
    font-size: 12px;
    height: 16px;
    padding: -12px 0 3px;
    text-decoration: none;
}
.signature_products {
    color: #646464;
    display: block;
    font-family: 'Open Sans',cursive;
    font-size: 14px;
    height: 33px;
    text-decoration: none;
}
.enjoy {
    color: #646464;
    display: block;
    font-family: 'Open Sans',cursive;
    font-size: 16px;
    height: 16px;
    padding: 1px 0;
    text-decoration: none;
}

/* SUBSCRIBE */

#subscribe {
    z-index: 300;
}

#subscribe {
    font-family: 'Open Sans',cursive;
	background-color: #fff;
    border: 2px solid #d7dce0;
    border-radius: 0.5rem;
    color: #2f3133;
    cursor: pointer;
    display: inline-block;
    left: 0.3rem;
    outline: medium none;
    padding: 0.5rem;
    position: fixed;
    text-transform: capitalize;
    top: 29.5rem;
    transition: all 0.1s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    vertical-align: middle;
    width: auto;
}



#header .extra { width:850px; margin:0 auto; text-align:left;}
input, textarea { font-family:Tahoma; font-size:1em;}

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

img {vertical-align:top;}
a img { border:0;}
ul { list-style:none;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper{ width:100%; overflow:hidden;}
.container { width:100%;}
.column-1, .column-2, .column-3{ float:left;}

a {color:#000; outline:none; text-decoration: none; }
a:hover{text-decoration:none; color:#b61b1b;}
p { margin:0; padding:0;}

/* ============================= header ====================== */
#header{
	position:relative;
	height:225px; /* --- BC EDIT ---*/
	background:url(../images/top-line.png) repeat-x 0 44px;
	margin-bottom:0px;
}
#header .main-width{
	position:relative;
}
/* --- logo --- */
#header .logo{
	margin:24px auto 0; 
	 text-align:center;
	 /* --- bc remove:padding-bottom:26px; --- */
}

/* --- shopping cart --- */
#header .cart{
	font-family: 'Open Sans', cursive;
	font-size:11px;
	line-height:18px;
	color:#6f6c6c;
	text-transform:uppercase;
	padding:14px 0px 0 298px;
/**-	float:left; -**/
}

#header .cart .st1:hover,
#header .cart span a{
	color:#6f6c6c;
	text-decoration:none;
}

#header .cart .st1,
#header .cart span a:hover{
	color:#b61b1b;
	text-decoration:none;
}

/* --- navigation --- */
#header .navigation{
	position:absolute;
	top:7px;
	/**- left:289px; -**/
	padding:7px 0 0 0;
	
	
}
#header .navigation a{
	 text-decoration:none;
	 font-size:11px;
	 color:#6f6c6c;
	 font-family: 'Open Sans', cursive;
	 text-transform:uppercase;
	 line-height:17px;
	 background:url(../images/nav-line.gif) no-repeat 0 4px;
	 padding:0 0 0 12px;
	 margin:0 0 0 5px;
}
#header .navigation a.frst{ padding:0; margin:0; background:none;}
#header .navigation a:hover{ color:#d61747;}

/* --- search --- */
#header #head-search{
	position:absolute;
	top: 12px;
	left:654px;
/*--	background:url(../images/line1.gif) no-repeat 0 8px;--*/
	padding:0 0 0 20px;
}
#header #head-search .label{}
#header #head-search form{float:left;}
#header #head-search .input1{ float:left; border:1px solid #dcd9d9; height:14px; padding:3px; width:123px; margin:0 9px 0 0;}


/* --- languages --- */
#header .lang{
	position:absolute;
	top:17px;
	left:623px;
	color:#b61b1b;
	font-size:11px;
	font-family: 'Open Sans', cursive;
	text-decoration:none;
	padding:1px 0 1px 0; display:block;
	line-height:10px;
}

/* --- currencies --- */
#header .currencies{
	float:left;
	color:#656565;
	font-size:12px;
	line-height:15px;
	position:absolute;
	right:527px;
	top:12px;
	z-index:50;
	text-align:left;
	display:none;
	background:url(../images/line1.gif) no-repeat 0 8px;
	padding:0 0 0 12px;
}
#header .currencies .select.jqTransformHidden{
	display:none;
}
#header .currencies .label{
	float:left;
	font-family: 'Droid Sans', sans-serif;
	margin-right:2px;
	margin-top:4px;
	color:#6f6c6c;
	text-transform:uppercase;
	font-size:11px;
	line-height:14px;
}
#header .currencies .jqTransformSelectWrapper{
	background:url(../images/cur-arrow.gif) no-repeat right top;
	border:none;
	float:left;
	width:82px!important;
	padding: 0 0 0 0;
	cursor:default;
}
#header .currencies .jqTransformSelectWrapper div{
	height:22px!important;
	overflow:hidden;
	background:url(../images/cur-bg.gif) no-repeat left top;
}
#header .currencies .jqTransformSelectWrapper div span{
	font-size:9px;
	color:#8f8f8f;
	padding:4px 25px 0 8px;
	width:48px!important;
	height:18px!important;
	overflow:hidden;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
}
#header .currencies ul{
	padding:4px 0 0 0;
	margin:2px 1px 0 0px;
	width:80px!important;
	height:80px!important;
	overflow:hidden;
	border:1px solid #dcd9d9;
	font-family:Arial, Helvetica, sans-serif;
	background:#fff;
}
#header .currencies ul li{
	line-height:11px;
	padding:2px 7px;
	overflow:hidden;
	width:80px!important;
}
#header .currencies ul li a{
	color:#8f8f8f;
	font-size:9px;
	line-height:11px;
	text-decoration:none;
	display:block;
	font-family:Tahoma, Geneva, sans-serif;
}
#header .currencies ul li a:hover{
	color:#000;
}

/* --- menu --- */
#header .menu{
	width:100%;
	overflow:hidden;
/*	background:url(../images/menu-bg.gif) repeat-x 0 0; */
}
#header .menu ul{
	padding:0;
	margin:0;
	overflow:hidden;
}
#header .menu ul li{
	float:left;
	padding-bottom:10px;
}
#header .menu ul li a {
  /*  color: #FFFFFF; */
    display: block;
    font-family: 'Open Sans',cursive;
    font-size: 16px;
    line-height: 6px;
    padding: 23px 45px 20px 29px;
    text-decoration: none;
}
#header .menu ul li:first-child a{
	padding:23px 32px 20px 31px;
}

#header .menu ul li.selected a,
#header .menu ul li a:hover{ color:#d61747;}

/* ============================= content ===================== */

.name{ font-size:17px; text-decoration:none; line-height:20px; font-weight:normal; font-family: 'Open Sans', cursive; text-transform:uppercase;}
.name strong{ font-weight:normal!important;}
.name:hover{ color:#d61747;}
#newProductsDefaultHeading{
	font-family: 'Open Sans', cursive;
	text-decoration:none;
	color:#000;
	font-size:22px;
	line-height:26px;
	font-weight:normal;
	margin:50px 0 15px 0;
}
#column-left{
	padding:0 10px 0 0;
}
#column-center{}
#right-column{}
.column-center-padding{}

/* --- product --- */
.product-col{
	width:220px!important;
	padding-bottom:17px;
	margin-bottom:30px;
}
.product-col .prod-info{
	padding:25px 0 0 0;
	margin:0 0 0 -2px;
	overflow:hidden;
}
.product-col .prod-info .wrapper{
	padding:22px 0 0 0;
}
.product-col .name{
	font-size:14px;
	line-height:17px;
	color:#000000;
	font-family: 'Open Sans', cursive;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	min-height:45px;
}
.product-col .name:hover{
	color:#d61747;
}
.price{
	font-family: 'Open Sans', cursive;
	color:#000;
	font-size:18px;
	line-height:20px;
	font-weight:normal;
}
.price strong{
	font-weight:normal;
}
.product-col .price{
	float:left;
}
.product-col .button{	
	margin:1px 0 0 16px;
	float:left;
}

#screenshot{
	position:absolute;
	display:none;
	color:#fff;
}
#screenshot img{
	width:100px;
	height:100px;
}
 /*============================= footer ====================== */
#footer{
	position:relative;
	border-top:4px solid #ebebeb;
	border-bottom:4px solid #ebebeb;
	margin:26px 0 43px 0;
	padding:0 0 4px 0;
}

/* --- copyright --- */
#footer .copyright{
	float:right;
	color:#727272;
	font-size:11px;
	font-family: 'Open Sans', cursive;
	padding:13px 0 0 0;
}
#footer .copyright a{color:#727272; text-decoration:none;}
#footer .copyright a:hover{ color:#000;}

/* --- back to top --- */
.back_to_top {
    bottom: 11px;
    height: 17px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 25px;
}
.back_to_top a {
    color: #FFFFFF;
    display: block;
    font-family: 'Open Sans',cursive;
    font-size: 11px;
    height: 12px;
    padding: -3px 0;
    text-decoration: none;
}
.back_to_top a:hover{
	color:#d61747
}

/* --- cards --- */
#footer .cards{
	padding:12px 0 0 0; 
	display:block;
}
/* ============================= Welcome Message and Signature range blurb ====================== */


/* ============================= banners ====================== */

/* --- faded slider --- */
.slider{
	width:840px;
	/**--- overflow:hidden; --**/
	height:400px;
	margin-bottom:15px;
}
#faded{
	width:840px;
	/**--- overflow:hidden; --**/
	height:400px;
	position:relative;
}
#faded .pagination{
	position:absolute;
	bottom:0px;
	left:50%;
	z-index:9999;
	margin:0 0 0 -26px;
}
#faded .pagination li{
	width:12px;
	height:12px;
	overflow:hidden;
	float:left;
	margin:0 8px 0 0;
}
#faded .pagination li a{
	display:block;
	overflow:hidden;
	width:12px;
	height:12px;
	background:url(../images/pagination.png) no-repeat 100% 0;
	text-indent:-10000px;
}
#faded .pagination li.current a,
#faded .pagination li a:hover{
	background:url(../images/pagination.png) no-repeat 0 0;
}
.bot-banners{ width:850px; overflow:hidden;}
.bot-banners .inner{ width:870px; overflow:hidden;}
.bot-banners div div{ float:left; margin:0 20px 0 0; width:270px; height:330px; overflow:hidden;
}
.bot-banners div div img{
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.bot-banners div div img:hover{
	transform:scale(1.18)rotate(-5deg);
	-webkit-transform:scale(1.18)rotate(-5deg);
	-moz-transform:scale(1.18)rotate(-5deg);
	-o-transform:scale(1.18)rotate(-5deg);
}
/* ============================= forms ======================= */
input, select, textarea{ font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:normal; color:#010101; border:solid 1px #e3e3e3; padding:2px; background:#fdfdfd;}
input:focus, select:focus, textarea:focus{outline:none;}
.cartRemoveItemDisplay input,
#search-in-description, #inc-subcat, #gender-female, #gender-male, #newsletter-checkbox, #email-format-text, #email-format-html, #rating-1, #rating-2, #rating-3, #rating-4, #rating-5, #pmt-linkpoint_api, #pmt-moneyorder, #pmt-paypal, #pmt-cod, #notify-0{ border:none!important;}
#rating-1, #rating-2, #rating-3, #rating-4, #rating-5{margin:2px 4px 0 8px; padding:0; background:none;}
*+html #rating-1{ margin:0; padding:0;}
*+html #rating-2{ margin:0; padding:0;}
*+html #rating-3{ margin:0; padding:0;}
*+html #rating-4{ margin:0; padding:0;}
*+html #rating-5{ margin:0; padding:0;}
#globalnotify, #pmt-cod, #pmt-moneyorder, #ship-flat-flat, #ship-item-item, #ship-storepickup-storepickup, #gender-male, #gender-female, #email-format-html, #email-format-text, #newsletter{border:none!important;	position:relative; top:2px;}
#primary{ margin-left:10px;	position:relative; top:2px; border:none!important;}
#disc-ot_coupon{margin:5px 0 0 0;}
#cartContentsDisplay input{ background:none;}