/* 
 * Host350.com CSS StyleSheet
 * WebSite designed and coded by Kyle Spearrin
 * http://kylespearrin.com
 *
*/


/* ---General--- */


body {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: 0;
}

a {
	color: #0000FF;
	text-decoration: underline;
}

a:hover {
	color: #0066FF;
	text-decoration: underline;
}

.container {
	margin: 0 auto;
	background-color: #FFFFFF;
	padding: 0 5px 5px 5px;
	width: 800px;
}

.clear {
	font-size: 0;
	height: 0;
	clear: both;
}

p {
	margin: 15px 0 15px 0;
}


/* ---Header--- */


.header img {
	padding: 0;
	margin: 0;
	vertical-align: top;
}


/* ---Content--- */


.plan1 {
	width: 263px;
	float: left;
	margin: 0;
	padding: 0;
}

.plan2 {
	width: 263px;
	float: left;
	margin: 0 0 0 6px;
	padding: 0;
}

.plan3 {
	width: 263px;
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
}

.plan-top {
	padding: 5px;
	border-left: 1px solid #ACACAC;
	border-right: 1px solid #ACACAC;
	background-image: url(images/plan_bg_lines.gif);
	background-repeat: no-repeat;
	background-position: top center;
	clear: both;
}

.plan-bot {
	clear: both;
	height: 3px;
	background-image: url(images/box_bottom_w_runner.gif);
	background-repeat: repeat-x;
}

.plan-left {
	float: left;
	width: 178px;
}

.plan-right {
	float: right;
	width: 73px;
}

	.plan-right a {
		color: #178E00;
		font-weight: bold;
		text-decoration: underline;
	}

	.plan-right a:hover {
		color: #178E00;
		font-weight: bold;
		text-decoration: none;
	}
	
.plan-options {
	text-align: right;
}

.top-box {
	height: 30px;
}

.left-box {
	float: left;
	width: 263px;
	margin: 5px 0 0 0;
}

.right-box {
	float: left;
	width: 532px;
	margin: 5px 0 0 5px;
}

.full-box {
	width: 100%;
	margin: 5px 0 0 0;
}

.box-header {
	height: 30px;
	background-image: url(images/content_header_runner.gif);
	background-repeat: repeat-x;
}

.box-content {
	padding: 5px;
	border-left: 1px solid #ACACAC;
	border-right: 1px solid #ACACAC;
	background-color: #F8F8F8;
}
	.box-content ul {
		margin: 0;
		padding-left: 15px;
		list-style: disc;
	}

		.box-content li {
			margin: 0;
			padding-top: 4px;
		}

.box-footer {
	height: 3px;
	background-image: url(images/bottom_runner_g.gif);
	background-repeat: repeat-x;
}

.packages-header {
	font-weight: bold;
	padding-top: 20px;
	font-size: 14px;
}

.packages-s1 {
	width: 40%;
	text-align: left;
}

.packages-s2 {
	width: 15%;
	text-align: center;
}

.packages-r1 {
	background-color: #c2e2ff;
}

.packages-r2 {
	background-color: #d8ecff;
}

.package-box {
	border: 2px dashed #c2e2ff;
	background-color: #FFFFFF;
	margin-top: 10px;
	padding: 5px;
}


/* ---Footer--- */


.footer {
	margin-top: 5px;
}

.footer-links {
	text-align: center;
}

	.footer-links a {
		color: #000000;
		text-decoration: underline;
		margin: 0 10px 0 10px;
	}

	.footer-links a:hover {
		color: #000000;
		text-decoration: none;
	}

.footer-runner {
	margin-top: 5px;
	height: 14px;
	background-image: url(images/footer_runner.gif);
	background-repeat: repeat-x;
}

.footer-left {
	margin-top: 5px;
	float: left;
	width: 50%;
}

.footer-right {
	margin-top: 5px;
	float: right;
	width: 50%;
	text-align: right;
}
