/* CSS Document */

body{
	padding: 0;
	margin: 0;
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
}

#main{
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:top left;
	margin: 0px;
	padding: 0px;
	width:800px;
	height:600px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
}

h3{
	font-size:14pt;
	margin-bottom:20px;
}

/**********************************************
Dynamic Menu Styles
**********************************************/

#dynamicMenu {
	position:absolute;
	width:132px;
	height:127px;
	overflow: visible;
}

.menuHome {
	top:102px;
	left:553px;
}

.menuProducts{
	top:142px;
	left:178px;
}

.menuFranchising{
	top:169px;
	left:117px;
}

.menuContactUs{
	top:379px;
	left:518px;
}

.menuNews{
	top:325px;
	left:447px;
}

.menuHistory{
	top:387px;
	left:122px;
}

#dynamicMenu a{
	position:absolute;
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-decoration:none;
}

#products{
	width:105px;
	height:38px;
	position:absolute;
	top:100px;
	left:113px;
	visibility:hidden;
	
}

#subNavProducts{
	width:105px;
	height:56px;
	visibility:hidden;
	position:absolute;
	top:138px;
	left:113px;
}

#news{
	width:105px;
	height:38px;
	position:absolute;
	top:80px;
	left:-96px;
	visibility:hidden;
}

#subNavNews{
	width:105px;
	height:28px;
	position:absolute;
	top:118px;
	left:-96px;
	visibility:hidden;
}

#subNavNews a, #subNavProducts a{
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:105px;
	height:14px;
	overflow: hidden;
}

#subNavNews a:hover, #subNavProducts a:hover{
	background-position:0px -14px;
}

#subNavNews1{
	background-image:url(/images/promotionsNav.gif);
}

#subNavNews2{
	background-image:url(/images/cupQuizNav.gif);
}


#subNavProducts1{
	background-image:url(/images/milkNav.gif);
}
#subNavProducts2{
	background-image:url(/images/yoghurtNav.gif);
}
#subNavProducts3{
	background-image:url(/images/juiceNav.gif);
}
#subNavProducts4{
	background-image:url(/images/cheeseNav.gif);
}
#subNavProducts5{
	background-image:url(/images/butterNav.gif);
}
#subNavProducts6{
	background-image:url(/images/creamNav.gif);
}
#subNavProducts7{
	background-image:url(/images/moreNav.gif);
}


#newsLink{
	position:absolute;
	width:34px;
	height:34px;
	top:70px;
	left:0px;
	z-index:0;
	background-image:url(/images/menu_base_bottomleft.gif);
}

#historyLink{
	width:38px;
	height:38px;
	top:10px;
	left:10px;
	z-index:1;
	background-image:url(/images/menu_base_topleft.gif);
}

#contactUsLink{
	width:51px;
	height:51px;
	top:33px;
	left:45px;
	z-index:2;
	background-image:url(/images/menu_base_mid.gif);
}

#franchisingLink{
	width:26px;
	height:26px;
	top:0px;
	left:95px;
	z-index:3;
	background-image:url(/images/menu_base_topright.gif);
}

#productsLink{
	position:absolute;
	width:38px;
	height:38px;
	top:90px;
	left:94px;
	z-index:4;
	background-image:url(/images/menu_base_bottomright.gif);
	background-repeat:no-repeat;
}

.prodListLinks{
	color:#8E9093;
	font-weight:bold;
	text-decoration:none;
}

.prodListLinks:hover{
	color:#003399;
}



/*********************************************/


.backgroundHome{
	background-image:url(/images/homepage_bg.jpg);
}

.backgroundNews{
	background-image:url(/images/news_bg.jpg);
}

.backgroundFranchising{
	background-image:url(/images/franchising_bg.jpg);
}

.backgroundContactUs{
	background-image:url(/images/contactus_bg.jpg);
}

.backgroundHistory{
	background-image:url(/images/history_bg.jpg);
}

.newsTitle{
	font-size:12px;
	font-weight:bold;
	color:#00478A;
}

.newsText{
	margin-bottom:8px;
}


#productList li a{
	color:#B8BABD;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

#productList li a:hover{
	color:#000000;
}


#productList ul li {
	color:#B8BABD;
}

/*******************************************
Product pages
******************************************/

.rangeList
{
	width:155px;
	float:left;
}

.itemList
{
	float:left;
}

.itemList ul
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

/********************************************
	Admin Navigation
********************************************/


#adminNav{
	width:110px;
	float:left;
	margin-right:20px;
	margin-left:5px;
	border-right:1px solid #FCCB11;
}

#adminNav ul{
	list-style-type: none;
	margin:5px;
	padding:5px;
}

#adminNav ul li{
	list-style-type: none;
	margin-top:5px;
}

#adminNav ul li ul{
	list-style-type: none;
	margin-top:0px;
}

#adminNav ul li ul li{
	list-style-type: none;
	margin-top:0px;
}

#adminNav a, #productNav{
	color:#00478A;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

#adminNav a.selected{
	color:#FCCB11;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

#adminNav a:hover{
	color:#FCCB11;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
}

#adminContent{
	width:550px;
	float:left;
}

.adminLabel{
	font-weight: bold;
	color:#00478A;
	font-size:12px;
}

#errors
{
	color:red;
}

.error
{
	color:red;
	font-weight:bold;
}
