/*Standard settings to normalize document from the start */

/* Normalizes margin, padding */


/* Removes list-style from lists */
ol, ul {
	list-style:none;
	margin:0;
	padding:0;
}

/* #3. Button placement */
div#button{
	position:absolute;
	margin-top:-214px;
	z-index:99;
}

div#images{
	width:537px;	/*600*/
	height:217px; 	/*182*/
	overflow:hidden;
	margin-left:165px; /*600*/
	/*border:1px #c5c5c5 solid;*/
}

/* #3. Navigation buttons to the left of disjointed images */
div#button li{
	position:relative;
	width:165px; 	/*200*/
	height:34px;	/*46*/
	text-indent:-9999px;
}
	
/* #3. Make the Buttons Clickable */
li#nuts a, li#dried_fruits a, li#Confectionery a, li#turkish_delight a, li#baklava a, li#olives a{
	width:165px; 	/*200*/
	height:34px;	/*46*/
	display:block;
}

/* #3. Normal Button States */  /*old: fitness nutrition additions contact*/
li#nuts{
	background:url(img/btn_nuts.gif) no-repeat;
	}
li#dried_fruits{
	background:url(img/btn_dried_fruits.gif) no-repeat;
	}
li#Confectionery{
	background:url(img/btn_chocolates.gif) no-repeat;
	}
li#turkish_delight{
	background:url(img/btn_turkish_delight.gif) no-repeat;
	}
li#baklava{
	background:url(img/btn_baklava.gif) no-repeat;
	}
li#olives{
	background:url(img/btn_olives.gif) no-repeat;
	}
	
/* #3. Hover Button States */
li#nuts:hover{
	background:url(img/btn_nuts_hover.gif) no-repeat;
	}
li#dried_fruits:hover{
	background:url(img/btn_dried_fruits_hover.gif) no-repeat;
	}
li#Confectionery:hover{
	background:url(img/btn_chocolates_hover.gif) no-repeat;
	}
li#turkish_delight:hover{
	background:url(img/btn_turkish_delight_hover.gif) no-repeat;
}
li#baklava:hover{
	background:url(img/btn_baklava_hover.gif) no-repeat;
	}
li#olives:hover{
	background:url(img/btn_olives_hover.gif) no-repeat;
}