html{
	background-color: #494949;
}

body{
	background-color: #FDFDFD;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 11px;
	width: 970px;
	margin: 0 auto;
	padding: 10px;
}

h1{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	margin-top: 25px;
	font-weight: normal;
}

h2{
	font-family: "Verdana", Helvetica, sans-serif;
	font-size: 20px;
	color: #333333;
	font-weight: normal;
	margin: 5px 0 0 0;
}

h3{
	font-size: 20px;
	width: 280px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #DDDDDD;
	text-decoration: none;
	color: #333333;
}

h3 a{
	text-decoration: none;
	color: #333333;
}
p{
	margin: 0;
	font-size: 12px;
	line-height: 120%;
	margin-bottom: 10px;
}

strong a{
	text-decoration: none;
	color: #232323;
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
	padding: 2px;
} 

.plan-box li {
	width: 200px;
	font-size: 12px;
	display: block;
	list-style: none;
	padding: 0;
	margin: 5px 20px 0 0px;
	float: right;
	color: 232323;
	
}

#head{
	background-color: #333333;
	border-bottom: 5px solid #7C7C7C;
	height: 56px;
}

#logo{
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	height: 59px;
	width: 155px;
}

#nav-back{
	background-color: #EEEEEE;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	height: 30px;
}

#nav ul{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

#nav li{
	display: block;
	list-style: none;
	width: 120px;
	float: left;
	padding: 8px 0 8px 0;
	margin: 0 9px 0 9px;
	text-align: center;
	cursor: pointer;
}

#nav li a{
	color: #333333;
	text-decoration: none;
}

#nav li:hover{
	color: #FFFFFF;
	background-color: #7C7C7C;
}
#index-banner{
	background-image: url(img/buildings.jpg);
	background-repeat: no-repeat;
	width: 970px;
	height: 208px;
	border-bottom: 15px solid #333333;
}

#vz-banner{
	background-image: url(img/25.jpg);
	background-repeat: no-repeat;
	width: 970px;
	height: 192px;
	border-bottom: 15px solid #333333;
}

#vz-banner h2{
	padding-left: 550px;
	padding-top: 140px;
	color: #333333;
	font-size: 36px;
	font-family: "Arial", Helvetica, sans-serif;
}

#resell-banner{
	background-image: url(img/resell.jpg);
	background-repeat: no-repeat;
	width: 970px;
	height: 192px;
	border-bottom: 15px solid #333333;
}

#resell-banner h2{
	padding-left: 550px;
	padding-top: 140px;
	color: #333333;
	font-size: 36px;
	font-family: "Arial", Helvetica, sans-serif;
}

#generic-banner{
	background-image: url(img/generic.gif);
	width: 970px;
	height: 191px;
	border-bottom: 15px solid #333333;
}

#generic-banner h2{
	padding-left: 550px;
	padding-top: 140px;
	color: #F5F5F5;
	font-size: 36px;
	font-family: "Arial", Helvetica, sans-serif;
}

#uno-dos-tres{
	background-color: #EEEEEE;
	height: 75px;
	border-bottom: 5px solid #D3E9AB;
}

#one{
	float: left;
	background-image: url(img/uno.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 55px;
	width: 250px;
	height: 75px;
	margin-left: 9px;
	margin-right: 9px;
}

#two{
	float: left;
	background-image: url(img/dos.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 55px;
	width: 250px;
	height: 75px;
	margin-left: 9px;
	margin-right: 9px;
}

#three{
	float: left;
	background-image: url(img/tres.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 55px;
	width: 250px;
	height: 75px;
	margin-left: 9px;
	margin-right: 9px;
}

.plan-box{
	margin-top: 10px;
	float: left;
	height: 170px;
	width: 313px;
	background-color: #F6F5F5;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	border-bottom: 5px solid #6091B3;
	clear: right;
}

.tri-box{
	margin-top: 20px;
	width: 315px;
	height: 84px;
	float: left;	
	margin-bottom: 20px;
	
}

#features{
	margin-top: 10px;
	float: left;
	width: 485px;
}

div#features img{
	float: left;
	width: 64px;
	height: 64px;
	margin-right: 5px;
	padding-top: 3px;
}

.cont{
	height: 64px;
	padding-top: 3px;
	color: #333333;
	font-size: 11px;
	margin-bottom: 10px;
	
}

.cont strong{
	font-size: 12px;
	padding-bottom: 5px;
}

.resbox{
	background-color: #F1F1F1;
	padding: 10px;
	width: 948px;
	border: 1px dashed #DDDDDD;
	
}

.resbox ul{
	padding: 0;
	margin: 0;
	
}

.resbox li{
	list-style: none;
	background-image: url(img/bullet_toggle_minus.png);
	background-repeat: no-repeat;
	padding-left: 25px;
}

#footer{
	clear: both;
	height: 52px;
	border-top: 7px solid #EEEEEE;
	background-color: #F8F8F8;
	background-image: url(img/logos.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-left: 25px;
}

#footer p{
	padding-top: 10px;
	font-size: 11px;
}