
BODY
{
	margin: 5px;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat-x;
	background-position: top;
}
#pageSurround
{
	width: 95%;
	margin: 0px auto;
	padding: 5px;
}
#topHeader
{text-align: right;
height: 100px;
width: 90%;
background-image: url(../styleImages/backgrounds/topHeader.gif);
background-repeat: no-repeat;
	
/*SKIN VARIABLE IS cAsE SeNsItIvE*/
	
}
.boxTitleLeft, .boxTitleRight
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	height: 15px;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	padding: 5px;
	background-image: url(/skins/KitaBlue/styleImages/backgrounds/sideboxbarbackg.gif);
}
.boxContentLeft, .boxContentRight
{
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.boxCategories
{
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 10px;
}
.colLeft
{
	position: relative;
	z-index: 5;
	left: 0px;
	width: 190px;
	float: left;
}
.colMid
{
	position: relative;
	width: 100%;
	float: left;
	text-decoration: none;
}
.colRight
{
	position: relative;
	width: 190px;
	float: right;
}
.boxContent
{
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	padding: 10px;
	color: #333333;
	margin-bottom: 10px;
	margin-top: 0px;
	position: inherit;
	text-decoration: none;
}
/*CHECKOUT PAGES*/
.colLeftCheckout
{
	position: relative;
	left: 0px;
	width: 160px;
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout
{
	position: relative;
	width: 100%;
	float: left;
}
/*END CHECK OUT PAGES*/
.siteDocs
{
	text-align: right;
	line-height: 20px;
}
.pagination
{
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats
{
	text-align: justify;
	background-color: #FFFFFF;
	text-align: center;
	border: 1px solid #E1E1E1;
	margin: 0px auto;
	padding: 3px;
	float: left;
	width: 99%;
	position: inherit;
}
.subCat
{
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
	position: inherit;
}
.regSep
{
	padding: 10px 0px;
	margin: 10px 0px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#imgThumbSpace
{
	line-height: 0px;
}
#imgThumbSpace IMG
{
	padding-right: 3px;
	padding-bottom: 3px;
}
DIV.latestProds
{
	text-align: center;
	width: 19%;
	margin-right: 3px;
	margin-bottom: 3px;
	height: 200px;
	float: left;
	overflow: hidden;
	border-right: 1px solid #E1E1E1;
	position: relative;
}
/*
Start Cross-Browser DHTML Menu
*/
#mainmenu-nav
{
	list-style: none;
	list-style-type: none;
	padding-left: 3px;
	margin: 0px;
}
.li-nav A
{
	padding: 2px 1px;
	background-color: #FFFFFF;
	width: 140px;
	display: block;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	text-indent: 2px;
}
.li-nav A:hover
{
	background-color: #FFFFFF;
	color: #FF9900;
}
.ul-nav, .li-nav
{
	display: block;
	list-style: none;
}
.ul-nav
{
	width: 140px;
	padding: 0px;
}
.li-nav
{
	float: left;
}
.li-nav .ul-nav
{
	display: none;
	position: absolute;
	margin-left: 100px;
	margin-top: -19px;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	border-top: 4px solid #FF9900;
	z-index: 99;
}
A.hassubmenu
{
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position: 130px 6px;
}
/*
End Cross-Browser DHTML Menu
*/
/* Notes: container border */
#newsItems {
    border: 2px solid #E8E8E8;
    margin-top: 20px;
    text-indent: 40px;
}

#newsItems h6 {
    text-indent: 0px;
}

/* Notes: remove bullet  */
#newsItems li {
    list-style: none;
}

/* Notes: p class font size */
#newsItems p {
    font-size: 12px;
}

/* Notes: link color */
#newsItems a {
    color: #8c66b2;
}