

/*==========================================================
 Creation Date:  1st April 2008 
       Purpose:  Sky Ford 
     Design By:  Designed By Loyalty Logistix Ltd
  Copyright(c):	 Loyalty Logistix Ltd
============================================================

=== CONTENTS ===============================================
    Body Style
    Divs 
    Table & Cell Styles 
    Title & Font Styles 
    Hyperlink Styles  
    Background Images

==========================================================*/






/************************************************/ 
/*  Body Style			                        */
/************************************************/

  
body 
    {   
	background-image:	url(../images/bg-main.gif);
	font-family:		Arial, Helvetica, Sans-Serif;
    font-size:			0.7em;
    color:				#666666;
    margin:				0px 0px 0px 0px;
	padding:			0px 0px 0px 0px;   
    }









/************************************************/ 
/*  Title & Font Styles                         */
/************************************************/

  
/*== Titles ====================================*/
h1 
    {
    font-size:		2.0em;
    font-weight:	normal;
    color:			#065d90;  
    margin:			0px 0px 5px 0px;
    }



/*== Sub Titles ================================*/
h2 
    {
    font-size:		1.5em;
    font-weight:	bold;
    color:			#b3b2b2;  
    margin:			0px 0px 5px 0px;
    }

/*== Special Offer Vehicle Title ================================*/
.specialmaintitle 
    {
    font-size:		1.8em;
    font-weight:	normal;
    color:			#065d90;  
    margin:			0px 0px 5px 0px;
    }    

/*== Special Offer Was Title ================================*/
.specialwastitle 
    {
    font-size:		1.7em;
    font-weight:	Bold;
    color:			#000000;  
    margin:			0px 0px 5px 0px;
    } 

/*== Special Offer Save Title ================================*/
.specialsavetitle 
    {
    font-size:		1.7em;
    font-weight:	Bold;
    color:			#FF0000;  
    margin:			0px 0px 5px 0px;
    } 

/*== Special Offer Now Title ================================*/
.specialnowtitle 
    {
    font-size:		1.7em;
    font-weight:	Bold;
    color:			#065d90;  
    margin:			0px 0px 5px 0px;
    } 


/*== Footer Text ===============================*/
.footertext 
    {
    color:			#666666;
    }









/************************************************/
/*  Hyperlink Styles                            */
/************************************************/

  
/*== Overview Links  ===========================*/
a.overviewnav
    {
    font-size:			1.3em;	
	Text-decoration:	none;     
	Color:				#3b9fda;	
    }

a.overviewnav:hover
    {
	Text-decoration:	none;  
	Color:				#53BE44;	
    }
    
    
        
/*== Page Links ================================*/
a
    {
    font-size:			1.1em;	
    Text-decoration:	none;     
	Color:				#3b9fda;
    }

a:hover
    {
	Text-decoration:	none;  
	Color:				#53BE44;
    }



/*== Sub Navigation Links (Right Column) =======*/
a.subnav
    {
    font-size:			1.2em;	
	Text-decoration:	none;     
	Color:				#3b9fda;	
    }

a.subnav:hover
    {
	Text-decoration:	none;  
	Color:				#53BE44;	
    }



/*== Promotions Link (Red) Front Page ==========*/
a.promotionssubnav
    {
    font-size:			1.2em;
	Color:				#FF0000;	
    }

a.promotionssubnav:hover
    {
	Text-decoration:	none;  
	Color:				#53BE44;	
    }
    
    

/*== Footer Links ==============================*/
a.footerlinks
    {

    font-size:			1.0em;	
	color:				#1B94BA;
    background-color:	white;
    }

a.footerlinks:hover
    {
	text-decoration:	none;		
	color:				#53BE44;
    }









/************************************************/
/*  Background Images                           */
/************************************************/
  
  
/*== Navigation Background =====================*/
.bgnavigation
    {
    background-image:	url(../images/bg-navigation.jpg);
    background-repeat:	no-repeat;
    margin:				0px 0px 0px 0px;
    padding:			0px 0px 0px 0px;    
    }
   
   
   
/*== Promtions Panel Background ================*/
.bgpromotions
    {
    background-image:	url(../images/bg-promotions.gif);
    background-repeat:	no-repeat;
    width:				179px;
    height:				391px;
    margin:				0px 0px 0px 0px;
    padding:			0px 0px 0px 0px;    
    }



/*== Subnav Panel Background ===================*/
.bgsubnav
    {
    background-image:	url(../images/bg-subnav.gif);
    background-repeat:	no-repeat;
    width:				179px;
    height:				190px;
    margin:				0px 0px 0px 0px;
    padding:			0px 0px 0px 0px;    
    }
    
    
    
/*== Main Splash Panel Background ==============*/
.bgmainpanel
    {
    background-image:	url(../images/bg-mainpanel.gif);
    background-repeat:	repeat;
    width:				471px;
    height:				250px;
    margin:				0px 0px 0px 0px;
    padding:			0px 0px 0px 0px;
    }









/************************************************/
/*  Table & Cell Styles                         */
/************************************************/
  
  
/*== All Tables ================================*/
table
    {
    border:		0px;
	margin:		0px 0px 0px 0px;
	padding:	0px 0px 0px 0px;
    }
    
    
    
/*== All Table Cells ===========================*/
td
    {
	text-align: left;
    border:		0px;
	margin:		0px 0px 0px 0px;
	padding:	0px 0px 0px 0px;
    }









/************************************************/ 
/*  Divs			                            */
/************************************************/

  
/*== Header ====================================*/
#header
    {   
	width:		764px;
	border:		0px;
	padding:	0px 0px 0px 0px;
    }
        
        

/*== Page ======================================*/
#page
    {   
	width:		764px;
	border:		0px;
	padding:	0px 0px 0px 0px;
	}
    
    
        
/*== Content Table =============================*/
#contenttable
    {   
	width:		764px;
	border:		0px;
	padding:	0px 0px 0px 0px;
    }
       
       
    
/*== Main Site Navigation ======================*/
#navigation
    {   
	width:		764px;
	border:		0px;
	padding:	0px 0px 0px 0px;
    }
    
    
/*== Splash Animated Image =====================*/
#animated
    {   
	width:		764px;
	border:		0px;
	padding:	0px 0px 0px 0px;
    }
    
    

/*== Footer ====================================*/
#footer
    {   
	width:		733px;
	border:		0px;
	padding:	0px 0px 0px 0px;
	text-align: left;
    }






/*========================================================*/

