﻿body 
{
	text-align: center;
	background-color: #000;
	font-family: Microsoft Sans Serif;
	color: #fff;
}

a
{
	color: #000;
	text-decoration: none;
}

th 
{
	text-align: left;
}

.wrapper 
{
	width: 1024px;
	text-align: left;
	margin: auto;
}

.header 
{
	width: 100%;
	height: 115px;
	border-bottom: solid 5px #B40202;
}

.header a
{
	color: #fff;
	text-decoration: none;
}

.header .top
{
	height: 20px;
	font-family: Verdana;
	font-size: 10pt;
	color: #fff;
	padding: 0 10px 0 10px;
	
}

.header .top .left
{
	width: 550px;
	float: left;
}

.header .top .right
{
	float: right;
	text-align: right;
}

.header .middle
{
	height: 90px;
	padding: 5px 10px 5px 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	float: left;
	width: 205px;
}

.header .bottom
{
	float: right;
	height: 30px;
	width: 78%;
	font-family: Lithos Pro Regular;
	font-size: 12pt;
	font-weight: bold;
	color: #fff;
	margin-top: 60px;
}

.header .bottom ul li
{
	float: left;
	list-style-type: none;
	padding-right: 40px;
}

.main 
{
	background-color: #000;
 	height: 610px;
 	
}

.content 
{
	width: 1023px;
	height: 610px;
	float : left;
	background-color: #fff;
	color: #000;
}

.content th 
{
	font-size: 10pt;
}

.content .floatOverContent 
{
	position: absolute; 
	margin-top: 390px; 
	margin-left: 500px; 
	width: 400px; 
	height: 120px;	
	padding: 10px;
	color: #fff;
}

.content .floatOverContent .container 
{
	font-family: Microsoft Sans Serif;
	font-size: 10pt;
}

.content .floatOverContent .container  h2
{
	font-family: Microsoft Sans Serif;
	font-size: 12pt;
	margin: 0px;
	padding-bottom: 5px;
}

.content .gradVertBorder
{
	/*position: absolute;
	margin-top: 0px;
	height: 610px;
	width: 73px;
	background-image: url(/assets/img/gradVertBorder.png);*/
}


.rightMenu 
{
	float: right;
	width: 200px;
	background-color: #000;
	color: #fff;
	height: 100%;
	padding-left: 5px;
	
}

.rightMenu .rightMenuHeader
{
	font-family: Microsoft Sans Serif;
	font-size: 14pt;
	text-transform: uppercase;
	overflow: visible;
}

.rightMenu .rightMenuContent 
{
	font-size: 10pt;
	overflow: visible;
}

.rightMenu ul li a
{
	overflow: visible;
	list-style-type: square;
	font-family: Microsoft Sans Serif;
	color: #fff;
}

.footer 
{
	height: 60px;
	border-top:solid 5px #B40202;
	font-size: 8pt;
	font-family: Franklin Gothic Demi Cond;
}

.cleaner
{
	clear: both;
}

.left 
{
	float: left;
}

.right 
{
	float: right;
}

.productView 
{
	
	padding-right: 20px;
	color: #000;
}

.productView .title 
{
	font-family: Franklin Gothic Demi Cond;
	font-size: 24pt;
	float: right;
}

.productView .image 
{
	float: left;
}

.productView .description 
{
	font-family: Microsoft Sans Serif;
	padding-top: 20px;
	clear: right;
	float: right;
	text-align: right;
}

#ScrollBox 
{
    /*margin-left: 0px;
    margin-top: 0px;
    width: 1023px;
    height: 610px;
    position:  absolute;
    overflow: hidden;*/
    background-color:#fff;
}

#BigBox
{
    width: 3069px;
    position:  absolute;
}

.block
{
    width: 1023px;
    float: left;
    height: 610px;
    margin-right: 10px;
    background-repeat: no-repeat;
}

.categoryList 
{
	padding: 20px;	
	text-align: center;
}

.categoryItem 
{
	float: left;
	width: 170px;
	height: 180px;
	border: solid 1.5px #000;
	padding: 3px;
	margin: 10px;
	text-align: center;
}

.categoryItem  .image
{
	margin: auto;
	height: 150px;
}

.categoryItemTitle 
{
	
}

.productList 
{
	
}

.productItem 
{
	border: solid 1.5px #000;
	margin: 10px;
	min-height: 170px;
	font-size: 10pt;
}

.productItem  .image
{
	margin: auto;
	text-align: center;
}