/* GENERAL CSS */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1px;
}

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	text-align: center;
	background-color: #999;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin: 0px;
	padding: 0px;
	color: #fff;
}

img {
	border: 0px;
}

a, a:link, a:visited {
	color: #fffb38; /* yellow */
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

a:hover, a:active {
	color: #89e071; /* green */
	text-decoration: none;
}

a span {
	display: none;	
}

/* main body cont */

.main_body_cont {
	width: 968px;
	margin: 0 auto;
	background: transparent url(../images/main_container_bg.gif) top left repeat-y;
}


.main_body_inside {
	background: transparent url(../images/main_container_header.jpg) top left no-repeat;
}



/* header */

.header_cont {
	height: 100px;
	position: relative;
}

.link_zynga {
	position: absolute;
	top:7px;
	left: 890px;
	width: 67px;
	height: 17px;
}

.link_zynga a {	
	display: block;
	width: 67px;
	height: 17px;
		
}

/* body */

.body_cont {
	padding: 0 15px 28px;
	text-align: left;
	color: #c6daed;
}

/* stage 1 - top */

.stage1_top_cont {
	text-align:center;	
}

.stage1_top_cont h3 {
	background: transparent url(../images/header_godfatherOffers.png) 80px 0 no-repeat;
	height: 28px;
}

.stage1_top_cont h3 span {
	display: none;
}

.stage1_top_cont img {
	margin-top: 30px;
	padding-bottom:20px;
}

.stage1_top_cont span {
	color: orange;
	font-size: 18px;
}

/* */

.stage1_middle_cont {
	padding: 35px 20px;
}

/* steps section */

.stage1_steps_cont {
	float: left;
	width: 470px;	
}

.stage1_steps_cont ul {
	list-style-type: none;
}

.stage1_steps_cont ul li {
	background: #000 url(../images/icon_arrowBig.png) top left no-repeat;
	padding-left: 100px;
	margin-bottom: 20px;
}

.stage1_steps_cont p {
	font-size: 20px;
}

.stage1_steps_cont p span {
	font-size: 33px;
	display: block;
}

/* install button section */

.stage1_install_cont {
	float: right;
	width: 410px;	
}

.box_install_cont {
	border: 1px solid #f2c300;
	background-color: #262625;
	padding: 20px 0;
	text-align: center;	
}

.box_install_cont p {
	padding:20px 6px;
	font-size:14px;
}

.box_install_cont p.only_seconds {
	font-size:16px;
	font-weight:bold;
}

.bttn_install_cont {
	width: 220px;
	margin: 0 auto;
}

.bttn_install_cont a:link, .bttn_install_cont a:visited {
	display: block;
	width: 220px;
	height: 96px;
	background: #262626 url(../images/bttn_install.png) 0 0 no-repeat;
}

.bttn_install_cont a:hover, .bttn_install_cont a:active {
	background-position: 0 -96px;
}

/* stage 2 */

.stage_2_cont {
	
}

.stage_2_cont h3 {
	font-size: 20px;
}


.body_main_cont {
	background: transparent url(../images/gray_trans_bg.png) top left repeat;
	padding: 3px;
	border: 1px solid #2f2f2f; 
}

.body_inner_cont {
	background: transparent url(../images/gray_trans_bg.png) top left repeat;
	border: 1px solid #2f2f2f;
	padding: 10px;
}

.instruction_detail_cont {
	padding-top: 30px;	
}

.instruction_detail_cont ul {
	list-style-type: none;	
}

.instruction_detail_cont ul li {
	background: transparent url(../images/icon_numb.png) 0 0 no-repeat;
	padding-left: 85px;
	margin-bottom: 20px;
}

.instruction_detail_cont ul li h5 {
	font-size: 20px;
}

.instruction_detail_cont ul li p {
	padding-bottom: 20px;
}

.instruction_detail_cont ul li p span {
	font-size: 16px;
	color: #89e070
}

.instruction_detail_cont ul li.inst_1 {
	background-image: url(../images/icon_numb_1.png);
}

.instruction_detail_cont ul li.inst_2 {
	background-image: url(../images/icon_numb_2.png);
}

.instruction_detail_cont ul li.inst_3 {
	background-image: url(../images/icon_numb_3.png);
}

.instruction_detail_cont ul li.inst_4 {
	background-image: url(../images/icon_numb_4.png);
}



/* footer */

.footer_cont {
	border-top: 1px solid #333;
	padding: 5px 0 10px;
	margin: 0 28px;
	text-align: right;
	color: #666
}