body {
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../styleImages/bb_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#wrap {
	background: #F6F3EE url(../styleImages/wrap.png) center repeat-y;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrapfull {
	background: #F6F3EE url(../styleImages/wrapfull.png) center repeat-y;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}
#pageSurround {
	width: 95%;
	margin: 0px auto;
	padding: 5px;

}

	
/************************************************
*	Header  									*
************************************************/

#header {
	width: 959px;
	height: 150px;
	padding: 0px;
	overflow: hidden;
	background-color: transparent;
	background-image: url(../styleImages/bb_header.png);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

#header h1 {
	color: #FFFFFF;
	font-size: 36px;
	font-family: Times New Roman, Georgia, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 0px 10px;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited {
	color: #FFFFFF;
	font-size: 36px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#header h1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
.rss {
	width: 445px;
	height: 38px;
	float: right;
	text-align: right;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.rss a {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
	}
	
	
.headerleft {
	width: 450px;
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}

.headerleft p {
	color: #FFFFFF;
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 20px;
	}
.headerright {
	width: 440px;
	float: right;
	text-align: right;
	margin-top: -12px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 80px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
.headerright a, .headerright a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #3F99B1;
	text-decoration: none;
	}
	
.headerright a:hover {
	text-decoration: underline;
	}
	
.headerright p {
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
.headerright a img {
	border: none;
	margin: 0px 3px 0px 0px;
	padding: 0px;
	}
	
.headerright .widget a img {
	border: none;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
	}
	
.headerright ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
.headerright li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#welcome {
	float: right;
	padding-top: 2px;
	margin-top: 7px;
	margin-left: px;
	margin-right: 6px;
	font-size: 12px;
}	

#welcome a {
	color: #0076A3;
	text-decoration:none;
	}

#welcome a:hover {
	color: #0076A3;
	text-decoration: underline;
	}
	
#cart_top {
	float: right;
	margin-top: 15px;
	margin-right: 15px;
	font-size: 13px;
	font-weight: bolder;
	color: #000;
}
#cart_top a {
	color: #000;
	background-color: #E8C7DA;
	border: 1px solid #5fb4b3;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}
#Login {
	text-align:left;
	font-size:11px;
	color: #FFFFFF;
	text-transform:uppercase;
	margin:0;
	padding:0 10px 0 0;
	width:auto;
	
	} 

#Login p {
	margin:0;
	padding:0;
	}

#Login a {
	color: #FFFFFF;
	text-decoration:none;
	}

#Login a:hover {text-decoration:none; color:3aa8cc;}
	
/************************************************
*	Navbar      								*
************************************************/

#navbar {
	width: 960px;
	height: 35px;
	color: #FFFFFF;
	margin: 1px auto 0px;
	padding: 0px;
	}
	
#nav {
	margin: 0px;
	padding: 0px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link, #nav li a:visited {
	color: #000000;
	display: block;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 14px;
    margin: 0px;
	padding: 9px 15px 9px 15px;
	text-decoration: none;
	}

#nav li a:hover, #nav li a:active {
	background: #F6F3EE;
	color: #222222;
	display: block;
    margin: 0px;
	padding: 9px 15px 9px 15px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #F6F3EE;
	width: 170px;
	color: #333333;
	float: none;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	text-decoration: none;
	border-bottom: 1px solid #C4C1BC;
	border-left: 1px solid #C4C1BC;
	border-right: 1px solid #C4C1BC;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #C4C1BC;
	color: #FFFFFF;
	padding: 7px 10px 7px 10px;	
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 160px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -32px 0 0 191px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}

/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 940px;
	margin: 0px auto 0px;
	padding: 2px 0px 0px 0px;
	
	}
	
#contentleft {
	float: left;
	width: 930px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 20px 10px;
	display: inline;
	font-size: 13px;
	line-height: 1.4em;
	}
	
#contentwide {
	float: left;
	width: 920px;
	margin: 0px;
	padding: 10px 0px 20px 10px;
	}
	
#contentwide a, #contentwide a:visited {
	color: #3F99B1;
	text-decoration: none;
	}
	
#contentwide a:hover {
	color: #F04C91;
	text-decoration: underline;
	}

#contentleft h1, #contentwide h1 {
	color: #222222;
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 1.3em;
	}
	
#contentleft h1 a, #contentwide h1 a  {
	color: #222222;
	text-decoration: none;
	border: none;
	}

#contentleft h1 a:hover, #contentwide h1 a:hover {
	color: #3F99B1;
	text-decoration: none;
	border: none;
	}
	
#contentleft h2, #contentwide h2 {
	color: #222222;
	font-size: 18px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 24px;
	}
	
#contentleft h3, #contentwide h3 {
	color: #222222;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 24px;
	}
	
#contentleft h4, #contentwide h4 {
	color: #222222;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 24px;
	}
	
#contentleft h5, #contentwide h5 {
	color: #222222;
	font-size: 13px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 24px;
	}
	
#contentleft h6, #contentwide h6 {
	color: #222222;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 24px;
	}
		
#contentleft img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#contentleft img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

.postarea p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
.postarea a, .postarea a:visited, .postcomments a, .postcomments a:visited {
	color: #3F99B1;
	text-decoration: none;
	}
	
.postarea a:hover, .postcomments a:hover {
	color: #F04C91;
	text-decoration: underline;
	}
	
.postarea ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
.postarea ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postarea ul li {
	background: url(images/arrow.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
.postarea ul ul li {
	background: url(images/arrow.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
blockquote {
	background: #F6F3EE;
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border: 1px solid #E9E2D7;
	}
	
#content blockquote p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
	

/************************************************
*	Sidebar 	        			     	    * 
************************************************/
	
#sidebar {
	float: right;
	width: 193px;
	margin-top: 8px;
	padding: 0px;
	line-height: 20px;
	height: 400px;
	}
	
#sidebar a, #sidebar a:visited  {
	color: #0076A3;
	text-decoration: none;
	}
	
#sidebar a:hover {
	color: #0076A3;
	text-decoration: underline;
	}
	
#sidebar h2 {
	color: #222222;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: bolder;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}

#sidebar p {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	}
	
#sidebar a img {
	margin: 2px 10px 5px 2px;
	float: left;
	clear: both;
	padding: 0px;
	border: none;
	}
	
#sidebar .widget  {
	background: #F6F3EE;
	margin: 0px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #E9E2D7;
	}
	
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
	
#sidebar ul ul li a, #sidebar ul ul li a:visited {
	color: #333333;
	text-decoration: none;
	}
	
#sidebar ul ul li a:hover {
	color: #0076A3;
	text-decoration: underline;
	}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	}
	
#sidebar ul ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#sidebar ul li li {
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: left top;
	}
	
#sidebar ul li ul li {
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: left top;
	}
	
#cat {
	background: #FFFFFF;
	color: #222222;
	margin: 5px 0px 5px 0px;
	}

	
/************************************************
*	Footer Background							*
************************************************/

#footerbg {
	background-color: #FFFFFF;
	background-image: url(../styleImages/bb_footer.png);
	background-repeat: repeat-y;
	background-position: center;
	}
	
/************************************************
*	Footer  									*
************************************************/

#footer {
	width: 960px;
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#footer p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

.footertop {
	font-size: 12px;
	color: #FFFFFF;
    font-weight: normal;
	margin: 0px;
	padding: 20px 0px 20px 20px;
	}
	
.footertop  a {
	color: #FFFFFF;
	text-decoration: none;
	}

.footertop  a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}	

#topHeader {
	text-align: right;
	height: 46px;
	padding-right: 0px;
	padding-top: 68px;	
	width: 95%;	
	margin: 0px auto;
	/* SKIN VARIABLE IS cAsE SeNsItIvE */
	background-image: url(../../../images/getLogo.php?skin=KitaBlue);
	background-repeat: no-repeat;
	background-position: top left;
}
.boxTitleLeft, .boxTitleRight {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #70cdcc;
	background-color: ffffff;
	height: 15px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #70cdcc;
}
.boxContentLeft, .boxContentRight {
	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: 160px; 
	float: left;
}
.colMid {
	position: relative;
	width: 100%;
	float: left;
}
.colRight {
	position: relative;
	width: 160px; 
	float: right;
}
.boxContent {
	background-color: #FFFFFF;
	padding: 10px;
	color: #333333;
	margin-bottom: 10px;
	margin-top: 0px;
	position: inherit;
}



/* CHECKOUT PAGES */
#contentleftcart {
	float: left;
	width: 650px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 20px 10px;
	display: inline;
	font-size: 13px;
	line-height: 1.4em;
	}
#contentleftcart h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 1.3px;
	margin-top: 20px;
}

.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:center;
	margin-top: 7px;
	margin-bottom: 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 10px 0px;
	margin: 10px 0px 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: 220px;
	margin-right: 3px;
	margin-bottom: 3px;
	height: 235px;
	float: left;
	overflow: hidden;
	border-right: 0px 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: transparent;
	width: 140px;
	display: block;
	color: #3CC;
	text-decoration: none;
	margin: 0px;
	text-indent: 2px;
}
.li-nav a:hover {
	background-color:transparent;
	color: #c3e37e;
}

.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 #70cdcc;
	z-index: 99;
}

a.hassubmenu {
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position: 130px 6px;
}

/*
End Cross-Browser DHTML Menu
*/

/* START : CUSTOM CSS */
#viewProdWrap {
	overflow: hidden;
	padding: 1em 0;
}

p#viewProdTitle, p.txtContentTitle, span.txtContentTitle {
	font-weight: normal;
	font-size: 20px;
	letter-spacing: -1px;
	line-height: 100%;
	padding: .3em 0;
}

#viewProdLeft {
	float: left;
	width: 18em;
	margin-top: .6em;
	margin-right: 1.4em;
	padding-top: .4em;
}

#viewProdLeft .mainPic img {
	width: 255px;
	border: 0px solid #ddd;
}

#viewProdLeft .mainPic {
	position: relative;
}

.mainPic #mainPicBigger a {
	position: absolute;
	background: transparent url(cc) left bottom repeat-x;
	text-transform: uppercase;
	text-align: center;
	margin: 10px 3px 3px 3px;
	padding: 5px 10px;
	width: 175px;
	bottom: 0;
}

#viewProdRight {
	margin-top: .6em;
	float: left;
	margin-left: 40px;
	width: 540px;
}

#viewProdDesc {
	margin-bottom: 2em;
}

#viewProdDesc p {
	line-height: 155%;
	padding-top: 0;
}

#viewProdDesc #prodPrice {
	font-size: 16px;
	letter-spacing: -1px;
	margin: 1em 0;
	font-weight: bold;
	text-transform: uppercase;
}

#write_review {
	margin: .6em;
}

#write_review txtContentTitle {

}

#breadCrumb {
	padding: 0.em;
	width: 400px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0.1em;
	margin-left: 0;
	font-size: 12px;
}

#breadCrumb a:hover {
	text-decoration: underline;
}
div.latestProds {
	text-align: center;
	width: 12.91em;
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
}

.subCatWrap {
	width: 51.6em;
	overflow: hidden;
	position: relative;
}


.subCatWrap div.latestProds {
}

div.latestProds .latestProdsIndividual {
	border: 1px solid #ccc;
	height: 11em;
	margin: 0 0.4em 0.4em 0;
	padding: .8em .5em .5em .5em;
	position: relative;
}


div.latestProds .latestProdsIndividual .latestProdsIndividualDesc {
	position: absolute;
	bottom: .3em;
	left: .4em;
	padding: .3em;
	width: 10.9em;
}

div.latestProds .latestProdsIndividual .latestProdsIndividualDesc a {
	text-decoration: underline;
	line-height: 165%;
}

div.latestProds .latestProdsIndividual .latestProdsIndividualDesc a:hover {
	text-decoration: none;
}
/* start mod: Added to basket message */
/* by Estelle - http://cubecart.expandingbrain.com */
.divAddedToBasket {
	border: 1px solid #E1E1E1;
	background-color: #FFC;
	line-height: 2;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	position: relative;
}
/* end mod: Added to basket message */
/**ADD TO CART BLUE BACKGROUND
*******************************/
#ProdBuy {
	color: #333;
	background: #fff;
	font-size:14px;
	width:520px;
	margin:10px 10px 10px 0;
	padding: 10px 10px 10px 0;
	position: relative; 
	text-align: right;
	}

#ProdBuyLogin {
	color: #333;
	background: #fff;
	font-size:14px;
	width:520px;
	margin:10px 10px 10px 0;
	padding: 5px 10px 5px 0;
	position: relative; 
	text-align: right;
	}

#ProdBuyLogin a {
	color: #0076A3;
	text-decoration: none;	
	}

#ProdBuyLogin a:hover {
	color: #0076A3;
	text-decoration: underline;
	}

#ProdBuy a {
	line-height:22px;
	font-size:12px;
	padding:0 10px;
	margin:2px 0 0 0;
	text-transform:uppercase;
	text-decoration:none;