body 
{
	padding:0px;
	margin:0px;
	height:100%;
	font-size: 10pt;
	font-family: Arial,Verdana;
	line-height: 20px;  
	
}

h1
{
    text-transform: uppercase; 
    color: #C41130; 
    font-size: 16pt;
	margin: 0 0 25px 0;
	font-weight: normal;
}

h2
{
	color: #C41130;
	margin: 0 0 10px 0;
	font-size: 15pt;
}

p
{
	margin:0px;
}

a
{
	color: #C41130;
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

img
{
	padding:0px;
	border:0px;
}

form
{
	padding:0px;
	margin:0px;
}


#outerContainer
{
	position:static;
	width:100%;
	top:0px;
	bottom:0px;
	min-height: 850px;
	background-color: Gray;
}

/* for internet explorer */
* html #outerContainer
{
    position:absolute;
	height: 850px;
}

#container
{
	position:relative;
	width:990px;	
	margin-left:auto;
	margin-right:auto;	
	border: none;
	background-color: #FFE1BA;	
}

/* for internet explorer */
* html #container
{
	left:50%;
	right:0;	
	margin-left: -495px;
	margin-right: 495px;	
}


#bottomSpacer
{
	position:relative;
	background-color:Gray;
	height:70px;
}

* html #bottomSpacer
{
	position:absolute;
	visibility:hidden;
	height:0px;
	padding:0px;
	margin:0px;
}

/******************* LAYOUT *******************/
#header
{
    position: relative;
    background-color: #FFE1BA; 
    height: 173px; 
    background-image: url(../../Media/Images/header.jpg); 
    background-repeat: no-repeat;
    background-position: 55px 35px;
    display: block;
}

#leaf 
{
    position: absolute;
    top: 17px;
    left: 241px;
    display: none;
}

#home
{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 144px;
    height: 20px;
    background-image: url(../../Media/Images/home.jpg);
    background-repeat: repeat-y;
    text-align: right;
    vertical-align: middle;
    font-size: 13pt;
    padding: 5px 0;
    overflow: hidden;
}

#home a 
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

#menu 
{
    background-color: #C41130;
    background-image: url(../../Media/Menus/MasterMenu/Images/menu.jpg);
    background-repeat: repeat-y;
}

#content 
{
    width: 632px;
    padding: 25px 50px 25px 25px;
    background-color: #FEEACD;
}

#footer 
{
    background-color: #FFE1BA;
    height: 110px;
}

#ddgFooter 
{
    text-align: center;
    font-size: 8pt;
    margin: 0;
    padding: 0;
    clear: both;
    background-color: #FFFFFF;
}

/***************** GENERAL *****************/
.required,
.error
{
    color: #FF0000;
    font-weight: bold;
}

/***************** PRODUCTS RELATED *****************/
#productImage 
{
    width: 345px; 
    max-width: 345px; 
    text-align: right;
    margin: 10px 0 0 0;
}

#productDetails 
{
    margin: 45px 0 0 35px; 
    width: 250px;
    overflow: hidden;
}

#productText 
{
    color: #5F6062;
}

#productOtherItems 
{
    margin: 25px 0 0 0;
}

#productOtherItemsHeader
{
    color: #C41130; 
    font-size: 11pt; 
    font-weight: bold;
}

/***************** FOOTER RELATED *****************/
.footerLiquourLicence
{
    font-size: 9pt; 
    padding: 15px 0 15px 20px; 
    color: #333333;
}

.footerWarning 
{
    font-size: 8pt; 
    padding: 0 0 0 20px; 
    color: #333333; 
    line-height: normal; 
    width: 420px;
}
