DIV
{
    box-sizing: padding-box;
    -moz-box-sizing: padding-box
}
A
{
    box-sizing: padding-box;
    -moz-box-sizing: padding-box
}
BODY
{
    background-color: #5d656c;
    text-align: center;
	 margin-top: 10px;
}

#biggest
{
	width: 850px;
	height: 100%;
	background-color: #ffffff;
	text-align: center;
	margin: 0px auto 0 auto;
	padding-top: 20px;
	padding-bottom: 75px;
	display: block;
	border: 4px solid gainsboro;
}


#biggest-home
{
	width: 850px;
	height: 680px;
	background-color: #ffffff;
	text-align: center;
	margin: 0px auto 0 auto;
	padding-top: 20px;
	padding-bottom: 75px;
	border: 4px solid gainsboro;
}  


#biggest-empty
{
	width: 850px;
	height: 680px;
	background-color: #ffffff;
	text-align: center;
	margin: 0px auto 0 auto;
	padding-top: 20px;
	padding-bottom: 75px;
	border: 4px solid gainsboro;
}  

#biggest-suppliers
{
	width: 850px;
	background-color: #ffffff;
	text-align: center;
	margin: 0px auto 0 auto;
	padding-top: 20px;
	padding-bottom: 75px;
	border: 4px solid gainsboro;
} 

#biggest-contact
{
	width: 850px;

	background-color: #ffffff;
	text-align: center;
	margin: 0px auto 0 auto;
	padding-top: 20px;
	padding-bottom: 75px;
	border: 4px solid gainsboro;
}

#giant
{
	width: 750px;
	background-color: #fffff;
	border: 0px solid red;
	margin: 0px auto 0 auto;
	position: relative;
	display: block;

}
	
	

#flash
{
	width: 750px;
	height: 300px;
	border: 0px solid red;
	background-color: #ffffff;
	margin-top: 0px;
	display: block;
	padding-top: 0px;	
	text-align: top;
}

#menu
{
	width: 230px;
	height: 187px;
	background: url('../images/menu_02.png') no-repeat;
	border-left: 1px solid gainsboro;
	text-align: left;
	position: absolute;
	top: 258px;
	left: 15px;
}

#menu a
{
	width: 93%;
	font-family: verdana;
	font-size: 8pt;

	color: gray;
	border-bottom: 1px solid gainsboro;
	display: block;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-decoration: none;
	text-align: center;
}

#menu a:hover
{
	width: 93%;
	background-color: gainsboro; 
	font-weight: bold;
	color: #b47614;
}

#selected
{
	width: 93%;
	background-color: gainsboro; 
	font-weight: bold;
	color: #b47614;
}

#menu-pages
{
	width: 230px;
	height: 187px;
	background: url('../images/menu_02.png') no-repeat;
	border-left: 1px solid gainsboro;
	text-align: left;
	position: absolute;
	top: 163px;
	left: 15px;
}

#menu-pages a
{
	width: 93%;
	font-family: verdana;
	font-size: 8pt;

	color: gray;
	border-bottom: 1px solid gainsboro;
	display: block;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-decoration: none;
	text-align: center;
}

#menu-pages a:hover
{
	width: 93%;
	background-color: gainsboro; 
	font-weight: bold;
	color: #b47614;
}

.main h1
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    color: #5d656c;
    margin-bottom: 10px;
    margin-top: 0px;
}


.main p
{
    font-family: Arial;
    font-size: 9pt;
    text-align: left;
    color: Gray;
    margin: 0px;
    
}

.main a
{
    font-family: Arial;
    font-size: 9pt;
    text-align: left;
    color: #b47614;
    margin: 0px;
    
}

.main-pages h1
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    color: #5d656c;
    margin-bottom: 10px;
    margin-top: 20px;
}


.main-pages p
{
    font-family: Arial;
    font-size: 9pt;
    color: Gray;
    text-align: left;
    margin: 0px;
    
}

.main-pages a
{
    font-family: Verdana;
    font-size: 8pt;
    text-align: left;
    text-decoration: none;
    color: #b47614;
}

.amin-pages a:hover
{
    text-decoration: underline;
}


#welcome
{
    padding-left: 250px;
}

#other
{
    padding-top: 30px;
    display: block;
}

.other h1
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    color: #5d656c;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 10px;
}


.other p
{
    font-family: Arial;
    font-size: 9pt;
    color: Gray;
    text-align: left;
}

#contact
{
    width: 373px;
    float: right;
    border: 0px solid red;
    background-color: #f1f1f1;
    border: 1px solid gainsboro;
    padding-top: 15px;
    padding-bottom: 15px;

}

.contact h1
{
    font-family: Verdana;
    font-size: 10pt;
    text-align: left;
    color: #5d656c;
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}

.contact p
{
    font-family: Verdana;
    font-size: 8pt;
    text-align: left;
    color: #5d656c;
    padding-left: 20px;
    margin: 0;
}

.contact a
{
    font-family: Verdana;
    font-size: 8pt;
    text-align: left;
    text-decoration: none;
    color: #b47614;
}

.contact a:hover
{
    text-decoration: underline;
}

#images
{
    width: 375px;
    float: left;
    border: 0px solid red;
}

#bottom
{
    font-family: Arial;
    font-size: 7pt;
    color: gainsboro;
    text-align: right;
}

#bottom a
{
    font-family: Arial;
    font-size: 7pt;
    color: gainsboro;
    text-align: right;
    text-decoration: none;
}

#bottom a:hover
{
    text-decoration: underline;
    color: #b47614;
}

#top
{
    width: 750px;
    height: 75px;
    background: url('../images/top_01.jpg') no-repeat;
}

#top a
{
    width: 750px;
    height: 75px;
    display: block;
}
    

#banner-products
{
    
    width: 750px;
    height: 98px;
    background: url('../images/banner-products_02.jpg') no-repeat;
}

#banner-services
{
    
    width: 750px;
    height: 98px;
    background: url('../images/banner-services_02.jpg') no-repeat;
}

#banner-suppliers
{
    
    width: 750px;
    height: 98px;
    background: url('../images/banner-suppliers_02.jpg') no-repeat;
}

#banner-about
{
    
    width: 750px;
    height: 98px;
    background: url('../images/banner-about_02.jpg') no-repeat;
}

#banner-contact
{
    
    width: 750px;
    height: 98px;
    background: url('../images/banner-contact_02.jpg') no-repeat;
}

#suppliers
{
    border: 0px solid blue;
    width: 750px;
    margin-top: 30px;
}

.td1
{
    width: 200px;
    padding: 5px;
    border-left: 1px solid gainsboro;
    border-top: 1px solid gainsboro;
    border-bottom: 1px solid gainsboro;
}

.td2
{
    width: 175px;
    padding: 5px;
    border-right: 1px solid gainsboro;
    border-top: 1px solid gainsboro;
    border-bottom: 1px solid gainsboro;
}


    
    
    




