
/*=========================================
	Main Styles
=========================================*/

.container {
width: 865px;
margin: 0 auto;
min-height:750px;

}

.clear {
clear: both;
}


.hideonphone {
display:block !important;
}

.showonphone {
display:none !important;
}

.leftonphone {
float: right !important; 
}
.rightonphone {
float: left !important;
} 

.centered {
float: none !important; 
margin: 0 auto  !important;
}
.center {
text-align:center;
}
.row {
clear:both;
}
.rounded { 	border: 1px solid #B4B4B4; 	 	-moz-border-radius: 5px; 	-webkit-border-radius: 5px; 	border-radius: 5px; 	behavior: url(./PIE.htc);    -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; margin-bottom:1%;}
	hr { border: solid #B4B4B4; border-width: 3px 0 0; clear: both; margin: 1%; height: 0; }
	.border {border:1px solid #B4B4B4;}
  .borderbottom {
background:url(bkg-highlight-3.png);
background-repeat: repeat-x;
  }
  
	.borderleft {
  border-left:1px solid #B4B4B4; 
  }
  
	.borderright {
  border-right:1px solid #B4B4B4; 
  }
  
	.bordertop {
  border-top:1px solid #B4B4B4; 
  }      






.sbhead {
background: url(bkg-nav-sec.gif) repeat-x scroll 0 0 transparent;   border-radius: 7px 7px 0 0;   padding: 3px 10px;
}
.shaddow {
-moz-box-shadow: 0 1px 8px #666;
-webkit-box-shadow: 0 1px 8px #666;
box-shadow: 0 1px 8px #666;
	behavior: url(./PIE.htc);
}
fieldset { padding: 9px 9px 2px 9px; border: solid 1px #B4B4B4; margin: 18px 0; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
input[type="radio"]  { padding-bottom:10px;}

.skuimg {
width:90%; height:auto; padding:10px;
}
.cartskuimg {
width:90%; height:auto; padding:10px;
}

.confleft {
width:34%; text-align:right; float:left; margin-right:1%;
}
.confright {
width:64%; text-align:left; margin-left:1%; float:left;
}
/*=========================================
	Blu Boxes
b=========================================*/

.blu_0 {
float: left;
margin-left: 1%;
margin-right: 1%;
margin-top: 2%;
}

.blu_1 {
float: left;
width: 8%;
margin-left: 1%;
margin-right: 1%;
}

.blu_2{
float: left;
width: 18%;
margin-left: 1%;
margin-right: 1%;
}

.blu_3{
float: left;
width: 28%;
margin-left: 1%;
margin-right: 1%;
}

.blu_4{
float: left;
width: 38%;
margin-left: 1%;
margin-right: 1%;
}

.blu_5{
float: left;
width: 48%;
margin-left: 1%;
margin-right: 1%;
}

.blu_6{
float: left;
width: 58%;
margin-left: 1%;
margin-right: 1%;
}

.blu_7{
float: left;
width: 68%;
margin-left: 1%;
margin-right: 1%;
}

.blu_8{
float: left;
width: 78%;
margin-left: 1%;
margin-right: 1%;
}

.blu_9{
float: left;
width: 88%;
margin-left: 1%;
margin-right: 1%;
}

.blu_10{
float: left;
width: 98%;
margin-left: 1%;
margin-right: 1%;
}


/*boxes no margins*/

.blu_1_nm {
float: left;
width: 10%;
}

.blu_2_nm{
float: left;
width: 20%;
}

.blu_3_nm{
float: left;
width: 30%;
}

.blu_4_nm{
float: left;
width: 40%;
}

.blu_5_nm{
float: left;
width: 50%;
}

.blu_6_nm{
float: left;
width: 60%;
}

.blu_7_nm{
float: left;
width: 70%;
}

.blu_8_nm{
float: left;
width: 80%;
}

.blu_9_nm{
float: left;
width: 90%;
}


.blu_10_nm {
    clear: both;
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 70px;
    width: 100%;
}


/* Floats */

.floatleft {
float: left;
}

.floatright {
float: right;
}


/*=========================================
	Offsets
=========================================*/
.offset_1 {
margin-left: 11%;
}

.offset_2 {
margin-left: 21%;
}

.offset_3 {
margin-left: 31%;
}

.offset_4 {
margin-left: 41%;
}

.offset_5 {
margin-left: 51%;
}

.offset_6 {
margin-left: 61%;
}

.offset_7 {
margin-left: 71%;
}

.offset_8 {
margin-left: 81%;
}

.offset_9 {
margin-left: 91%;
}

/*=========================================
	Afters
=========================================*/

.after_1 {
margin-right: 11%;
}

.after_2 {
margin-right: 21%;
}

.after_3 {
margin-right: 31%;
}

.after_4 {
margin-right: 41%;
}

.after_5 {
margin-right: 51%;
}

.after_6 {
margin-right: 61%;
}

.after_7 {
margin-right: 71%;
}

.after_8 {
margin-right: 81%;
}

.after_9 {
margin-right: 91%;
}





/*=========================================
	Media Queries
=========================================*/
/* disable responsive layout 

@media screen and (max-width: 1200px) {


	.reveal-modal {
    padding: 20px;
		left: 0 !important;
		margin: 5% !important;
		width: 90% !important;
		font-size:10px;
		}
		
		
}


@media screen and (max-width: 960px) {
       .medium {
       width:180px !important;
       }
}



@media screen and (max-width: 1023px) {
.container {
width: 100%;
}
.large, .medium, .small { width: 100% !important; padding-left: 0; padding-right: 0; }
	.reveal-modal {
    padding: 20px;
		left: 0 !important;
		margin: 5% !important;
		width: 90% !important;
		   font-size:8px;
		}
 label.right, label {
 text-align:left !important;
 }
.blu_5_nm.right {
text-align:center !important;
}
 .nice-input-text.medium.blu_6, option.blu_7, option.blu_6, input.blu_7, input.blu_6 {
 width:95% !important;
 }
.skuimg {
width:150px !important;
height:auto !important;
}
.cartskuimg {
width:75px !important;
height:auto !important;
}
.offset_1, .offset_2, .offset_3, .offset_4, .offset_5, .offset_6, .offset_7, .offset_8, .offset_9 {
margin-left:1%;
} 
.after_1, .after_2, .after_3, .after_4, .after_5, .after_6, .after_7, .after_8, .after_9 {
margin-right:1%;
}

.blu_1, .blu_1_nm {
width: 98% !important;
text-align:center;
}

.blu_2, .blu_2_nm {
width: 98% !important;  
text-align:center;
}

.blu_3, .blu_3_nm {
width: 98% !important;  
text-align:center;
}

.blu_4, .blu_4_nm {
width: 98% !important;  
text-align:center;
}
.blu_5, .blu_5_nm {
width: 98% !important;  
text-align:center;
}

.blu_6, .blu_6_nm {
width: 98% !important;   
text-align:center;
}

.blu_7, .blu_7_nm {
width: 98% !important; 
text-align:center;
}

.blu_8, .blu_8_nm {
width: 98% !important;   
text-align:center;
}
.blu_9, .blu_9_nm {
width: 98% !important;   
text-align:center;
}

.blu_10, .blu_10_nm {
width: 98% !important;   
text-align:center;
}
.blu_1_nm, .blu_2_nm, .blu_3_nm, .blu_4_nm, .blu_5_nm, .blu_6_nm, .blu_7_nm, .blu_8_nm, .blu_9_nm, .blu_10_nm, .blu_1, .blu_2, .blu_3, .blu_4, .blu_5, .blu_6, .blu_7, .blu_8, .blu_9, .blu_10 {
margin-left:1%;
margin-right:1%;
}

.blu_10_nm.borderbottom{
margin-left:0px !important;
margin-right:0px !important;
width:100% !important;

}
.hideonphone {
display:none !important;
}

.showonphone {
display:block !important;
}

.leftonphone {
float: left !important; 
}
.rightonphone {
float: right !important;
}


.confleft {
width:49%; text-align:right; float:left; margin-right:1%;
}
.confright {
width:49%; text-align:left; margin-left:1%; float:left;
}


}


@media screen and (max-width: 640px) {
.skuimg {
width:75px !important;
height:auto !important;
}
.skuimg {
width:50px !important;
height:auto !important;
}
}


*/
  
/*===================
	Blockquotes
===================*/
blockquote {
border-top: 1px solid #ababab;
border-bottom: 1px solid #ababab;
padding: 10px;
margin-top: 10px;
margin-bottom: 15px;
}

blockquote p {
font-family: georgia;
font-size: 24px;
color: #717171;
}

blockquote p::before {
 content: "\201C";
 font-size: 36px;
 line-height: 36px;
}

blockquote p::after {
 content: "\201D";
 font-size: 36px;
 line-height: 36px;
}

blockquote cite {
font-family: times new roman;
font-size: 18px;
color: #555555;
}

blockquote cite::before {
content: "\2013 \A0";
}


/*forms*/
	.nice-input-text, .nice-textarea { border: solid 1px #bbb; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; margin:2px; }
	.nice-input-text, .nice-textarea { font-size: 13px; padding: 6px 3px 4px; outline: none !important; background: #fff; }
	.nice-input-text:focus, .nice-textarea:focus { background-color: #f9f9f9; }
  .nice-fieldset { border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
  .tiny { width:25px; }
.xsmall { width:60px;}
  .small { width: 132px; }
	.medium { width: 252px; }
	.large { width: 432px; }
	
	.right {
text-align:right !important;
}
	.left {
text-align:left !important;
}
label {
font-size:13px;
margin-top:8px;
}



/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		z-index: 2000;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 50%;
		margin-left: -400px;
		width: 800px;
		background: #eee url(modal-gloss.png) no-repeat -200px -80px;
		position: absolute;
		z-index: 2001;
		padding: 30px 40px 34px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		box-shadow: 0 0 10px rgba(0,0,0,.4);
		}
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 
	
	.reveal-modal .row {
		min-width: 0;
	}
	
	.button {
		background: #00a6fc;
		display: inline-block;
		text-align: center;
		padding: 9px 34px 11px;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		line-height: 1;
		font-family: "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
		position: relative;
		cursor: pointer;
		border: none;
	}	
	
	
		.button.nice { 
		background: #00a6fc url(button-gloss.png) repeat-x 0 -34px;
		-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
		text-shadow: 0 -1px 1px rgba(0,0,0,0.28);
		background: #00a6fc url(button-gloss.png) repeat-x 0 -34px, -moz-linear-gradient(top, rgba(255,255,255,.4) 0%, transparent 100%);
		background: #00a6fc url(button-gloss.png) repeat-x 0 -34px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.4)), color-stop(100%,transparent));
		border: 1px solid #2E6493;
		-webkit-transition: background-color .15s ease-in-out;
		-moz-transition: background-color .15s ease-in-out;
		-o-transition: background-color .15s ease-in-out;
	}

	.button.radius {
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	.button.round {
		-moz-border-radius: 1000px;
		-webkit-border-radius: 1000px;
		border-radius: 1000px;
	}

	.button.full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center;
	}

	.button.left-align {
		text-align: left;
		text-indent: 12px;
	}
	
		/* Sizes ---------- */
.tiny.button {font-size:9px; padding:3px 5px; width:auto;margin-bottom:-4px;}
	.small.button 			{ font-size: 11px; padding: 8px 20px 10px; width: auto; }
	.medium.button 			{ font-size: 13px; width: auto; }
	.large.button 			{ font-size: 18px; padding: 11px 48px 13px; width: auto; }
        .largedl.button 		{ font-size: 18px; padding: 2px 48px 5px; width: auto; }

	/* Nice Sizes ---------- */
	.nice.small.button 		{ background-position: 0 -36px; }
	.nice.large.button 		{ background-position: 0 -30px; }

	/* Colors ---------- */
	.blue.button			{ background-color: #185896; color:#fff;  }
	.red.button				{ background-color: #e91c21; }
	.white.button			{ background-color: #e9e9e9; color: #333; }
	.black.button			{ background-color: #141414; }
	
	/* Nice Colors ---------- */
	.nice.blue.button		{ border: 1px solid #0593dc;  }
	.nice.red.button		{ border: 1px solid #b90b0b;  }
	.nice.white.button		{ border: 1px solid #cacaca; text-shadow: none !important; }
	.nice.black.button		{ border: 1px solid #000; }
	
	/* Hovers ---------- */
	.button:hover, .button:focus 				{ background-color: #0192dd; color: #fff; }
	.blue.button:hover, .blue.button:focus		{ background-color: #4d7fc8; 	}
	.red.button:hover, .red.button:focus 		{ background-color: #d01217; 	}
	.white.button:hover, .white.button:focus	{ background-color: #dadada; color: #333; }
	.black.button:hover, .black.button:focus	{ background-color: #000; }
	
	/* Disabled ---------- */
	.button.disabled, .button[disabled] { opacity: 0.6; cursor: default; }



	
	
		h1, h2, h3, h5, h6 { color: #181818; font-weight: bold;}

	
	.blu_nav {
      border:1px solid #B4B4B4;
     -moz-border-radius: 5px; 	-webkit-border-radius: 5px; 	border-radius: 5px; 	behavior: url(./PIE.htc);
     font-size:10px; 
     -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
     padding:10px 0;
     color:#B4B4B4;
  }