@charset "UTF-8";
/* CSS Document */

html{ height: 100%; }

body{ 
	margin:0;
	background-color:#0099CC; 
	height: 100%; 
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 16px; 
	color:#000; }

.cleaner{clear:both;}

#wrapper{
	position:relative;
	width:800px;
	margin:5px auto 0px auto;
}

#bottom {
	position:relative;
	float:right;
	width:300px;
	height:20px;
	margin-right:0px;
	
	margin-top:200x;
	text-align:right;
}

/*#head_box {
	position:relative;
	height:177px;
	width:800px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	background-image:url(../images/index/head.jpg);
}

#menu {
	position:relative;
	list-style:none;
	float:right;
	height:44px;
	width:450px;
	margin-bottom:0px;
	margin-top:133px;
	margin-right:20px;
//	border-style:dotted;
//	border-color:#F00;
}

ul#list_nav {
	list-style: none;
	float:right;
	padding: 0;
	margin: 0;
}

ul#list_nav li {
	float:left;
	margin: 0 0em;
}

ul#list_nav li#apps a {
	position:relative;
	float:left;
	height:44px;
	width:95px;
	background-repeat:no-repeat;
	background-image:url(../images/index/app_button_high.png);
}

ul#list_nav li#apps a:hover {
	position:relative;
	float:left;
	height:44px;
	width:95px;
	background-repeat:no-repeat;
	background-image:url(../images/index/app_button_high.png);
}

ul#list_nav li#contacts a {
	position:relative;
	float:left;
	height:44px;
	width:140px;
	background-repeat:no-repeat;
	background-image:url(../images/index/contacts_button_idle.png);
}
ul#list_nav li#contacts a:hover {
	position:relative;
	float:left;
	height:44px;
	width:140px;
	background-repeat:no-repeat;
	background-image:url(../images/index/contacts_button_high.png);
}

ul#list_nav li#aboutus a {
	position:relative;
	float:left;
	height:44px;
	width:140px;
	background-repeat:no-repeat;
	background-image:url(../images/index/aboutus_button_idle.png);
	border:none;
}
ul#list_nav li#aboutus a:hover {
	position:relative;
	float:left;
	height:44px;
	width:140px;
	background-repeat:no-repeat;
	background-image:url(../images/index/aboutus_button_high.png);
	border:none;
}*/

/*ul#list_nav li#aboutus a:link {
	border:none;
	border-style:none;
}

ul#list_nav li#aboutus a:visited {
	border:none;
	border-style:inherit;
}

ul#list_nav li#aboutus a:select {
	border:none;
	border-style:inset;
}*/

/****** End Menu *********/

#cells_list {
	position:relative;
	float:left;
	width:100%;
	height: auto;
	margin:0px;
	padding:0px;
}

#cells_sep {
	position:relative;
	float:left;
	height:10px;
	width:100%;
	margin:0px;
	padding:0px;
}

#available {
	position:relative;
	float:right;
	height:40px;
	width:122px;
	margin-right:130px;
	margin-top:20px;
	background-image:url(../images/index/available.jpg);
}

#cwc_cell {
	position:relative;
	float:left;
	width:100%;
	height:180px;
	background-image:url(../images/index/cwc_cell_ita.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin:0px;
	padding:0px;
}

#appower_cell {
	position:relative;
	float:left;
	width:100%;
	height:180px;
	background-image:url(../images/index/appower_cell_ita.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin:0px;
	padding:0px;
}

#crazy_wheels_cell {
	position:relative;
	float:left;
	width:100%;
	height:180px;
	background-image:url(../images/index/crazy_wheels_cell_ita.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin:0px;
	padding:0px;	
}

#dreams_numbers_cell {
	position:relative;
	float:left;
	width:100%;
	height:180px;
	background-image:url(../images/index/dreams_numbers_cell_ita.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin:0px;
	padding:0px;
}

#love_locked_cell {
	position:relative;
	float:left;
	width:100%;
	height:180px;
	background-image:url(../images/index/love_locked_cell_ita.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin:0px;
	padding:0px;
}

#empy_cell_01 {
	position:relative;
	float:left;
	width:100%;
	height:180px;
	background-image:url(../images/common/empty_cell.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin:0px;
	padding:0px;
}

#empy_cell_01_text {
	color:#0099CC;
	position:relative;
	width:600px;
	margin-left:40px;
	margin-top:0px;
	font-size:22px;
}