/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #1B3478; }
a:visited { color: #1B3478; }
a:hover { color: #2D57C9; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

html, body { height:100%; }
body { font-size:12px; font-family:Verdana,Geneva,Tahoma,sans-serif; color:#666666; line-height:21px; background:#FFFFFF; }

h1, h2, h3 { font-family:Georgia,Times,"Times New Roman",serif; color:#1B3478; }
h1 { font-size:28px; margin:31px 0 42px; }
h2 { font-size:21px; margin:30px 0 15px; }

p { margin:0 0 21px; }



/* ============================================================================
   Primary Styles
   ========================================================================== */

#container { min-height:100%; height:auto !important; height:100%; margin-bottom:-140px; }

.wrap { width:960px; margin-left:auto; margin-right:auto; }

#navbar { width:100%; height:39px; font-size:10px; line-height:10px; background:#454547 url('../images/bg-navbar.png') repeat-x; }
	#navbar ul { float:left; padding:13px 0 0; }
		#navbar ul li { display:inline; }
		#navbar ul li.first { text-indent:-9999em; }
			#navbar ul li a { float:left; padding:0 10px; color:#E3E3E3; text-decoration:none; background:url('../images/divider-white.gif') repeat-y right; }
			#navbar ul li.first a { width:19px; height:22px; margin-top:-7px; padding:0; background:url('../images/icon-home.png') no-repeat; }
			#navbar ul li.first a:hover { background-position:right; }
			#navbar ul li a:hover { text-decoration:underline; color:#FFFFFF; }
			#navbar ul li.last a { background:none; padding-right:0; }

#header { margin-bottom:21px; padding:35px 0 23px; border-bottom:1px solid #D3D3D3; }
	#header h1 { margin:0; }
	#header h1.logo a { float:left; width:171px; height:39px; margin:0; background-image:url('../images/stewart-logo.gif'); }
	#header .downloadarea { height: 40px; padding: 10px 20px; border:1px solid #E9D594; float: right; background: #F2E6C1;}
	#header .downloadarea h2 { color: #CA9C00; margin: 0; }
	#header .downloadarea p a { text-decoration: none; color: #CA9C00;}
	
.press-button { float:right; width:428px; height:30px; border:1px solid #E5E5E5; background:#F4F4F4; margin:21px 0 0; line-height:18px; }
	.press-button h3 { float:left; font-size:16px; font-weight:bold; margin:6px 15px; color:#1b3478; }
	.press-button img { float:right; }

#content { float:left; width:623px; margin-right:21px; padding-right:10px; }
	#content table { width:510px; margin:0 0 21px; padding:0; line-height:17px; }
		#content table th, td { padding:3px 5px 3px 0; vertical-align:top; }

.box { float:left; position:relative; width:304px; height:586px; margin-right:21px; border:1px solid #B6B6B6; }
.box.garden { background:url('../images/img-garden.jpg') no-repeat; }
.box.home { background:url('../images/img-home.jpg') no-repeat; }
.box.catering { margin-right:0; background:url('../images/img-catering.jpg') no-repeat; }
	.box.garden a { color:#77B700; }
	.box.home a { color: #E62533; }
	.box.catering a { color: #047391; }
	.box a { display:block; width:304px; height:586px; font-weight:bold; }
	.box a:hover .panel.non-js { opacity:1;	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); }
		.box img { position:absolute; top:454px; left:16px; z-index:1; }
		.box span { position:absolute; top:553px; right:0px; z-index:2; margin-right:16px; }
		.box .panel { width:304px; height:150px; position:absolute; bottom:0px; background:#FFFFFF; opacity:0.8; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter:alpha(opacity=80); }

#sidebar { float:left; width:306px; padding-top:76px; }
	#sidebar .box { float:none; height:150px; margin:0 0 20px; }
	#sidebar .box.garden { background:url('../images/img-garden2.jpg') no-repeat; }
	#sidebar .box.packaging { background:url('../images/img-packaging2.jpg') no-repeat; }
	#sidebar .box.home { background:url('../images/img-home2.jpg') no-repeat; }
	#sidebar .box.catering { background:url('../images/img-catering2.jpg') no-repeat; }
	#sidebar .box.technology { background:url('../images/img-technology2.jpg') no-repeat; }
		#sidebar .box a { height:150px; }
			#sidebar .box img { top:20px; }
			#sidebar .box span { top:117px; }

#footer-push { height:140px; }
#footer { position:relative; height:95px; margin-top:21px; padding-top:20px; font-size:10px; line-height:10px; border-top:1px solid #D3D3D3; color:#999999; }
	#footer p { margin:6px 0; }
	#footer ul{ list-style:none; width:100%; float:left; clear:both; margin:0 0 21px; padding:0; }
		#footer li { float:left; margin:0 15px 0 0; padding:0 15px 0 0; background:url('../images/divider-grey.gif') repeat-y right top; }
		#footer li.last { background:none; }
			#footer a { color:#656565; text-decoration:none; }
			#footer a:hover { color:#333333; text-decoration:underline; }
 .number {
  background: url('../images/telephone-number.png')   repeat scroll 0 0 transparent;
 
height: 18px;
left: 695px;
margin: 0;
position: relative;
top: 1.2em;
width: 259px;
}		
.download {height: 46px;
margin: 0;
 position: absolute;
right: 0;
top: 0;
width: 196px;}
		 .download a {
  background-image: url("../images/download-brochure.png");
  display: block;
  height: 100%;
  width: 100%;
}
/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.clear { clear:both; }
.replace { display:block; background-position:top left; background-repeat:no-repeat; text-indent:-9999em; }
a.replace { cursor:pointer; }
.replace a:hover { background-position:top right; }

/* =============================================================================
   Print Styles
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
