* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Arial Narrow, Arial;
	color: #000000;
	background: #000000 url(images/body.gif) repeat 0 0;
}
a {
	text-decoration: none;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}

#buffer1 {
	background: url(images/headerbg.gif) repeat-x 0 0;
	height: 545px;
}
#buffer2 {
	background: url(images/header.jpg) no-repeat center 0;
	height: 510px;
}

#wrapper {
	text-align: left;
	width: 901px; height: 800px;
	margin: auto auto;
}

/** BEGIN header **/
#header {

}
	#header h1 a {
		font-size: 1px;
		text-indent: -9999px;
		outline: none;
		display: block;
		width: 280px; height: 135px;
	}
	#navigation {
		list-style-type: none;
		padding: 52px 0 0 10px;
	}
		#navigation li {
			float: left;
			padding-right: 2px;
		}
		#navigation li a {
			display: block;
			width: 115px; height: 75px;
			background-image: url(images/navigation.jpg);
			background-repeat: no-repeat;
			text-indent: -9999px;
			outline: none;
		}
		/** begin navigation links **/
		#nav_home { background-position: 0px 0; }
		#nav_portfolio { background-position: -117px 0; }
		#nav_prices { background-position: -234px 0; }
		#nav_order { background-position: -351px 0; }
		#nav_contact { background-position: -468px 0; }
		.here #nav_home,#nav_home:hover { background-position: 0px -75px; }
		.here #nav_portfolio,#nav_portfolio:hover { background-position: -117px -75px; }
		.here #nav_prices,#nav_prices:hover { background-position: -234px -75px; }
		.here #nav_order,#nav_order:hover { background-position: -351px -75px; }
		.here #nav_contact,#nav_contact:hover { background-position: -468px -75px; }
		/** end navigation links **/
	.plan {
		position: relative;
		top: 40px; left: 32px;
		float: left;
		width: 230px;
	}
	.plan2 {
		left: 112px;
	}
		.plan h2 {
			color: #ffffff;
			text-transform: uppercase;
			font-size: 1.8em;
			text-align: center;
			padding-bottom: 15px;
		}
			.plan h2 span {
				color: #2be824 !important;
			}
		.plan ul {
			list-style-type: none;
		}
		.plan li {
			font-size: 1.6em;
			color: #ffffff;
			line-height: 1.3em;
			padding-left: 24px;
			background: url(images/white.gif) no-repeat 0 6px;
		}
		.alt {
			color: #2be824 !important;
			background-image: url(images/green.gif) !important;
		}
		.plan .rm {
			width: 103px; height: 29px;
			display: block;
			text-indent: -9999px;
			outline: none;
			float: left;
			position: relative;
			top: 22px; left: 3px;
		}
		.plan .on {
			width: 103px; height: 29px;
			display: block;
			text-indent: -9999px;
			outline: none;
			float: left;
			position: relative;
			top: 22px; left: 21px;
		}
/** END header **/

/** BEGIN content **/
#content {
	clear: both;
	position: relative;
	top: 74px;
}
#contentbuffer {
	background-color: #131313;
	padding: 5px 10px 20px;
	color: #ffffff;
	font-family: Arial;
	line-height: 1.5em;
}
	#content h2 {
		padding: 10px 0;
		font-size: 1.5em;
		font-weight: normal;
	}
	#content p {
		margin-bottom: 10px;
	}
	#content a {
		color #2be824;
	}
	/** BEGIN home **/
	.home {
		float: left;
		width: 33%; height: 260px;
		background: url(images/horizontal.gif) repeat-y 0 0;
		margin-right: 1px;
		font-family: "Arial Narrow", Arial;
		font-size: 1.5em;
		line-height: 1.2em;
	}
		.home h2 {
			margin: 0 10px 10px 15px;
			color: #2be824;
			font-size: 2.5em !important;
			font-weight: normal;
		}
		.home h3 {
			margin: 20px 10px 15px 25px;
			font-size: 1.6em;
			font-weight: normal;
		}
		.home p, .home ul {
			margin: 0 10px 0 15px;
		}
		.home ul {
			list-style-type: none;
			padding-bottom: 20px;
		}
		.home ul li {
			background: url(images/white.gif) no-repeat 0 6px;
			padding: 2px 0 2px 20px;
			font-size: 0.9em;
		}
		.home strong {
			font-weight: normal;
			color: #2be824;
		}
		.first {
			background: none;
			margin-left: 5px;
			width: 34%;
		}
		.first h2, .first p {
			margin-left: 0 !important;
		}
		.readmore {
			display: block;
			float: right;
			width: 103px; height: 29px;
			background: url(images/readmore.gif) no-repeat 0 0;
			text-indent: -9999px;
			outline: none;
			margin-right: 10px;
		}
			.first .readmore {
				margin-top: -12px;
			}
		.last {
			width: 31% !important;
		}
		.last p {
			margin-bottom: 2px !important;
			padding-left: 12px;
		}
			.date {
				font-size: 0.8em;
				color: #2be824;
			}
	#featured {
		clear: both;
		text-align: center;
		color: #ffffff;
		padding-top: 20px;
		font-family: Arial Narrow, Arial;
	}
		#featured h2 {
			font-size: 3em;
			font-weight: normal;
			padding: 25px 0 20px;
			background: url(images/vertical.gif) repeat-x top center;
			margin: 0 220px;
		}
			#featured h2 span {
				color: #2be824;
			}
		#featured img {
			border: 1px solid #000000;
		}
	/** END home **/
/** END content **/

/** BEGIN footer **/
#footer1 {
	position: relative;
	top: 74px;
	background: #232323 url(images/footer.gif) no-repeat bottom left;
	color: #ffffff;
	font-family: Arial;
	font-size: 1.4em;
	height: 94px;
}
	#footer1 a {
		color: #2be824;
		text-decoration: underline;
		margin: 0 3px;
	}
	#footer1 p {
		float: left;
		padding: 34px 15px;
	}
	#footer1 img {
		float: right;
		border: 1px solid #000000;
		margin: 16px;
	}
#footer2 {
	margin-top: 74px;
	padding: 20px 0;
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.4em;
}
	#footer2 a {
		color: #2be824;
	}
	#footer2 p {
		clear: both;
	}
	#footer2 .links {
		width: 220px;
		margin: 0 auto;
		height: 40px;
	}
		#footer2 .links a {
			display: block;
			text-indent: -9999px;
			height: 25px; width: 39px;
			float: left;
			margin: 0 3px;
		}
		#foot_amex {
			background: url(images/amex.gif) no-repeat 0 0;
		}
		#foot_visa {
			background: url(images/visa.gif) no-repeat 0 0;
		}
		#foot_mc {
			background: url(images/mastercard.gif) no-repeat 0 0;
		}
		#foot_pp {
			background: url(images/paypal.gif) no-repeat 0 0;
			height: 25px; width: 64px !important;
		}
/** END footer **/
