*, html {
	margin: 0;
	padding: 0;	
}

body {
	color:#444;
	background: #fff;
	font: 14px/22px "Helvetica Neue",Arial,sans-serif;
}

a img {
	border:none;	
}

#main_wrapper {
	clear:both;
	padding-left:320px;
	min-height:550px;
	background:url(../img/celly_wbg.png) 0px 60px no-repeat;
}

#main {
	padding:0px 40px 80px 0px;
	max-width:640px;
	position:relative;
}
	
	#main p {
		margin-left:20px;
		padding-bottom:10px;		
	}

	#main ol, #main ul {
		margin-left:60px;
		padding-bottom:10px;
	}
	
	#main a {
		color:#ff9705;
		text-decoration:none;
		border-bottom: 1px #eee solid;
	}

		#main a:hover {
			color: #222;
			border-bottom: 1px #4f88ef solid;
		}
	
	#main h1 {
  		font-size:22px;
  		color:#053F9B;
  		padding: 25px 0 10px 0;
  		
  	}
	
	#main h2 {
  		font-size:14px;
  		text-transform:uppercase;
  		color:#222;
		margin-left:20px;
  	}

	#main table#licence_prices, #main table#compare_versions {
		border:none;
		margin: 3px 20px 10px 20px;
	}

		#main table#licence_prices th {
			padding: 3px 8px;
			text-align: left;
		}

		#main table#licence_prices td {
			padding: 3px 8px;
			text-align: right;
		}
	
		#main table#compare_versions th {
			padding: 5px 20px 5px 8px;
			text-align: left;
		}

		#main table#compare_versions th.center_title {
			text-align: center;
			color:#053F9B;
		}
		
		#main table#compare_versions td {
			padding: 5px 20px 5px 8px;
			text-align: center;
		}
	
		th.version_price, td.version_price {
			border-top: 1px solid #bbb;
		}
	
		th.leftcol {
			width: 220px;	
		}
	
	form#user_register {
		margin: 20px 0;
	}
	
	form#user_register label.error {
		clear:both;
		color: #900;
		float:none;
		font-weight: normal;
		text-align:left;
		width:auto;
		font-size: 12px;
		margin-left: 10px;
	}
	
	form#user_register input.error {
		border: 1px #900 solid;
		padding: 2px;
	}
	
	form#user_register select.error {
		border: 1px #900 solid;
		padding: 2px;
	}
	
	#user_register label {
		clear:left;
		float:left;
		font-weight: bold;
		text-align:right;
		width: 200px;
	}
	
	#user_register input {
		margin-left: 10px;
		width: 180px;			
	}

	#user_register input#agree_terms {
		margin-left: 2x;
		width:auto;
	}
	
	
	#user_register select {
		margin-left: 10px;			
	}
	
	input#agree_terms {
		margin-left: 10px;			
	}
	p#agree_terms_txt {	
		margin-left: 170px;			
	}
	
	input#register_submit {	
		margin-left: 150px;			
	}
	
	.blue_txt {
		color: #4f88ef;	
	}

	#register {
		float:right;
		margin: 25px 5px 10px 5px;
	}
	
		a#register, a#register:hover {
			border-bottom: none;
		}
	
	#main a.img_link, #main a.img_link:hover {
			border-bottom: none;	
	}

	span#phone_number_info {
		display:block;
		margin-left: 220px;	
	}

	.disaster_comment {
		font-size: 12px;
		color:#777;
	}

	#logo {
			float:left;
			width:222px;
			height:64px;
			margin: 10px 0 0 20px;
	}

	ul#navi {
		float:left;
		z-index: 10;
		margin-left: 20px;
		margin-bottom: 30px;
		list-style:none;
	}
	
		ul#navi li {
			float: left;
						
		}
	
		ul#navi li a {
			float:left;
			color: #222;
			padding: 21px 8px 10px 8px;
			font-weight: bold;
			font-size: 14px;
			text-decoration:none;	
		}
	
		ul#navi li a:hover {
			background: #f90 url(../img/hovnavi_top.gif) top repeat-x;	
			color: #fff;
		}
		
		ul#navi li a.selected {
			background: #4f88ef url(../img/selnavi_top.gif) top repeat-x;	
			color: #fff;
		}
		
		#navi img {
			float:left;
			opacity: 0.9;
			padding: 0 3px;	
			vertical-align: top;
			border: none;
			background: none;
		}

		#navi img.curnavi {
			background: #FB721C;
			padding-top: 3px;	
		}
		
		#navi a {
			border: none;	
		}
	
		
			
		
#footer {
	position:relative;
	padding:40px;
	background:#222 url(../img/footer_bg.gif) top right repeat-y;
	color:#999;
}			
		
#footer a {
	color:#ff9705;
	text-decoration:none;
	border-bottom:1px #444 solid;
}

	#footer a:hover {
		color: #fff;
		border-bottom: 1px #888 solid;
	}
	


#footer p {
	margin:10px 0px 0px;
}

#footer p.copyright {
	color:#fff;
}

#footer_navi {
	position: absolute;	
	right: 100px;
	top: 56px;	
}

	#footer_navi ul {
		float:left;
		list-style:none;
		margin-right: 20px;
	}
	
	#footer_navi ul li {
		line-height: 20px;	
	}

	#ww_backups {
		position:absolute;
		top: -140px;
		left: 40px;
		width: 181px;
		text-align: center;
		color:#777;
	}
	
		#ww_backups_counter {
			color: #f90;
		}


	#login {
		position:absolute;
		z-index: 10;
		top: -35px;
		right: 20px;
		font-size: 12px;
		background: transparent;
		padding: 3px 5px;
		
	}
		#login h1 {
			display: inline;
			font-weight: bold;
			font-size: 12px;
			padding-right: 5px;
		}
		
		#login input {
			width: 80px;
			border: none;
			color: #222;
			padding: 2px;
		}

		#login input#login_btn {
			width:auto;
			padding: 2px 3px;
			color: #fff;
			background: #222;
		}


