/* @override 
	http://springs.chrisrowe.net/assets/css/master.css
*/

*{
	margin: 0;
	padding: 0;
	outline: none;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

strong{
	font-weight: bold;
	font-size: 16px}

#wrapper{
	width: 810px;
	margin: 0 auto;
	padding: 0 10px;
	background-color: #EEE;
}

#header{
	height: 444px;
	background: url(/assets/images/girljumping.jpg) -15px -14px;
}

h1{
	background-image: url(/assets/images/logo.png);
	height: 125px;
	width: 736px;
	text-indent: -250%;
	padding: 0;
	float: left;
	margin-top: 304px;
	margin-left: 44px;
}

/* @group threesteps */

#threesteps{
	background-color: #0092d0;
	font-size: 25px;
	width: 810px;
}

.justthree{
	color: #FFF;
	clear: both;
	float: left;
	width: 100%;
	padding: 30px 60px;
}

.stepl{
	clear: both;
	color: #bde5fa;
	background-image: url(/assets/images/arrowback.png);
	background-repeat: no-repeat;
	background-position: 29px 0;
	min-height: 233px;
	padding-left: 95px;
	margin-left: 42px;
	float: left;
	margin-top: 10px;
	width: 621px;
	padding-top: 21px;
}

.stepl h3{
	color: #bde5fa;
	font-size: 39px;
}

.stepl p{
	clear: both;
	color: #FFF;
	font-size: 25px;
	width: 262px;
	float: left;
}

.stepr{
	float: right;
}

.stepr a{
	display: block;
	color: white;
	border: 3px solid #FFF;
	background-color: #00587b;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	font-size: 21px;
	text-align: center;
	text-decoration: none;
	margin-bottom: 11px;
	width: 287px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.stepr a img{
	border: none;
	margin: 0;
	padding: 0;
}

.stepr a.selected{
	background-color: #1c9253;
}


/* @end */

/* @group orderdetails */


#orderdetails{
	background: #00587b url(/assets/images/basketicon.png) no-repeat 56px 21px;
	width: 810px;
}

.pleasecheck{
	color: #fff;
	padding: 0 60px 40px 0;
	float: left;
	width: 700px;
	margin-top: 42px;
	margin-left: 152px;
	font-size: 36px;
}

table.basket{
	clear: both;
	width: 692px;
	margin-left: 55px;
}

table.basket.total{
	width: 272px;
	float: right;
	margin-top: -252px;
	margin-right: 63px;
}

table.basket td, table.basket th{
	border: 2px solid #FFF;
	font-size: 17px;
	padding: 10px;
}

table.basket td.noborder{
	border: none;
}

table th{
	background: #fff;
}

table td{
	color: #fff;
	background-color:#00587b;
}

table td.highlight{
	font-weight: bold;
	color: #000;
	background-color:#FFF;
}

.fixtool{
	margin-top: -60px;
	background-image: url(/assets/images/toolback.png);
	width: 333px;
	padding: 32px 26px 26px 52px;
	height: 163px;
	float: left;
}

.fixtool p, fixtool p strong{
	color: #fff;
	font-size: 18px;
	width: 232px;
	padding-top: 0;
	margin-top: -10px;
}

a.button3{
	clear: both;
	text-decoration: none;
	text-align: center;
	color: white;
	display: block;
	font-size: 32px;
	float: right;
	background: url(/assets/images/buttonback.png) no-repeat 0 -4px;
	margin-top: -109px;
	margin-right: 47px;
	height: 41px;
	padding: 19px 85px 14px 80px;
	line-height: 35px;
}

a.button3:hover{
	background-position: 0 -84px;
}

a.quantbut{
	background: #fff;
	text-decoration: none;
	padding: 9px 5px 4px;
	font-size: 15px;
	color: #00587b;
	font-weight: bold;
	margin: 3px;
	display: block;
	float: right;
	text-align: center;
	width: 12px;
	height: 8px;
}

/* @end */


#faqs{
	background-color: #c1e5ef;
	font-size: 50px;
}

.faqs{
	color: #00587b;
	padding: 30px 60px;
	float: left;
	clear: both;
}

ul, li{
	padding: 0;
	margin: 0;
}

#faqlist{
	clear: both;
	margin-left: 63px;
	margin-right: 93px;
	width: 696px;
}

#faqlist li{
	margin-bottom: 24px;
	list-style: none;
	float: left;
}

#faqlist li, #faqlist li span{
	font-size: 19px;
	line-height: 27px;
}

#faqlist li span.q{
	color: #00587b;
}

#faqlist li span.a{
	clear: both;
	float: left;
	color: #666;
}

#faqlist li span.a a:link, a:visited, a:hover, a:active {
text-decoration: none;
color: #666;}

#footer{
	background-color: #00587b;
}

#footer a{
	color:#FFF;
	text-decoration:none;
}

.discuss{
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 30px 0;
	float: left;
	clear: both;
	font-size: 26px;
}

hr{
	clear: both;
	margin: 0 40px;
	height: 1px;
	border: none;
	border-top: 2px solid #fff;
}

.company{
	width: 100%;
	color: #fff;
	text-align: center;
	float: left;
	clear: both;
	font-size: 13px;
}
