﻿body
{
	margin:3px 0px 0px 0px;
}
html
{
	overflow: scroll;
}

#master-main-rapper
{
	 width:760px;
	 background-color:White;
	 margin-left:auto;
	 margin-right:auto;
	 position:relative; 
}

#master-main-top
{
	 width:760px;
	 height:247px;
	 background-color:White; 
}

#master-main-bottom
{
	width: 760px;
	height: 10px;
	background-color: #669933;
	margin-top: 20px;
}
#master-main-whitespace
{
	 width:760px;
	 height:5px;
	 background-color:White; 
}

#master-main-logo-back
{
	 width:191px;
	 height:247px;
	 background-color:#DDDDDD;
	 position:relative; 
	 float:left;
}
#master-main-logo
{
	 width:191px;
	 height:100px;
	 left:0px;
	 top:65px;
	 background-image: url("images/logo-gray.gif" );
	 background-repeat:no-repeat; 
	 position:absolute;  
}

#master-main-menu
{
	width:570px;
	height:60px;
	left:191px;
	top:0px;
	background-color:White;
	position:absolute;
}

#navStrip
{
	padding: 0px;
	margin: 0px;
	float: left;
	list-style-type: none;
}

#navStrip li
{
    float: left;
    width: 120px;
    height: 60px;
    list-style-type:none;
    margin-left: 5px;
}

#navStrip li a
{
    display: block;
    width: 120px;
    height: 60px;
    background-color: transparent;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    letter-spacing: -0.03em;
    padding: 0px 0px 0px 0px;
    text-indent:-9999px;
}

#navStrip li a.selected
{
    background-position: 0 -60px;
    background-color: transparent;
}

#navStrip li a:hover
{
    background-position: 0 -60px;
    background-color: #fff;
    color: #007F9F;
}

#master-main-right-gray
{
	width:64px;
	height:60px;
	background-color:#dddddd;
	float:left; 
	margin-left: 5px;
}

.main-menu-home
{
	background-image: url("images/menu_home.gif" );
}

.main-menu-ingredients
{
	background-image: url("images/menu_ingredients.gif" );
}

.main-menu-aboutus
{
	background-image: url("images/menu_aboutus.gif" );
}

.main-menu-contact
{
	background-image: url("images/menu_contact.gif" );
}

#master-main-image
{
	width:565px;
	height:181px;
	left:196px;
	top:66px; 
	background-image: url("images/master-main-image.gif" );
	position:absolute;
}

#master-main-left-area
{
	 width:191px;
	 height:247px;
	 background-color:White;
	 position:relative; 
	 float:left;
}
#master-main-left-area-space
{
	 width:5px;
	 height:247px;
	 background-color:White;
	 position:relative; 
	 float:left;
}
#master-main-maincontent
{
	 width:564px;
	 /*height:400px; */
	 background-color:White;
	 position:relative; 
	 float:left;
}

.content-item
{
	font-family: Arial;
	width: 276px;
	float: left;
	background-color: #FFFFFF;
	padding-left: 2px;
}

.content-item-outer
{
	background-position: #c82;
	float: left;
	margin: 1px;
	background: #c82;
	padding: 1px;
	width: 278px;
}

.content-item h1
{
	margin: 2px;
	font-size: 14px;
	color: #e30c1b;
	text-transform: uppercase;
}
.content-item p
{
	margin: 2px;
	font-size: 11px;
	color: #666699;
	width:160px;
	display:block;
	float:left; 
}
.content-item img
{
	float:left;
	width:110px;
}

.content-basket
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660033;
	text-transform: uppercase;
	margin-top: 5px;
}

.addtobasket
{
	width:100px;
	float:left; 
}

.addtobasket a
{
	color: #669900;
	text-decoration: none;
	font-weight: bold;
}

.viewdetails
{
	width:100px;
	float:left; 
}

.viewdetails a
{
	color: #669900;
	text-decoration: none;
	font-weight: bold;
}


p.opibra
{
	margin: 10px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #660033;
	font-size: 12px;
}

#BasketSummary
{
	width: 190px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #669900;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
}

#BasketSummary a, #BasketSummary .caption
{
	background-color: #006600;
	display: block;
	width: 190px;
	height: 20px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

#BasketSummary table th
{
	font-size: 11px;
}

#BasketSummary table .Item
{
	width: 150px;
	text-align: left;
	padding-left: 5px;
}

#BasketSummary table .Price
{
	width: 40px;
	text-align:right;
}
#BasketSummary table span
{
	color: #990000;
	font-weight: bold;
}

.clear
{
	float:none;
	clear:both;
}