/* @override http://fly.agencynet.com/css/styles.css */

/* @group Reset */
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{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}
/* @end */
/*------------------*/

/* @group Clear*/
html body * span.clear,html body * div.clear,html body * li.clear,html body * dd.clear{background:none;border:0;clear:both;display:block;float:none;font-size:0;list-style:none;overflow:hidden;visibility:hidden;width:0;height:0;margin:0;padding:0;}.clearfix:after{clear:both;content:'.';display:block;height:0;visibility:hidden;}.clearfix{display:block;}* html .clearfix{height:1%;}
/* @end */
/*------------------*/

body {
	background: #1b1b1b url(../img/bg.jpg) repeat-x 0 top;
	color: #fff;
	font: 11px/1.5em Arial, Helvetica, sans-serif;
}

a,
a:link,
a:active,
a:visited 
{
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

a:hover {
	color: #333;
	background: #fff;
}

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

#header {
	margin: 0;
}

#header h1 {
	text-indent: -9999px;
}

#header h2 {
	text-align: center;
	font-size: 20px;
	color: #d0d0d0;
	font-weight: 400;
}

#header h2 span {
	color: #f80507;
	font-family: "Arial Black", Arial;
	font-weight: bold;
}

#footer {
	width: 801px;
	margin: 0 auto;
}

#footer p {
	font-size: 10px;
	float: left;
	margin-right: 20px;
}

ul#steps {
	overflow: hidden;
	width: 801px;
	margin: 20px auto;
}

ul#steps li {
	width: 220px;
	height: 200px;
	padding: 10px 15px 20px 15px;
	background: #141414 url(../img/bg-step.jpg) repeat-x 0 top;
	margin: 0 13px 13px 0;
	border: 2px solid #545454;
	float: left;
}

ul#steps li.step1 img {
	float: left;
}

ul#steps li.step1 p.warning {
	float: left;
	width: 120px;
	margin-top: 20px;
	margin-left: 10px;
	font-style: italic;
	font-size: 10px;
	line-height: 1.4em;
}

ul#steps li.step1 p.warning img {
	margin-top: -5px;
}

ul#steps li.step2 img {
	float: left;
	margin-top: 20px;
}

ul#steps li.step2 p {
	float: left;
	width: 140px;
	margin-top: 20px;
	margin-left: 10px;
}

ul#steps li.step3 {
	background: #313131 url(../img/step3-bg.jpg) no-repeat left 15px;
	position: relative;
}

ul#steps li.step3 p {
	width: 120px;
	position: absolute;
	left: 125px;
}

ul#steps li.step3 a.goto {
	position: absolute;
	bottom: 7px;
	left: 30px;
}

ul#steps li.step3 a.goto:hover {
	background: transparent;
}

ul#steps li.step6 {
	background: #313131 url(../img/step6-bg.jpg) no-repeat left top;
	position: relative;
}

ul#steps li.step6 p {
	width: 120px;
	position: absolute;
	left: 100px;
	bottom: 30px;
}


.step-title {
	margin-bottom: 10px;
	overflow: hidden;

}

h2.step-num {
	float: left;
	width: 30px;
	height: 35px;
	margin-right: 10px;
	vertical-align: text-top;
	font: normal 30px "Arial Black", Arial;
}

h2.step-text {
	float: left;
	width: 175px;
	margin-top: 3px;
	text-transform: uppercase;
	font: 14px/1.2em "Arial Black", Arial;
}

li.step3 h2.step-text,
li.step5 h2.step-text,
li.step6 h2.step-text  
{
	margin-top: 18px;
}

ul#steps {
	color: #b8b8b8;
}

ul#steps strong {
	color: #fff;
}

#atffc {
	display: none;
}