/*
              Title:          home.css 
      
              Author:         Global Web Limited
              Version:        87 
              Filename:       home.css 
              Date:           16:35 2 August 2010
              File Type:      Style Sheet
      
              Copyright:      Copyright (c) 1994-2010 Global Web Limited.
                              All rights reserved.
      
              Address:        Global Web Limited
                              Twin Spires Business Park
                              Mugiemoss Road
                              Bucksburn
                              Aberdeen
                              AB21 9BG
                              United Kingdom
      
              Telephone:      +44 1224 454000
              Fax:            +44 1224 454001
              E-mail:         support@globalweb.co.uk
      	      Web:            http://www.globalweb.co.uk/
      
      */
      

html {height:100%; }
body {
	font-size: 85%;
	line-height: 120%;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	color: #333333;
	background: white url(images/blue-background.gif) repeat left top;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	height:100%;
	min-width: 795px;
}
img {
border: 0;
}
h1 {
 	font-size: 120%;
	color: #002265;
	}
h2 {
	font-size: 110%;
	color: #002265;
	}
h3 {
	font-size: 100%;
	color: #002265;
	}
a:link, a:hover, a:visited {  color: #002265;
              font-family: Arial, Helvetica, Verdana, Sans-Serif;
font-size: 100%;
}
#wrapper {
    width: 813px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    min-height: 100%;
	height: auto !important;
    background: white url(images/white-background.jpg) repeat-y center top;
}
#banner {
	width: 795px;
	height:174px;
	padding-left: 9px;
	}
#innerWrapper {
	width: 548px;
	float: left;
	padding-left: 37px;
	margin-top: 30px;
	}
#contentRight {
	width: 212px;
	float: right;
	margin-top: 30px;
	}
#contentLeft {
	width: 181px;
	float: left;
	}
#content {
	width: 350px;
	float: right;
	}
#contentText {
	background-color: #FFECDA;
	padding: 10px;
	}
#homeAddress {
	padding: 7px;
	margin: 5px 0;
	background-color: #FFECDA;
	border: 1px solid #DFDFDF;
	color: #002265;
}
.productRanges {
	padding-bottom: 3px;
	}
#footer {
	font-size: 75%;
	padding: 20px 37px;
	clear: both;
	}
#footer a { font-size: 75%; } 
