html, body{
	height: 100%;
}

body{
	margin:0px 0px; padding:0px;
	text-align:center;
	background:url(../images/00.jpg);
	background-repeat:repeat-x;
	line-height:20px;
}

#nonFooter{
	position: relative;
	min-height: 100%;
}

* html #nonFooter{
	height: 100%;
}

#content{
	padding-bottom: 168px;
}

#footer
{
	position: relative;
	margin-top: -168px;
} 

body, div, th, td, p, input, select, textarea, tt{ /* Text Styles */
	color:#000000;
	font-family:Verdana,Arial,Helvetica,Sans-serif;
	font-size:12px;
}

a:link, a:visited{
	color:#0048B9;
	text-decoration:none;
	font-weight:bold;
}

a:hover, a:active{
	color:#B2B2B2;
	text-decoration:none;
	font-weight:bold;
}

h1, h2 {
	border-bottom:1px solid #E0E0E0;
	color:#365FB7;
	display:block;
	font-family:Arial;
	font-size:22px;
	font-weight:bold;
	padding-bottom:5px;
}
	
#cart a:link, #cart a:visited{
	color:#0048B9;
	text-decoration:none;
	font-weight:bold;
	padding:0px 7px 0px 7px;
	text-align:right;
}

#cart a:hover, #cart a:active{
	color:#999;
	text-decoration:none;
	font-weight:bold;
	padding:0px 7px 0px 7px;
	text-align:right;
}	
	
.container{
	width:900px;
	margin:0px auto;
	text-align:left;
	float:none;
}

#logo_top{
	float:right;
	width:58px;
	height:34px;
	background:url(../images/01.jpg);
}

#cart{
	clear:both;
	float:right;
	width:500px;
	height:auto;
	margin-top:3px;
	text-align:right;
}

#logo{
	clear:both;
	float:left;
	width:200px;
	height:45px;
	background:url(../images/02.jpg);
	margin-top:6px;
}

#logo a{
	display:block;
	width:200px;
	height:45px;
	text-decoration:none;
}

#nav{
	float:right;
	line-height:45px;
	margin-top:6px;
}

#nav a:link, #nav a:visited{
	color:#0048B9;
	text-decoration:none;
	font-weight:bold;
	padding:0px 7px 0px 7px;
	text-align:center;
}

#nav a:hover, #nav a:active{
	color:#999;
	text-decoration:none;
	font-weight:bold;
	padding:0px 7px 0px 7px;
	text-align:center;
}

#nav ul, #nav ul li{
	display:inline;
	margin:0px;
	padding:0px;
}

#main{
	clear:both:
	float:left;
	width:900px;
	margin-top:33px;
}

#footer{
	float:none;
	height:168px;
	width:100%;
	border-top:1px solid #ccc;
	background:#f2f2f2;
	overflow:hidden;
}

#copyright {
	color:#B2B2B2;
	font-family:Arial;
	font-size:10px;
	text-align:right;
	float:right;
	width:50%;
	margin-top:10px;
}

#terms{
	text-align:left;
	float:left;
	width:50%;
	margin-top:10px;
}

#terms a:link, #terms a:visited{
	background:#ccc;
	color:#fff;
	padding:5px;
	text-decoration:none;
}

#terms a:hover, #terms a:active{
	background:#999;
	color:#fff;
	padding:5px;
	text-decoration:none;
}

#footer img{
	clear:both;
	float:none;
	margin-top:10px;
}

#left{
	float:left;
	width:225px;
	margin-top:3px;
	margin-bottom:20px;
	
}

#right{
	float:right;
	width:665px;
}

.btn {
	background-color:#E0EEFB;
	border:1px solid #C0C0C0;
	color:#808080;
	font-family:Arial;
	font-size:14px;
	padding-left:12px;
	padding-right:12px;
}

#left ul, #left ul li{
	list-style:none;
	padding:0px;
	margin:0px;
}

#left ul{
	margin-bottom:20px;
}

#left ul li a:link, #left ul li a:visited{
	color:#333333;
	text-decoration:none;
	border-bottom:1px solid #E0E0E0;
	display:block;
	font-family:Arial;
	font-size:14px;
	font-weight:normal;
	padding-bottom:5px;
	padding-left:10px;
	padding-top:5px;	
}

/* Products */

.catagory_holder{
	border-top:1px solid #ccc;
	width:665px;
	padding:5px 0px 0px 0px;
	margin-bottom:10px;
	float:left;
}

.catagory_title{
	width:auto;
	float:right;
	line-height:30px;
	background:black;
	color:white;
	padding:0px 10px 0px 10px;
	font-family:Arial;
	font-size:18px;
	margin-top:-5px;
	z-index:5;
}

.product_title{
	width:auto;
	float:right;
	line-height:30px;
	background:black;
	color:white;
	padding:0px 10px 0px 10px;
	font-family:Arial;
	font-size:18px;
	margin-top:-5px;
}

.catagory_title a:link, .catagory_title a:visited, .product_title a:link, .product_title a:visited{
	color:white;
	text-decoration:none;
}

.catagory_title a:active, .catagory_title a:hover, .product_title a:active, .product_title a:hover{
	color:#ffac24;
	text-decoration:none;
}

.catagory_image{
	width:500px;
	height:200px;
	float:left;
	margin-top:0px;
	z-index:1;
}

.catagory_prod_row{
	width:500px;
	height:auto;
	float:left;
	text-align:left;
}

.cat_image_holder{
	display:inline;
	height:auto;
	width:auto;
	margin-right:10px;
}

.cat_image_holder img{
	border:none;
}

.catagory_desc{
	margin-top:-16px;
	margin-bottom:20px;
}

p.cat_top{
	font-size:20px;
	color:#999;
}

p.cat_bottom{
	font-size:14px;
	font-style:italic;
	color:#365fb7;
}

.catagory_details_top{
	clear:right;
	float:right;
	width:145px;
	margin-top:15px;
}

.catagory_details_top table{
	text-align:right;
}

.catagory_details_top table th{
	padding:0px 5px 5px 5px;
}

.catagory_details_top table td{
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	color:#999;
	text-align:center;
}

.catagory_details_bottom{
	float:right;
	width:145px;
	text-align:right;
	color:#999;
}

.catagory_details_bottom table{
	text-align:center;
	margin-top:20px;
}

.catagory_details_bottom table tr td{
	padding:0px 10px 10px 10px;
	color:#999;
	text-align:center;
	vertical-align:middle;
}

.product_details_top{
	clear:right;
	float:right;
	width:145px;
	margin-top:15px;
	text-align:left;
	color:#999;
}

.product_details_top .price{
	font-size:14px;
	color:#999;
	margin-top:5px;
	margin-bottom:5px;
}

.buy_btn{
	margin-top:15px;
}

.product_details_left{
	float:left;
	width:400px;
}

.product_details_left .material{
	float:left;
	color:#999;
}

.product_details_left .extras{
	float:right;
	color:#999;
}

.product_details_left a:link, .product_details_left a:active, .product_details_left a:hover, .product_details_left a:visited{
	display:block;
	line-height:18px;
	color:white;
	text-decoration:none;
	background:black;
	padding-left:3px;
	padding-right:3px;
}

.product_extra{
	float:left;
	margin-top:50px;
}

.product_extra table th{
	padding:0px 5px 5px 5px;
}

.product_extra table td{
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	color:#999;
	text-align:center;
}

.product_details_left .extras td{
	color:#999;
	padding-left:20px;
}

.product_details_top .simple-button{
	display:block;
	line-height:20px;
	width:100px;
	color:white;
	text-decoration:none;
	background:#999;
	padding-left:3px;
	padding-right:3px;
	text-align:center;
	float:right;
	margin-top:10px;
}

.buttons{
	clear:right;
	float:right;
}

.left-buttons-row .button a{
	display:block;
	line-height:20px;
	width:100px;
	color:white;
	text-decoration:none;
	background:#999;
	padding-left:3px;
	padding-right:3px;
	text-align:center;
	float:right;
	margin-top:10px;
	
}

.checkout-button .button a{
	display:block;
	line-height:20px;
	width:100px;
	height:auto;
	color:#666;
	text-decoration:none;
	background:#e0eefb;
	padding-left:3px;
	padding-right:3px;
	text-align:center;
	float:right;
	margin-top:10px;
	
}

.button-row .button{
	display:block;
	line-height:20px;
	width:auto;
	color:white;
	text-decoration:none;
	background:#999;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	float:right;
	margin-top:10px;
}

div.redeam{
	float:left;
	width:500px;
	margin-top:15px;
}

.cat_welcome{
	float:left;
	width:325px;
	text-align:center;
	margin-top:20px;
}


.catagory_image a img{
	border:none;
}

/*********************************************************
 * 
 * 		Shopping Cart - Style Only
 * 
 ********************************************************/

 table.cart-content{
	padding: 0px;
	border-spacing:0px;
	margin-bottom:20px;
 } 

 tr.head-row, tr.head-row th{
 	background:#ccc;
	color:white;
	text-align:center;
	margin:0px;
 }
 
 tr.head-row th{
 	padding:0px 20px 0px 20px;
 }
 
 table.cart-content tr td{
 	border:1px solid #ccc;
	padding:0px 20px 0px 20px;
	text-align:center;
 }
 
 .shipping-method{
 	font-weight:bold;
	color:#999;
	margin-bottom:10px;
 }
 
 td.total-name, td.total{
 	background:#ccc;
	color:white;
	text-align:left;
	margin:0px;
	padding:0px 5px 0px 5px;
	font-weight:bold;
 }
 
 td.total-value{
 	border:1px solid #ccc;
	padding:0px 5px 0px 5px;
	text-align:right;
 }
 
 table.flc-checkout-address{
 	
 }
 
 .right-box a.simple-button{
	background:#E0EEFB none repeat scroll 0 0;
	color:#666666;
	display:block;
	line-height:20px;
	margin-top:5px;
	margin-bottom:20px;
	padding-left:3px;
	padding-right:3px;
	text-align:center;
	text-decoration:none;
	width:100px; 	
 }
 
 .subheader{
	color:#365FB7;
	display:block;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	padding-bottom:5px;
	margin-top:15px;
	margin-bottom:5px;
 }
 
 .subheader-grey{
 	color:#999;
 }

table.flc-checkout-address, table.data-table{
	margin-bottom:20px;
}

td.data-name{
	vertical-align:top;
}

.payment-wait-title{
	margin-top:40px;
}

td.invoice-data-box{
	padding-left:10px;
}

td.invoice-address-title{
	padding-top:20px;
}

 table.invoice-products{
	padding: 0px;
	border-spacing:0px;
	margin-bottom:20px;
 } 


table.invoice-products th{
	 	background:#ccc;
	color:white;
	text-align:center;
	margin:0px;
}

 table.invoice-products tr td{
 	border:1px solid #ccc;
	padding:0px 20px 0px 20px;
	text-align:center;
 }
 
  table.invoice-products tr td table tr td{
 	border:none;
	padding:0px 10px 0px 0px;
	text-align:center;
 }
 
  td.invoice-total-name, td.total{
 	background:#ccc;
	color:white;
	text-align:left;
	margin:0px;
	padding:0px 5px 0px 5px;
	font-weight:bold;
 }
 
 td.invoice-total-value{
 	border:1px solid #ccc;
	padding:0px 5px 0px 5px;
	text-align:right;
 }
 
 .invoice-bottom-note{
 	padding:40px 0px 40px 0px;
	margin:0px 0px 0px 0px;
	text-align:center;
	font-size:22px;
	color:#0048B9;
 }

 .halign-center .button a{
 	background:#E0EEFB none repeat scroll 0 0;
	color:#666666;
	display:block;
	line-height:20px;
	margin-top:-50px;
	margin-bottom:20px;
	padding-left:3px;
	padding-right:3px;
	text-align:center;
	text-decoration:none;
	width:150px; 
 }

