/* GLOBAL STYLES*/
body, td, th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
}
body {
	background-color: #000;
}
a {
	color: #59C511;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
	color: #59C511;
}
a img {
	border: none;
}
h1 {
	font-size: 22px;
	margin: 0 0 10px;
	font-weight: normal;
	text-transform: uppercase;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 10px;
	text-transform: uppercase;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
p {
	margin: 0 0 12px 0;
	line-height: 20px;
}
.green {
	color: #59C511;
}
.gray {
	color: #999;
}
#container {
	width: 740px;
	margin: 0 auto 20px auto;
	overflow: auto;
}
#logo {
}
/* NAVIGATION */
#navigation {
	clear: both;
	border-top: 1px solid #FFF;
	font-size: 16px;
	padding: 8px 0;
	text-align: center;
}
#navigation ul {
	margin: 0;
	padding: 0;
}
#navigation li {
	list-style-type: none;
	text-transform: uppercase;
	display: inline;
}
#navigation a {
	text-decoration: none;
	color: #FFF;
	padding: 4px 8px;
	margin: 0 10px;
}
#navigation a:hover {
	color: #59C511;
}
#navigation .highlight a {
	color: #000;
	background-color: #59C511;
}
#navigation .highlight a:hover {
	background-color: #44950D;
}
/* BODY */
#main {
	clear: both;
	min-height: 350px;
	border-top: 1px solid #FFF;
	padding: 18px 0;
	overflow: auto;
}
#main .col1 {
	float: left;
	width: 340px;
	padding: 0 0 0 10px;
}
#main .col2 {
	float: right;
	width: 360px;
}
/* BANNERS */
.banner {
	background-image: url(../images/crosshair_background.png);
	background-repeat: repeat;
	margin-bottom: 20px;
	padding: 5px 12px;
	overflow: auto;
}
.banner h2 {
	line-height: 22px;
	margin: 7px 0;
}
.banner p {
	margin: 0 0 5px;
}
.image_viewer {
	background-image: url(../images/crosshair_background.png);
	background-repeat: repeat;
	height: 220px;
	width: 340px;
	padding: 20px 0 0 20px;
}
.gallery {
	background-image: url(../images/crosshair_background.png);
	background-repeat: repeat;
	padding: 20px;
	width: 624px;
	margin: 0 auto;
}
/* BLOG */
#blog .col1, #article .col1 {
	float: left;
	width: 520px;
	padding: 0 0 0 10px;
}
#blog .col2, #article .col2 {
	float: right;
	width: 180px;
	padding: 25px 0 0 0;
}
#blog .col1 h1, #article .col1 h1 {
	padding: 0 0 8px 0;
}
.blog_entry {
	width: 150px;
	float: left;
	margin: 0 20px 0 0;
	text-align: center;
	display: inline;
}
.blog_entry img {
	padding: 10px;
	margin: 0 0 5px;
	background-image: url(../images/crosshair_background.png);
	background-repeat: repeat;
}
.blog_entry h2 {
	font-size: 14px;
	line-height: 17px;
}
.blog_entry h2 a {
	color: #FFF;
}
.blog_entry h2 a:hover {
	color: #59C511;
	text-decoration: none;
}
.blog_entry small {
	font-size: 10px;
	margin: 0 0 3px;
	display: block;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
}
.post_nav {
	clear: both;
	overflow: auto;
}
.post_nav_newer {
	float: left;
}
.post_nav_older {
	float: right;
}
#article small {
	font-size: 10px;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	margin: 5px 0;
	display: block;
}
#article .blog_thumbnail img {
	float: left;
	background-image: url(../images/crosshair_background.png);
	background-repeat: repeat;
	margin: 0 20px 15px 0;
	padding: 10px;
}
#article ul {
	clear: left;
}
#article li {
	margin: 0 0 15px;
}
.share_icon {
	float: right;
	margin: 0 0 10px 15px;
}
/* FOOTER */
#footer {
	clear: both;
	border-top: 1px solid #FFF;
	padding: 10px 0 0 10px;
	overflow: auto;
}
#footer .col1 {
	float: left;
}
#footer .col1 p {
	font-size: 10px;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 16px;
	margin: 0;
}
#footer .col2 {
	float: right;
}
/* BOUTIQUE HOME */
.featured_category {
	background-image: url(../images/crosshair_background.png);
	background-repeat: repeat;
	float: left;
	margin: 0 4px;
	padding: 10px;
	position: relative;
}
.featured_title {
	position: absolute;
	left: 10px;
	top: 186px;
}
.featured_title a {
	background-image: url(../images/transparent1_background.png);
	display: block;
	width: 218px;
	padding: 12px 0;
	font-size: 18px;
	line-height: 18px;
	height: 18px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}
.featured_title a:hover {
	background-image: url(../images/transparent2_background.png);
}
.featured_title img {
	margin: 0 10px 0 -34px;
}
/* BOUTIQUE STYLES */
#boutique .col1 {
	background-image: none;
	float: left;
	width: 150px;
	padding: 0 0 0 10px;
}
#boutique .col2 {
	background-image: none;
	float: right;
	width: 520px;
	margin: 0 10px 0 0;
	padding: 0 0 0 35px;
	border-left: 1px solid #666;
}
#boutique .col1 h2 {
	color: #666;
}
#boutique .col1 ul {
	margin: 0 0 0 2px;
	padding: 0;
}
#boutique .col1 li {
	margin: 0 0 6px;
	list-style-type: none;
}
.boutique_item {
	width: 150px;
	float: left;
	margin: 0 20px 0 0;
	text-align: center;
	display: inline;
}
.boutique_item img {
	padding: 10px;
	margin: 0 0 5px;
	background-image: url(../images/crosshair_background.png);
	background-repeat: repeat;
}
.boutique_item h2 {
	font-size: 14px;
	line-height: 17px;
	margin: 0 0 5px;
}
.boutique_item h2 a {
	color: #FFF;
}
.boutique_item h2 a:hover {
	color: #59C511;
	text-decoration: none;
}
.boutique_item small {
	margin: 0 0 15px;
	display: block;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
}
.item_right {
	float: right;
	width: 285px;
}
.item_image img {
	clear: both;
	padding: 10px;
	background-image: url(../images/crosshair_background.png);
	background-repeat: repeat;
}
.item_right .button {
	margin: 0 15px 15px 0;
}
.item_right small {
	display: block;
	padding: 5px 10px;
	color: #666;
	text-align: right;
}
.item_left {
	float: left;
	width: 200px;
}
.item_left h3 {
	color: #666;
}
.color_select {
	margin: 0 0 12px;
	color: #666;
}
#cart .buttons {
	float: right;
	margin: 15px 0 0;
}
#cart .buttons img {
	margin: 0 0 0 15px;
}
#cart th, #review_price th {
	background-image: url(../images/crosshair_background.png);
	background-repeat: repeat;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	color: #999;
	padding: 8px;
}
#cart .remove {
	color: #666;
}
.cart_empty {
	margin: 35px 0 0;
	text-align: center;
}
.cart_empty img {
	margin: 25px 0 0;
}
.shipping_address, #review_address {
	float: left;
	width: 350px;
}
.billing_address, #review_price {
	float: right;
	width: 350px;
}
.shipping_address h3, .billing_address h3, #review_address h3 {
	color: #999;
	background-image: url(../images/crosshair_background.png);
	background-repeat: repeat;
	padding: 4px 10px 6px;
}
#review_address h3 {
	margin-top: 3px;
}
.shipping_address table, .billing_address table {
	padding: 0 4px;
}
.next_step {
	float: right;
	margin: 20px 20px 0 0;
}
.copy_billing {
	float: right;
	margin: 7px 20px 0 0;
}
.complete_order {
	clear: both;
	float: right;
	margin: 20px 10px;
}
.notice {
	clear: both;
	padding: 10px 100px 0;
	font-size: 12px;
}
.address {
	margin: 0 10px 20px;
}
.discount {
	margin: 10px 0 0;
}
