/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img { border: none; }
.imgmiddle { vertical-align: middle; }
.clear { width: 100%; height: 0; padding: 0; clear: both; }
.cleardiv { width: 100%; height: 1px; clear: both; }
.clear5 { width: 100%; height: 5px; clear: both; }
.clear10 { width: 100%; height: 10px; clear: both; }
.strongtext { font-weight: bold; }
.inline { display: inline; }
.fll { float: left; }
.flr { float: right; }
.center { margin-left: auto; margin-right: auto; }


* {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
body {
	background-color: #d0d0d0;
	padding: 60px 0 30px 0;
	position: relative;
	text-align: center;
}
#outer {
	color: #002F43;
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0 0 30px 0;
	position: relative;
	width: 980px;
}
#qa {
	clear: both;
	font-size: small;
	line-height: 30px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 30px;
	text-align: left;
	width: 920px;
}
	#qa img { margin: 0 20px 0 0; }

#header {
	background-image: url(../assets/images/background-masthead.jpg);
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
	height: 235px;
	margin: 0 auto;
	position: relative;
	width: 980px;
}
	#logo {
		background-image: url(../assets/images/mynewsagent-logo.png);
		background-repeat: no-repeat;
		height: 70px;
		position: absolute;
		right: 280px;
		top: 80px;
		width: 403px;
		z-index: 1;
	}

#inner {
	clear: both;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 920px;
}
#contentcontainer {
	margin-top: 30px;
	width: 920px;
}

#advertorial {
	width: 345px;
	height: 300px;
	float: right;
}
#footer {
	font-size: small;
	margin: 10px auto 0;
	text-align: left;
	width: 980px;
}
	#footer a {
		color: #0000ff;
		padding: 3px;
		text-decoration: none;
		}
	#footer a:hover {
		color: #000000;
		background-color: #ffffff;
		}
.help_question {
	color: blue;
	text-decoration: none;
}
.help_question:hover {
	background-color: #eeeeee;
}
.help_answer {
	border: 1px solid #ccc;
	background-color: #eeeeee;
	margin: 30px 0;
	padding: 5px;
	width: 500px;
}
.help_close {
	margin: 0 0 20px 0;
	text-align: right;
	width: 100%;
}

/*	Comments */
#comment { float: left; position: absolute; right: 0; top: 200px; text-align: left; width: 700px; padding: 3px 0 3px; z-index: 2; }
#comment p { display: none; }
#comment p#cbanner { color: #ffffff; display: block; font-size: 110%; }

#statement { color: #00008B; cursor: pointer; font-weight: bold; margin: 0 0 30px; text-align: center; width: 345px; }

#rotate{
	background-color: #eee;
	border: 1px solid #ccc;
	float: right;
	height: 238px;
	margin: 0;
	padding: 10px;
	position: relative;
	overflow: hidden;
	width: 328px;
}
	#rotate div { display: none; }
	#rotate div img { background-color: #ffffff; border: 1px solid #ccc; float: right; margin: 0 0 2px 10px; padding: 10px; }
	#rotate div p { display: inline; font-size: 13px; margin: 0 5px 0 0; }
	#rotate div#banner { display: block; }
	#rotate .order-link { bottom: 0; position: absolute; right: 0; z-index: 999999; }

.preloadimage { height: 0; overflow: hidden; }

/*
 *	New styles
 *	##########
 */
.pagetitle { font-size: x-large; font-weight: 300; margin: 0 0 30px; }
.sectionhead { margin: 30px 0; font-size: medium; font-weight: bold; }
.sectionheadT { margin: 0 0 30px 0; font-size: medium; font-weight: bold; }
.blq { margin: 0 30px; width: 500px; }
.blqn { margin: 0 30px; width: 430px; }

/*	Margins */
.mar10 { margin: 10px; }

.mart10 { margin-top: 10px; }
.mart20 { margin-top: 20px; }
.mart30 { margin-top: 30px; }

.marr10 { margin-right: 10px; }
.marr20 { margin-right: 20px; }
.marr30 { margin-right: 30px; }

.marb10 { margin-bottom: 10px; }
.marb20 { margin-bottom: 20px; }
.marb30 { margin-bottom: 30px; }

.marl10 { margin-left: 10px; }
.marl20 { margin-left: 20px; }
.marl30 { margin-left: 30px; }

/*	Padding */
.pad5 { padding: 5px; }
.pad6 { padding: 6px; }
.pad7 { padding: 7px; }
.pad8 { padding: 8px; }
.pad9 { padding: 9px; }
.pad10 { padding: 10px; }
.pad15 { padding: 15px; }

ul.ul-content li { margin-left: 25px; }

/*	Colours */
.color-blue { color: #00f; }

#introcontent {
	padding: 0 0 30px 0;
	position: relative;
}

.paymenterror {
	border: 1px solid #ccc;
	margin: 0 0 30px 0;
	padding: 15px;
	background-color: #eee;
	width: 500px;
}
.paymenterror p {
	font-size: medium;
	margin: 0 0 30px 0;
}
.box-shadow-small {
	box-shadow: #888 5px 5px 5px;
	-webkit-box-shadow: #888 5px 5px 5px;
	-moz-box-shadow: #888 5px 5px 5px;
}
.box-shadow-large {
	 box-shadow: #888 5px 30px 30px;
	 -webkit-box-shadow: #888 5px 30px 30px;
	 -moz-box-shadow: #888 5px 30px 30px; 
}
.box-shadow-small-mags {
	box-shadow: #888 5px 5px 5px;
	-webkit-box-shadow: #888 5px 5px 5px;
	-moz-box-shadow: #888 5px 5px 5px;
}
