body 
{
    margin:0;
    padding:0;
    font-family:Arial,Helvetica,sans-serif;
}

/* Main Area */
#MainArea
{  
    width:100%;
    height:500px;
}

#ContentArea
{
    margin:0 auto;
    width:835px;
}

/* Main Site Areas */
#ContentArea #Header
{
    width:100%;
    height:80px;
}

#ContentArea #MainNav
{
    width:100%;
    background-image:url(../images/h-menu-02.jpg);
    height:20px;
    color:#FAEAEC;
}

#ContentArea #Banner
{
    width:100%;
    height:190px;
    border-bottom:solid 10px #99CC65;
}

#ContentArea #ContentSection
{
    width:100%;
    height:530px;
}

#ContentArea #Footer
{
    width:100%;
    background:#00529B none repeat scroll 0 0;
    height:18px;
    margin-bottom:-10px;
    color:#FFFFFF;
    font-family:Arial,Helvetica,sans-serif;
    font-size:10px;
}

#ContentArea #Declaration
{
    width:100%;
    text-align:center ;
}

/* Header Areas */
#Header #Logo
{
    background-repeat:no-repeat;
    height:auto;
    width:40%;
    float:left;		
}

#Logo h1
{
    font-size:28px;
    font-family:Arial,Helvetica,sans-serif;
    color:#bebebe;
	margin:46px 0 0 0;
}

#Header #PhoneAndNav
{
    width:60%;
    height:100%;
    float:left;
    position:relative;
padding: 0;
}

#PhoneAndNav #Phone
{
    background-image:url(../images/tel.gif);
    height:45px;
    width:160px;
    margin:10px 20px 20px 20px;
    float:right;
}

#PhoneAndNav #SmallNav
{
    position:relative;
    z-index:100%;
    top:100%;
    margin-top:-18px;
    float:right; 
    width:318px;
    height:18px;
    background:#99CC65;    
    display:inline;
    color:#FAEAEC;
}

#SmallNav #LeftEnd
{
    background-image:url(../images/h-menu-03.gif);
    height:18px;
    width:33px;
    float:left;
}

/* Content Section */
#ContentSection #LeftArea
{
    float:left;
    width:83%;
    height:100%;
    margin:15px 0 0 0 ;
}

#ContentSection #RightArea
{
    float:left;
    width:17%;
}

/* Right Area Links Section */
#RightArea .Lnk
{    
}

#RightArea .Lnk a
{
    border:solid 1px white;
    display:block;
    height:100%;
    width:100%;
}

#RightArea .Lnk a:hover
{
    
}

.Lnk a img
{
    border:none;
}

/* Hover Div Areas */
#LeftArea #MainDetails
{
    width:100%;
    height:100%;
}

#LeftArea #Professions
{
    width:100%;
    height:100%;
}

#LeftArea #Supplier
{    
    width:100%;
    height:100%;
}

#LeftArea #PLC
{
    width:100%;
    height:100%;
}

#LeftArea #LDF
{    
    width:100%;
    height:100%;
}

#LeftArea #VIP
{    
    width:100%;
    height:100%;
}

#LeftArea #Equipment
{    
    width:100%;
    height:100%;
}

/* Misc Format Items */
#SmallNav a
{
    color:#FAEAEC;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    margin:0;
    padding:0;
    text-decoration:none;
	font-weight:bold;
}

#SmallNav a:hover
{
	   text-decoration:underline;
}

#MainNav a
{
    color:#FAEAEC;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    text-decoration:none;
    padding:5px;
    font-weight:bold;
}

#MainNav a:hover
{
	   text-decoration:underline;
}

/* Text Area Details */
#LeftArea h1
{
    font-size:16pt;
}

#LeftArea p
{
    font-size:10pt;
}