@charset "UTF-8";
/* CSS Document */


* {margin:0}

html , body {height: 100%}
.footer, .push {
	height: 20px;
}


body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	background-image: url(img/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	line-height: 1.2em;
}

.cart-form{
	margin: 0px;
	padding: 0px;
}

h2{
	font-size: 24px;
}

.clr {
	clear: both;
	float: none;
}

#header {
	
}

#wrapper {
	text-align: center;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	
	min-height: 100%;
	height: auto;
	margin: 0 auto -20px;
}

#footer {
	background-color: #000;
	color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	text-align: center;
	margin-top: 15px;
}

#content{
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #999;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	background-image: url(img/bg_1.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 20px;
	text-align: left;
	min-height:400px;
}

.col-left{
	float: left;
	width: 275px;
	text-align: center;
	margin-right: 10px;
}

.col-right{
	text-align: left;
	width: 665px;
	float: left;
}

.col-right h2{
	padding: 0px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

i.need {
	color: #990000;
}

.status-messages {
	margin: 5px;
}
.info-messages {
	background-color: #BDFFAD;
	padding: 5px;
	color: #009900;
}
.error-messages {
	color: #990000;
	background-color: #F8CED5;
	padding: 5px;
}

.new-product img{
	border: 1px solid #F00;
	margin: 5px;
}

.new-product {
	background-image: url(img/bg_1.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-top: 15px;
	margin-bottom: 15px;
	
}

.new-product b{
	color: #900;
}

/**********************************
ABOUT
**********************************/

#about{
	margin: 15px;
}
#about img{
	margin: 15px;
}


/**********************************
NEWS BOX
**********************************/

.box-news-top{
	background-image: url(../images/box_1_top.gif);
	background-repeat: no-repeat;
	height 31px;
	background-position: top;
}

.box-cat-title{
	color: #FFF;
	font-size: 16px;
	text-align: center;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #900;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.box-cat-title i{
	color: #F00;
	font-style: normal;
}

.box-news-mid{
	background-color: #000;
	color: #999;
	padding: 10px;
	text-align: left;
	font-size: 12px;
}

.box-news-mid a{
	color: #F00;
	text-align: right;
	display: block;
	text-decoration: none;
}

.news-title{
	font-size: 14px;
	color: #FFF;
	padding-top: 10px;
	}

.box-news-bot{
	
	background-image: url(../images/box_1_bot.gif);
	background-repeat: no-repeat;
	color: #FFF;
	background-position: left bottom;
	height: 31px;

}

.box-news-bot a{

	text-decoration: none;
	color: #F00;
	display: block;

}


/**********************************
ARTICLE LIST 
**********************************/

.article-list{
	margin-top: 10px;
}

.article-list a {
	font-size: 16px;
	text-align: left;
	display: block;
	font-weight: normal;
	color: #900;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	margin: 0px;
}

.article-list a:hover{
	background-color: #CCC;
	padding-left: 12px;	
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #F00;
}

.article-list a span{
	color: #000;
}

.article-cat-list a{
	display: block;
	padding: 5px;
	text-decoration: none;
	text-align: left;
	color: #CCC;
	font-size: 13px;
}

.article-cat-list a:hover{
	color: #FFF;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #900;
	background-color: #333;
}

.article-cat-list b{
	display: block;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
}

.article-output{
	margin: 10px;
}

.article-output img{
	margin: 10px;
}

.article-output h1{
	margin-top: 10px;
	margin-bottom: 15px;
}

.article-output i.date{
	margin-bottom: 15px;
	display: block;
}

/**********************************
NAVIGATION
**********************************/

#nav-bar {
	margin-left: 10px;
	margin-right:10px;
	background-color: #F4F4F4;
}
#nav-bar a {
	display: block;
	font-size: 15px;
	text-decoration: none;
	color: #000;
	padding-right: 5px;
	padding-left: 5px;
	
}
/*
#nav-bar a:hover {
	background-image: url(img/bg_nav.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #900;
}
*/


/**********************************
STORE - PRODUCTS
**********************************/

.product-category-icon a{
	float: left;
	margin-left: 15px;
	text-decoration: none;
	margin-top: 15px;
	color: #000;
}

.product-category-icon a:hover{
	color: #F00;
}


.product-category-icon b{
	display: block;
	text-align: right;
	margin-right: 10px;
}

.promo-area{
	margin-top: 25px;
	text-align: center;
}

/**********************************
STORE - PRODUCT LISTING
**********************************/

.product-list{
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 15px;
}

.product-list .item-box{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCC;
	background-image: url(img/bg_1.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-bottom: 10px;
}

.item-box img.thumb-list {
	border: 1px solid #900;
}

.item-box a{
	font-size: 14px;
	display: block;
	font-weight: bold;
	color: #900;
	text-decoration: none;
}

.item-box i{
	font-size: 12px;
	font-style: normal;
}

.product-output{
	margin: 10px;
}
.product-output h1{
	margin-top: 10px;
	margin-bottom: 15px;
}
.product-output .overview{
	
	margin-top: 5px;
	margin-bottom: 5px;
	}
.product-thumbs{
	background-color: #FFF;
	border: 1px solid #CCC;
	margin-bottom: 30px;
	padding-bottom: 5px;
	margin-top: 30px;
}
.product-thumbs table{
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}
.product-thumbs table img{
	border: 1px solid #900;
}

i.shipping-price {
	font-size: 11px;
}


/**********************************
CART - CART INTERFACE
**********************************/

.cart{
	margin:15px;	
}

.cart-title{
	padding: 5px;
	background-color: #CCC;
	}

.cart img.thumb-list {
	border: 1px solid #900;
}
.cart table.cart-item{
	background-color: #FFF;
	margin-top: 5px;
	margin-left: 5px;
	background-image: url(img/bg_1.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #CCC;
}

/**********************************
GALLERY
**********************************/


#gallery-wrap table{
	float: left;
	margin-top: 10px;
	margin-left: 10px;

}

#gallery-wrap table img{
	border: 1px solid #F00;
}