﻿
/*==========================================================
Creation Date:  12th February 2009 
      Purpose:  SOS Limited
  Copyright(c)  SOS Limited
============================================================

=== CONTENTS ===============================================
    
    Body Style
    Title & Font Styles 
    Hyperlink Styles  
    Background Images
    Table & Cell Styles 
    Divs 
    
==========================================================*/






/************************************************/ 
/*  Body Style			                        */
/************************************************/

  
body 
    {   

	font-family:	    Arial, Helvetica, Sans-Serif;
	background-image:	url(../images/bg-page.gif);      	
	background-color:   #330301;
    font-size:		    0.7em;
    color:			    #000;
    margin:			    0px 0px 0px 0px;
	padding:		    0px 0px 0px 0px;   
    }
    

    
    









/************************************************/ 
/*  Title & Font Styles                         */
/************************************************/

  
/*== Titles Font ===============================*/
h1 
    {
    font-size:		    3.1em;
    font-weight:	    bold;
    color:			    #FFF;  
    margin:			    0px 0px 0px 0px;
    }



/*== Subheader Font ===========================*/
h2 
    {
    font-size:		    1.6em;
    font-weight:        normal;
    color:			    #000;  
    margin:			    0px 0px 0px 0px;
    }


/*== Sidebox Titles Font ===========================*/
h3 
    {
    font-size:		    1.4em;
    font-weight:        bold;
    color:			    #e90000;  
    margin:			    0px 0px 5px 0px;
    }



/*== Related Areas Title Font ===========================*/
.relatedtitle 
    {
    font-size:		    1.9em;
    font-weight:        normal;
    color:			    #bdbdbd;  
    margin:			    0px 0px 0px 0px;
    }


/*== Sidebox Text ===========================*/
.sboxtext 
    {
    font-size:		    1.0em;
    color:			    #000;  
    margin:			    0px 0px 5px 0px;
    }










/************************************************/
/*  Hyperlink Styles                            */
/************************************************/

/*== Splash Page Titles  ===========================*/
a.splashtitles
    {
    font-size:		    1.5em;
    Text-decoration:	none; 
    font-weight:        normal;
    color:			    #e90000;  
    }

a.splashtitles:hover
    {
	Text-decoration:	underline;  
	Color:				#e90000;
    }  


/*== Main Navigation ===========================*/
a.mainnav
    {
    font-size:			1.1em;	
    Text-decoration:	none;     
	Color:				#5b6f3a;
    }

a.mainnav:hover
    {
	Text-decoration:	none;  
	Color:				#b1bc32;
    }  

/*== Sub Navigation ===========================*/
a.subnav
    {
    font-size:			1.4em;	
    font-weight:        bold;    
    Text-decoration:	none;     
	Color:				#fff;
    }

a.subnav:hover
    {
	Text-decoration:	underline;  
	Color:				#fff;
    }     



/*== Page Links ================================*/
a.sidebox
    {
    font-size:		    1.3em;
    Text-decoration:	none; 
    font-weight:        bold;
    color:			    #e90000;  
    }

a.sidebox:hover
    {
	Text-decoration:	underline;  
	Color:				#fd4f02;
    }
    
    
    

/*== Page Links ================================*/
a
    {
    font-size:		    1.6em;
    Text-decoration:	none; 
    font-weight:        normal;
    color:			    #e90000;  
    }

a:hover
    {
	Text-decoration:	underline;  
	Color:				#fd4f02;
    }
   


/*== Footer Links ==============================*/
a.footerlinks
    {

    font-size:			1.1em;	
	color:				#fff;
    }

a.footerlinks:hover
    {
	text-decoration:	underline;		
	color:				#fff;
    }
    




/************************************************/
/*  Background Images                           */
/************************************************/

/*== Splash Background  ===================*/
.bgsplash 
    {   
	background-image:	url(../images/bg-splash.gif);      	
	background-color:   #f7eedd;
    }    



/*== Splash Filer   ===================*/
.splashfiles
    {
	background-image:	url(../images/splash-files.gif);
	background-repeat: no-repeat;
	width:              878px;        	
	margin:		        0px 0px 0px 0px;
	padding:	        0px 0px 0px 0px;
    }


  
  
/*== Side Bar Box 1 ===================*/
.sideboxbg1
    {
	background-image:	url(../images/sidebar-box1-bg.gif); 
	width:              145px;        	
	height:             143px;        
	margin:		        0px 0px 0px 0px;
	padding:	        0px 0px 0px 0px;
    }


/*== Side Bar Box 2 ===================*/
.sideboxbg2
    {
	background-image:	url(../images/sidebar-box2-bg.gif); 
	width:              145px;        	
	height:             143px;        
	margin:		        0px 0px 0px 0px;
	padding:	        0px 0px 0px 0px;
    }
    
    
/*== Side Bar Box 3 ===================*/
.sideboxbg3
    {
	background-image:	url(../images/sidebar-box3-bg.gif); 
	width:              145px;        	
	height:             143px;        
	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 Div ================================*/
#masterpage
    {   
	width:              1000px;
    }
    
    
    
/*== Header Div ================================*/
#header
    {   
	width:              1000px;
	height:             53px;
    background-image:	url(../images/bg-content.gif); 
	background-repeat:  repeat; 
    }



/*== Navigation Div ============================*/
#navigation
    {   
    width:              1000px;
    }



/*== Title Div ============================*/
#titlenav
    {   
    width:              1000px;
	height:             77px;	
    background-image:	url(../images/bg-content.gif); 
	background-repeat:  repeat;   	
    }




	
	
/*== Content Div ===============================*/
#content
    {   
    width:		        1000px;
    height:		        620px;    
	}



/*== Information Div ===========================*/
#information
    {   
    width:		        670px;
    }

#information .padding
    {   
    padding:            20px 0px 0px 0px;
	}
	
	
/*== Splash Content Div ===========================*/
#splashcontent
    {   
    width:		        878px;
    height:		        433px;      
    }



/*== SideBar Div ===============================*/
#sidebar
    {   
	width:		        170px;
	height:             490px;	
	}



/*== Footer Div ================================*/
#footer
    {   
    clear:              both;
    background-image:	url(../images/bg-footer.jpg); 
	background-repeat:  repeat;   
	color:              #fff;
	}

#footer .padding
    {   
	padding:            18px 0px 0px 20px;
	}	








/*========================================================*/

