@charset "utf-8";
/* CSS Document */

.container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #4f4034;
	border-right-color: #4f4034;
	border-left-color: #4f4034;
} 
.sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 215px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* padding keeps the content of the div away from the edges */
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
.mainContent {
	margin-top: 0;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 215px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #FFDFBF;
	vertical-align: top;
}
.mainContent2col {
	margin-top: 10;
	margin-right: 220px;
	margin-bottom: 10;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom:10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	vertical-align: top;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.topbrownline {
	background-color: #4f4034;
	height: 10px;
	width: 100%;
}
.toplightbrownline {
	background-color: #b5a38e;
	height: 15px;
	width: 100%;
}
.topheader {
	background-color: #b5a38e;
	height: 61px;
	width: 100%;
}
.topbanner {
	height: 247px;
	width: 100%;
	background-color: #4f4034;
}

.tabletoplogo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 61px;
}

.tablebanner {
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #402C00;
	border-left-color: #402C00;
	border-right-width: 1px;
	border-left-width: 1px;
}

.bottominfo {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 150px;
	background: #EBEBEB;
	margin: 0 auto;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #4f4034;
	border-bottom-color: #4f4034;
	border-left-color: #4f4034;
}
.footer {
	width: 1000px;
	background-color: #885B00;
	height: 70px;
	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: 4f4034;
	border-bottom-color: 4f4034;
	border-left-color: 4f4034;
	padding: 5;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	text-align: center;
}

.topnav {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	background-color: #900915;
	height: 50x;	
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #402C00;
	border-left-color: #402C00;
} 
.topnav p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.topnews {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	background-color: #900915;
	height: 50x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #402C00;
	border-left-color: #402C00;
	padding: 0px;
} 
.topnews p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0;
	font-weight: bold;
}


.siteby {
	width: 100%;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #996600;
	text-decoration: none;
	padding: 3px;
	text-align: center;
}
.siteby:hover {
	width: 100%;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #996600;
	text-decoration: none;
	padding: 3px;
	text-align: center;
}
.copyright {
	width: 100%;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #996600;
	text-decoration: none;
	padding: 3px;
	text-align: center;
}
.copyright:hover {
	width: 100%;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #996600;
	text-decoration: none;
	padding: 3px;
	text-align: center;
}

.creditcard {
	width: 100%;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #996600;
	text-decoration: none;
	padding: 5px;
}

.bottomnav {
	width: 100%;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.bottomnav:hover {
	width: 100%;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.bottomnavdivider {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	
}



.minicart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
.headerbox {		/* General style of each box in right column */
	padding:3px 3px;
	font-size:12px;
	border:1px solid #999999;
	margin-bottom:3px;
	text-align: center;
}

.headerbox p {
	margin:0px;
	padding-bottom:5px;
	text-align: center;
}
.homevideobox {		/* General style of home page video box on right column */
	padding:0px;
	border:1px solid #999999;
	margin-bottom:3px;
	text-align: center;
}
.headerphonenumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FFCC66;
}

.productdetaillwrap {
	border: 1px solid #CCCCCC;
}

.productdetailbox {
	width: 100%;
}

/* breadcrumbs */
.probreadcrumb {
	text-align:left;
	color:#000;
	font-size:90%; 
	margin-bottom:10px;
}

.probreadcrumb a { 
	color:#1981B7; 
	text-decoration:none; 
}
.probreadcrumb a:hover { 
	color:#175D7F; 
	text-decoration:underline;
}

.prolongdescription {
	padding: 15px;
}
/*FORMAT THE DETAIL PRODUCT BOX*/
.detailbox {
	border: 1px dashed #CCCCCC;
}
.searchbtn {
	color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #770000;
	font-size: 12px;
	font-weight: bold;
	border:1px solid #aaaaaa;
}

.homecategorybox {
	border-top: 2px solid #996600;
	border-right: 2px solid #996600;
	border-bottom: 2px solid #996600;
	border-left: 2px solid #996600;
}

.graybox {
	border: 1px solid #999999;
}
.isotext {
	font-size: 12px;
	color: #E0DAD1;
}
.detailpageheader {
	font-size: 16px;
	font-weight: bold;
}

.homeemail {
	color: #FFFFFF;
}
.homeemail:hover {
	color: #FFFFFF;
}

