
#box1 .info {
	float: left;
	width: 225px;
	margin-right: 15px;
	line-height: 18px;
	}
#box1 .info h1 {
	font-size: 15px;
	margin: 6px 0px 6px 3px;
	}
#box1 .info p {
	margin-left: 3px;
	}
#box1 .info li {
	margin: 6px 0px 0px 3px;
	list-style: none;
	list-style-position: inside;
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: center left;
	}
#development li { background-image: url('../images/bullet_circle_orange.gif'); }
#hosting li { background-image: url('../images/bullet_circle_green.gif'); }
#optimization li { background-image: url('../images/bullet_circle_blue.gif'); }
#services li { background-image: url('../images/bullet_circle_purple.gif'); }

#development .huge { color: #D67825; }
#hosting .huge { color: #87B630; }
#optimization .huge { color: #3D78DC; }
#services .huge { color: #A769EB; }

#masthead {
	margin-bottom: 10px;
	}
#development h1 span { color: #D67825; }
#hosting h1 span { color: #87B630; }
#optimization h1 span { color: #3D78DC; }
#services h1 span { color: #A769EB; }
	
#box2 {
	text-align: center;
	}
	
#box2 a {
	margin: 0px 6px;
	}
#box2 a img {
	border: 0px;
	}
img.bar {
	border: 0px;
	}
a.title {
	text-decoration: none;
	}



/* BOX 3 ******************************************/
#box3 {
	padding: 20px;
	/*background-image: url('../images/masthead_seo_corner.jpg');
	background-repeat: no-repeat;
	background-position: 590px 10px;*/
	}
#box3 .column1 {
	width: 630px;
	float: left;
	margin-right: 20px;
	}
#box3 .column2 {
	width: 290px;
	float: left;
	padding-top: 130px;
	}
#box3 p {
	margin: 10px 0px 20px 0px;
	}
#box3 h1 {
	font-size: 16px;
	color: #444444;
	}
#box3 h1.development { color: #D67825; }
#box3 h1.hosting { color: #87B630; }
#box3 h1.seo { color: #3D78DC; }
#box3 h1.services { color: #A769EB; }
