@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;
}
.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%;
}
#header {
}
.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: 10px;
}

#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;
}
	
/* 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;
}

/* 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;
}

/* iPad, iPhone hack for phone numbers */
a[href^=tel] {
	font-size: 20px;
}
