html {
	min-height: 100%;
	height:100%;
}

body {	
	background:#ffffff url("../images/bg_main.gif") repeat-x top;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size:12px;
	color: #000000;
	height: 100%;
	margin:0;
}

h1 {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 18px;
	color: #000000;
	line-height:normal;
	font-weight:bold;
	font-style:normal;
	text-transform:none;
	padding:0;
	margin: 0 0 10px 0;
	border-bottom:none;
}

h1.title  {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 20px;
	color: #000000;
	line-height:normal;
	font-weight:bold;
	font-style:italic;
	text-transform:uppercase;
	padding:0;
	margin: 0 0 10px 0;
	border-bottom:1px solid #d8dddf;
}

h2 {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 16px;
	color: #000000;
	font-style:italic;
	font-weight:bold;
	margin: 0 0 10px 0;
	border-bottom:1px solid #d8dddf;
}

h3 {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight:bold;
	margin: 0 0 10px 0;
}

h3 a {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight:bold;
	margin: 0 0 10px 0;
	text-decoration:none;
}

h3.detail {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 16px;
	color: #000000;
	font-style:italic;
	font-weight:bold;
	margin: 0 0 10px 0;
}

p {
	margin: 0 10px 15px 0;
	line-height:16px;	
}

a {
	color: #13a0c0;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #d14f00;
	text-decoration: underline;
}

strong {}

input {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	border:1px solid #cccccc;
	font-size:12px;
	text-align:right;
}

.border {
	border:1px solid #c7c7c7;
}

.left {
	float:left;
	margin:0 10px 10px 20px;
}

.right {
	float:right;
	margin:0 0 10px 10px;
	clear:right;
}

.noborder {
	border:0;
	padding:0;
	margin:0;
}

.nav_text {
	display:none;
}

.container {
	position:relative;
	margin:0 10px 20px 20px;
}

.hr {
	background:url("../images/hr.gif") repeat-x;
	height:2px;
	line-height: 2px;
	position:relative;
	text-align:left;
	margin: 0 0 15px 0;
	padding: 0;
	border: 0;
}

.hr hr {
	display:none;
}

#col_1 ul {
	width:95%;
	margin:5px 0 20px 20px;
	padding:0;
	list-style:none;
}

#col_1 ul li {
	padding-left: 12px;
	background:url("../images/bullet.gif") no-repeat 0 6px;
	margin:0 10px 5px 0;
	line-height:16px;
}

.error {
	font-weight: bold;
	color: #990000;
}

/********************* MAIN BODY *************************/

#main_body {
	position:relative;
	margin: auto;
	width:970px;
	z-index:100;
}

/********************* HEADER STYLES *************************/

#top {
	height:170px;
	width:970px;
	position:relative;
	margin:auto;
	z-index:101;
	background:url("../images/banner.jpg") no-repeat top;
}

a.logo {
	position:relative;
	display:block;
	height:64px;
	width:305px;
	text-indent:-3000px;
	background:url("../images/logo.jpg") no-repeat;
}

#top_nav {
	position:relative;
	top:8px;
	right:15px;
	width:400px;
	float:right;
	color:#ffffff;
	font-size:10px;
	text-transform:uppercase;
	text-align:right;
}

#top_nav a {
	text-decoration:none;
	color:#ffffff;
}

#top_nav a:hover {
	text-decoration:underline;
}


/*********************  LAYOUT STYLES *************************/

#content {
	position:relative;
	width:954px;
	margin:0 0 20px 0;
	padding:3px 8px 0 8px;
	background:url("../images/bg_body.gif") no-repeat top;
}	

#main_nav {
	position:relative;
	height:27px;
	z-index:101;
	background:url("../images/bg_nav.gif") repeat-x top;
	margin:0 0 20px 0;
}

.search {
	position:relative;
	float:right;
	height:17px;
	padding:5px;
	margin:0;
}

.price {
	font-size:18px;
	font-weight:bold;
	color:#d14f00;
}

.old_price {
	font-size:18px;
	font-weight:bold;
	color:#000000;
	text-decoration: line-through;
}
/* ***************  INTERIOR LAYOUT STYLES *************** */

#col_1 {
	position:relative;
	float:left;
	left:16px;
	width:600px;
	padding:0;
	margin:0 70px 25px 0;
}

.breadcrumb {
	position:relative;
	margin:0 0 10px 0;
	font-size:11px;
	color:#98a1a5;
}

.breadcrumb a {
	color:#98a1a5;
}


.featured_products {
	position:relative;
	width:600px;
	height:100%;
	margin:20px 0 0 0;
	border-left:1px solid #d8dddf;
}

.f_prod {
	position:relative;
	float:left;
	width:159px;
	height:208px;
	padding:20px;
	border-top:1px solid #d8dddf;
	border-bottom:1px solid #d8dddf;
	border-right:1px solid #d8dddf;
}

.f_prod img {
	position:relative;
	width:100px;
	margin:0 0 10px 30px;
}

.category {
	width:100%;
}

.category th {
	color:#ffffff;
	font-weight:bold;
	background:#b6bcbf;
	padding:3px 0 0 10px;
}
	
.category td {
	border-bottom:1px solid #b6bcbf;
}

#col_2 {
	position:relative;
	float:left;
	width:280px;
	padding:0 0 20px 0;
}

.cart {
	position:relative;
	width:258px;
	padding:10px;
	background:#f0f0f0;
	border:1px solid #d8dddf;
	margin:0 0 40px 0;
}

.cart h2 {
	text-align:center;
	font-style:italic;
	text-transform:uppercase;
	border:none;
}

.cart_item {
	background:#ffffff;
	width:100%;
	margin:0 0 10px 0;
}

.popular a, .cart a {
	color:#000000;
	text-decoration:none;
}	

.cost {
	color:#d14f00;
}

.product {
	position:relative;
	background:#f1f2f4;
	border:1px solid #d0cece;
	margin:0 0 20px 0;
	padding:10px;
}

.prod_title h3 {
	display:block;
	color:#ffffff;
	font-size:16px;
}

.prod_title {
	background:#696969;
	padding:0 0 5px 10px;
}

#thanks {
	position:relative;
	width:200px;
	height:82px;
	background:url("../images/thanks.jpg") no-repeat top;
	color:#000000;
	padding:65px 40px 0 40px;
	text-align:center;
	margin:0 0 40px 0;
}

#thanks a {
	color:#ffffff;
}

/* ***************  CART STYLES *************** */

.cart_table {
	width:100%;
	border: 1px solid #9694A1;
}

.cart_table th {
	color:#ffffff;
	font-weight:bold;
	background:#9694A1;
	padding:5px;
}

.cart_table th.gomid {
	text-align:center;
}

.even {
	background:#F0F0F0;
}

.cart_table a {
	color:#000000;
}

.cart_table a:hover {
	color:#D14F00;
}
/* ***************  BUTTON STYLES *************** */

#content a:hover {
	background-position:0% 100%;
}

a.checkout {
	display:block;
	width:148px;
	height:35px;
	background:url("../images/btn_checkout.gif") no-repeat;
	text-indent:-3000px;
	margin:auto;
}

a.btn_cart  {
	position:relative;
	display:block;
	width:120px;
	height:30px;
	background:url("../images/btn_addtocart.gif") no-repeat;
	text-indent:-3000px;
	float:right;
}

a.btn_continue  {
	position:relative;
	display:block;
	width:182px;
	height:30px;
	background:url("../images/btn_continueshopping.gif") no-repeat;
	text-indent:-3000px;
}

a.btn_update  {
	position:relative;
	display:block;
	width:120px;
	height:30px;
	background:url("../images/btn_update.gif") no-repeat;
	text-indent:-3000px;
}

a.btn_checkout_sm  {
	position:relative;
	display:block;
	width:120px;
	height:30px;
	background:url("../images/btn_checkout_sm.gif") no-repeat;
	text-indent:-3000px;
}

/* ***************  FOOTER STYLES *************** */

#footer {
	position:relative;
	padding:20px 0 20px 0;
	text-align:center;
	border-top:1px solid #d8dddf;
	color:#878b8d;
}

#footer a {
	color:#878b8d;
	text-decoration:none;
}

/* ***************  SUCKERFISH NAV STYLES *************** */

#nav li#btn_5hr { 	background-image: url("../images/btn_5hr.gif"); 	width: 151px;height: 27px;	}
#nav li#btn_6hr { 	background-image: url("../images/btn_6hr.gif"); 	width: 143px;height: 27px;	}
#nav li#btn_mini  { 	background-image: url("../images/btn_mini.gif"); 	width: 149px;height: 27px;	}
#nav li#btn_energypimp { 	background-image: url("../images/btn_energypimp.gif"); 	width: 124px;height: 27px;	}
#nav li#btn_clearance { 	background-image: url("../images/btn_clearance.gif"); 	width: 119px;height: 27px;	}


#nav li a {
	display:block;
	width:auto;
	height:100%;
	text-decoration:none;
}

#nav li a:hover {
	display:block;
	width:auto;
	height:100%;
	text-decoration:none;
}
