@charset "utf-8";
/* CSS Document */
/* IE7 HACKS */
*:first-child+html {
}

body {
	background: url(../img/background_steps.png) repeat-x scroll left top;
	font-family: tahoma,verdana,arial,sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #d9f3fd;	
}
.wrapper {
	margin:0px auto;
	padding:0px;
	width: 930px;
}
#header {
	height: 109px;
}
.logo a{
	width: 351px;
	height: 31px;
	float: left;
	padding-top: 5px;
	*padding-top: 0px;
	margin-top: 0px;
	padding-left: 0px;
	text-decoration : none;
	padding-top:56px;
	font-weight: normal !important;
	color : #ffffff !important;
	background: url(../img/logo.png) no-repeat;
}
* html .logo a{
	background-image: none !important;
	_filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/logo.png', sizingMethod='crop');
}
.navmenu {
	width: 550px;
	float: right;	
}
#middleSection {
	margin: 0px auto;
	padding: 0px;
	width: 930px;
}
#bottomSection {
	margin: 0px auto;
	padding: 0px;
	width: 930px;
}
#footerSection {
	margin: 0px !important;
	padding: 0px !important;
	height : 50px;
	text-align : center;
	color : #e5e5e5;
	border : none !important;
}
#footerSection .container {
	margin: 0px auto;
	padding: 0px;
	padding-top : 5px;
	width: 930px;
	font-size: 11px;
	color: #636161;
}

#footerSection .container {
	margin: 0px auto;
	padding: 0px;
	padding-top : 5px;
	width: 930px;
	font-size: 11px;
	color: #636161;
}
#footerSection .container a, #footerSection .container a:visited {
	font-size: 11px;
	font-weight:normal;
	text-decoration:none;
 	color: #00A8F9 !important; 
}
#footerSection .container a:hover {
	text-decoration:underline;
}
#footerSection .container  p{
	margin: 0px;
	padding-bottom: 5px;
}
#banner h1 {
	font-weight: normal;
	font-size: 32px;
	padding: 0px;
	margin: 0px;
	margin-top: 11px;
	*margin-top: 5px;
	margin-bottom: 10px;
}
.block1 {
	float: left;
	/*padding-left: 30px;*/
	color: #000000;
	line-height: 1.5em;
	font-size: 12px;
	background-color: #d9f3fd;
}
.block1 h2 {
	color: #fff;
	background-color: #5b5b5b;
	width: 670px;
	height: 25px;
	font-weight : normal;
	font-size: 17px;
	padding: 5px 0px 0px 20px;
	margin: 0px;
}
.block2 {
	float: right;
/*	padding-right: 50px;*/
	width: 200px;
	height: 300px;
	color: #999999;
	font-size: 11px;
}
.button_next {
	font-size: 12px !important;
	font-weight: bold;
	background: url(../img/button_next.png) no-repeat;
	width: 80px;
	height: 25px;
	color: #FFFFFF !important;
	text-decoration: none;
	border : none !important;
	outline:none !important;
	cursor: hand;
	cursor: pointer;
}
.button_create {
	font-size: 15px;
	font-weight: bold;
	background: url(../img/button.png) no-repeat;
	width: 230px;
	height: 25px;
	color: #FFFFFF !important;
	border : none !important;
	text-decoration: none;
	outline:none !important;
	cursor: hand;
	cursor: pointer;
}
.clearbothmiddle {
	clear: both;
	height: 40px;
}

/* Store app */
.storeapp_box {
	width: 600px;
	height: 99px;
	text-align: center; 
	padding-top: 15px;
	margin-left: 90px;
	*padding-top: 15px;
	
}
.img_storeapp {
	width: 74px;
	height: 99px;
	display: block;
	float: left;
}
.text_storeapp {
	float: left;
	font-family: tahoma,verdana,arial,sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #666666;
	padding-left: 20px;
	padding-top: 15px;
	*padding-top: 25px;
}
.storeapp_options {
	width: 500px;
	height: 158px;
	padding-left: 190px;
}
.storeapp_icon {
	height: 158px;
	width: 114px;
	display: block;
	margin: 0px 10px 0px 0px;
	float: left; 
	text-decoration: none;
	cursor:hand;
	cursor:pointer;
}
.storeapp_icon p{
		text-align: center;
		margin-top: 100px;
		font-family: Tahoma;
		font-size: 11px;
		font-weight: bold;
		color: #fff;
		padding: 0px 5px;
}
.window_icon {
	background: url(../img/storeapp_window.png) no-repeat;
}
.popup_icon {
	background: url(../img/storeapp_popup.png) no-repeat;
}
/* Store panel */
.storepanel_icon {
		height: 214px;
		width: 112px;
		display: block;
		margin: 10px 10px 0px 0px;
		float: left;
}
.storepanel_icon {
		height: 214px;
		width: 112px;
		display: block;
		text-decoration: none;
		cursor:hand;
		cursor:pointer;
}
.storepanel_icon p{
		text-align: center;
		margin-top: 140px;
		font-family: Tahoma;
		font-size: 11px;
		font-weight: bold;
		color: #fff;
		padding: 0px 3px;
}
.first_icon {
		background: url(../img/icon_1.png) no-repeat;
}
.second_icon {
		background: url(../img/icon_2.png) no-repeat;
}
.third_icon {
		background: url(../img/icon_3.png) no-repeat;
}
.fourth_icon {
		background: url(../img/icon_4.png) no-repeat;
}
.fifth_icon {
		background: url(../img/icon_5.png) no-repeat;
}
.sixth_icon {
		background: url(../img/icon_6.png) no-repeat;
}
.seventh_icon{
		background: url(../img/icon_7.png) no-repeat;
}

/*Registration finish */
.step8 {
	margin: 0px auto;
	width: 400px;
	text-align: center;
	color: #5b5b5b;
	
}
.step8_box1 {
	margin: 0px auto;
	width: 390px;
	height: 214px;
	background: url(../img/step_end1.png) no-repeat;
	padding-top: 10px;
}
.step8_box1 p {
	color: #a0a0a0;
	font-size: 13px;
	padding-top: 100px;
	_padding-top: 120px;
	font-weight: bold; 
}
.step8_box1 .step8_text1 {
	color: #0093dd;
	font-size: 18px;
	font-weight: bold; 
	padding: 0px; 
}
.step8_box2 {
	margin: 0px auto;
	width: 390px;
	height: 143px;
	background: url(../img/step_end2.png) no-repeat;
	padding-top: 10px;
}
.step8_box2 p {
	color: #a0a0a0;
	font-size: 13px;
	font-weight: bold; 
	padding-left: 100px;
	_padding-top: 10px;
}
.step8_box2 .step8_text2 {
	color: #a0a0a0;
	font-size: 11px;
	font-weight: bold; 
	_padding-top: 0px;
}
.step8_box2 .step8_text3 {
	color: #0093dd;
	font-size: 18px;
	font-weight: bold;
	_padding-top: 0px;
}
.step8_box3 {
	margin: 0px auto;
	width: 390px;
	height: 143px;
	background: url(../img/step_end3.png) no-repeat;
	padding-top: 10px;
}
.step8_box3 p {
	color: #a0a0a0;
	font-size: 13px;
	font-weight: bold; 
	padding-left: 100px;
	_padding-top: 10px;
}
.step8_box3 .step8_text2 {
	color: #a0a0a0;
	font-size: 11px;
	font-weight: bold; 
	_padding-top: 0px;
}
.step8_box3 .step8_text3 {
	color: #0093dd;
	font-size: 18px;
	font-weight: bold; 
	_padding-top: 0px;
}
