@import "nav.css";

#page {
	width: 800px;
	margin: 0;
	position: relative;
}

#page-header {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 69px;
	background-image: url(../images/uf_back.gif);
	background-repeat: repeat-x;
}

#page-title {
	margin-left: 100px;
	float: left;
	width: 479px;
	height: 69px;
	background-repeat: no-repeat;
}

.home #page-title { background-image: url(../images/title_blank.gif); }
.hosting #page-title { background-image: url(../images/title_hosting.gif); }
.development #page-title { background-image: url(../images/title_develop.gif); }
.ecommerce #page-title { background-image: url(../images/title_ecs.gif); }
.ses #page-title { background-image: url(../images/title_ses.gif); }
.dialup #page-title { background-image: url(../images/title_ia.gif); }
.maintenance #page-title { background-image: url(../images/title_maint.gif); }
.portfolio #page-title { background-image: url(../images/title_port.gif); }
.portfolio #content-main { height: 380px; overflow: auto; }
.terms #page-title { background-image: url(../images/title_terms.gif); }

#page-logo h2#logo {
	margin: 0;
	padding: 0;
	float: right;
}

#page-logo h2#logo a {
	overflow: hidden;
	display: block;
	height: 69px;
	width: 221px;
	text-indent: -999em;
	margin: 0;
	background: url(../images/title_rcorner.gif) top right no-repeat;	
}

#content {
	clear: both;
	overflow: hidden;
	background-image: url(../images/lf_back.gif);
	background-repeat: repeat-y;
}

#content-main {
	float: right;
	width: 690px;
	padding: 10px;
}

#content-main p {
	font-family: Verdana, serif;
	color: #000;
	text-align: justify;
}
#content-main ol li {
	font-weight: bold;
}

#content-main ol li,
#content-main ol dd {
	font-size: .7em;
	line-height: 1.1em;
}

#content-main dt {
	font-weight: bold;
	margin-top: 10px;
}

#content-main dd {
	margin: 0 0 10px 15px;
}

#page-footer {
	width: 800px;
	height: 88px;
	background-image: url(../images/btm_back.gif);
	background-repeat: repeat-x;
}

#page-footer img {
	float: left;
}

#copyright {
	font-size: .75em;
	line-height: 1.1em;
	width: 700px;
	float: right;
	padding-top: 50px;
	color: #fff;
	text-align: center;
}
#copyright ul { margin: 0; padding: 0; }
#copyright li {
	list-style: none;
}

.client {
	height: 100px;
	margin: 0;
	padding: 0;
}

.client img {
	height: 75px;
	width: 100px;
	float: left;
	padding: 10px;
}

.client li {
	font-size: .9em;
	list-style: none;
}
