﻿body
{
    background-color: #000000;
	text-align: center; /* centering for the IE */
    padding: 0px;
    margin: 7px auto 0 auto;
}

.master_container_0
{
	width:900px;
	height:576px !important; /* Only for Firefox */
	height:563px; /* Only for IE */
	border: 2px ridge #CCCCCC;
    padding: 0px;
    background-color: #FFFFF0;
	margin:0 auto; /* centering for other browsers */
	text-align: left;
	position: relative;
}

.master_top_menu
{
	width: 100%;
	height: 110px;
	margin: 0;
	padding: 0;
	background-color: #E1D4C1;	
	border-style: none none solid none; 
	border-bottom-width: 1px; 
	border-bottom-color: #C0C0C0;
	position: absolute;
	margin: 0;
}

.master_top_menu_left
{
	width: 100px; 
	height: 20px;
	text-align: left; 	
	position: absolute; 
	margin: 0 0 0 1px;
}

.master_top_menu_right
{
	width: 150px !important; /* Only for Firefox */
	width: 800px; /* Only for IE */
	height: 20px;
	text-align: right;
	position: absolute; 
	margin: 0 0 0 747px !important; /* Only for Firefox */
	margin: 0 0 0 99px; /* Only for IE */	
}

.master_top_menu_logo
{	width: 100%;	
	text-align: center;
	position: absolute;
	margin: 20px 0 0 0;
}

.master_top_menu_down
{	width: 100%;
	height: 20px;	
	text-align: left;
	position: absolute;
	margin: 92px 0 0 1px;
}

.master_side_menu_left
{
	width: 150px;
	height: 463px !important; /* Only for Firefox */
	height: 450px; /* Only for IE */
	padding: 0;
	text-align: center;
	background-color: #E1D4C1;	
	position: absolute;
	margin: 112px 0 0 0;
	border-style: solid solid none none; 
	border-width: 1px 1px 0 0; 
	border-color: #C0C0C0;
}

.master_content_container
{
	width: 747px !important; /* Only for Firefox */
	width: 745px; /* Only for IE */
	height: 463px !important; /* Only for Firefox */
	height: 450px; /* Only for IE */
	position: absolute;	
	margin: 112px 0 0 153px;	
	border: 0;
	padding: 0;
	background-color: #FFFFF0;
	overflow: auto;
}

.master_products_content_container
{
	width: 749px !important; /* Only for Firefox */
	width: 747px; /* Only for IE */
	height: 464px !important; /* Only for Firefox */
	height: 450px; /* Only for IE */
	position: absolute;	
	margin: 112px 0 0 151px;	
	padding: 0;
    background-color: #E1D4C1;
}