﻿body
{
    /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
   
    margin: 0;
    padding: 0;
    text-align: center;
    /*background-image: url('../Images/background/website_background.gif');
    background-repeat: no-repeat;*/
}

.Content
{
    margin: 0 auto;
    width : 100%;
    height: 100%;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    background-image: url('../Images/background/website_background.gif');
    background-repeat: no-repeat;
    
}

#header
{    
    background-image: url('../Images/Banner/SouthAfrica_design26.jpg');
    background-repeat: no-repeat;
    text-align: center;
    height:100%;    
    width: 100%;
}



.header_links_style
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #C0C0C0;
    margin-right: 1px;
    padding-right: 7px;
    color: #C0C0C0;
}

#menu
{ width:100%;
  height:100%;
}

.PageBannerImage
{
    width: 80%;
    height:100%;
}

#TopLeftColl
{
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    background-color: #FFFFFF;
}
#CoutrySelect
{
    background-position: #FFFFFF;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    width: 170px; /* since this element is floated, a width must be given */
    background: #FFFFFF;
    top: inherit;
    left: 483px;
    border-spacing: 0px;
}
#sidebar2 
{
    text-align: center;
	width: 100px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	position:absolute;
	right: 483px;
}

#main
{
    width: 100%;
    /*position:relative;
    left: -15%;*/
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    text-align: left;
   
}

.LeftSideTableFixed
{   width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 1px;
    padding: 0px;
}
   
.DarkGreenTableHeading
{
    height: 18px;
    background-image: url('../Images/menu_bar/menu_background_passive.gif');
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
}
.CountryCellDropDown
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    height: 18px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
}
 
.CompanyStatmentRow
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #808080;
    text-align: left;
    text-decoration: none;
    
}
.CompanyStatment
{   font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #808080;
    text-align: left;
    text-decoration: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
}
.CompanyStatmentText
{   font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #808080;
    text-align: left;
    text-decoration: none;
}

#LeftSideImage
{  
    width:100%; /* since this element is floated, a width must be given */
    background: #FFFFFF;
    border-spacing: 0px;
}

#LeftSideBottomLink
{
    width: 100%; /* since this element is floated, a width must be given */
    background: #FFFFFF;
    border-spacing: 0px;
}