﻿body {
}

.master_logo_logo_img {
    width: 100%;
    max-width: 100%;
    height:100% 
}


.master_logo_logo_img img {
    background-image: url('Images/top_collage.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    content:url('Images/top_collage.jpg');
}



.master_main_logo
{
	background-position: right center;
	background-image: url('Images/logo_barloworld.gif');
	background-repeat: no-repeat;
	width: 250px;
	height: 170px;
}
.master_header
{	
	background-image: url('Images/top_collage.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px;
    min-width: 800px;
    width:100%;
    height: 320px;
}
.master_company_logo
{
	background-image: url('Images/logo.jpg');
	background-repeat: no-repeat;
	width:155px;
	height:170px;
}
.master_menu_main
{
	background-image: url('Images/menu_bgtile.gif');
	background-repeat: repeat-y;
	width: 140px;
	vertical-align:top;
	text-align:center;
}
.master_menu_main .menu_table
{
	width: 120px;
	text-align:center;
}
.master_menu_main .menu_table .menu_actions
{
	text-align: center;
	border: 1px solid #00539B;
	padding: 1px;
	margin: 1px;
}

.master_menu_main .menu_table .menu_actions A
{
	font-size: 14px;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration:none;
	background-color: #00539B;
	color: #FFFFFF;
}

.master_menu_main .menu_table .menu_actions A:Hover
{
	background-color: #FFFFFF;
	color: #00539B;
}