	/* WAS */
body {
	margin: 0px;
	/* WAS margin: 5px; */
	background-color: #ffffff;
	background-image: url(../styleImages/backgrounds/pageBg.gif);
	/* WAS background-repeat: repeat-x; */
	/* WAS background-position: top; */
	/* IF width =960px then page aligns Left*/
}
/* wholePageOuter and wholePageInner added by pcMagic2 */
#wholePageOuter {
background-image:url(../styleImages/backgrounds/contentBgSdw.gif);
background-position:left top;
background-repeat:repeat;
margin:0 auto;
padding:0;
width:980px;
}
#wholePageInner {
background-color:#FFFFFF;
color:#333333;
margin:0 auto;
padding:5px;
width:970px;
}
#pageSurround {
	width: 960px;
	/* WAS width: 95%; */
	margin: 0px auto;
	padding: 0px;
	/* WAS padding: 5px; */
}
#topHeader {
	text-align: right;
	height: 96px;
	/* was 46 */
	padding-right: 0px;
	/* WAS padding-right: 0px; */
	padding-top: 14px;
	/* was 68 */
	width: 960px;
	/* WAS width: 95%;	then 100% now 960px*/
	margin: 0px auto;
	/* WAS margin: 0px auto; */
	/* SKIN VARIABLE IS cAsE SeNsItIvE */
	background-color: #f2f2f2;
	/* WAS no bkgd colour specified */
	 background-image: url(../../../images/getLogo.php?skin=pcMagic);
	/* WAS background-image: url(http://www.freshfoodscornwall.co.uk/images/uploads/DESIGN/default.gif); */
	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: #FFFFFF;
	/* WAS background-color: #70cdcc; */
	background-color: black;
	height: 15px;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	padding: 5px;
}
.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;
	/* WAS width: 160px; */
	width: 210px; 
	float: left;
}
.colMid {
	position: relative;
	width: 100%;
	float: left;
}
.colRight {
	position: relative;
	width: 160px; 
	float: right;
}
.boxContent {
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	padding: 10px;
	color: #333333;
	margin-bottom: 10px;
	margin-top: 0px;
	position: inherit;
}



/* 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:center;
	margin-top: 7px;
	margin-bottom: 7px;

	/* bg padding margin r/l margin-bottom was 20px added by pcMagic2 */
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
	background-image: url(../styleImages/backgrounds/bgnavbar.png);
	/* WAS background-repeat: repeat-x; */
	/* WAS background-position: top; */
	/* IF width: 960px is used then div aligns to left */
}
.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: 164px;
	/* was 19% */
	margin-right: 3px;
	margin-bottom: 3px;
	height: 130px;
	/* was 200 */
	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;
	/* WAS width: 140px; */
	width: 190px;
	display: block;
	/* WAS color: #333333 -> C557A0 ; no spec for weight */
	color: #7f7f7f;
	font-weight:bold;

	text-decoration: none;
	margin: 0px;
	text-indent: 2px;
}
.li-nav a:hover {
	background-color: #ffffff;
	/* WAS c3e37e greenish, f2f2f2 is header bkgd  */
	color: black;
}

.ul-nav, .li-nav {
	display: block;
	list-style: none;
}

.ul-nav {
	/* WAS width: 140px; */
	width: 190px;
	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;
	/* WAS border-top: 4px solid #70cdcc -> C557A0; */
	border-top: 4px solid #7f7f7f;
	z-index: 99;
}

a.hassubmenu {
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	/* WAS background-position: 130px 6px; */
	background-position: 180px 6px;
}

/*
End Cross-Browser DHTML Menu
*/
