/* LAYOUT SETTINGS
-------------------------------------------------- */
/* Layout settings for body / header /nav / section / footer */

/* BODY
-------------------------------------------------- */
body {
    background: url("../img/bg-body.png") repeat scroll 0 2000px #333333;
    color: #FFFFFF;
    position: relative;
	overflow-x:hidden;
	padding:0!important;
}
body img {
	max-width: 100%;
}

#wrapper { background: url("../img/bg-wrapper.png") repeat-x scroll left top transparent; }
#content { padding-top:50px; }
a { 
	color:#000;
	border-bottom:1px dotted #000;
	border-top:1px dotted #000;
	display:inline-block;
	padding:2px 0;
}
a:hover { 
	color:#EEE;
	border-color:#CCC;
	text-decoration:none; 
}

/* HEADER 
-------------------------------------------------- */
/* Header A */
#header-a h1 { margin-top:0; }
#header-a #contentJump:focus { outline:0 none!important; }
a#contentJump { border:0 none; }

/* Header B */
#header-b #logo { margin-top:300px; }

body.home #header-b .row { margin-bottom:50px; }

/* NAV
-------------------------------------------------- */
/* Nav A */
#nav-a { 
    color: #000000;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9;
}
#nav-a #btn-logo i { 
    background: url("../img/btn-b.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 45px;
    left: 14px;
    overflow: hidden;
    position: absolute;
    top: 8px;
    width: 72px;
}

#nav-a #btn-logo .caret {
	margin-left: 30px;
}
/* Drop Down Menu */
.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
	background-color:#999;
}
.dropdown-menu { 
	left:auto;
	right:0; 
}
.dropdown-menu a {
    border: 0 none;
}
#nav-a .dropdown-menu li.phone {
	cursor: help;
    line-height: 18px;
    padding: 3px 15px;
}

/* SECTION
-------------------------------------------------- */
/* Secion A */
#section-a { 
	background:url("../img/bg-decal.png") repeat-y scroll center 300px transparent; 
	padding-top:900px;
}

/* FOOTER
-------------------------------------------------- */
#footer .row {
	margin-bottom:150px;
}
#footer .row p { color:#FFF; }
#footer {
	margin-top: 45px;
	padding: 35px 0 36px;
}
#footer p {
	color: #999;
}
#footer p a { 
    border: medium none;
    color: #999999;
}

/* FORMS
-------------------------------------------------- */
/* Validation */
.control-group label.error {
	color: #b94a48;
}
.control-group input.error, .control-group select.error, .control-group textarea.error {
	color: #b94a48;
	border-color: #b94a48;
}
.control-group input:focus.error, .control-group select:focus.error, .control-group textarea:focus.error {
	border-color: #953b39;
	-webkit-box-shadow: 0 0 6px #d59392;
	-moz-box-shadow: 0 0 6px #d59392;
	box-shadow: 0 0 6px #d59392;
}

/* Item */
form .item { padding:0; }
form #CaptchaV2, form .captchaimg {
    margin: 10px 0 0;
    width: 160px;
}
form #CaptchaV2 { width:150px!important; }
form .captchaimg { 
    background: none repeat scroll 0 0 #565656;
    padding:0;
    text-align: center;
}
/* Helpers */
label {
    color: #000000;
}
legend { color:#000; }
.help-block, .help-inline { color:#000; }

/* Inputs */
#newsletter-subscription input, #newsletter-subscription textarea, #newsletter-subscription select, #newsletter-subscription .uneditable-input { 
	margin:10px 0;
	width:150px; 
}

/* BUTTONS
-------------------------------------------------- */
/* Button Wrapper */
div.btn {
    padding: 0;
}
div.btn * { 
	background:transparent; 
	border:0 none;
	display:block;
	padding:4px 10px;
	margin:0;
	text-decoration:none;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
}

div.btn-large * {
	padding:9px 14px;
}

div.btn-inverse * {
	color:#FFF;
}

/* TYPOGRAPHY
-------------------------------------------------- */
body, body p {
	
}
h1, h2, h3, h4, h5, h6 { 
	color:#FFF;
	font-family: 'HarabaraHandItalic', Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:1em; 
	margin-top:2em;
	margin-bottom:1em;
	text-shadow:none;
}
h1 {
	font-size:112px;
	text-align:center;
	margin:50px 0;
}
h2 {
	font-size:60px;
	text-align:center;
}
h3 {
	font-size:36px;
}
h4 {
	font-size:24px;
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on June 14, 2012 01:54:16 AM America/New_York */
@font-face {
	font-family: 'HarabaraHandItalic';
	src: url('../fonts/HarabaraHand-webfont.eot');
	src: url('../fonts/HarabaraHand-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/HarabaraHand-webfont.woff') format('woff'),  url('../fonts/HarabaraHand-webfont.ttf') format('truetype'),  url('../fonts/HarabaraHand-webfont.svg#HarabaraHandItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Well */
body .well { 
	background: rgb(0, 0, 0);
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	border: 0 none;
}
body .well * { color:#FFF; }
body .well a { border-color:#FFF; color:#FFF; }
body .well a:hover, body .well a:focus { color:#999; border-color:#999; }
body .well h3 { margin:20px 0; }
body .well input, body .well textarea, body .well select, body .well .uneditable-input, body .well option  { color:#555; }
body .well input.btn, body .well .btn a,
body .well input.btn:hover, body .well .btn a:hover,
body .well input.btn:focus, body .well .btn a:focus { color:#FFF; }

/* Default */
.large { 
	font-size:36px; 
	line-height:36px;
}

/* BC
-------------------------------------------------- */
/* Eccomerce */
ul.productList, ul.catalogueList { 
    list-style: none outside none;
    margin: 0 10% 0 18%;
    padding: 0;
}
ul.productList li {
	color:#333; 
	list-style:none;
	margin:0;
	float:left;
	font-size:16px;
	text-shadow:none;
}
ul.productList li img { 
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0;
    max-width: 100%;
    padding: 0;
}

ul.productList li input.productTextInput {
    height: 16px;
    width: 30px;
}
ul.productList li h3 { 
	font-size:30px;
	color:#999;
	margin:30px 0;
	text-align:center; 
}
.shop-main { padding-top:50px; }
#catCartSummary { 
	padding-top:17px;
	float:right;
}
#catCartSummary a { 
	color:#000;
}
#catCartSummary a:hover, #catCartSummary a:focus { 
	color:#EEE;
}

/* Cart */
#catCartDetails { position:relative; }
#catCartDetails .span12 > .row-fluid { 
	background:url("../img/bg-keyline-100px.png") repeat scroll left bottom transparent;
	margin-bottom:18px; 
}
#catCartDetails .span10 > .row-fluid:first-child { 
	font-weight:bold; 
	margin-top:18px;
	margin-bottom:0;
}
#catCartDetails .well > .row-fluid { 
    border-bottom: 1px solid #000000;
    margin: 18px -18px 0;
    padding: 0 18px 18px;
} 
#catCartDetails .well > .row-fluid:first-child { margin-top:0; }
#catCartDetails .well > .row-fluid:last-child { 
	border-bottom:0 none; 
	padding-bottom:0;
}
#catCartDetails .well > .row-fluid [class*="span"] > *:last-child * { margin-bottom:0!important; }

#catCartDetails .row-fluid > div .productitemcell {
    height: 42px;
    margin-bottom: 18px;
    overflow: hidden;
    padding: 20px 0;
}
#catCartDetails .cartInputText { width:30px; }
#catCartDetails .discountcodeInput { width:100px; }
#catCartDetails .row-fluid > div .productitemcell img { max-width:100px; }
#shippingCountrySpan,
#shippingStateSpan,
#shippingSpan { display:none; }
#cart-summary { 
    position: fixed;
    top: 114px;
    width: 130px;
}
#cart-summary h3 {
    border-bottom: 1px solid #DDDDDD;
    margin: -9px -18px 9px;
    padding: 0 18px 9px;
}
#cart-summary > *:last-child { 
	display:block;
	border-top: 1px solid #DDDDDD;
    margin: 9px -18px -9px;
    padding: 9px 18px 0px;
}
#cart-summary > .btn-primary { margin:9px 0; }

/* Checkout */
html.checkout .popover { width: 150px; }
html.checkout .popover p { 
	background:url("../img/ccv.jpg") no-repeat scroll bottom left; 
	padding-bottom:165px;
}

/* System Alerts */
#system-alerts {
    z-index: 99999;
	list-style:none;
	margin:0;
	overflow:hidden;
	padding:0;
	position:absolute;
	top:10px;
	right:90px;
	width:100%;
}
#system-alerts li { display:none; }
#system-alerts .btn { margin-top:10px; }

/* Seure Zone */
html.access0 .private { display:none; }
html.access1 .private { display:block; }
html.access0 .public { display:block; }
html.access1 .public { display:none; }

html.static #nav-a .span3 { display:none!important; }

/* FLIP CARDS
-------------------------------------------------- */
.panel {
	float: left;
	width: 144px;
	height: 144px;
	margin: 20px;
	position: relative;
	font-size: .8em;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	z-index:1;
}

.panel .front {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	min-height:100px;
	overflow: hidden;
	z-index: 900;
	width: 144px;
	height: 144px;
	border: 5px solid #FFF;
	background: #111;
	text-align: center;
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.9);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.9);
	box-shadow: 0 1px 5px rgba(0,0,0,0.6);
	-webkit-transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateY(0deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
	/* Transition */
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.panel .front img { 
	opacity:1;  
	-o-transition: all .9s ease-in-out;
	-ms-transition: all .9s ease-in-out;
	-moz-transition: all .9s ease-in-out;
	-webkit-transition: all .9s ease-in-out;
	transition: all .9s ease-in-out;
	z-index:1;
	height:100%;
	width:auto;
}
.panel.above { z-index:2; }
.panel.open { z-index: 3; }
.panel.open .front img { opacity:1;  }
.panel.open .front {
	border: 12px solid #FFF;
	height:432px;
	top:-144px;
	width:432px;
	left:-144px;
	-moz-box-shadow: 0 15px 50px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 15px 50px rgba(0,0,0,0.2);
	box-shadow: 0 15px 50px rgba(0,0,0,0.2);
}
.panel.flip { z-index:3; }
.panel.flip .front {
	z-index: 900;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-moz-box-shadow: 0 15px 50px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 15px 50px rgba(0,0,0,0.2);
	box-shadow: 0 15px 50px rgba(0,0,0,0.2);
}
.panel .back {
	display:none;
	float: none;
	position: absolute;
	top: -144px;
	left: -144px;
	z-index: 500;
	width: 432px;
	height: 432px;
	border: 5px solid #FFF;
	background: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
	-webkit-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateY(-180deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
	/* Transition */
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.panel.open .back { 
	display:block; 
	left:9999px;
}
.panel.flip .back {
	border: 12px solid #FFF;
	display:block;
	left: -144px;
	z-index:1000;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	box-shadow: 0 15px 50px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 15px 50px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 15px 50px rgba(0,0,0,0.2);
}
ul.productList .back ul { padding-right:30px; }
ul.productList .back ul li {
    border-bottom: 1px solid #EEEEEE;
    color: #333333;
	float:none;
    font-size: 16px;
    list-style: none outside none;
    margin: 0 0 10px;
    padding: 5px 0;
    text-shadow: none;
}
.panel.flip .back h3, .panel.flip .back ul { 
	position:relative;
	z-index:9;
}
.panel a.btn-flip { 
	border:0 none;
	padding:0 none;
	bottom:0;
	left:0;
	position:absolute; 
	top:0;
	right:0;
	padding:5px;
	text-align:right;
	z-index:2;
}
.panel a.btn-flip i { background:url("../img/btn-flip.png") no-repeat; padding:0 2px 4px; }
.panel .back a.btn-flip { 
	top:5px;
	right:5px;
}
.panel .front a.btn-flip { opacity: 0; }
.panel.open .front a.btn-flip { opacity: 1; }
.panel .back .secure-login { position:relative; z-index:9; }
.panel .back .secure-login input { max-width:100%; }
.panel .back .secure-login a:hover, .panel .back .secure-login a:focus { color:#999; }
.panel .back { text-shadow:none; }

/* RESPONSIVE
-------------------------------------------------- */
@media (max-width: 480px) {
	body { padding:0; }
	h1 { font-size: 72px; }
	#wrapper > .container { padding:0 20px; }
@media (max-width: 768px) {
	body { padding:0; }
}
@media (min-width: 480px) and (max-width: 768px) {
	body { padding:0; }
}
@media (min-width: 768px) and (max-width: 980px) {
	body { padding:0; }
}
@media (max-width: 980px) {
	body { padding:0; }
}

/* LARGE DESKTOP SCREENS */
@media (min-width: 1210px) {
}