﻿.homeMainWrap
{
    margin: 0px; 
	padding: 10px;
	background: #FFFFFF;
	text-align: left;
    width: 907px;
}


.homeLitecarousel{
border: 0;
width: 578px; /*Width of Carousel Viewer itself*/
height: 117px; /*Height should enough to fit largest content's height*/
}

.homeLitecarousel .panel{
margin: 0 8px 0 0; /*margin around each panel*/
width: 258px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
background: url(../Images/home/featureBoxes/boxoutline.jpg) no-repeat; 
padding: 12px 12px 12px 15px;
text-align: left;
font-size: 12px;
color: #59595C; /* Deep Grey */
height: 93px;
}

.homeLitecarousel .panel:hover{
       background: url(../images/home/featureBoxes/gradient_on_rollover.jpg) no-repeat;
}

.tactileFeatBox 
{
    background: url(../images/home/featureBoxes/tactiles_off.jpg) no-repeat;
    padding: 0;
    width: 285px;
    height: 117px;
}

.tactileFeatBox:hover
{
    background: url(../images/home/featureBoxes/tactiles_on.jpg) no-repeat;
}

.featureBox 
{
    background: url(../Images/home/featureBoxes/boxoutline.jpg) no-repeat; /*url(../images/home/wowser.jpg) repeat; */
    padding: 15px 12px 8px 15px;
    text-align: left;
    font-size: 12px;
    color: #59595C; /* Deep Grey */
    width: 258px;
    height: 94px;
    margin: 0;
}

.featureBox h1
{
	margin: 5px 0 3px 0px;
	padding: 0 0 0 0;
	font-family: arial, tahoma, sans-serif;
	font-size: 14px;
	color: #111; 
	font-weight: normal;
}


.offOilfeatbox {
    margin-top: 27px;
}


.memphisunderfootfeatbox {
    margin-top: 16px;
}



/*
.featureBox:hover
{
    background: url(../images/home/featureBoxes/gradient_on_rollover.jpg) no-repeat;
}
*/

/**** Footer ************************************************************************/

.footer 
{
    position: relative;
	margin: 0px; 
	padding: 12px;
	background: #FFFFFF;
	text-align: left;
	font-size: 10px;
	font-family: arial, tahoma, sans-serif;
	width: 903px;	
	color: #9A8C7E; /*interfacegrey */
}

.footer td
{
    text-align: left;
	font-size: 10px;
	font-family: arial, tahoma, sans-serif;
	color: #9A8C7E; /*interfacegrey */
}

.prodCartItemBorder 
{
	border: solid 1px #efefef; width: 387px;	
}
