.colpad {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.colpad h1, h4 {
    border-right: #FFFFFF 12px solid;
	height: 19px;
	padding-top: 3px;
	background: #CCCCCC;
	color:#FFFFFF;
	font-size: 13px;
	text-transform: uppercase;	
}
.colpad_body { padding: 10px 0 0px 0; /* Padding for body content */ }
/*--------------------------------------------------------*/
/* column container */
.colmask {
	position: relative; /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	float: left;
	width: 100%; /* width of whole page */
	overflow: hidden; /* This chops off any overhanging divs */
}
/* 2 column left menu settings */
.leftmenu { background: #fff; /* Left column background colour */ }
.leftmenu .colright {
	float: left;
	width: 200%;
	position: relative;
	left: 192px;
	background: #fff; /* Body column background colour */
}
.home-page .leftmenu .colright {
	float: left;
	width: 200%;
	position: relative;
	left: 26px;
	background: #fff; /* Body column background colour */
}
.leftmenu .col1wrap {
	float: right;
	width: 50%;
	position: relative;
	right: 192px;
	padding-bottom: 0em;
}
.home-page .leftmenu .col1wrap {
	right: 26px;
}
.leftmenu .col1 {
	position: relative;
	right: 100%;
	/* overflow: hidden;*/
	margin-top: 0;
	margin-right: 13px;
	margin-bottom: 0;
	margin-left: 26px;
}
.with-left-column .leftmenu .col1  {
	margin-left: 26px;
        margin-right: 179px;
}
.home-page .leftmenu .col1 {
	margin-left: 26px;
}
.leftmenu .col2 {
	float: right;
	width: 141px;
	position: relative;
	right: 217px;
}
.home-page .leftmenu .col2 {
	display: none;
}
#homeTextBox {
	color: #999999;
	/*border-top: 1px solid #000;*/
	padding-top: 15px;
	padding-right: 12px;
	text-align: justify;
}
#homeTextBox h3 {
	color:#000000;
	padding-left: 0px;
	font-size: 12px;
	font-weight: bold;
}
#catTxt {
       font-size: 11px;
	color: #999999;
	/*border-top: 1px solid #000;*/
	padding-top: 15px;
	padding-right: 12px;
	text-align: justify;
}
#prodTxt {
        font-size: 11px;
	color: #999999;
	/*border-top: 1px solid #000;*/
	padding-top: 15px;
	padding-right: 12px;
	text-align: justify;
}
#prodTxt2 {
color:#999999;
font-size:11px;
padding-right:12px;
padding-top:15px;
text-align:justify;
}
#welcomeTxt {
        font-size: 11px;
/*        background: transparent url(seperator.png) no-repeat left top;*/
	color: #999999;
	/*border-top: 1px solid #000;*/
/*        padding-top: 26px;*/
	padding-right: 12px;
	text-align: justify;
}
#featProdBox .products-table .image a img {
	border:none;
	height:170px;
	width:215px;
display:block !important;
}
.welcome-title {
	color: #636363;
	text-transform: uppercase;
	font-size: 17px;
	background: none;
	font-weight: bold;
	padding-left: 0px;
	font-family: Miso; 
}
.welcome-title2 {
/*	color: #636363;*/
	color: #ffffff;
	text-transform: uppercase;
	font-size: 17px;
	background: none;
	font-weight: bold;
	padding-left: 0px;
	font-family: Miso; 
	background: #cccccc;
	padding-left: 12px;
}
.bottom-box {
	background: #7c7c7c;
	padding: 20px 26px;
	color: #bbbbbb;
}
.bottom-title {
	border-bottom: 2px #9d9d9d solid;
	padding: 10px 0px;
	text-transform: uppercase;
	font-size: 17px;
	color: #ffffff;
	margin-bottom: 13px;
}
.bottom-box a {
	color: #bbbbbb !important;
}
.bottom-title a {
	color: #ffffff !important;
}

