h1 {
	font-size:5.9em;	
	color:#19657c;
	letter-spacing:-0.05em;
}
h2{
	font-size:1.8em;
	color:#19657c;
}
h3{
	font-size:1.6em;
}
h4{
	font-size:1.5em;
}
p{
	color:#19657c;	
}
h5, p, a, li, input, textarea{
	font-size:1.6em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, 
li a, li p, li textarea, li input, 
p a, p textarea, p input{
	font-size:1em;
}
body{
	background: #ebfaff url( ../image/bg.jpg ) center top no-repeat;
}

html.dir-rtl #main-container{
	direction:rtl;
}
#main-container{
	width:500px;
	margin:0 auto 100px;
	position:relative;
}
#header{
	margin:0 15px 25px;
	padding-top:337px;
}
#main-content{
	margin:0 15px;	
}


.top-menu{
	margin:5px 0 0 -8px;
}
.top-menu li{
	display:inline;	
}
.top-menu li a{
	float:left;
	border-right:1px solid #999;
	color:#999;
	font-weight:bold;
	line-height:1.1em;
	padding:0 5px;
	font-size:1.4em;
	text-decoration:none;
	letter-spacing:-0.05em;
}
html.dir-rtl .top-menu{
	margin:5px -8px 0 0;
}
html.dir-rtl .top-menu li a{
	float:right;
}
.top-menu li.selected a,
.top-menu li a:hover{
	color:#19657c;	
}
.top-menu li.last-item a{
	border-right:0;	
}
html.dir-rtl .top-menu li a{
	border-left:0;
	border-right:2px solid #999;
}
html.dir-rtl .top-menu li.first-item a{
	border-right:0;	
}

label{
	float:left;
	color:#19657c;
	font-size:1.7em;
	font-weight:bold;
	width:100%;
	margin:8px 0 5px 0;
}
.text-wrapper{
	float:left;
	background: #fff url( ../image/field.gif ) left top no-repeat;
	padding-left:10px;
	height:43px;
	overflow:hidden;
}
html.dir-rtl .text-wrapper{
	float:right;
}
.text-wrapper input,
.text-wrapper span{
	font-size:2em;
	line-height:26px;
	height:26px;
	padding:8px 0;
	margin:0;
	border:0;
	background: transparent url( ../image/field.gif ) right top no-repeat;	
	padding-right:10px;
	overflow:hidden;
	width:300px;
	float:left;
}
.text-wrapper select{
	position:absolute;
	width:300px;
	margin-top:-1px;
	border:0;
	background-color:transparent;
}
.text-wrapper option{
	background-color:#fff;	
}
.button-wrapper{
	float:left;
	background: #fff url( ../image/buttons.gif ) left -2px no-repeat;
	padding-left:10px;
	height:42px;
	overflow:hidden;
	margin-left:25px;
	cursor:pointer;
}
html.dir-rtl .button-wrapper{
	float:right;
	margin-left:0;
	margin-right:25px;
}
.button-wrapper button{
	font-size:2.1em;
	line-height:23px;
	height:42px;
	padding:10px 0;
	margin:0;
	border:0;
	background: transparent url( ../image/buttons.gif ) right -2px no-repeat;	
	padding-right:10px;
	overflow:hidden;
	float:left;	
	cursor:pointer;
}
.button-wrapper:hover{
	background: transparent url( ../image/buttons.gif ) left -47px no-repeat;
}
.button-wrapper:hover button{
	background: transparent url( ../image/buttons.gif ) right -47px no-repeat;
}
.button-wrapper:active{
	background: transparent url( ../image/buttons.gif ) left -92px no-repeat;
}
.button-wrapper:active button{
	background: transparent url( ../image/buttons.gif ) right -92px no-repeat;
}


.huge-text{
	font-weight:bold;
	font-size:10em;
	color:#74c1da;
	text-align:center;
	line-height:1.1em;
	padding:0;
}
.large-text{
	font-size:1.6em;
	/*text-align:center;*/	
	line-height:1.1em;
	font-weight:bold;
	padding:20px 0;
}


.list, li{
	list-style:none;
	padding:0;
	margin:0;
}
.list{
	margin:10px 0;	
}
.list li{
	line-height:25px;	
	font-size:1.2em;
}
.bazlogo {
	padding-top: 30px;	
}

#clouds,
#mask{
	position:absolute;	
	width:700px;
	height:298px;
	left:-100px;
	top:0px;
}
#mask{
	background: transparent url( ../image/globe.png ) center 44px no-repeat;
}
.name{
	position:absolute;
	white-space:nowrap;
	font-size:17px;
	font-weight:bold;
	color:#8cb2bd;
}
.name strong{
	font-size:20px;	
	color:#19657c;
}


#cloud1{
	position:absolute;
	top:430px;
	right:-181px;
	background: transparent url( ../image/cloud01.png ) left top no-repeat;
	width:183px;
	height:132px;
}
#cloud2{
	position:absolute;
	top:331px;
	left:-147px;
	background: transparent url( ../image/cloud02.png ) left top no-repeat;
	width:161px;
	height:107px;	
}
#cloud3{
	position:absolute;
	top:-19px;
	right:-108px;	
	background: transparent url( ../image/cloud03.png ) left top no-repeat;
	width:152px;
	height:103px;	
}
#share{
	position:absolute;
	top:366px;
	right:15px;
}
html.dir-rtl #share{
	right:auto;
	left:15px;
}