﻿
/*==========================================================
Creation Date:  17th November 2008 
      Purpose:  Plas Farm
    Design By:  Designed By Loyalty Logistix Ltd
  Copyright (c) Loyalty Logistix Ltd
============================================================

=== CONTENTS ===============================================
    
    Body Style
    Title & Font Styles 
    Hyperlink Styles  
    Table & Cell Styles 
    Divs 
    
==========================================================*/






/************************************************/ 
/*  Body Style			                        */
/************************************************/

  
body 
    {   
    font-family:        Arial, Helvetica, Sans-Serif;
    background-image:   url(../images/bg-page.gif);
    background-color:   #f7eedd;
    font-size:          0.7em;
    color:              #333;
    margin:             0;
    padding:            0;
    }









/************************************************/ 
/*  Title & Font Styles                         */
/************************************************/

  
/*== Titles Font ===============================*/
h1 
    {
    font-size:		    2.2em;
    font-weight:	    normal;
    color:			    #b1bc32;  
    margin:             0 0 5px;
    }



/*== Sub Titles Font ===========================*/
h2 
    {
    font-size:		    1.7em;
    font-weight:        normal;
    color:			    #222;  
    margin:             0 0 5px;
    }










/************************************************/
/*  Hyperlink Styles                            */
/************************************************/


/*== Main Navigation ===========================*/
a.mainnav
    {
    font-size:			1.1em;	
    Text-decoration:	none;     
	Color:				#5b6f3a;
    }

a.mainnav:hover
    {
	Text-decoration:	none;  
	Color:				#b1bc32;
    }  
    


/*== Page Links ================================*/
a
    {
    font-size:			1.2em;	
    Text-decoration:	none;     
	Color:				#ff9617;
    }

a:hover
    {
	Text-decoration:	none;  
	Color:				#b1bc32;
    }
   


/*== Footer Links ==============================*/
a.footerlinks
    {

    font-size:			1.1em;	
	color:				#5b6f3a;
    }

a.footerlinks:hover
    {
	text-decoration:	none;		
	color:				#444;
    }
    









/************************************************/
/*  Table & Cell Styles                         */
/************************************************/
  
  
/*== All Tables ================================*/
table
    {
    border:             0;
    margin:             0;
    padding:            0;
    }
    


/*== All Table Cells ===========================*/
td
    {
	text-align:         left;
    border:             0;
    margin:             0;
    padding:            0;
    }










/************************************************/ 
/*  Divs			                            */
/************************************************/

  

/*== Header Div ================================*/
#header
    {   
	height:             216px;
	background-repeat:  repeat; 
    }



/*== Navigation Div ============================*/
#navigation
    {   
    width:              964px;
	height:             52px;	
    }



/*== Content Div ===============================*/
#content
    {   
    width:		        1000px;
	}



/*== Information Div ===========================*/
#information
    {   
    width:		        660px;
	height:             490px;
    }

#information .padding
    {   
    padding:            10px 0 0 20px;
	}



/*== SideBar Div ===============================*/
#sidebar
    {   
	width:		        340px;
	height:             490px;	
	}



/*== Footer Div ================================*/
#footer
    {   
    clear:              both;
	background-repeat:  repeat;
	}

#footer .padding
    {   
    padding:            25px 0 0 20px;
	}	






/*========================================================*/


