/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

#wrapper_outer { 
	margin: 0!important;
	padding: 0;
	width: 100%;
	background: #FFF url('images/header_bg.gif') top left no-repeat;
	min-width: 1003px; /* Fix for IE6 style_ie6.css */
}
#wrapper_columns {
	margin-bottom: 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
}
#wrapper_header {
	color: #333;
	padding: 10px;
	height: 130px;
	margin: 0px;
	margin-bottom: 20px;
	overflow: hidden;
}
#wrapper_left { 
	display: inline;
	color: #333;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	width: 18%;
	float: left;
}
	#nav_left ul {
		padding:0px;
		margin:0px 4px;
		background: #FFF;
	}
	#nav_left ul li {
		padding:5px 0px 5px 0px;
		margin:4px 0px 0px 0px;
		list-style-type: none;
		display:block;
		background: #00AEAB;
		width: auto;
		border: 0;
		border-bottom: 4px solid #FFF;
		border-top: 4px solid #00AEAB;
	}
	#nav_left ul ul li {
		border-top: 4px solid #FFF;
		padding:0px;
	}

	#nav_left ul li a:hover, #nav_left ul li a:visited,#nav_left ul li a:active,#nav_left ul li a:link, #nav_left ul li a{
		color: #FFF;
		font-size: 1.2em;
		font-weight: bold;
		width: auto;
		display: block;
		padding-left: 4px;
		text-decoration: none!important;
	}
	#nav_left .selected {
		color:red;
		font-weight:bold;
	}

#wrapper_right { 
	float: right;
	color: #333;
	margin: 3px 20px 0px 0px;
	padding: 0px;
	width: 77%;
	display: inline;
	position: relative;
	overflow:hidden;
}
#wrapper_footer { 
	width: 100%;
	clear: both;
	color: #333;
	background: #00aeab;
	margin: 0px;
	padding: 0;
	color: #FFF;
	position: absolute;
	height: 70px;
	overflow:hidden;
}

#wrapper_footer a {
	color: #FFF!important;
	text-decoration: underline;
	font-weight: bold;
}

#wrapper_footer div {
	padding: 20px 10px 20px 10px;
}
	#nav_bottom {
		width:auto;
	}
	#nav_bottom ul {
		position:relative;
		float:right;
		padding:0px;
		margin:0px;
	}
	#nav_bottom ul li {
		padding:0px;
		margin:0px;
		list-style-type: none;
		display:inline;
	}
	#nav_bottom .selected {
		color:red;
		font-weight:bold;
	}
	

#wrapper_header h1 a {
	position: absolute;
	background: transparent url('images/logo.png') top left no-repeat;
	width: 289px;
	height: 73px;
	top: 40px;
	left: 20px;
	text-indent: -1000px;
	overflow: hidden;
}

#wrapper_header h2 {
	position: absolute;
	top: 70px;
	left: 340px;
	font-size: 2em;
	font-weight: bold;
	font-style: italic;
	color: #5f2729;
}

.header_search {
	position: absolute;
	top: 140px;
	z-index: 10;
	right: 30px;
}

.search_btn {
	width: 20px;
	height: 20px;
	text-indent: -1000px;
	overflow:hidden;
	background: #00aeab url('images/search_submit.gif') center center no-repeat;
	border: 0;
	content: " ";
}

.search_txt {
	margin: 0;
	height: 12px;
	padding: 2px;
	width: 115px;
}

.header_search label {
	width: 50px;
	display: block;
	float: left;
}

.header_search h3 {
	margin: 0 0 10px 50px;
	color: #5e2728;
}

.page_title {
	font-size: 2em;
	color: #11b1ae;
	font-weight: normal;
	margin: 0;
}

.nav_top {
	position: absolute;
	left: 500px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: -5px;
}

.nav_top li {
	border: 0;
	border-left: 1px solid #000;
	padding: 0px 5px 0px 5px;
	float: left;
	margin: 0;
}

.nav_top li:first-child {
	border: 0;
	background: url('images/shopping_cart.png') left center no-repeat;
	padding: 0;
	padding: 0px 5px 0px 25px;
}

.nav_top li a {
	color: #000!important;
	text-decoration: underline;
}	

.shopping_cart_left {
	width: auto;
	border: 1px solid #00aeab;
	margin: 8px 4px 0px 4px;
	height: 90px;
	overflow: hidden;
}

.shopping_cart_left a {
	color: #000!important;
}

.shopping_cart_left p {
	margin: 5px 10px 0px 10px;
}

.shopping_cart_left p img{
	position: absolute;
}

.inline_chckout {
	list-style-type: none;
	padding: 10px;
}

.inline_chckout li {
	padding: 0;
	margin: 0;
}

.inline_chckout li p{
	margin: 0;
}

.index_right {
	padding: 0px 0px 0px 20px;
	width: 200px;
	position: absolute;
	bottom: 0px;
	right: 0;
	top: 0px;
	overflow:hidden;
}

.index_main {
position: static; 
margin-right: 210px;
}

.clearance {
	margin: 8px 4px 0px 4px;
	padding: 0px;
	background: #cceeee;
	float: left;
	width: 97%;
	position: static;
}

.clearance h3 {
	padding: 5px;
	background-color: #5e2728;
	text-align: center;
	color: #FFF;
	font-size: 115%;
}

.clearance a {
	color: #000!important;
}

.clearance_list {
	list-style-type: none;
	padding: 0px 10px;
}

.clearance_list li {
	padding-bottom: 5px;
}	


.cat_product_index {
	width: 100%;
	display: block;
	height: 315px;
}

.index_main p {
	margin: 0;
	margin-bottom: 15px;
}

.special_offers_index {
	background: url('images/right_index_fade.jpg') top left repeat-x;
	width: 180px;
	margin: 0 0 10px 10px;
	text-align: center;
	color: #5E2728;
	border: 1px solid #00AEAB;
	height: 48.2%;
	min-height: 205px;
	position: relative;
}

.special_offers_index h2, .best_sellers_index h2 {
	padding: 15px;
	font-size: 1.3em;
	line-height: 0.8em;
	height: 0px;
	margin-top: -5px;
}

.special_offers_index h3, .best_sellers_index h3 {
	padding: 10px;
	padding-top: 5px;
	font-size: 1em;
	line-height: 1em;
	height: 12px;
}

.special_offers_index a, .best_sellers_index a {
	color: #5E2728!important;
}

.special_offers_index_img, .best_sellers_index_img {
	position: absolute;
	bottom: -4px!important;
	left: 0;
}

.best_sellers_index {
	background: url('images/right_index_fade.jpg') top left repeat-x;
	width: 180px;
	height: 48.2%;
	bottom: 3px;
	margin: 0 0 0 10px;
	text-align: center;
	color: #5E2728;
	min-height: 205px;
	border: 1px solid #00AEAB;
	position: relative;
}

.cat_product_index ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.cat_product_index ul li {
	width: 24%;
	background: pink;
	height: 315px;
	position: relative;
	float: left;
	margin: 0;
	margin-left: 1%;
	overflow:hidden;
}

.cat_product_index ul li:first-child {
	margin-left: 0;
}

.cat_product_index ul li p {
	background-color: #5E2728;
	color: #FFF;
	padding: 5px;
	height: 40px;
}

.cat_product_index ul li p a {
	color: #FFF!important;
	font-size: 1.1em;
}

hr {
	height: 0;
	width: 100%;
	border: 0;
	border-top: 1px solid #5F2729;
	margin: 15px 0 15px 0;
}

.popup {
	background: none!important;
}

.popup .display {
	margin: 10px 0px 0px 20px;
	height: 20px;
	overflow:hidden;
	width: auto;
}

.popup .rightf form {
	margin: 20px;
}

.table1 th a {
	color: #FFF!important;
	text-decoration: underline;
}

.table1 td a {
	color: #000!important;
	text-decoration: underline;
}

.breadcrumbs {
	margin: 0;
	margin-bottom: 10px;
}
.breadcrumbs a{
	color: #000!important;
	text-decoration: underline;
}

.list_cat_left {
	display: block;
	position: relative;
	float: none!important;
	font-size: 0.8em;
	margin-top: 5px!important;
	margin-left: 30px;
	margin-bottom: 10px!important;
}

.list_cat_left li {
	padding: 0px 0px 0px 30px!important;
	color: #000!important;
	margin: 0px;
	line-height: 12px;
	background: #FFF url('images/list-bg.gif') 15px center no-repeat!important;
}

.list_cat_left li a {
	color: #000!important;
	font-weight: normal!important;
}

.listings {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	height: 1%;
}

.listings li {
	width: 170px;
	float: left;
	height: 230px;
	position: relative;
	margin: 0px 18px 18px 0px;
	border: 1px solid #5e2728;
	display: block;
}

.listings li span{
	height: 190px;
	display: block;
	position: absolute;
	z-index: 100;
	height: 50px;
	bottom: 0;
	width: 160px;
	background: #5e2728;
}

.listings li a {
	position: absolute;
	top: 0px;
	height: 100%;
	bottom: 0px;
	left: 0px;
	width: 170px;
	color: #FFF;
	display: block;
	z-index: 4000!important;
}

.listings li .link_txt{
	padding: 5px;
	height: 40px;
}

.range_title {
	font-size: 1.2em;
}

#gal_img {
	margin: 10px 10px 10px 0px;
	width: 215px;
}

.prev_img {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 60px 0px 60px 10px;
	z-index: 10;
}

.next_img {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 60px 10px 60px 0px;
	z-index: 10;
}

#color_sample {
	width: 215px;
	height: 20px;
	position: relative;
	border: 1px dotted #ABDCDC;
	margin: -5px 0 5px 0;
}

.color_links a{
	color: #00AEAB!important;
}

.color_links {
	width: 215px;
}

.color_links a:hover{
	text-decoration: underline;
}

.assoc_prod_list {
	width: 215px;
	list-style-type: none;
	padding: 0;
}

.assoc_prod_list li {
	display: block;
	position: relative;
	width: 215px;
	clear:both;
}

.assoc_prod_list li a {
	color: #000!important;
	text-decoration: underline;
}

.assoc_prod_list li img {
	float: left;
	margin: 0 10px 10px 0;
}

.range_listing_tbl td, .range_listing_tbl th {
	padding: 5px 20px 5px 20px;
}

.range_listing_tbl {
	margin: 10px;
	margin-left: -20px;
	width: 100%;
	text-align: center;
}

.qty_col {
	background: #ccefee;
	width: 40px;
	text-align: center;
}

.qty_col a{
	padding: 0 2px 0 2px;
	color: #000!important;
	font-weight: bold;
}

.range_listing_tbl select{
	font-family: Lucida Fax, Book Antiqua, Calisto MS, Palatino, Palatino MS, Times New Roman;
	border: 1px solid #00AEAB;
	margin: 0;
}

.btn3 {
	background-color: #00AEAB;
	border: 0;
	padding: 2px 5px 2px 5px;
	color: #FFF;
	font-weight: bold;
	margin: 0 0 0 10px;
}

.checkoutbtn {
	padding-right: 15px;
	background: #00AEAB url('images/white_arrow.gif') right center no-repeat;
}

.cart_tbl {
	width: 100%; 
	margin: 0px!important;
	position: relative;
}

.cart_tbl th {
	padding: 7px;
	background: #EDF8F7;
	color: #00AEAB;
}

.cart_tbl td {
	background-color: #FFF;
	text-align: center;
}

.cart_tbl .bold {
	font-weight: bold;
}

.btn4 {
	background-color: #5E2728!important;
}

.qty_txt {
	font-weight: bold;
	color: #00AEAD!important;
	font-family: Lucida Fax, Book Antiqua, Calisto MS, Palatino, Palatino MS, Times New Roman; 
	text-align: center;
	height: 18px;
	width: 30px;
	border: 1px solid #00AEAD;
}

.order_stages {
	list-style-type: none;
	padding: 0;
	float: none;
	position: relative;
	display: block;
	width: 100%;
	height: 2.5em;
	background: #ABDCDC;
}

.order_stages li {
	float: left;
	margin: 0;
	padding: 8px 10px 5px 35px;
	background: url('images/arrow.gif') 10px 10px no-repeat;
	display: block;
	color: #00AEAB;
	font-weight: bold;
}

.order_stages li:last-child {
	margin:0;
}

.order_stages li:first-child {
	padding-left: 10px;
	background: none;
}

.order_stages .active_state {
	color: #5E2728;
}


.invoice_tbl th {
	text-align: left;
	width: 150px!important;
}

.invoice_tbl td {
	padding-left: 20px;
}

.cart_hr {
	border-top: 1px solid #ABDCDC;
}

.conf_title {
	color: #00AEAB;
}

.results {
	clear:both; 
	list-style-type: none;
	padding: 0;
	text-align: center;
	margin-top: 20px;
}

.results li {
	display: inline;
	margin: 5px;
	font-weight: bold;
	color: #00AEAB;
}

.results li a {
	color: #000!important;
}

.del_tbl th {
	text-align: left;
	padding-right: 20px;
}

.listings li a,.listings li a:hover, .listings li a:active,  .listings li a:link, .listings li a:visited {
	color: #FFF;
	text-decoration: none ! important;
}

.contact_tbl {
	width: 600px;
	margin-top: 20px;
}

.contact_tbl th {
	text-align: left;
	width: 150px;
}

.contact_tbl td {
	padding: 2px;
}
