/* ------------------------------------------------ */
/* Project: 3 Min Max - Continental Tyres           */
/* Build Start: 09/03/2009							*/
/* Developer: Steve Kirtley							*/
/* ------------------------------------------------ */

* {
	padding: 0;
	margin: 0;
}

html {
	font-size: 100%;
	background: #000 url('../images/textured_bg.gif') repeat;
}

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

a:hover {
	text-decoration: underline;
}

body {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 0.75em; /* 12pts */
	color: #ff9900;
	background: transparent url('../images/bggrad.gif') repeat-x;
	text-align: center;
	overflow: auto;
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

img {
	border: 0;
}

#wrapper {
	text-align: left;
	width: 960px;
	margin: 0 auto;
}

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

#wrapper #heading {
	float: left;
	margin-top: 18px;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}

#wrapper #heading h1 {
	float: left;
}

#wrapper #heading h2 {
	float: left;
}

p.intro {
	clear: both;
	font-size: 1.16em;
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	margin-left: 35px;
	margin-right: 10px;
	margin-top: 20px;
	letter-spacing: 0.5px;
	padding-bottom: 20px;
	line-height: 1.3em;
}

.row {
	margin-left: 5px;
}

.row li {
	width: 310px;
	float: left;
	margin-left: 5px;
	display: inline; /* IE6 Dbl Margin Bug */
	margin-bottom: 5px;

}

.row li p {
	width: 280px;
	min-height: 120px;
	height: auto !important;
	height: 120px;
	margin: 5px;
	background: #000;
	padding: 10px;
	line-height: 1.6em;
}

.morePage .row li p {
	min-height: 170px;
	height: auto !important;
	height: 170px;
}

#footer {
	background: #000;
	width: 940px;
	margin: 0 auto;
	border-top: 1px solid #ff9900;
	position: relative;
	top: 0;
}

#footer ul {
	list-style-type: none;
	padding: 20px;
}

#footer ul li {
	display: inline;
	background: url('../images/pipe.gif') no-repeat 100% 3px;
	margin-right: 0;
	padding-right: 15px;
	margin-left: 10px;
}

#footer ul li.first {
	margin-left: 0;
}

#footer ul li.last {
	background: none;
	padding: 0;
}

#footer ul li.last a.strong {
	font-weight: bold;
}

#footer h3 {
	position: absolute;
	right: 20px;
	top: 15px;

}

h3 {
	position: relative;
}

a#moreLink {
	position: absolute;
	display: block;
	width: 140px;
	height: 35px;
	top: 295px;
	right: 0px;
	background: url('images/blank.gif') repeat;
	z-index: 11;
}

a#moreLink span {
	display: none;
}

a#backLink {
	display: block;
	width: 140px;
	height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('images/blank.gif') repeat;
	z-index: 11;
}

a#backLink span {
	display: none;
}

a.linkReplacement {
	color: #fff;
}

/* Position Pop Up Links */

.questionMark { position: absolute; z-index: 10; }

#step1 .questionMark {
	top: 100px;
	left: 30px;
}

#step2 .questionMark {
	top: 30px;
	left: 140px;
}

#step3 .questionMark {
	top: 85px;
	left: 160px;
}

#step4 .questionMark {
	top: 150px;
	left: 10px;
}

#step5 .questionMark {
	left: 20px;
	top: 20px;
}

#step6 .questionMark {
	top: 20px;
	right: 20px !important;
}

#step7 .questionMark {
	top: 10px;
	left: 10px;
}

#step8 .questionMark {
	top: 80px;
	right: 60px;
}

#step9 .questionMark {
	top: 120px;
	right: 30px;
}

/* Tyre Advice Panel */

#subComic,
#moreBlock {
	background: #000;
	margin: 15px;
	padding: 10px;
}

#moreBlock a {
	color: #fff;
}

#subComic h4 {
	padding-bottom: 5px;
	font-size: 1em;
}

a.textLink {
	color: #fff;
}


/* Pop Up Styling */

.popUp #wrapper {
	width: 420px;
	text-align: center;
	height: 490px;
	overflow: auto;
}

.popUp #popUpContent {
	margin-top: 20px;
	width: 359px;
	padding: 10px;
	background: #000;
	margin: 0 auto;
	text-align: left;
}

.popUp #popUpContent p,
.popUp #popUpContent li {
	padding-bottom: 10px;
}

.popUp #popUpContent ul,
.popUp #popUpContent ol {
	list-style-position: inside;
}

.popUp #popUpContent ul {
	padding-top: 10px;
}

.popUp #popUpContent ul li {
	padding-left: 14px;
	list-style-type: disc;
}

.popUp #popUpContent p a {
	color: #fff;
	text-decoration: none;
}

.popUp #popUpContent p a:hover {
	text-decoration: underline;
}

.popUp #close {
	text-align: right;
	margin-right: 10px;
	margin-top: 20px;
}