﻿body
{
	padding: 0;
	margin: 0;
	background-color: white;		
}

a,
a:visited,
a:active
{
    font-family: Arial;
    font-size: 9pt;
    color: #004181; 
    text-decoration:none;
}

a:hover
{
	color: #4e85bc;
    text-decoration:none;
}

img
{
    border: none;
}

.head
{
	position: relative;
	background-image: url('/images/head-gradient.gif');
	background-repeat: repeat-x;
	height: 255px;
	width: 100%;
}

.head .corner
{
    position: relative;
    left: 0px;
}

.head .blueline
{
    position: absolute;
    left: 23px;
    top: 0px;
}

.head .logo
{
    position: absolute;
    left: 97px;
    top: 18px;    
}


.head .centerline
{
    position: absolute;
    left: 47px;
    top: 209px;
}

.head .nav
{
    position: absolute;
    left: 97px;
    top: 105px;
}

.head .nav .navlink
{
    padding-bottom:5px;
}

.head .nav .navlink a, a:hover, a:visited
{
    font-size: 10pt;
    font-family: Tahoma;
    color: #004181;
    text-decoration: none;      
}

.head .nav .navlink a:hover
{
    font-size: 10pt;
    font-family: Tahoma;
    color: #4e85bc;  
    text-decoration: none;      
}
.head .centerline .entreg 
{
    position:absolute;
    top: 14px;
    left: 52px;
    
}

.head .centerline .entreg span
{
    padding-right: 30px;
}

.head .centerline .entreg a, a:hover, a:visited
{
    font-size: 9pt;
    font-family: Tahoma;
    text-decoration:underline;
    color: #ffffff;
}

.head .picture
{
    position: absolute;
    left: 274px;
    top: 0px;
}
.head .picbox
{
    position:absolute;
    left:325px;
    top:0px;
}
.head .tyres
{
    position:absolute;
    left:343px;
    top:30px;
    
}
.head .discs
{
    position:absolute;
    left:502px;
    top:30px;     
}
.head .boats 
{
    position:absolute;
    left:658px;
    top:30px;    
}

.head .tyres a,
.head .discs a,
.head .boats a,
.head .discs a:hover,
.head .tyres a:hover,
.head .boats a:hover,
.head .tyres a:visited,
.head .discs a:visited,
.head .boats a:visited,
.head .tyres a:active
.head .discs a:active
.head .boats a:active
{    
    font-family:Tahoma;
    font-size:12pt;
    color:White;
    text-decoration:none;
    text-transform:uppercase;
}
.content
{
    position:relative;   
    z-index:0;
}

.bottom
{
    position: relative;
    top: 30px;
   	background-image: url('/images/bottom-gradient.gif');
	background-repeat: repeat-x;
	height: 291px;
	width: 100%;
}

.bottom .info-block-pic
{
    position: absolute;
    top: 45px;
    
    
}

.bottom .info-block-text
{
    width:220px;
    position: absolute;
    top:70px;
    left:21px;     
    font-family: Arial;
    color: #394b65;
    font-size: 9pt; 
     
}

.bottom .info-block-text span
{
    color: #004181;
}

.bottom .trademark
{
    font-family:Arial;
    font-size:9pt;
    color:#394b65;
    position:absolute;
    right:20px;
    top:75px;
    width:160px;
    
}

.bottom .trademark a, a:hover, a:visited
{
    font-family: Arial;
    font-size: 9pt;
    color: #004181;
    text-decoration:none;        
}

.bottom .trademark a:hover
{
    font-family: Arial;
    font-size: 9pt;
    color: #4e85bc;
    text-decoration:none;         
}

