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

.pics {
	width:  846px; 
    height: 470px; 
	overflow: hidden;
} 
.pics img {  
	width:  846px; 
    height: 476px;
    position: relative;
	top:  0px; 
    left: 0px;
	z-index: 1;
}


/*** Styles for the Main Content Column ***/
#main_col {
	width: 626px;
}

#main_col h1 {
	color: #0071BC;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
}
#main_col h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #C90A49;
	margin-bottom: 5px;
}

#main_col h1 a {
	color: #0071BC;
}
#main_col h2 a {
	color: #C90A49;
}

div.services div.left {
	width: 300px; float: left;
}
div.services div.right {
	width: 300px; float: right;
}
div.services div.graphic {
	width: 70px; float: left;
}
div.services div.description {
	width: 210px; float: right;
}
div.services div.description p {
	line-height: 1.6em;
}

div.services ul {
	list-style: disc inside;
}
div.services li {
	margin-bottom: 5px;
}

/*** Hosting Column ***/
.col-header h1, .col-header h2, .col-header h3 {
	background: url("../images/col/col-hosting.png") no-repeat top left;
}

.col-content {
	border-left: solid 1px #0071BC;
	border-right: solid 1px #0071BC;
}

.col-bottom {
	background: url("../images/bottom/bottom-hosting-col.png") no-repeat top left;
}
