@charset "utf-8";
/* CSS Document */
@font-face{ /* for IE */
		font-family:custom;
		src:url(borisblackbloxx-webfont.eot);
		}
@font-face { /* for non-IE */
		font-family:custom;
		src:url(http://:/) format("No-IE-404"),url(borisblackbloxx-webfont.ttf) format("truetype");
		}
@font-face{ /* for IE */
font-family:custom1;
src:url(GangofThree.eot);
}
@font-face { /* for non-IE */
		font-family:custom1;
		src:url(http://:/) format("No-IE-404"),url(GangofThree.ttf) format("truetype");
		}

table {
	width: 100%;
	font-size: 1.2em;
	vertical-align: top;
	border: 1px solid #181818;
}
	table tr {
	}
		table tr.odd {
			background: #111;
		}
		table tr.odd td {
			border: 1px solid #181818;
			border-left: none;
			border-right: none;
		}
		table th {
			font-weight: 1.2em;
			text-transform: uppercase;
			color: #F8971D;
			font-weight: bold;
			
		}
			table thead th {
				font-size: 1.1em;
				background: #131313;
			}
			table tbody th {
				font-weight: normal;
			}
				table th a {
					padding: 0.4em 0;
					display: block;
					text-transform: Capitalize;
					font-weight: normal;
				}
		table th,
		table td {
			padding: 0.4em;
		}


html {
	font-size:62.5%;
}
	body {
		margin:0 auto;
		font-size: 1.0em;
		line-height: 1.7em;
		font-family: Arial, Helvetica, sans-serif;
		color: #9c9b9b;
		background-color:#000;
		min-width:1000px;
	}
	div {
		font-family: Arial;
		font-size:13px;
	}

		h1, h2, h3, h4, h5, h6 {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.0em;
			line-height: 2.0em;
			font-weight: normal;
			text-transform:uppercase;
		}
			h1{ font-size:2.0em; }
			h2{ font-size:28px; line-height:1.2em; }
			h3{ font-size:1.5em;}
			h4{ font-size:1.4em; }
			h5{ font-size:1.3em; }
			h6{ font-size:1.2em; }
			
		p, P { padding-top:0.5em; padding-bottom: 0.5em;}
		b, strong { font-weight:bold; }
		
		h1, h2, h3{color:#f8971d; padding:0px 0px 0px; width:auto; text-transform:uppercase;}
		h2 { padding:9px 0; }
		h2 a img{padding:0px 5px ; position:relative; top:7px;}
		
		
		a, a:visited { color: #ed1c24; text-decoration:none;}
		a:hover { color: #84a1a9; }
		
		img:hover{
		}
		ul, ol{
		padding:10px 0;
		}
		ul li{list-style:disc; padding-right:15px; margin-left:15px; }
		ol li{margin-left:22px; list-style-type:decimal; }
		#breadcrumbs li{
		float:left;
		margin-bottom:20px;
		background:url(../images/arrow.png) left no-repeat;
		padding-left:10px;
		list-style:none;
		}
		.more-link a{
		background:url(../images/arrow_link.png) right no-repeat;
		padding-right:15px;
		color:#fff;
		}
		.more-link a:hover{
		color:#FF0000;
		}
/*-----------------body------------------*/

.wrapper{
background-color: #000;
overflow:hidden;
border-bottom:1px solid #191919;
}
.wrapper-home {
background:url(../images/header-bg.jpg) top repeat-x;
}

.container{
overflow:hidden;
width:932px;
margin:0 auto;
}
/*-----------------top-container, header---------*/
.top-container, .top-container-home{
height:412px;
width:932px;
position:relative;
z-index:99;
}
.top-container {
	height:178px;
}
	.header{
	background: url(../images/header.jpg) no-repeat;
	overflow:hidden;
	height:226px;
	}
		.header h1{
		text-indent:-999em;
		height:227px;
		width:910px;
		float:left;
		}
		.header h1 a{
		display:block;
		height:227px;
		width:910px;

		}
		h2#logo{
		background:url(../images/ben-mettam.jpg) 0 0 no-repeat;
		width:932px;
		height:134px;
		text-indent:-9999em;
		margin:0;
		padding:0;
		line-height:1.0em;
		}
		#top_phone-home {
			position:absolute;
			top:312px;
			right:20px;
			width:340px;
			text-align:right;
			height:22px;
			padding:4px 0;
		}
		#top_phone {
			position:absolute;
			top:85px;
			right:20px;
			width:340px;
			text-align:right;
			height:22px;
			padding:4px 0;
		}			
			#top_phone strong, #top_phone-home strong{
			font-family:custom;
			font-size:22px;
			color:#ed1c24;		
			}
			#top_phone span, #top_phone-home span{
			font-family:custom;
			font-size:22px;
			color:#fff;
			text-transform:uppercase;
			}

/*------------Navigation-------------*/
	.nav{
	background:url(../images/nav-bg.png) 0 0 no-repeat;
	height:43px;
	position:relative;
	z-index:9;
	}
		.nav ul li a{
		font-size:13px;
		color:#fff;
		text-decoration:none;
		font-weight:normal;
		text-transform:uppercase;
		}
			.nav ul li a:hover, .sel a{
			text-decoration:none;
			background:#363636;
			}
		.nav-rss{
		position:relative;
		top:12px;
		float:left;
		left:20px;
		width:20px;
		height:20px;
		}
		
		/* IE 8 */
		@media all\0 { 
			.nav-rss {
				left:20px;
			}
		}
		/* IE 9 - 10 */
		@media all and (monochrome:0) {
			.nav-rss {
				margin-left: -10px;
			}
		}
		
		/* For Chrome */
		@media screen and (-webkit-min-device-pixel-ratio:0) { 
			.nav-rss {
				left:15px;
			} 
		}
/*----------content-container-----------*/			
.content-container{
padding-top:0px;
margin:0 auto;
overflow:hidden;
position:relative;
width:998px;
}
	#banner{
	width:932px;
	height:310px!important;
	overflow:hidden;
	padding:0;
	margin:0;
	position:relative;
	border: solid 2px #424242; 
	z-index: -10;
	}
	
	.main-top{
	padding:20px 0 30px 0;
	width:932px;
	min-height:250px;
	}	
		.content-box{
		width:540px;
		min-height:167px;
		float:left;
		padding-bottom:30px;
		}
		
		#cta_phone {
			width:360px;
			float:right;
			text-align:right;
			padding:18px 0 22px 0;
			border-bottom:1px solid #333333;
		}

		#cta_phone strong{
		font-family:custom;
		font-size:28px;
		color:#fff;
		}
		#cta_phone span{
		font-family:custom;
		font-size:28px;
		color:#ed1c24;
		text-transform:uppercase;
		padding-right:19px;
		}
		
		.news-box{
		width:360px;
		min-height:167px;
		float:left;
		padding-left:30px;
		padding-bottom:30px;
		}
		.news-image{float:left;padding-top:0.5em;}
		.news-info{float:left; width:240px; padding-left:20px;}
		.news-info .news-title{
		color:#fff;
		}
		.news-title h2{
		float:left;
		}
		.news-title img{
		padding-left:15px;
		}
		.news_item{
		overflow:hidden;
		padding-bottom:20px;
		}
		.news_item img{
		float:left;
		padding-right:10px;
		}
		/*-------------event-box---------------*/
		.event-box{
		width:360px;
		display: none;
		}
/*-------------main-botton-------------*/	
.main-bottom{
padding:20px;
overflow:hidden;
min-height:200px;
background:url(../images/content-corner.png) right bottom no-repeat;
background-color:#181818;
width:892px;
font-size:14px;
font-weight:normal;
position:relative;
left:-2px;
}
	.main-bottom ul{
	width:400px;
	float:left;
	}
	.main-bottom ul li{
	height:100px;
	list-style:none;
	margin:0;
	}
	.bottom-strip{
	background:url(../images/bottom-strip.jpg) no-repeat;
	height:12px;
	}
	.main-bottom h3{
	color:#ed1c24;
	font-family:custom1!important;
	font-size:35px;
	line-height:normal;
	}
	.main-bottom strong{
	color:#fff;
	}
	.min-bottom p{
	font-family:custom,custom1;
	}
/*-------------------------footer--------------------*/				
.footer{
background:url(../images/footer-bg.jpg) repeat-x;
height:123px;
margin-top:20px;
border-top:1px solid #191919;
}
	.footer-inner{
	width:932px;
	overflow:hidden;
	margin:0 auto;
	padding-top:20px;
	}
	.footer p{
		font-size:11px;
		clear:left;
		width:400px;
		position:relative;
		padding:0;
		float:left;
		color:#ed1c24;
		}
		.foot-menu{
		float:left;
		}
		.footer-inner ul{
		padding:0;
		}
		.footer-inner ul li{
		list-style-type:none;
		float:left;
		}
		.footer .sel a{
		background:none!important;
		}
		.footer-inner ul li:first-Child span{
		padding-left:0!important;
		}
		.footer-inner ul li a{
		text-decoration:none;
		font-size:12px;
		color:#787878;
		}
		.footer-inner ul li a:hover{
		color:#fff;
		}
		.titan{
		margin:0 110px 0 0;
		float:right;
		}
		
		
/*-------------gallery-------------*/
.gallery_block{
float:				left;
margin:				5px 5px 5px 5px;
}
	.image_border{
	padding:			1px;
	border:				solid 3px  #284969;
	width:				200px;
	
	}		
	.gallery_block a:hover img{
	opacity:0.8;
	}
	.clear{
	clear:both;
	}
	.sub-gallery{
	float:left;
	overflow:hidden;
	
	}
	.titlebg{
	width:280px;
	height:40px;
	background:url(../images/titlebg.png) repeat;
	position:absolute;
	overflow:hidden;
	margin-top:90px;
	padding-top:5px;
	text-align:center;
	color:#fff;
	cursor:pointer;
	}
	.titlebg strong{
	position:relative;
	top:5px;
	font-size:12px;
	}
	.subcat_thumb{
		float:				left;
		margin:				5px 5px 5px 0;	
		border:				3px solid #333;
		width:280px;
		height:140px;
		overflow:hidden;
	}
	.subcat_thumb a:hover strong{
	color: #FF0000;
	}
	
	.photo_thumb {
	float:				left;
	margin:				5px 5px 5px 0;	
	border:				3px solid #333;
	width:140px;
	height:90px;
	overflow:hidden;
	}
		.photo_thumb:hover, .subcat_thumb:hover{
		filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;	
		}
		.back_link a{
		color:				#284969;
		text-decoration:	none;
		}
		.back_link a:hover{
		text-decoration:	underline;
		}	
	.gallery_nav{
	margin-top:10px;;
	}
	
/*----------------------shop module-------------------------*/

/*-----------product---------*/
.product-category{
width:190px;
height:200px;
background: #E3E3E3;
padding:10px;
overflow:hidden;
}
	.category_title{
	font-weight:bold;
	}
	/*---------subcategory-----*/
	.category{
	margin-top:10px;
	overflow:hidden;
	}
	.subcat,.category-list{
	overflow:hidden;
	}
	.product_list{
	float:left;
	margin:0 10px 0 0;
	}
	.category-list h3 a{
	text-decoration:none;
	}
	.category_image,.product_list_image{
	width:210px;
	height:180px;
	overflow:hidden;
	border:2px solid #499FE6
	}
	.productgategory_box,.product-list_box{
	overflow:hidden;
	float:left;
	position:relative;
	}
	.product-list_box table{
	background:url(../images/frame-title.png) repeat;
	position:relative;
	top:-40px;
	width:210px;
	height:40px;
	left:2px;
	}
	.product-list_box table td{
	text-align:center;
	}
	.product-list_box table td a{
	text-decoration:none;
	}
	.product-list_box table td a:hover{
	color:#238de4;
	}

	/*----------product-list-------*/
	.product-box{

	float:left;
	}
	.product-box-search{
	float:left;
	padding:10px 10px 10px 0;
	}
		.photo_thumb_box{
		width:190px;
		height:120px;
		overflow:hidden;
		margin:0 auto;
		}
			.product-name{
			float:left;
			font-weight:bold;
			}
			.price{
			float:right;
			font-weight:bold;
			}
	/*--product detail------*/
	.product-bg{
	overflow:hidden;
	}
	
	.product-bg h2{
	line-height:normal;
	color:#fff;
	font-size:16px;
	font-weight:normal;
	padding-bottom:10px;
	float:left;
	}
	.product-price{
	float:left;
	}
	.product-details{
	width:450px;
	float:left;
	}
	.product-details h2{
	color:#202020;
	font-size:30px;
	}
	.product-description{
	margin:10px 0;
	padding:5px 0!important;
	}
	.product-price,.product_manufacturer{
	font-weight:bold;
	font-size:18px;
	}
	.product_manufacturer a{
	color:#000;
	}
	.product_manufacturer a:hover{
	color:#D10809;
	}
	.product-thumb-frame{
	background: url(../images/frame_big.png) no-repeat;
	width:207px;
	height:208px;
	float:left;
	margin-right:20px;
	}
		.product-thumb{
		width:200px;
		height:200px;
		overflow:hidden;
		position:relative;
		top:2px;
		left:2px;
		}
		.product-thumb-inner{
		width:250px;
		height:250px;
		overflow:hidden;
		}

	.btn-back{
	background:url(../images/btn_back.png) no-repeat;
	padding:10px;
	color:#fff !important;
	float:left;
	}
		.checkout-form .btn-back{
		padding:10px 30px;!important;
		font-size:12px;
		}
		.checkout-form .actions{
		width:450px;
		}
		.checkout-form .actions input{
		font-size:12px;
		color:#fff;
		}
	.btn-back:hover{
	background:url(../images/btn_back-hover.png) no-repeat;
	}
	
	
	
/*--------------campaign module----------*/
.campaign,.refer-a-friend{
width:450px;
padding-bottom:30px;
}
.btn-back{
background:url(../images/btn_forward.png) no-repeat;
width:138px;
height:35px;
border:none;
cursor:pointer;
}
 .btn-back:hover{
background:url(../images/btn_forward-hover.png) no-repeat;
}
.checkbox-label1 label{
float:left;
width:150px;
padding-top:0px;
}
.chkbox{
float:left;
width:auto;
background:none;
border:none;
}

.submit-div{
margin-top:10px;
}

/*----------------event_image------------*/
.event_image{
float:right;
margin-left:20px;
}

.event_image img{
border:1px solid #ccc;
padding:2px;
}
