/* CSS Document */

a.cartlinks
{color:#000;
text-decoration:none;}

a.cartlinks:hover
{text-decoration:underline;}

a.navlinksmall {color:#003018;text-decoration: none;line-height:30px;}
a.navlinksmall:hover {text-decoration: underline;}

.banner {text-align: center;width:1300px;margin:0 auto;padding-top:106px;}
.banner img {width:100%;}

body 
{
	margin:0px;
	overflow-x: hidden;
    font-family: oswald,sans-serif !important;
    font-size: 16px !important;
	background-color: #000000;
	/*background-image: url(../images/horizontal-wood-bg.jpg);
    /*background-position: 0 -100px;*/
}

.cartrow
{padding:0px;}

.cartrow-left
{float:left;
text-align:right;
width:465px;
padding:25px 15px 0px 0px;}

.cartrow-right
{float:right;
text-align:right;
width:214px;
padding-top:15px;}

.categories
{
	background:#F34D17;
	color:#ffffff;
	font-weight: bold;
	padding:10px;
	text-align: center;
}

.content-area
{
	background-color:#fff;
	width:1100px;
	margin:0px auto;
	padding-top:140px;
}

.content-left
{
	float:left;
	width:200px;
	box-sizing: border-box;
	padding:6px;
}

.content-right
{
	float:right;
	width:900px;
	box-sizing: border-box;
	padding:10px;
}

.footer {padding:20px;text-align: center;color:#000;background-color:#eeeeee;margin-top:20px;}

.header-main 
{
    position: fixed;
    /*background-image: url(../images/topgradient.png);*/
    background-repeat: repeat-x;
    background-color: #fff;
    -webkit-box-shadow: #2d2c2d 5px 5px 5px;
    box-shadow: 5px 5px 5px #2d2c2d;
    z-index: 1;
	height:100px;
	width:100%;
	padding-top:2px;
	border-top:10px solid #eeeeee;
}

.header-inner
{
	width:1150px;
	margin:0 auto;
}

.header-left
{
	float:left;
	width:228px;
	padding-top:35px;
	text-align: center;
}

.header-left2
{
	float:left;
	width:228px;
	padding-top:35px;
	text-align: center;
}

.header-left img {width:200px;}
.header-left2 img {width:200px;}

.header-right
{
	float:right;
	width:694px;
}

.header-right-bottom
{text-align:right;
padding-top:20px;}

.header-right-bottom a 
{
	text-transform: uppercase;
	margin:5px 30px 5px 30px;
	color:#000;
	text-decoration: none;
}

.header-right-bottom a:hover {text-decoration: underline;}

.leftnav
{
	padding:10px;
	border:1px #000 solid;
}

.search-field
{background-image:url(../images/mag-icon.png);
background-repeat:no-repeat;
background-position:185px 5px;
background-color:#a3aaad;
color:#e9ebec;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
padding:10px;
width:200px;
border:0px;}

.shop-by-product 
{
	margin:15px auto;
	text-align: center;
	font-weight: bold;
	background-color:#f44f19;
	color:#fff;
	width:1300px;
	padding:10px 0px 10px 0px;
	font-size: 25px;
}

.shop-by-product-wrapper
{text-align: center;
margin:0 auto;
width:1200px;}

.shop-by-product-box
{display:inline-block;
width:210px;
background-color:#fff;
margin:13px;
padding:5px 0px 7px 0px;}

.shop-by-product-box img {width:100%;}

.shop-by-product-box a {color:#000;}

