@charset "utf-8";
/* CSS Document */

/* general */
body {
	margin-left: 15px;
	margin-right: 15px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #069;
}
a:visited {
	text-decoration: none;
	color: #069;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	word-spacing: 0xp;
	border-collapse: collapse;
	font-weight: normal;
	text-align: left;
}
.bodyTextBig {
	font-weight: bold;
}
.headerBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	letter-spacing: .05em;
}
.imgLeft {
	float: left;
	padding: 7px 10px 5px 0px;
	clear: both;
	z-index: 0;
	position: relative;
}
.imgRight {
	float: right;
	clear: both;
	padding: 5px 5px 5px 5px;
}
h1 {
	font-size: 18px;
	font-weight: bolder;
	color: #333333;
	margin-bottom: 0px;
	margin-top: 0px;
}
h2 {
	font-size: 12px;
	font-weight: bolder;
	color: #333333;
	margin-bottom: 0px;
	margin-top: 0px;
}
li {
	clear: both;
}


/* header */
.bar {
	height: 1px;
	width: 100%;
}
.headerBigText {
	color: #000000;
	font-family: Arial Black;
	font-size: 23px;
	text-transform: uppercase;
	line-height: 20px;
}
.headerNumOne {
	color: #FF0000;
}
.headerOrderNow {
	font-family: Arial Black;
	font-size: 26px;
	color: #FF0000;
	text-transform: uppercase;
	line-height: 24px;
}
.headerNumber {
	font-family: Arial;
	font-size: 20px;
	color: #000000;
	font-weight: 900;
}
.more_header {
	font-size: 20px;
	padding-top: 25px;
	text-align: left;
}

/* navigation bar */
#sub_nav_border {
	border-right: 1px solid #000;
}
#sub_nav_hover {
}
#nav {
	height: 27px;
	/**height: 35px;
	*padding-top: 9px;*/
	padding-top: 10px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
}
.subnav2 a {
	color: #000000;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.subnav2 a:hover {
	background: #dadada;
	color: #000000;
	text-decoration: none;
}

/* navigation drop down */
td.btns{
	width: 100px;
	height: 72px;
}

/* entire drop down menu */
#dropDown, #dropDown ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 175px;
	border: 1px solid #000;
	padding-bottom: 1px;
	margin-bottom: 10xp;
}

#dropDown li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 160px;
}

#dropDown li a {
	background: #FFFFFF url(../images/glossyback.gif) repeat-x bottom left;
	width: 160px;
	/*width: 11em;
	w\idth : 10em;*/
	display : block;
	color : black;
	font-weight : bold;
	text-decoration : none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#dropDown li a:hover {
	background-image: url(../images/glossyback2.gif);
}

#dropDown li ul { /* second-level lists */
	position : absolute;
	left: -500px;
	margin-top: -2.2em;
	z-index: 10;	/* doesn't work in ie */
	width: 160px;
}

#dropDown li ul a {
	width: 145px;
}

#dropDown li:hover ul ul, #dropDown li.sfhover ul ul {
	left: -500px;
}

#dropDown li:hover ul, #dropDown li li:hover ul, #dropDown li.sfhover ul, #dropDown li li.sfhover ul { /* lists nested under hovered list items */
	left: 175px;
}
.redArrow {
	color: #da2535;
	float: right;
	padding-right: 5px;
}
#navigation, #navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	width: 180px;
	margin-bottom: 10px;
}
#navigation a {
	background: #FFFFFF url(../images/glossyback.gif) repeat-x bottom left;
	display: block;
	width: 163px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}
#navigation a:hover {
	background-image: url(../images/glossyback2.gif);
}
#navigation li {
	float: left;
	width: 163px;
}
#navigation li ul {
	position: absolute;
	left: -500px;
	z-index: 10;
	width: 178px;
	border: 1px solid #000;
}
#navigation li ul ul {
	margin-top: -1.6em;
	margin-left: 178px;
}
#navigation ul a {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
}
#navigation li:hover ul ul, #navigation li.sfhover ul ul {
	left: -500px;
}
#navigation li:hover ul, #navigation li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul {
	left: auto;
}

	
/* shipping bar */
#shipping_bar {
	background: url(../images/freeship_bg.jpg);
	width: 100%;
}

/* slider */
#slider {
	position: relative;
	width: 618px;
	height: 246px;
	background: url() no-repeat 50% 50%;
	z-index: 0;
}
#slider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
#slider a {
	border: 0;
	display: block;
}
#slider a:hover {
	background-color: none;
}

#slider2 {
	position: relative;
	width: 200px;
	background: no-repeat 50% 50%;
	z-index: 0;
}
#slider2 img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

/* footer */
#footer {
	width: 100%;
}
#footer_bg {
	background: #202020 url(../images/footer3.gif) repeat-x top left;
	height: auto;
	broder: 1px solid #eee;
	padding: 15px;
	color: #fff;
}
#footer a{
	font-size: 10px;
	text-decoration: none;
	color: #eee;
}
#footer a:hover {
	color: #999;
	background: none;
}
.footerHeader {
	font-size: 23px;
	color: #e13626;
}
.footerText {
	font-size: 11px;
	color: #eeeeee;
}
#copyright {
	height: auto;
	font-size: 10px;
	color: #eee;
	padding-top: 20px;
}
#copyright2 {
	height: auto;
	font-size: 10px;
	color: #000;
}

/* other */
#bubbleInfo {
	position: relative;
	top: 10px;
	width: 180px;
}
#popup {
	background: url('../images/popup2.png') no-repeat;
	width: 250px;
	height: 170px;
	display: none;
	z-index: 1;
	position: absolute;
}
#guar_content {
	font-size: 14px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 20px;
}
.more {
	font-size: 11px;
	font-weight: bold;
}
.small {
	font-size: 8px;
	vertical-align: middle;
}
.reg {
	font-size: small;
}

/* iPad, iPhone hack for phone numbers */
a[href^=tel] {
	font-size: 20px;
}

div#box{
		padding: 13px;
		margin:0 auto;
    	text-align:left;
		background: #ffffff;
}

div#box3{
		padding: 13px;
		margin: 0 auto;
    	text-align:left;
		background: #ffffff;
		*padding: 10px;
		*margin: 13px;
}
div#box4 {
	padding: 13px;
	margin: 0 auto;
	text-align: left;
	background: #ffffff;
}
div#plusItems{
	border-width:1px;
	border-bottom-style:dashed;
	border-bottom-color:#999999;
	padding-top: 5px;
	padding-bottom: 5px;
	clear:both;
}
div#offerHeader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align:center;
	border-width:1px;
	border-bottom-style:dashed;
	border-bottom-color:#999999;
	padding: 5px 5px 5px 5px;
	clear:both;
}
div#addToCartText h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #000;
	text-decoration: none;
	margin-bottom:0px;
	margin-top:0px;
	text-align: center;
}
div#addToCartText h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #000;
	text-decoration: none;
	margin-bottom:0px;
	margin-top:0px;
}
div#addToCart2{
	background-color:#CCCCCC;
	border-width:1px;
	border-style:dashed;
	border-color:#999999;
	padding: 5px 5px 5px 5px;
	font-size:14px;
	clear:both;
}
label {
	display: block;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	margin-top:10px;
}
div#form {
	padding-left:50px;
	padding-right:50px;

}
.iWantItButton{
	border:0px;
	padding:0px 0px 0px 0px;
	background-color:#FFF;
	outline:0;
	cursor:pointer;
}
.iWantItButton2 {
	border: 0px;
	padding: 0 0 0 0;
	background-color: #999;
	outline: 0;
	cursor: pointer;
}
a.noThanks:link{
	color:#03F;
	text-decoration:none;
	font-size:12px;
}
a.noThanks:visited{
	color:#03F;
	text-decoration:none;
	font-size:12px;
}
a.noThanks:hover{
	color:#03F;
	text-decoration:none;
	font-size:12px;
}
a.noThanks:active{
	text-decoration:none;
	font-size:12px;
}
.bottomBorder td{
	border-bottom:1px dashed #666;
}
.stateDropDown select{
	background-color:#FFF;
	border:1px solid #a5acb2;
}

/* CLASSY STUFF */
#cart {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
div#editCart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #333;
	background-color: #FFF;
	border: 1px solid #666666;
	margin: 5px;
	width: auto;
}
div#editCart table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #333;
}
.cartWelcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	text-align:left;
}
.cartInner {
	background:#FFFFFF;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align:left;
	font-size: 10px;
}
.cartOuter {
	background: #000099;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align:left;
	font-size: 11px;
	font-weight:bold;
	padding:1px;
}
.cartOuter a {
	color:#FFF;	
}
.cartHeader {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#666;
	color:#FFF;
	font-size:10px;
	font-weight:normal;
	padding: 1px;
}
.cartItems {
	background:#FFF;
	color:#333;
	font-size:12px;
	font-weight:bolder;
	line-height:normal;
	text-align:center;
}
#cart_padding {
	padding: 10px;
}
div#cartReview {	
	position:relative;
	padding:0px;
	width:100%;
}
div#cartReview .cartInner {
	background:none;	
	font-size:12px;
}
div#cartReview .cartHeader {
	font-weight:bold;
	font-size:12px;
}
div#cartReview .cartInner a {
	position:relative; 
	float:left;	
	margin-top: -25px;
	color:#FFF;
	font-weight:bold;
}
div#cartReview .cartWelcome {
	position:absolute;
	background:#666;
	top:15px;
	*top:5px;
	color:#FFF;
}
/* END CART STUFF */

/* CLASSY STUFF */
div#classyForm {
	background: #999;
	text-align: left;
	width: 100%;
	padding: 5px;
}
label {
	display: block;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
}
div#classyFormOrder {
	text-align: left;
	width: 100%;
}
div#ship_block {
	border: 1px solid #666;
	background: url('../images/shipping_info.gif') no-repeat 0px 5px #999;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-bottom: 15px;
	padding-top: 25px;
	padding-right: 5px;
}
div#bill_block {
	border: 1px solid #666;
	background: url('../images/billing_info.gif') no-repeat 0px 5px #999;
	margin-bottom: 10px;
	padding: 5px;
	padding-top: 25px;
	padding-right: 5px;
}
#sadd2 {
	margin-top: 10px;
}
#sstate {
	margin-left: 15px;
	border: 2px solid #666;
}
#bstate {
	margin-left: 15px;
	border: 2px solid #666;
}
#cctype {
	margin-left: 15px;
	border: 2px solid #666;
}
#ccexpmo {
	margin-left: 15px;
	border: 2px solid #666;
}
#ccexpyear {
	border: 2px solid #666;
}
#cvv2 {
	margin-left: 15px;
}
#phone {
	margin-left: 15px;
}
.orderInput {
	font-weight:bold;
	width: 256px;
	background-color:#CCC;
	border:2px solid #666;
	color:#333;
	padding-left:3px;
	margin:0px;
	margin-left:15px;
}
.orderInputSm {
	font-weight:bold;
	background-color:#CCC;	
	border:2px solid #666;
	color:#666;
	padding-left:3px;
	width:55px;
}
div#classyFormTitle {
	font-weight:bold;
	font-size:14px;
	padding-bottom:5px;
	color:#FFF;
}
div#error{
	font-weight:bold;
	font-size:12px;
	font-style:italic;
	padding: 5px;
	background:#666;
	color:#FFF;
	clear:both;	
}
div#dropDown {
	padding-bottom:0px;	
}
div#addBtn {
	font-size:10px;
}
div#submit {
	padding: 0px;	
	margin:0px;
}
div#checkbox {
	background:#666;
	font-weight:bold;
	font-size:10px;
	color:#FFF;	
	padding:5px;
	/*border:#bbb solid 2px;*/
	margin-top:10px;
	width:90%;
}
div#drop_array {
	background:#666;
	font-weight:bold;
	font-size:10px;
	color:#FFF;	
	padding:5px;
	/*border:#bbb solid 2px;*/
	margin-top:10px;
	width:90%;
}
div#classyFormTitleShip {
	display: none;
}

/* EXTENDED FORM STUFF */
#fname_label, #bfname_label {
	width: 96px; height: 20px;
	background: url("../images/first_name.gif") no-repeat;
	font-size: 1px;
	color: #999;
}
#lname_label, #blname_label {
	width: 96px; height: 20px;
	background: url("../images/last_name.gif") no-repeat;
	font-size: 1px;
	color: #999;
}
#add1_label, #badd1_label {
	width: 141px; height: 20px;
	background: url("../images/shipping_add.gif") no-repeat;
	font-size: 1px;
	color: #999;
}
#add2_label, #badd2_label {
	width: 1px; height: 10px;
	font-size: 1px;
	color: #999;
}
#city_label, #scity_label, #bcity_label {
	width: 46px; height: 20px;
	background: url("../images/City.gif") no-repeat;
	font-size: 1px;
	color: #999;
}
#state_label, #bstate_label {
	width: 51px; height: 20px;
	background: url("../images/state.gif") no-repeat;
	font-size: 1px;
	color: #999;
}
#country_label, #bcountry_label {
	height: 20px;
	background: url("../images/country.gif") no-repeat;
	font-size: 1px;
	color: #999;
}
#scountry, #bcountry {
	margin-left: 15px;
}
#zip_label, #bzip_label {
	width: 37px; height: 20px;
	background: url("../images/zip.gif") no-repeat;
	font-size: 1px;
	color: #999;
}
#email_label, #bemail_label {
	width: 54px; height: 20px;
	background: url("../images/email.gif") no-repeat;
	font-size: 1px;
	color: #999;
}
#phone_label, #bphone_label {
	width: 120px; height: 20px;
	background: url("../images/phone.gif") no-repeat;
	font-size: 1px;
	color: #999;
}
#cctype_label {
	width: 90px; height: 20px;
	background: url("../images/card_type.gif") no-repeat;
	font-size: 1px;
	color: #999;
}
#acctno_label {
	width: 107px; height: 20px;
	background: url("../images/card_num.gif") no-repeat;
	font-size: 1px;
	color: #999;
}
#ccexpmo_label {
	width: 124px; height: 20px;
	background: url("../images/exp_date.gif") no-repeat;
	font-size: 1px;
	color: #999;
}
#cvv2_label {
	width: 167px; height: 20px;
	background: url("../images/security_code.gif") no-repeat;
	font-size: 1px;
	color: #999;
}

div#disclaimer {
	padding:15px;
	font-size:10px;
	text-align:left;	
	width: 350px;
	display: block;
}

div#disclaimer2 {
	padding:15px;
	font-size:10px;
	text-align:left;	
	display: block;
}


.orderInput {
	width:351px;
}
.price12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;
	text-decoration: none;
	word-spacing: 0px;
}
/* New Presentation */
.title {
	font-size: 20px;
}

.strike {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: line-through;
}

.red { 
	color: #FF0000;
	font-size: 16px;
}

.dkred { 
	color: #AD0307;
}

.greenBig {
	font-size: 18px;
	color: #090;
}

.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.style1 {
	color: #fff;
}

/* Twitter Feed */
div#twitterBox {
	width: 77%;
	padding-top: 3px;
	padding-bottom: 7px;
	padding-left: 5px;
	padding-right: 5px;
}
.twitterHeader a {
	font-size: 20px;
}
.twitter_container {
	color:#333;
	font-size:12px;
	margin: 0 auto;
}

.twitter_container a {
	color:#09C;
	font-size: 12px;
}
.twitter_container a:hover {
	color: #000;
	background-color: #eee;
}

.twitter_posted_at {
	font-size:11px;
	padding-top:4px;
	color:#999;
}
.m20pxtop {margin-top:20px;}
.m20pxrt {margin-right:20px;}
.m20pxbtm {margin-bottom:20px;}
.m20pxlft {margin-left:20px;}
.mnone {margin:0;}
.pnone {padding:0;}

.talignL {text-align:left;}
.talignC {text-align:center;}
.talignR {text-align:right;}
.smallText {
	font-size:10px;
}

.special_offer {font-size:20px; font-weight:bold; color:#FF0000;}
.upsell_container {text-align:center; width:75%; margin:20px auto 0;} 
#CTA {text-align:center; font-weight:bolder; font-size:30px; margin:20px 0 0; line-height:.98;}
#disclaimer3 {font-size:10px; text-align:left; margin:20px 0;}
/** Start of new design no tables **/
#containerMain{
	width:100%;
	border: 2px solid #000;
}

.addToCartBox{
	background: url("../images/addtocartRight.png") no-repeat scroll left center transparent;
    background-color:#fff;
	width: 403px;
	height: 146px;
    float:right;
}

.blackBox{
background-color:#000;
height:146px;
}

.addToCartBoxCopy{
padding:10px 0 0 100px;
}

#shipping_upsell {width:600px; margin:0 auto;}
.thin_upsell {width:600px; margin:0 auto;}
div#smallText {
	font-size: 12px;
	color: #858585;
}

#smallTextLink {
	font-size: 12px !important;	
	width:242px;
	text-align:center;
	color: #858585;
}


}
#smallTextLinkCentered {
	font-size: 12px;	
	width:242px;
	margin:0 auto;
}