/*
	supplychainrec.co.uk Screen Styles

	Author: Peter Murray/Every Last Pixel
	Authour URL: www.everylastpixel.co.uk
	
	Table of Contents:
		layout (inc)
			site styles
			page styles
			navigation
		typography
		forms
*/

/* layout
----------------------------------------------- */

/* font face */

@font-face {
    font-family: 'edmondsans_regularregular';
    src: url('edmondsans-regular-webfont.eot');
    src: url('edmondsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('edmondsans-regular-webfont.woff') format('woff'),
         url('edmondsans-regular-webfont.ttf') format('truetype'),
         url('edmondsans-regular-webfont.svg#edmondsans_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'edmondsansmedium';
    src: url('edmondsans-medium-webfont.eot');
    src: url('edmondsans-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('edmondsans-medium-webfont.woff') format('woff'),
         url('edmondsans-medium-webfont.ttf') format('truetype'),
         url('edmondsans-medium-webfont.svg#edmondsansmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'edmondsansbold';
    src: url('edmondsans-bold-webfont.eot');
    src: url('edmondsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('edmondsans-bold-webfont.woff') format('woff'),
         url('edmondsans-bold-webfont.ttf') format('truetype'),
         url('edmondsans-bold-webfont.svg#edmondsansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* site styles */

* {
	margin: 0;
	padding: 0;
}


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, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

.clearer {
	clear: both;
}

.spacer {
	float: left;
	width: 100%;
	height: 15px;
	background: #fff;
}

body {
	background: #E4E7EE;
}

#page-wrapper {
	width: 1020px;
	margin: 0 auto;
	position: relative;
}

#header {
	width: 1020px;
	float: left;
	height: 147px;
	background: #FFFFFF;
	xborder: 1px solid red;
}

#logo {
	width: 380px;
	height: 87px;
	float: left;
	margin-top: 30px;
	margin-left: 10px;
}

#linkedin {
	width: 35px;
	height: 38px;
	float: right;
	margin-top: 25px;
	margin-right: 10px;
}

#rec {
	width: 54px;
	height: 40px;
	float: right;
	margin-top: 25px;
	margin-right: 10px;
}

#callus {
	width: 550px;
	float: right;
	margin-top: 10px;
	text-align: right;
	margin-right: 10px;
}

#emailus {
	width: 550px;
	float: right;
	margin-top: 0;
	text-align: right;
	margin-right: 10px;
}

#content-wrapper {
	width: 1020px;
	float: left;
	border-top: 8px solid #F15A24;
	min-width: 40px;
}

#banner {
	width: 798px;
	height: 247px;
	float: left;
}

#profile {
	width: 222px;
	height: 129px;
	float: left;
	background: #3E8DDD;
}

#profile-inner {
	width: 182px;
	margin: 20px;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #FFF;
}

#li-box {
	width: 222px;
	height: 128px;
	float: left;
	background: #3E8DDD;
}

#li-box-inner {
	width: 182px;
	margin: 20px;
	text-align: center;
}

#li-small {
	margin-bottom: 5px;
}

#text-block-wrap {
	width: 1020px;
	min-height: 100px;
	float: left;
	background: url(../images/bg-repeat.jpg) top left repeat-x #3E8DDD;
}

.text-block {
	width: 204px;
	float: left;
}

.tb-inner {
	width: 163px;
	padding: 0 20px;
	margin: 10px 0;
	float: left;
	border-right: 1px solid #fff;
}

.tb-inner.right {
	border-right: none;
}


#testimonials {
	width: 1020px;
	float: left;
	min-height: 190px;
	background: #0D275A;
}

#test-inner {
	width: 930px;
	float: left;
	margin: 40px;
	margin-top: 20px;
}

/* quotes */

.quotes {
	display: none;
}

#footer {
	width: 1020px;
	float: left;
	height: 80px;
	background: #2472B2;
}

.footer-block {
	width: 360px;
	float: left;
	text-align: center;
	margin-top: 20px;
}

#li-white {
	width: 18px;
	height: 19px;
	float: right;
}

.footer-block.left {
	margin-left: 150px;
}

#footer-base {
	width: 100%;
	float: left;
	margin-top: 20px;
	text-align: center;
}



/* typography
----------------------------------------------- */

h1,h2 {
	font-family: arial,sans-serif;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	padding-bottom: 6px;
}

h3, h3 a {
	font-family: 'edmondsansbold',arial,sans-serif;
	color: #3E8DDD;
	font-size: 20px;
	font-weight: normal;
}

h4 {
	font-family: arial,sans-serif;
	color: #EFB126;
	font-size: 10px;
	margin-top: 8px;
}

p, p a {
	font-family: arial,sans-serif;
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
}

p.test {
	font-size: 18px;
}

p.footer-text {
	font-size: 14px;
	font-weight: bold;
}



