/* HTML5 Boilerplate  */
/* -- reset -- */
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; }

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%; }
sup	{font-size:75%; margin-right:2px; vertical-align:top;}
sub	{font-size:75%; margin-right:2px; vertical-align:text-bottom;}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd { margin:0; padding: 0; font-weight:normal; }
li { list-style:none;}

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; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

@media only screen and (min-width: 35em) {
}
.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; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  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: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  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; }
}
/* -- end reset -- */



/* -- style -- */
body {
	background: url(img/bg_top.jpg) center top no-repeat;
	margin: 0;
	font-family:'OpenSansRegular', Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1;
}

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

a { color: #006790; text-decoration:none; }
a:hover { text-decoration:underline; }

/* -- font -- */
@font-face {
	font-family: 'OpenSansRegular';
	src: url('font/opensans-regular-webfont.eot');
	src: url('font/opensans-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
			 url('font/opensans-regular-webfont.woff') format('woff'),
			 url('font/opensans-regular-webfont.ttf') format('truetype'),
			 url('font/opensans-regular-webfont.svg#CabinRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSansBold';
	src: url('font/opensans-bold-webfont.eot');
	src: url('font/opensans-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
			 url('font/opensans-bold-webfont.woff') format('woff'),
			 url('font/opensans-bold-webfont.ttf') format('truetype'),
			 url('font/opensans-bold-webfont.svg#OpenSansBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSansExtrabold';
	src: url('font/opensans-extrabold-webfont.eot');
	src: url('font/opensans-extrabold-webfontd41d.eot?#iefix') format('embedded-opentype'),
			 url('font/opensans-extrabold-webfont.woff') format('woff'),
			 url('font/opensans-extrabold-webfont.ttf') format('truetype'),
			 url('font/opensans-extrabold-webfont.svg#OpenSansExtrabold') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* -- Adjusment -- */
.clr { clear: both; }
.fr { float: right!important; }
.fl { float: left!important; }
.ar { text-align: right!important; }
.al { text-align: left!important; }
.ac { text-align: center!important; }
ul.basic li {
	margin-left: 20px;
	list-style-type: disc;
	line-height:2;
}
ol.basic li {
	margin-left: 20px;
	list-style-type: decimal;
	line-height:2;
}
.mb0 { margin-bottom:0!important;}
.mb10 { margin-bottom:10px!important;}
.mb50 { margin-bottom:50px!important;}
.mr0 { margin-right:0!important;}


/* -- header -- */
header {
	width:940px;
	padding-top:54px;
	position:relative;
}
header .logo {
	width:320px;
	margin-bottom:300px;
}
header .photo {
	width:440px;
	position:absolute;
	right:39px;
	top:0;
}
header .contactus {
	width:170px;
	position:absolute;
	left:-40px;
	top:188px;
}
header .familyowned {
	width:151px;
	position:absolute;
	right:19px;
	top:305px;
}


/* -- footer -- */
footer {
	padding-bottom:100px;
	font-family: 'OpenSansBold';
	font-size:11px;
	text-align:center;
	color:#fff;
}
footer p {
}
footer a {
	color:#fff;
}

/* -- common -- */
#wrapper {
	background:url(img/bg_footer.jpg) center bottom repeat-x;
}
#wrap {
	width:820px;
	margin:0 auto;
}
#main {
}
#main h2 {
	margin-bottom:10px;
	font-family: 'OpenSansBold';
	font-size:24px;
	color:#ef7d0d;
}
#main p {
	margin-bottom:20px;
	line-height:1.5;
}
#main .specialise {
	margin-bottom:30px;
}

#main .specialise li {
	background:url(img/arrows.png) 0px 8px no-repeat;
	width:380px;
	padding-left:25px;
	font-family: 'OpenSansBold';
	float:left;
	line-height:2;
}
#main .cc {
	font-size:24px;
	color:#006790;
	text-transform:uppercase;
}
#main .helpfulinfo {
	background:#d4f1fd;
	width:740px;
	padding:30px 40px 40px;
	margin-bottom:50px;
}
#main .helpfulinfo h2 {
	background:url(img/bg_tl.png) left top no-repeat;
	height:50px;
	padding-left:30px;
	margin-left:-50px;
	color:#fff;
	font-family: 'OpenSansBold';
	font-size:16px;
	line-height:40px;
	text-transform:uppercase;
}
#main .helpfulinfo ul {
	color:#006790;
	margin-bottom:50px;
	font-size:14px;
}
#main .helpfulinfo li {
	width:370px;
	float:left;
	list-style:disc;
	line-height:2;
}
#main .helpfulinfo .pdf li {
	background:url(img/icon_pdf.png) left 8px no-repeat;
	width:330px;
	padding-left:40px;
	list-style:none;
	line-height:3;
}
#main .contact .fl {
	background:#d4f1fd;
	width:370px;
	min-height:200px;
	padding:20px;
	font-size:13px;
	position:relative;
}
#main .contact .fl p {
	margin-bottom:5px;
}
#main .contact .fl h2 {
	font-family: 'OpenSansBold';
	color:#006790;
	text-transform:uppercase;
}
#main .contact .fl dl {
	line-height:1.7;
}
#main .contact .fl dt {
	width:50px;
	float:left;
	font-family: 'OpenSansBold';
}
#main .contact .fl dd {
	margin-left:60px;
}
#main .contact .fl .aic {
	width:100px;
	position:absolute;
	right:20px;
	bottom:20px;
}
#main .contact .map {
	text-align:right;
}
#main .contact .map a {
	font-family: 'OpenSansBold';
	font-size:11px;
}

/* -- home -- */
.home {
}

/* -- contact -- */
.wpcf7-form {
}