/*--------------------------------------------------------------

Common screen styles that are used in all static pages

--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, 
small, strike, strong, sub, sup,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	}
* {
	margin:0;
	padding:0;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	background:#fc0;	
	color:black;
	font-family:verdana, arial, sans-serif, serif;
	font-size:95%;
	text-align:center;
  line-height: 1.5; /* Unitless for proper inheritance */
	}
/* This is where you set your desired font size. The line-height 
   and vertical margins are automatically calculated from this. 
   
   You have to add an extra calculation here because of IE, so that 
   all users may resize text manually in their browsers.
   
   The top one is for IE: The percentage is of 16px (default IE text size)
   10px is 62.5%, 12px is 75%, 13px is 81.25%, and so forth).
   The second value is what all other browsers see (the wanted font size).

	 percentage / 8.3333333 = font size in px
*/
   
body          { font-size: 75%; }   /* IE */
html > body   { font-size: 12px; }  /* Other browsers */

iframe { border: 0; }
/*--------------------------------------------------------------
 Main Link Styles 
--------------------------------------------------------------*/
a {text-decoration:underline;outline:none; color: #d98c40;}
a img {border:0;}
span a { font-size: 90%; color: #000; font-weight: normal; }
/*--------------------------------------------------------------
 Common element styles 
--------------------------------------------------------------*/
p           { margin: 0 0 1.5em 0; text-align:left; line-height: 1.4; }
p span			{ color: #f60; font-size: 120%; font-weight: bold; }
p.narrow		{ width: 427px; }
#right ul		{ list-style: none; margin: 0; }
#right ul li		{ margin: 0 0 0.5em 0; padding-left: 16px; line-height: 1.8; background: url(/img/bullet.gif) no-repeat 0 7px; }
ul, ol	      { margin: 0 0 1.5em 1.5em; line-height: 1.4; }
#right ul ul				{ margin-top: 0.5em; }
ol          { list-style-type: decimal; margin: 0; }
.target-main { color: #fff; font-weight: bold; font-size: 120%; }
.target-main ol li { padding: 0 0 1.5em 1.5em; }
.target-main ol li span { color: #000; }
dl          { margin: 1.5em 0; }
dl dt       { font-weight: bold; }

strong      { font-weight: bold; }
em        	{ font-style: italic; }

#other-services img { margin-bottom: 5px; }
img.forty { margin: 5px 0 0 10px; }
img.list-img { margin-bottom: 16px; }
acronym, dfn, abbr {
	text-decoration:none;
	padding-bottom:2px;
	cursor:help;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:separate;
	border-spacing:0;
	}
caption, th, td {
	text-align:left;
	font-weight:normal;
	}
/*--------------------------------------------------------------
 Heading Styles 
--------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 { 
  font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
  color:#111; 
  clear:both; 
	}
h1 { font-size: 2em; }
h2 { font-size: 2em; line-height: 1.3; color: #f60; font-style: italic; margin-bottom: 0.5em; }
h2.no-marg { margin: 0; }
h2 strong { font-weight: normal; color: #666; }
form h2 { color: #794500; font-size: 160%; padding-left: 15px; }
h3 { font-size: 1.4em; line-height: 1.3; color: #093; font-weight: normal; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height:1.25; font-weight:bold; }
h5 { font-size: 1em; font-weight:bold; }
h6 { font-size: 1em; }
#plaques p { 
	text-align: center;
	font-size: 150%;
	color: #713c08;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-style: italic;
	margin: 0;
	padding-bottom: 1em;
	line-height: 1.5;
	}
#plaques p.small { 
	font-size: 120%;
	text-align: left;
	padding: 0 0 0 40px;
	}
#plaques p.small strong { 
	font-size: 300%;
	color: #f07621;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	margin-top: 10px;
	}
#plaques h2,#plaques h3 { margin: 0; padding-bottom: 0.3em; }
#plaques .box {
	background: #ffcc00 url(/img/box-top.gif) no-repeat;
	padding-top: 14px;
	}
.box-bottom {
	background:url(/img/box-bottom.gif) no-repeat;
	height: 14px;
	font-size: 0;
	margin-bottom: 20px;
	}
/*--------------------------------------------------------------
 Table Styles 
--------------------------------------------------------------*/
table   { margin-bottom: 1.4em; border-top:0; border-left:0; }
th,td   { height: 1em; padding:0.2em 0.4em 1em; border-bottom:0; border-right:0; color: #f60; font-weight: bold; line-height: 1.6; }
th      { font-weight:bold; }
#staff  { width: 100%; }
#staff td { width: 33%; }
/*--------------------------------------------------------------
 Layout element styles 
-------------------------------------------------------------*/
#fixed-width-wrapper {
	position:relative;
	margin:12px auto;
	width:959px;
	text-align:left;
	background:transparent;
	line-height:1.1;
	}
#other-services {
	width: 160px;
	height: 165px;
	background: url(/img/other-services.gif) no-repeat;
	}
#other-services .padFix {
	padding: 50px 0 0 15px;
	}
#content {
	background: #fff;
	padding: 30px 10px 10px;
	}
#content.full {
	padding: 20px;
	}
#left-home {
	float: left;
	width: 172px;
	}
#right-home {
	float: left;
	width: 767px;
	}
#left {
	float: left;
	width: 207px;
	}
#right {
	float: left;
	width: 732px;
	}
#left .padFix {
	padding: 0 0 0 6px;
	}
#footer {
	height: 17px;
	background: url(/img/footer.gif) no-repeat;
	}
.target-top {
	background: url(/img/target-top.gif) no-repeat;
	height: 16px;
	font-size: 0;
	}
.target-main {
	background: #9c0;
	width: 721px;
	}
.target-bottom {
	background: url(/img/target-bottom.gif) no-repeat;
	height: 16px;
	font-size: 0;
	}
#book-top {
	background: url(/img/book-top.gif) no-repeat;
	width: 427px;
	height: 14px;
	}
#book-main {
	background: url(/img/book-main.gif) repeat-y;
	width: 427px;
	}
#book-bottom {
	background: url(/img/book-bottom.gif) no-repeat;
	width: 427px;
	height: 15px;
	margin-bottom: 20px;
	}
#book-main ul {
	border-top: 2px solid #ffa600;
	list-style: none;
	margin: 0 0 0 16px;
	padding: 10px 0 0 0;
	}
#book-main ul a {
	font-weight: bold;
	color: #794500;
	text-decoration: none;
	}
#book-main ul a:hover {
	color: #f60;
	}
#left-cont {
	width: 48.5%;
	float: left;
	}
#right-cont {
	width: 48.5%;
	float: left;
	}
/*--------------------------------------------------------------
 Header styles 
-------------------------------------------------------------*/
#header {
	height: 185px;
	background: url(/img/golden-header.jpg) no-repeat;
	position: relative;
	}
#header span {
	display:none;
	}
/*--------------------------------------------------------------
 Footer specific styles 
--------------------------------------------------------------*/
#footer p {
	}
/*--------------------------------------------------------------
 Top Nav styles 
--------------------------------------------------------------*/
ul#top-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	height: 33px;
	}
#top-nav li {
	float: left;
	}
#top-nav li a {
	display: block;
	height: 33px;
	}
#top-nav li a span {
	display: none;
	}
#home a {
	width: 80px;
	background: url(/img/nav/home.gif) no-repeat;
	}
#company a {
	width: 137px;
	background: url(/img/nav/company.gif) no-repeat;
	}
#environmental-policy a {
	width: 186px;
	background: url(/img/nav/environmental.gif) no-repeat;
	}
#courier-services a {
	width: 149px;
	background: url(/img/nav/courier.gif) no-repeat;
	}
#online-booking a {
	width: 147px;
	background: url(/img/nav/booking.gif) no-repeat;
	}
#contact-us a {
	width: 108px;
	background: url(/img/nav/contact.gif) no-repeat;
	}
#kids a {
	width: 152px;
	background: url(/img/nav/kids.gif) no-repeat;
	}
/*--------------------------------------------------------------
 Side Nav styles 
--------------------------------------------------------------
ul#side-nav {
	list-style: none;
	margin: 0;
	}
#side-nav li {
	margin-bottom: 9px;
	}
#side-nav li a {
	display: block;
	width: 175px;
	height: 32px;
	background-repeat: no-repeat;
	}
#side-nav li a span {
	display: none;
	}
#values a {
	background: url(/img/nav/side/values.gif);
	}
#mission a {
	background: url(/img/nav/side/mission-vision.gif);
	}
#environmental a {
	background: url(/img/nav/side/environmental.gif);
	}
#target a {
	background: url(/img/nav/side/target.gif);
	}
#team a {
	background: url(/img/nav/side/golden-team.gif);
	}
#courier a {
	background: url(/img/nav/side/courier.gif);
	}
#messenger a {
	background: url(/img/nav/side/messenger.gif);
	}
#light-van a {
	background: url(/img/nav/side/light-van.gif);
	}
#half-tonne a {
	background: url(/img/nav/side/half-tonne.gif);
	}
#tonne-van a {
	background: url(/img/nav/side/tonne-van.gif);
	}
#tonne-tray a {
	background: url(/img/nav/side/tonne-tray.gif);
	}*/
	
ul#side-nav {
	list-style: none;
	margin: 0 30px 0 0;
	}
#side-nav li {
	border-bottom: 1px dashed #b2b2b2;
	padding: 1px 0;
	}
#side-nav li a {
	text-decoration: none;
	color: #FF6600;
	padding: 5px 0 5px 5px;
	display: block;
	}
#side-nav li a:hover {
	text-decoration: underline;
	}
#left #side-nav li a.current {
	background: #b2b2b2;
	color: #FFF;
	}
/*--------------------------------------------------------------
 Courier styles 
-------------------------------------------------------------*/
.grey-box {
	border: 1px solid #b2b2b2;
	width: 101px;
	height: 178px;
	margin-right: 2px;
	float: left;
	}
.grey-box h3 {
	background: #b2b2b2;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 4px 0;
	margin-bottom: 0.5em;
	}
.yellow-box {
	border: 1px solid #b2b2b2;
	width: 355px;
	height: 178px;
	margin-right: 2px;
	float: left;
	}
.yellow-box h3 {
	background: #fc0;
	color: #000;
	font-weight: normal;
	text-align: left;
	padding: 4px 14px;
	margin-bottom: 0.5em;
	}
.grey-box p, .yellow-box p {
	text-align: center;
	}
.yellow-box img {
	margin-right: 15px;
	}
.yellow-box img.last {
	margin-right: 0;
	}
.yellow-box img.first {
	margin-left: 60px;
	}
/*--------------------------------------------------------------
 Form styles 
-------------------------------------------------------------*/
#book {
	width: 427px;
	}
#book fieldset {
	width: 350px;
	float: left;
	margin-bottom: 10px;
	}
#book fieldset.wrap {
	width: 100%;
	}
#book fieldset.login {
	width: 51px;
	margin: 0;
	}
#book label {
	width: 136px;
	display: block;
	float: left;
	font-size: 80%;
	text-align: right;
	line-height: 20px;
	}
#book .input_text {
	height: 20px;
	width: 204px;
	border: 0;
	}
/*--------------------------------------------------------------
 Form Validation styles 
--------------------------------------------------------------*/
form.std-form fieldset input.validation-failed, form.std-form fieldset textarea.validation-failed {
	border: 1px solid #f00;
}
form.std-form fieldset input.validation-passed, form.std-form fieldset textarea.validation-passed {
	border: 1px solid green;
}
.validation-advice {
	margin: 2px;
	padding: 2px;
	color:#f00;
	font-size: 80%;
}
.warning {
	border: 1px solid #c66;
}
.warning-advice {
	margin: 2px;
	padding: 2px;
	color:#fff;
	background-color:#bbb;
}

/*-----------------------------------------
	Form Styles
-----------------------------------------*/
form.std-form,  form.std-form fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}
fieldset p { margin: 0; }
form.std-form fieldset {
	padding-bottom: 20px;
	display: block;
	}
.std-form label {
	display: block;
	margin: 0 0 0.5em 0;
	font-size: 120%;
	color: #4f4f4f;
	font-weight: bold;
	}
.std-form .input_text {
	width: 250px;
	padding: 5px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid #ccc;
	}
.std-form textarea.input_text {
	width: 350px;
	}
.ie_hover, ie_focus {
	background: #FDFDE2;
	}
/*--------------------------------------------------------------
 Miscellaneous styles 
--------------------------------------------------------------*/
.text-align-right {text-align:right;}
.text-align-left{text-align:left;}
.center {text-align:center;}
.float-right {float:right;padding:0 0 14px 14px;}
.float-left {float:left;padding:0 14px 14px 0;}
div.float-fix {overflow:hidden;clear:both;height:0;}
br.float-fix {clear:both;}
.bold {font-weight:bold;}
.hide {display:none;}
/*--------------------------------------------------------------
 sIFR Replacements
--------------------------------------------------------------*/
.sIFR-active h2 {
	visibility:hidden;
	font-family:Verdana;
	line-height:1em;
	font-size:26px;
	}
.sIFR-active form h2 {
	font-size: 20px;
	}
.sIFR-active #plaques h2 {
	font-size: 60px;
	}
.sIFR-active #plaques h3 {
	font-size: 16px;
	}