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: #333333;
	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: "" "";
}

body {
	font-family: Calibri, 'Lucida Grande', Arial, Verdana, sans-serif;
	font-size: 16px;
}

.contents {
	width: 960px;
	margin: 0 auto;
}

#contact {
	width: 100%;
	height: 37px;
	background-color: #333333;
}

#contact .contents {
	text-align: right;
	color: white;
	line-height: 37px;
}

#header {
	width: 100%;
}

#header .contents {
	height: 125px;
	width: 980px;  /* bigger width and */
	padding-right: 20px; /*right padding so logo is moved more to the left */
}

#header a#branding {
	float: left;
	height: 93px;
	width: 329px;
	margin: 16px 0;
	text-indent: -9999px;
	background: url(../img/layout/header_h1.png) no-repeat;
}

#header ul {
	float: right;
}

#header ul li {
	display: inline;
	line-height: 125px;
	margin-left: 25px;
	font-weight: bold;
	font-size: 18px;
	color: #F15C27;
}

#header ul li a {
	color: inherit;
	text-decoration: none;
}

#header ul li.currentPage {
	color: #333333;
}

#header ul li a:hover {
	color: #FEA750;
}

#promo {
	width: 100%;
	background-color: #F15C27;
}

#promo .contents {
	height: 300px;
	background: url(../img/layout/primaryContent_bg.png) no-repeat;
}

#promo h1 {
	float: left;
	height: 221px;
	width: 304px;
	margin: 39px 0;
	text-indent: -9999px;
	background: url(../img/layout/promo_h1.png) no-repeat;
}
/*
#promo ul {
	padding: 28px 0;
	float: left;
}

#promo ul li {
	font-size: 57px;
	letter-spacing: 1px;
	line-height: 60px;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
}

#promo ul li.focus {
	color: black;
}
*/
#promo #featuredScreenshot {
	margin: 40px -24px -8px 0;
	float: right;
}

#primaryContent {
	width: 100%;
}

#primaryContent .contents {
	padding: 20px 0 0 0;
	overflow: hidden;
}

#primaryContent p {
	font-size: 20px;
	margin: 20px 0;
	line-height: 26px;
}

#primaryContent #intro {
	float: left;
	width: 640px;
}

#primaryContent #weOffer {
	float: right;
	width: 300px;
}

#primaryContent #weOffer ul {
	margin: 18px 0;	
}

#primaryContent #weOffer ul li {
	padding-left: 25px;
	background-image: url(../img/layout/secondaryContent_li.png);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 20px;
	line-height: 30px;
}

#secondaryContent {
	width: 100%;
	clear: both;
}

#secondaryContent .contents {
	padding: 0 0 20px 0;
}

ul#portfolio {
	margin: 20px 0 0 0;
	overflow: hidden;
}

ul#portfolio li {
	width: 306px;
	height: 340px;
	float: left;
}

ul#portfolio li.middle {
	margin: 0 20px;
}

ul#portfolio li h3 {
	margin: 10px 0;
}

ul#portfolio li p {
	margin: 0 0 10px 0;
	font-size: 16px;
	line-height: 20px;
}

ul#portfolio li img {
	border: 1px solid #F15C27;
}

#getInTouch {
	width: 100%;
	background-color: #333333;
	clear: both;
}

#getInTouch #contactForm {
	width: 645px;
	float: left;
}

#getInTouch .contents {
	padding: 20px 0;
	overflow: hidden;
}

#getInTouch h2 {
	color: white;
	margin: 0 0 20px 0;
}

#getInTouch p {
	color: white;
	margin: 10px 0;
	font-size: 18px;
}

#getInTouch fieldset {
	width: 280px;
	float: left;
}

#getInTouch fieldset legend {
	display: none;
}

#getInTouch fieldset.message {
	width: 330px;
	margin-left: 30px;
}

#getInTouch fieldset label {
	float: left;
	font-weight: bold;
	display: block;
	color: white;
	margin-bottom: 5px;
}

#getInTouch fieldset input {
	width: 270px;
	padding: 5px;
	font-family: inherit;
	font-weight: bold;
	font-size: inherit;
	margin-bottom: 15px;
	color: #F15C27;
	border: solid 1px #555555;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#getInTouch fieldset input:focus, #getInTouch fieldset textarea:focus {
    background-color: #ffff99;
}

#getInTouch fieldset textarea {
	width: 320px;
	height: 153px;
	padding: 5px;
	font-family: inherit;
	font-weight: bold;
	font-size: inherit;
	color: #F15C27;
	margin-bottom: 10px;
	border: solid 1px #555555;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#getInTouch fieldset input.sendButton {
	width: 140px;
	float: right;
	font-weight: bold;
	padding: 8px;
	margin: 0 0 0 12px;
	background-color: #F15C27;
	color: white;
	border: none;
}

#getInTouch fieldset input.resetButton {
	width: 100px;
	float: right;
	font-weight: bold;
	padding: 8px 0;
	background-color: #555555;
	color: #CCCCCC;
	border: none;
}


#getInTouch #contactInfo {
	float: left;
	margin-left: 30px;
}

#getInTouch dl dt {
	font-size: 24px;
	font-weight: bold;
	width: 239px;
	height: 39px;
	color: white;
	margin-bottom: 8px;
	text-indent: -9999px;
	background: url(../img/layout/contactForm_dt.png) no-repeat;
}

#getInTouch dl dd {
	color: white;
	margin-left: 54px;
}

#getInTouch dl dd span {
	display: block;
}

#getInTouch dl dd.spacer {
	margin-top: 30px;
}

#getInTouch dl dd.vCard {
	margin-top: 30px;
	height: 25px;
	padding-left: 30px;
	background: url(../img/layout/vcard_icon.png) no-repeat;
}

#footer .contents {
	padding: 20px 0;
	overflow: hidden;
}

#footer ul {
	float: left;
}

#footer ul li:first-child {
	padding-left: 0;
}
/*
#footer ul li:last-child {
	border-right: none;
}
*/
#footer ul li {
	display: inline;
	font-weight: bold;
	color: #F15C27;
/*	border-right: solid 1px #333333;*/
	padding: 0 10px;
}

#footer ul li.currentPage {
	color: #333333;
}

#footer ul li a {
	color: inherit;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #FEA750;
}

#footer p {
	float: right;
}

#footer p span {
	color: #F15C27;
}

h1 {
	color: #F15C27;
}

h2 {
	font-size: 30px;
	font-weight: bold;
	color: #F15C27;
}

h3 {
	font-weight: bold;
	font-size: 20px;
}

strong {
	font-weight: bold;
}

a {
	color: #F15C27;
}

a:hover {
	color: #FEA750;
}

a[href="http:"] {
	background: url(../img/layout/external_link.gif) no-repeat right top;
	padding-right: 10px;
}

a[href="http://www.mediamarvel.co.uk"], a[href="http://.mediamarvel.co.uk"]  {
	background-image: none;
	padding-right: 0;
}