/*-----------------------------------------------------------------------------
version:   1.0
author:    Tony Crockford
email:     tonyc@boldfish.co.uk  
website:   http://www.boldfish.co.uk/
date:      2006 August 05

Copyright 2006 Tony Crockford All Rights Reserved 
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* hack for forcing scroll bars to stop page jog - http://www.splintered.co.uk/experiments/49/ */
html { margin-bottom: 1px; min-height: 100%; }

/* Remove padding and margin on selected elements*/
h1,h2,h3,h4,h5,h6,pre,body,p,div{margin: 0; padding: 0;}

/*debug border on all divs*/
/*div{
   border: 1px solid #ccc;
}*/

/* Class for clearing floats */
.clear {
   clear:both;
}

div.clearing{
   clear: both;
   height: 1px;
   line-height: 1px;
}

/* Remove border around linked images and fix Firefox odd spaces */
img {
   border: 0;
   vertical-align: bottom;
}

/* =Structural
-----------------------------------------------------------------------------*/
body{
   text-align: center;
   font-size: 100%;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div#container{
	width: 802px;
	text-align: left;
	background : #fff url(../images/containerbg.png) repeat-y;
	min-height: 600px;
	font-size: 0.8em;
	margin-right: auto;
	margin-left: auto;
}

div#header{
   background : transparent;
   position: relative;
   min-height: 130px;
}

div#wrapper_outer{
   padding: 1px 0 0 0;
} 

div#wrapper_inner{
   margin: 0 0 0 175px;;
   margin-top: 10px;
   position: relative;
}

div#main{
	width: 496px;
	float: left;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#main p{
	padding: 5px;
	line-height: 16px;
	font-size: 11px;
}

div#main ul{
	line-height: 16px;
	font-size: 11px;
}

div#main h1{
	font-size: 18px;
	color: #800101;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

div#main h2{
	font-size: 12px;
	color: #800101;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

div#main h3{
	font-size: 11px;
	color: #800101;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

div#main a:link{
	color: #00508E;
	text-decoration: none;
}

div#main a:hover{
	color: #800101;
	text-decoration: underline;
}

div#main a:visited{
	color: #800101;
	text-decoration: none;
}

div#sidebar{
   width: 120px;
   float: right;
   display: inline;
   text-align: center;
   position: relative;
   margin: 0 5px 0 0;
}

div#news{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

div#news p{
	padding: 5px;
	line-height: 16px;
	font-size: 11px;
}

div#news h1{
	padding: 5px;
	font-size: 18px;
	color: #800101;
}

div#news h2{
	font-size: 12px;
	color: #000000;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

div#news h3{
	font-size: 11px;
	color: #000000;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

div#news a:link{
	color: #00508E;
	text-decoration: none;
}

div#news a:hover{
	color: #800101;
	text-decoration: underline;
}

div#news a:visited{
	color: #800101;
	text-decoration: none;
}

div#news ul{
	line-height: 16px;
	font-size: 11px;
}



/* =Typography
-----------------------------------------------------------------------------*/
div.vcard{
   font-size: 0.8em;
   margin: 10px 5px 10px -5px;
}


/* =Headings
-----------------------------------------------------------------------------*/



/* =Links
-----------------------------------------------------------------------------*/




/* =Branding
-----------------------------------------------------------------------------*/
img#logo{
   margin: 30px 0 0 47px;
   float: left;
}

img#strap{
   margin: 30px 0 0 27px;
   float: left;
   position: relative;
   z-index: 10;
}
img#men{
   position: absolute;
   top: 0;
   right: 5px;
   z-index: 5;
}

img#pullquote{
   margin: 0 0 0 20px;
}



/* =Main Nav
-----------------------------------------------------------------------------*/

div#nav{
   clear: both;
   padding: 1px 0 0 0;
}

div#nav ul{
   list-style-type: none;
   margin: 20px 0 0 62px;
   padding: 0;
}

div#nav ul li{
   padding: 0; 
   margin: 0 3px 0 0;
   display: inline;
}



/* =Sub Nav
-----------------------------------------------------------------------------*/
div#dropdescription{
	margin: 0px;
	padding: 0px;
   }

div#context{
   width: 158px;
   background : transparent url(../images/navbarmiddle.png) repeat-y;
   color: #FFF;
   margin: 10px 0 10px 10px;
   float: left;
   display: inline;
}

div#context div#context_top{
   background : transparent url(../images/navbartop.png) no-repeat left top;
   height: 29px;
   padding: 1px 0 0 0;
}

div#context div#context_bottom{
   background : transparent url(../images/navbarbottom.png) no-repeat left bottom;
   min-height: 30px;
   padding: 0 0 15px 0;

}

div#context h3{
   margin: 25px 25px 15px 10px;
   font-size: 1em;
}

div#context h3 a{
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: none;
}

div#context ul{
   list-style-type: none;
   padding: 0;
   margin: 5px 18px 25px 10px;
}

div#context li{
   margin: 0 0 10px 0;
}

div#context li a{
   text-decoration: none;
   color: #FFF;
}
div#context li a:hover{
   text-decoration: underline;
   color: #FFF;
}

div#context form{
  padding: 0 0 15px 0;
  font-size: 0.9em;
  margin: 7px;
}

div#context form input.text{
   width: 80px;
   margin: 4px 0 0 0;
  
}
div#context form input{
   vertical-align: top;
   font-size: 0.9em; 
   margin: 5px 0 0 0;
}

div#context a#overseas,
div#context a#enquire{
   margin: 0 0 20px 10px;
}


/* =Main Content
-----------------------------------------------------------------------------*/

div#businessbox{
   background :  url(../images/redboxmiddle.png) repeat-y;
   margin: 10px 0 0 0;
}

div#business_content{
	background : url(../images/redboxbottom.png) no-repeat left bottom;
	padding: 0 0 10px;
}

div#business_top{
   background : url(../images/redboxtop.png) no-repeat left top;
   height: 25px;
}

div#businessbox h3{
	margin: 0 15px;
	font-size: 14px;
}

div#businessbox p.first{
	color: #800101;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 110px;
	margin-left: 15px;
	margin-bottom: 5px;
}

div#businessbox span{
   color: #000;
}

div#businessbox p{
   margin: 10px 110px 15px 15px;
   font-size: 0.9em;
}

div#businessbox a:link{
	color: #800101;
	text-decoration: none;
}

div#businessbox a:hover{
	color: #800101;
	text-decoration: underline;
}
div#businessbox a:visited{
	color: #800101;
	text-decoration: none;
}

div#businessbox p.last{
   margin: 10px 110px 15px 15px;
   font-size: 0.8em;
   font-family: tahoma, sans-serif;
}

div#youbox{
   background :  url(../images/greenboxmiddle.png) repeat-y;
   margin: 10px 0;
}

div#you_content{
   background : url(../images/greenboxbottom.png) no-repeat left bottom;
   padding: 0 0  10px 0;
}

div#you_top{
   background : url(../images/greenboxtop.png) no-repeat left top;
   height: 25px;
}

div#youbox h3{
	margin: 0 15px;
	font-size: 14px;
}

div#youbox p.first{
   margin: 5px 110px 5px 15px;
   color: #006633;
   font-weight: bold;
}

div#youbox span{
   color: #000;
}

div#youbox p{
   margin: 10px 110px 15px 15px;
   font-size: 0.9em;
}

div#youbox a:link{
	color: 006633;
	text-decoration: none;   
}

div#youbox a:hover{
	color: 006633;
	text-decoration: underline;   
}

div#youbox a:visited{
	color: 006633;
	text-decoration: none;   
}

div#youbox p.last{
   margin: 10px 130px 15px 15px;
   font-size: 0.8em;
   font-family: tahoma, sans-serif;
}




/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/
div#footer{
   background : url(../images/footerbar.png) no-repeat left top;
   min-height: 33px;
   width: 802px;
   margin: 0 auto;
   padding: 1px 0 0 0;
}

div#footer ul{
   margin: 5px 0 0 0;
   padding: 0;
   list-style-type: none;
}

div#footer ul li{
   
   display: inline;

   margin: 5px 10px 0 0;
}

div#footer ul li a{
   font-size: 0.7em;
   font-family: tahoma, sans-serif;
   color: #fff;
   text-decoration: none;
   padding: 0 10px 0 0;   
   border: 1px solid #FFF;
   border-width: 0 1px 0 0;
}


/* =Forms
-----------------------------------------------------------------------------*/
form#searchform{
   margin: 10px;
   float: left;

}



/* =Tables
-----------------------------------------------------------------------------*/

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

th {
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	color: #0078a6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;

}



/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/
.imageright {
	clear: left;
	float: right;
	margin-right: 10px;
	margin-left: 5px;
}
