body{
	font-family:Lucida Grande, 'Lucida Sans Unicode', 'sans-serif', 'Sans';
	font-size:16px;
	font-weight:normal;
	text-align:center;
	background-color:#F2F2F2;
}

*{
	margin:0;
	padding:0;
	outline:0 none;
}

input[type=text]:focus,
input[type=password]:focus
{
  	outline: 0 none;
}

a{
	color:#505050;
	text-decoration:none;
}

a:hover{
	color:#202020;
	text-decoration:none;
}

#header{
	display:block;
	background-color:#2B8F9C;
	width:100%;
	height:40px;
	border-bottom:12px solid #91BE3E;
	overflow:hidden;
}


#container_logo{
	margin-left:auto;
	margin-right:auto;
	width:958px;
}


#logo{
	float:left;
	width:244px;
	height:47px;
	display:inline;
	border:0 none;
	text-align:center;
}

#content{
	margin-left:auto;
	margin-right:auto;
	width:960px;
}

#main{
	float:left;
	display:inline;
	margin-top:30px;
	background-color:#fff;
	border-radius:6px;
	text-align:left;
	border:1px solid #dfdfdf;
}

#main-title{
	float:left;
	width:953px;
	height:36px;
	padding:4px 0 0 9px;
	background-color:#ffff99;
}

#main-title h1{
	font-size:1.4em;
	display:block;
	color:#505050;
	font-weight:normal;
}

#main-title span{
	font-style:italic;
	font-weight:bold
}

#arrow{
	float:left;
	display:inline;
	background:url("../images/arrow.gif") no-repeat;
	width:75px;
	height:121px;
	margin:20px 0 0 40px;
} 

#num{
	float:left;
	width:770px;
	height:90px;
	margin:71px 0 0 25px;
	display:inline;
	border:1px solid #DEDEDE;
}

#form{
	float:left;
	font-family:Verdana, Arial, 'sans-serif';
	display:inline;
	background:none;
	border:0 none;
	color:#555;
	width:420px;
	height:55px;
	font-size:3em;
	text-align:center;
	padding:16px 10px 16px 9px;
}

#send{
	float:right;
	display:inline;
	background:url("../images/overlay-button.gif") repeat-x scroll 0 0 #91BD09;
    border-bottom:1px solid #333;
	border-top:0 none;
	border-right:0 none;
	border-left:0 none;
    border-radius:5px;
    box-shadow:0px 1px 3px #333;
    color:#FFF;
    cursor:pointer;
    height:78px;
    overflow:visible;
    padding:18px 28px 18px;
    position:relative;
    text-decoration:none;
    text-shadow:0 -1px 1px #333;
	margin:5px 5px 0 0;
	font-size:2em;
}

#loading{
	float:right;
	display:inline;
	background:url("../images/overlay-button.gif") repeat-x scroll 0 0 #E33100;
    border-bottom:1px solid #333;
	border-top:0 none;
	border-right:0 none;
	border-left:0 none;
    border-radius:5px;
    box-shadow:0px 1px 3px #333;
    color:#FFF;
    cursor:pointer;
    height:78px;
    overflow:visible;
    padding:18px 28px 18px;
    position:relative;
    text-decoration:none;
    text-shadow:0 -1px 1px #333;
	margin:5px 5px 0 0;
	font-size:2em;
}

#send:hover{
	background-color:#749A02;
}

.message {
	background: none repeat scroll 0 0 #FDDFDF;
    border:1px solid #FF0000;
	top:295px;
    padding:10px;
    width:445px;
	position:absolute;
	clear:left;
	line-height:20px;
}

.error {
    color: #FF0000;
    font-size: 0.7em;
}

#benefits{
	float:left;
	width:932px;
	height:130px;
	text-align:left;
	display:inline;
	margin:105px 12px 0 12px;
}

#simple{
	float:left;
	width:265px;
	display:inline;
	line-height:30px;
	margin-right:22px;
}

#price{
	float:left;
	width:312px;
	display:inline;
	line-height:30px;
	margin-right:30px;
}

#subscription{
	float:left;
	width:301px;
	display:inline;
	line-height:30px;
}

#benefits strong{
	color:#505050;
	font-size:1.0em;
	font-weight:bold;
	font-style:italic;
}

#benefits p{
	color:#000;
	font-size:0.75em;
	font-weight:normal;
	line-height:25px;
}

#img_benefits_simple{
	float:left;
	background:url("../images/benefits_simple.gif") no-repeat;
	width:100px;
	height:98px;
	margin:8px 12px 0 0;
}

#img_benefits_price{
	float:left;
	background:url("../images/benefits_price.gif") no-repeat;
	width:100px;
	height:94px;
	margin:8px 12px 0 0;
}

#img_benefits_subscription{
	float:left;
	background:url("../images/benefits_subscription.gif") no-repeat;
	width:100px;
	height:105px;
	margin:8px 12px 0 0;
}

#tools{
	float:left;
	background-color:#FFF;
	border-radius:6px;
	border:1px solid #DFDFDF;
	height:300px;
	margin-top:30px;
}

#tools-title{
	float:right;
	width:205px;
	height:40px;
	background-color:#FFFF99;
}

#tools-title h2{
	font-size:1.5em;
	color:#505050;
	padding:4px;
	font-weight:normal;
	text-align:right;
}

#tools-central{
	float:left;
	width:928px;
	height:242px;
	margin:15px 0 0 12px;
	display:inline;
}

.tools-internet-item{
	float:left;
	width:220px;
	height:240px;
	margin-right:65px;
}

.tools-internet-item strong{
	float:left;
	width:100%;
	color:#505050;
	font-size:1.0em;
	font-weight:bold;
	text-align:center;
}

a#img_internet_speed{
	float:left;
	background:url("../images/tools_internet_speed.gif") no-repeat;
	width:180px;
	height:188px;
	margin:15px 0 0 12px;
	display:inline;
}

a#img_internet_unsubscribe{
	float:left;
	background:url("../images/tools_internet_unsubscribe.gif") no-repeat;
	width:175px;
	height:177px;
	margin:18px 0 0 12px;
	display:inline;
}

#presentation{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:960px;
	margin-top:10px;

}

#presentation p{
	color:#fff;
	font-size:0.80em;
	margin-bottom:15px;
}

#speedtest {
	float:left;
	display:inline;
	margin:15px 18px 0;
	height:615px;
}

#speedtest h2{
	color:#000;
    display:block;
    font-size:1.2em;
    font-weight: normal;
	text-align:center;
}

#test_intro {
	float:left;
	width:926px;
	height:575px;
}

#test_intro p,
#test_intro li {
	color:#000;
	font-size:0.75em;
	line-height:22px;
	margin-top:12px;
}

#before_begin{
	background-color:#ddd;
	width:98%;
	padding:8px;
	text-align:center;
	border-radius:6px;

}

#test_intro ul{
	margin:10px 0px 30px 15px;
}

#prepare_to_start{
	float:left;
	width:900px;
	height:150px;
	text-align:center;
}

#arrow_test{
	display:block;
	background:url("../images/arrow_test.gif") no-repeat;
	width:88px;
	margin: 0 auto;
	height:205px;
	
} 

#begin_test{
	display:inline;
	background:url("../images/overlay-button.gif") repeat-x scroll 0 0 #2DAEBF;
    border-bottom:1px solid #333;
	border-top:0 none;
	border-right:0 none;
	border-left:0 none;
    border-radius:5px;
    box-shadow:0px 1px 3px #333;
    color:#fff;
    cursor:pointer;
    height:78px;
    overflow:visible;
    padding:10px 28px 10px;
    position:relative;
    text-decoration:none;
    text-shadow:0 -1px 1px #333;
	font-size:2em;
}

#begin_test:hover{
	background-color:#007d9a;
}

#footer{
	float:left;
	background-color:#2C2C2C;
	width:100%;
	height:250px;
	margin-top:30px;
}

.table_offer{
	width:945px;
	height:auto;
	font-size:0.9em;
	text-align:center;
	margin:12px 0 0 8px;
	color:#000;
	border-bottom:1px solid #eee;
	border-left:1px solid #eee;
}

.table_offer th{
	background-color:#FEF2E8;
	height:55px;
	width:20%;
	font-weight:normal;
	border:1px solid #eee;
}

.table_offer td{
	height:auto;
	height:30px;
	border-right:1px solid #eee;
}



