@charset "utf-8";
/* CSS Document */

.noflash #header {
	background: url(/images/no-flash-header.png) left 10px no-repeat;
	height: 134px;
	width: 980px;
}

.noflash.sub #header {
	background: url(/images/no-flash-header.png) -16px 10px no-repeat;
	height: 134px;
	width: 950px;
}

.noflash #header #logo {
	float: left;
	width: 305px;
}

.noflash.sub #header #logo {
	float: left;
	width: 290px;
}

.noflash #header #logo h1 {
	margin: 0px 0px 0px 17px;
	padding-top: 10px;
	width: 305px;
}

.noflash.sub #header #logo h1 {
	margin: 0px 0px 0px 1px;
	width: 290px;
}

.noflash #header #logo h1 a, .noflash #header #logo h1 a:visited {
	width: 100%;
	height: 124px;
	display: block;
	background: url(/images/no-flash-logo.jpg) left top no-repeat;
	text-indent: -999em;
}

.noflash #header #logo h1 a:hover, .noflash #header #logo h1 a:visited:hover, .noflash #header #logo h1 a:active {
	background-position: left bottom;
}

.noflash #header #contact {
	float: right;
	padding-right: 15px;
	padding-top: 10px;
	width: 337px;
}

.noflash.sub #header #contact {
	padding-right: 0px;
}

#contact_link, #contact_link:visited {
	float: left;
	padding: 3px 10px;
	display: block;
	margin: 10px 15px 10px 10px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
}

#contact_link:hover, #contact_link:visited:hover, #contact_link:active {
	background: #000;
	color: #fff;
}

.noflash #header #contact #phone_number {
	background: #E7E7E7;
	background: rgba(0,0,0,0.094);
	padding: 10px 20px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 19px;
	color: #333;
	float: right;
}

.noflash #header #noflash-navigation {
	float: left;
	margin-top: 23px;
	padding-left: 9px;
}

.noflash.sub #header #noflash-navigation {
	padding-left: 7px;
}

.noflash #header #noflash-navigation #nav {
	margin: 0px;
	position: static !important;
}

.noflash #header #noflash-navigation #nav li a.top-level, .noflash #header #noflash-navigation #nav li a.top-level:visited {
	width: auto;
	height: auto;
	line-height: 22px;
	font-family: Arial, Helvetica, Tahoma, Verdana, Geneva, sans-serif;
	background: #FB5C00;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #B94400),
		color-stop(1, #FB5C00)
	);
	background-image: -moz-linear-gradient(
		center bottom,
		#B94400 0%,
		#FB5C00 100%
	);
	font-size: 10px;
	text-indent: 0px;
	line-height: 20px;
	padding: 13px 11px;
	margin-right: 2px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	text-transform: uppercase;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.noflash #header #noflash-navigation #nav li a.top-level:hover, .noflash #header #noflash-navigation #nav li a.top-level:visited:hover,
.noflash #header #noflash-navigation #nav li a.top-level:active {
	background: #B94400;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, #B94400),
		color-stop(1, #FB5C00)
	);
	background-image: -moz-linear-gradient(
		center bottom,
		#B94400 50%,
		#FB5C00 100%
	);
}

.noflash.home #sidebar {
	margin-top: 135px;
	margin-left: 29px;
	position: absolute;
	background: #1E1E1E;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #E0E0E0),
		color-stop(1, #1E1E1E)
	);
	background-image: -moz-linear-gradient(
		center bottom,
		#E0E0E0 0%,
		#1E1E1E 100%
	);
	padding: 3px 7px 15px;
	width: 244px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.noflash.home #sidebar h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #bbb;
	margin: 0px;
	text-transform: uppercase;
	line-height: 28px;
	border-bottom: 1px solid #454545;
	padding: 2px 8px;
	margin-bottom: 6px;
}

.noflash.home #sidebar .product_links {
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 15px;
}

.noflash.home #sidebar .product_links a, .noflash.home #sidebar .product_links a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 8px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.noflash.home #sidebar .product_links a:hover, .noflash.home #sidebar .product_links a:visited:hover, .noflash.home #sidebar .product_links a:active {
	background: #000;
}

.noflash.home #sidebar .sidebar_orange, .noflash.home #sidebar .sidebar_orange:visited {
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	display: block;
	background: #D94B07;
	position: relative;
	margin-left: -14px;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #7C2906),
		color-stop(1, #D94B07)
	);
	background-image: -moz-linear-gradient(
		center bottom,
		#7C2906 0%,
		#D94B07 100%
	);
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 12px 20px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	margin-bottom: 3px;
	font-weight: bold;
}

.noflash.home #sidebar .sidebar_orange:hover, .noflash.home #sidebar .sidebar_orange:visited:hover, .noflash.home #sidebar .sidebar_orange:active {
	background: #7C2906;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.3, #7C2906),
		color-stop(1, #D94B07)
	);
	background-image: -moz-linear-gradient(
		center bottom,
		#7C2906 30%,
		#D94B07 100%
	);

}

a img {
	border: 0px none;
}

.noflash.home #footer {
	width:950px;
	margin:0 auto;
	overflow:hidden;
	padding: 0px 0 0px 0;
	}
.noflash.home #footer .frightt {
	text-align:right;
	padding: 0 30px 0 0;
	}
.noflash.home #footer .frightt img {
	margin: 0 0 20px 20px;
	}
.noflash.home #footer .frightt .link {
	display:block;
	float:left;
	text-align:right;
	font-size:11px;
	color:#898989;
	font-family:Tahoma;
	line-height:18px;
	margin:21px 0 20px 500px;
	}	
	

.noflash.home #footer .frightb {
	text-align:right;
	font-size:11px;
	color:#898989;
	font-family:Tahoma;
	line-height:18px;
	padding: 0 30px 0 0;
	}
.noflash.home #footer .frightb img {
	float:right;
	margin: 10px 0 0px 10px;
	}

.noflash.home #footer_info {
	float:right;
	text-align:right;
	width:auto;
	letter-spacing:1px;
}

.noflash.home #footer_info strong {
	font-size: 14px;
}

	
.noflash.home #designbyam {
	float:right;
	margin-left:4px;
	margin-top:4px;
	overflow:auto;
	width:37px;
}

.noflash #footer .cherry_bomb_link img {
	vertical-align: sub;
}

.noflash.sub #no-flash_page_title {
	position: absolute;
	margin-top: 66px;
	padding-left: 15px;
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 32px;
	text-transform: uppercase;
}















