@charset "utf-8";
/* ======================================================================== */
/* Stylesheet for: Pionexus													*/
/* Author: Sam Clark (samclark@pionexus.com)								*/
/* Version: 20.06.2008														*/
/* ======================================================================== */
/* Main Tags																*/
/* ======================================================================== */
html { height: 100%; }
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444444;
	background-color: #e7e7e2;
	margin: 0px;
	line-height: 1.5em;
	height: 100%;
}
input, textarea
{
	padding: 2px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-color: #e7e7e2;
	border-width: 1px;
	border-style: solid;
	background-color: #f4f4f4;
}
a:link, a:active, a:visited
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a
{
	color: #444444;
}
/* ======================================================================== */
/* Main Layout																*/
/* ======================================================================== */
.container
{
	width: 780px;
	min-height: 100%;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #fafafa;
	border-left-color: #d7d7d2;
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: #d7d7d2;
	border-right-style: solid;
	border-right-width: 2px;
}
/* ======================================================================== */
/* Alignment																*/
/* ======================================================================== */
.left_align
{
	float: left;
}
.right_align
{
	float: right;
}
.centre_align
{
	text-align: center;
}
/* ======================================================================== */
/* Layout Maintenance														*/
/* ======================================================================== */
.clear
{
	clear: both;
}
/* ======================================================================== */
/* Banner																	*/
/* ======================================================================== */
.banner
{
	height: 80px;
	margin-left: 5px;
	background-image: url(../images/banner.gif);
	background-position: center left;
	background-repeat: no-repeat;
}
/* ======================================================================== */
/* Navigation																*/
/* ======================================================================== */
.navigation
{
	height: 30px;
	color: #ffffff;
	line-height: 30px;
	background-image: url(../images/navigation/background.gif);
}
.navigation a
{
	color: #ffffff;
	border-bottom-style: none;
}
.navigation .endcap_left
{
	width: 5px;
	height: 30px;
	float: left;
	margin-right: 10px;
	background-image: url(../images/navigation/endcap_left.gif);
}
.navigation .endcap_right
{
	width: 5px;
	height: 30px;
	float: right;
	margin-left: 5px;
	background-image: url(../images/navigation/endcap_right.gif);
}
.navigation .splitter
{
	width: 5px;
	height: 30px;
	background-image: url(../images/navigation/splitter.gif);
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.navigation .selected
{
	background-image: url(../images/navigation/selected.gif);
	background-position: center;
	background-repeat: no-repeat;
}
/* ======================================================================== */
/* Content																	*/
/* ======================================================================== */
.content
{
	margin-top: 10px;
	margin-bottom: 10px;
}
/* ======================================================================== */
/* Footer																	*/
/* ======================================================================== */
.footer
{
	color: #888888;
	margin-bottom: 5px;
	padding: 5px;
	border-top-color: #d7d7d2;
	border-top-style: solid;
	border-top-width: 2px;
}
.footer a
{
	color: #888888;
}
/* ======================================================================== */
/* Portfolio																*/
/* ======================================================================== */
.portfolio-icon
{
	float: left;
	padding-bottom: 15px;
}
.portfolio-icon img
{
	border: none;
}
.portfolio-text
{
	padding-bottom: 15px;
	padding-left: 65px;
}
.portfolio-splitter
{
	clear: both;
	height: 2px;
	background-color: #d7d7d2;
	margin-bottom: 15px;
}