body, html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
	width:100%;
	margin:0px;
	text-align:center;
	background:url(../../images/assets/html_bg.jpg) top repeat-x;
}
a {
	outline:none;
}
a:link {
	color:#4e1410;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	color:#4e1410;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#4e1410;
	font-weight:bold;
	text-decoration:underline;
}
a:active {
	color:#4e1410;
	font-weight:bold;
	text-decoration:none;
}

table.body {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
.logo {
	padding-top:17px;
	padding-bottom:17px;
}
td.header {
	width:100%;
	text-align:left;
}
table.header {
	width:100%;
}

table.nav {
	width:100%;
	font-size:14px;
	height:37px;
	line-height:14px;
	background:url(../../images/assets/nav_off.gif) repeat-x;
	text-align:center;
}

td.navLink, td.navHover {
	padding-left:8px;
	padding-right:8px;
}
td.navLink {
	background:none;
}
td.navHover {
	background:url(../../images/assets/nav_on.gif) repeat-x;
}

.navLink a:link, .navHover a:link {
	color:#feeb01;
	text-decoration:none;
	font-weight:normal;
}
.navLink a:visited, .navHover a:visited {
	color:#feeb01;
	text-decoration:none;
	font-weight:normal;
}
.navLink a:hover, .navHover a:hover {
	color:#feeb01;
	text-decoration:none;
	font-weight:normal;
}
.navLink a:active, .navHover a:active {
	color:#feeb01;
	text-decoration:none;
	font-weight:normal;
}
.navDivider {
	background:url(../../images/assets/nav_divider.gif) no-repeat;
	width:2px;
}

table.subNav {
	height:38px;
	border-bottom:1px solid #cacaca;
}
td.search {
	background:url(../../images/assets/search_bg.gif) repeat-x;
	border-right:1px solid #cacaca;
	padding-left:10px;
	padding-right:10px;
}
td.subNav {
	padding-left:25px;
	padding-right:25px;
}

.welcomeBanner, table.content {
	padding-top:5px;
	text-align:justify;
}

.leftContent {
	width:244px;
}

.sideBanner {
	padding-bottom:8px;
}
.sideLogo {
	padding-top:8px;
}

table.wholesaleLogin {
	background-color:#efefef;
	border:2px solid #4e1410;
	width:236px;
}
td.wholesaleLogin {
	background:url(../../images/assets/wholesaleLogin_bg.gif) repeat-x #953639;
	height:20px;
	border-bottom:2px solid #4e1410;
	color:#feeb01;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
}

.hpCategory, .catProduct {
	border:1px solid #000000;
	background-color:#efefef;
	text-align:center;
}
.hpCatImg, .catProdImg {
	background-color:#FFFFFF;
	width:150px;
	height:150px;
}
.hpCatSpace {
	height:10px;
}

.catTitle {
	font-size:14px;
	font-weight:bold;
	padding-bottom:2px;
	text-transform:uppercase;
}

.pagenator {
	text-align:right;
}

.prodPoint {
	text-decoration:underline;
	font-weight:bold;
}
.prodTitle, .saveSet {
	font-size:16px;
	font-weight:bold;
}
.saveSet {
	color:#4e1410;
	text-align:center;
}
.prodLines, .prodLineTitle {
	border-bottom:1px solid #cacaca;
}
.prodLineTitle {
	font-weight:bold;
}
.prodSku {
	font-size:11px;
}
ul {
	margin-top:0px;
	margin-left:8px;
	padding-top:0px;
	padding-left:8px;
}
.greyBrdr {
	border:1px solid #cacaca;
	padding:5px;
}

.loginBox {
	border:1px solid #cacaca;
	padding:2px;
	width:250px;
	height:130px;
}
.loginBoxHeader {
	background:url(../../images/assets/wholesaleLogin_bg.gif) bottom repeat-x #4e1410;
	border:2px solid #4e1410;
	height:25px;
	color:#feeb01;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

.cartTable {
	width:99%;
	padding:2px;
}
.itemsHeader {
	font-weight:bold;
	font-size:14px;
	border-bottom:1px solid #000000;
}
.cartHeader {
	text-align:center;
	font-weight:bold;
	font-size:12px;
	border-bottom:1px solid #000000;
	padding-left:5px;
	padding-right:5px;
}
.cartQty {
	width:30px;
	text-align:center;
}
.cartItems {
	border-bottom:1px solid #000000;
	padding-top:5px;
	padding-bottom:5px;
}
.cartItemsInfo {
	text-align:center;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #000000;
}

.copyright {
	background:url(../../images/assets/copyright_bg.gif) bottom repeat-x;
	padding-bottom:20px;
	text-align:center;
	font-size:9px;
	height:35px;
}