/* CSS Document */

/* Colours

*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
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;
	}

/* remember to define focus styles! */

:focus {
	outline: 0;
	}

body {
	line-height: 1;
	color: black;
	background: white;
	}

ol, ul {
	list-style: none;
	}

/* tables still need 'cellspacing="0"' in the markup */

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

caption, th, td {
	text-align: left;
	font-weight: normal;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}

blockquote, q {
	quotes: "" "";
	}

/* Colours

orange: e78931

*/


/* General Links */

a:link {
	color: #ee2926;
	text-decoration: none;
	}

a:hover {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color, background-color .2s ease-in;
	}

a:visited {
	color: #ee2926;
	text-decoration: none;
	}

/*     */

body {
	background: #ee2926 url(img/redbg.jpg) repeat-x top left;
	font-family: "Helvetica Neue", Arial;
	font-weight: bold;
	}



/* Fonts */

h1, h2, h3, h4, h5, h6 {
	font-family: "Cooper Std", "Cooper Black", "Helvetica Neue", Arial; 
	}

h1 {
	font-size: 2.25em;
	font-weight: bold;
	color: #fff;
	} /* displayed at 24px */

h2 {
	font-size: 1.75em;
	font-weight: bold;
	color: #3f3f3f;
	padding: 0.2em 0em; 
	}  /* displayed at 18px */

h3 {
	font-size:1.5em;
	color: #ee2926;
	font-weight: bold;
	padding: 0 0 10px 0;
	}  /* displayed at 18px */

h4 {
	font-size:1.5em;
	color: #fff;
	}  /* displayed at 12px */

h5 {
	font-size:1em;
	color: #3f3f3f;
	}  /* displayed at 12px */

h6 {
	font-size: 0.8em;
	color: #e78931;
	}

p {
	font-size: 1em;
	line-height: 125%;
	}

p a {
	font-weight: bold;
	}

li {
	line-height: 125%;
	color: #fff;
	}

.contrast {
	color: #ee2926;
	}

strong {
	font-weight: bold;
	}

/* Add some sort of text here */

#wrapper {
	margin: 0 auto;
	width: 960px;
	}

#logo {
	float: left;
	margin-top: 5px;
	}

#logo a {
	}

#logo a:hover {
	}

#teaser2 {
	color: #3f3f3f;
	font-family: "Cooper Std", "Cooper Black", "Helvetica Neue", Arial;
	float: left;
	font-size: 35px;
	margin: 40px 0px 10px 40px;
	}

#navigation {
	padding: 0;
	margin-bottom: 0;
	}

#navigation ul {
	width: 760px;
	margin-top: 5px;
	float: left;
	margin-left: 20px;
	}

#navigation li {
	padding: 7px 0;
	float: left;
	vertical-align: middle;
	}

#navigation a {
	font-size: 18px;
	font-family: "Cooper Std", "Cooper Black", "Helvetica Neue", Arial;
	color: #fff;
	background: #ee2926;
	padding: 8px 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: 10px;
	margin-bottom: 0;
	}

#navigation a:hover {
	background: #3f3f3f;
	}

#t-active a {
	color: #fff;
	background: #ee2926;
	}

#secondarynav {
	clear: both;
	}

#secondarynav ul {
	margin-top: 10px;
	float: left;
	display: inline;
	margin-left: 280px;
	margin-bottom: 30px;
	}

#secondarynav li {
	font-family: "Cooper Std", "Cooper Black", "Helvetica Neue", Arial;
	float: left;
	margin: 0 10px;
	}

#secondarynav li a {
	color: #3f3f3f;
	padding: 5px 3px 2px 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

#secondarynav li a:hover {
	color: #fff;
	}

#s-active a {
	color: #fff;
	background: #fff;
	}

#s-active a:hover {
	color: #fff;
	background: #ee2926;
	}

#web, #print, #branding, .portfolio {
	margin-top: 60px;
	float: left;
	width: 300px;
	margin-right: 30px;
	}

.portfolio {
	margin-top: 0px;
	}

#web img, #print img, #branding img, .portfolio img {
	margin: 10px 0;
	border: 2px solid #fff;
	}

#web {
	}

#print {
	}

#web ul, #print ul, #branding ul, .portfolio ul {
	padding: 10px 20px 60px 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

.portfolio ul {
	}

#web li, #print li, #branding li, .portfolio li {
	margin-bottom: 3px;
	padding-left: 20px;
	background: url(img/bullet.png) no-repeat top left;
	color: #fff;
	}

#web a, #print a, #branding a, .portfolio a {
	color: #fff;
	}

#web a:hover, #print a:hover, #branding a:hover, .portfolio a:hover {
	color: #3f3f3f;
	}

.portfolio li {
	font-size: 14px;
	font-weight: normal;
	padding-left: 0;
	background: none;
	border-bottom: 1px dotted #fff;
	}

#branding {
	margin-right: 0;
	}

.branding2 {
	margin-right: 0;
	}

#bigadvert {
	clear: both;
	}
	
#midwrapper {
	clear: both;
	background: #fff;
	overflow: auto;
	border-top: 10px solid #fff;
	padding-bottom: 80px;
	}

/* Second Row of Information */

#info {
	margin: 0 auto;
	width: 960px;
	clear: both;
	margin-top: 20px;
	padding: 0px;
	}

#info p {
	color: #3f3f3f;
	font-weight: normal;
	padding: 5px 0;
	}

#info p:first-child {
	color: #ee2926;
	}

.widecolumn {
	margin-top: 20px;
	float: left;
	width: 630px;
	margin-right: 30px;
	}

.widecolumn a {
	color: #3f3f3f;
	background: #ccc;
	padding: 1px 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

.widecolumn a:hover {
	color: #ee2926;
	}

.widecolumn p {
	margin-bottom: 10px;
	}

.thincolumn {
	margin-top: 30px;
	float: left;
	width: 300px;
	}

.thincolumn p {
	color: #fff;
	}

.thincolumn2 {
	color: #fff;
	background: #eee;
	padding: 30px;
	margin-top: 30px;
	float: right;
	width: 230px;
	border: 1px solid #ccc;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	}

.thincolumn2 h3 {
	color: #ee2926;
	}

.thincolumn2 p {
	color: #333;
	}

.thincolumn li, .thincolumn2 li {
	margin-bottom: 3px;
	padding-left: 25px;
	background: url(img/bullet.png) no-repeat top left;
	color: #333;
	}

.widecolumn ul {
	padding: 20px;
	}

.widecolumn li {
	margin-bottom: 3px;
	padding-left: 20px;
	background: url(img/bulletRed.png) no-repeat top left;
	color: #3f3f3f;
	font-weight: normal;
	}

.thirds {
	float: left;
	display: inline;
	width: 190px;
	padding-right: 20px;
	}

.thirds h4 {
	color: #fff;
	background: #ee2926;
	padding: 5px 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 10px;
	}
	
.thirds ul {
	padding: 10px 0;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	}

.thirds li {
	margin-left: 20px;
	padding-left: 20px;
	}

#footerwrapper {
	clear: both;
	margin: 0 auto;
	border-top: 10px solid #fff;
	background: #fff;
	}

#footer {
	margin: 0 auto;
	width: 920px;
	clear: both;
	border-top: 1px dashed #c2c2c2;
	padding: 20px;
	}

#footer p {
	font-size: 0.75em;
	text-align: left;
	vertical-align: middle;
	color: #999;
	}

#price, #price2, #price3 {
	color: #3f3f3f;
	margin: 10px 20px;
	background-image: none;
	background: #ccc;
	padding: 3px 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}


/* Footer Navigation */

#footernav {
	float: left;
	width: 960px;
	margin: 0 auto;
	margin-top: 20px;
	}

#footernav ul {
	float: left;
	}

#footernav li {
	font-weight: bold;
	clear: both;
	float: left;
	color: #999;
	line-height: 100%;
	padding: 0;
	font-size: 0.9em;
	}

#footernav li a {
	text-align: left;
	display: block;
	color: #999;
	padding: 2px 0;
	width: 115px;
	}

#footernav ul li a:hover {
	color: #555;
	text-decoration: underline;
	}

#footer img {
	float: left;
	padding-right: 40px;
	margin: 0;
	}
	
.footercol {
	float: left;
	margin-right: 20px;
	margin-bottom: 50px;
	}

.space {	
	margin-top: 22px;
	}

.right2 {
	float: right;
	width: 150px;
	}

.right {
	width: 80px;
	padding-left: 320px;
	}
	


