html {
	margin: 0 0px;
	background-color: #49aeb0;
	background-image: url(../styleImages/backgrounds/back.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
}

body {
	margin: 0 0px;
	background-image: url(../styleImages/backgrounds/mujkamainback6.png);
	background-repeat: no-repeat;
	background-position:top;

}

#pageSurround {
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	border: 0px solid #211008;
	background-color: #FFFFFF;
	/* SKIN VARIABLE IS cAsE SeNsItIvE */
	background-image: url(../styleImages/backgrounds/mujkaheader2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}
#topHeader {
	text-align: right;
	height: 160px;
	margin-bottom: 0px;
	padding-right: 30px;
	margin-left: 0px;
	padding-top: 100px	
}
.boxTitleLeft, .boxTitleRight {
	color: #4A2500;
	font-weight: bold; 
	font-size: 13px;
	text-align:center;
	background-image: url(../styleImages/backgrounds/headtitles.png);
	background-repeat: no-repeat;
	height: 40px;
	padding-left: 5px;
	padding-top: 22px;
	padding-bottom: 4px;
	border-left: 0px solid #FFFFFF;
	border-top: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
}
.boxContentLeft, .boxContentRight {

	padding-left: 0px;
	margin-bottom: 7px;
	padding-top: 10px;
	padding-bottom: 0px;
	border-left: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;}

	
.colLeft {
	
	position: relative;
	left: 0px;
	width: 166px; 
	padding-left: 7px;
	padding-right: 5px;
	float: left;
}
.colMid {
	
	position: relative;
	width: 540px;
	float: left;
}
.colRight {
	position: relative;
background-color: #ffffff;
	width: 166px; 
	padding-left: 7px;
	right: 5px;
	float: right;
}
.boxContent {

	border: 1px solid #FFFFFF;
	border-left: 1px solid #50B0B2;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #50B0B2;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #4A2500;
	margin-bottom: 2px;
	
}
.footerLink {
	background-color: #FFFFFF;
	height: 50px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 3px;
	text-align: center;

}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 180px; 
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 700px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	background-color: #EFEBCF;
	text-align:center;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 160px;
	padding-right: 160px;
}
.pagination {
	text-align: right;
	padding-top: 0px;
	padding-bottom: 10px;
}
#subCats {
	text-align:justify;
	background-color: #FFFFFF;
	text-align: center;
	border: 0px solid #FF8737;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 510px;
}
.subCat {	
	text-align: center;
	padding: 2px;
	float: left;
	width: 120px;
	margin: 2px 0 2px 2px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #FF8737;
	border-bottom: 1px solid #FF8737;
}
#imgThumbSpace{
	line-height: 1px;
			
}
#imgThumbSpace img {
	padding-right: 2px;
	padding-bottom: 3px;		
}

div.latestProds {
	text-align: center;
background-color: #EAEAE4;
border: 1px dashed #5b4834;
margin: 10px;
padding-top: 10px;
	width: 150px;
	height: 170px;
	float: left;
	
}

div.latestProds:hover{
	text-align: center;
background-color: #efebcf;
border: 1px solid #746554;
margin: 10px;
padding-top: 10px;
	width: 150px;
	height: 170px;
	float: left;
	
}

/*
Start Cross-Browser DHTML Menu
*/

#mainmenu-nav {
	list-style: none;
	list-style-type: none;
	width: 158px;
	padding: 0px;
	margin: 0px;
}

.li-nav a {
	padding: 2px 1px;
	background-color: #FFFFFF;
	width: 160px;
	display: block;
	text-indent: 2px;
	color: #FF8737;
	text-decoration: none;
	margin: 0px;
}
.li-nav a:hover {
	background-color: #A8CBCB;
	color: #FFFFFF;
}

.ul-nav, .li-nav {
	display: block;
	list-style: none;
}

.ul-nav {
	width: 160px;
	padding: 0px;
}

.li-nav {	
	float: left;
}

.li-nav .ul-nav  {
	display: none;
	position: absolute;
	margin-left: 100px;
	margin-top: -19px;
	border-left: 1px solid #FF8737;
	border-right: 1px solid #FF8737;
	border-bottom: 1px solid #FF8737;
	border-top: 4px solid #FF8737;
	z-index: 99;
}

a.hassubmenu {
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position: 143px 6px;
}
/*
End Cross-Browser DHTML Menu
*/