/* Copyright Matthew Hillman */
body {
	color:#CCCCCC;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 165%;
}
html {
	background-color:#000;
}
/* ---------------------------------------------------*/
/* headers */
a, a:visited {
	text-decoration: none;
	color: #66cc00;
}
a:hover {
	color: #f4f3e8;
}
#contentLeft strong.ex {
	color:ff0;
}
/* headers */

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 12px;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
	color: #FFFFFF;
	padding: 20px 10px 5px 10px;
	text-transform: capitalize;
}
h3 {
	font-size: 1.7em;
	font-weight: normal;
	padding: 20px 10px 5px 10px;
}
h4 {
	padding-left: 10px;
	font-size: 12px;
	text-transform: capitalize;
}
p {
	padding: 10px;
	margin: 0;
}
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}
#mainNavigation {
	padding: 0;
	height: 30px;
	float: right;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#mainNavigation ul {
	float: left;
	list-style: none;
	height: 50px;
	margin: 0 0 0 5px;
	padding: 0;
	display: inline;
}
#mainNavigation ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#mainNavigation ul li a {
	display:inline;
	text-decoration:none;
	padding:0 16px 8px;
	color:#bbb;
	font-size:11px;
	text-transform:uppercase;
}
#mainNavigation ul li a:hover, #mainNavigation ul li a:active {
	display:inline;
	text-decoration:none;
	padding:0 16px 8px;
	color:#66CC00;
	font-size:11px;
	border-bottom:1px solid #66CC00;
	text-transform:uppercase;
}
#mainNavigation ul li#current a {
	display:inline;
	text-decoration:none;
	padding:0 16px 8px;
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
}
#mainNavigation ul li#last a {
	display:inline;
	text-decoration:none;
	color:#BBBBBB;
	font-size:11px;
	text-transform:uppercase;
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 30px;
	width: 100px;
	background-position: center center;
	margin-left: 15px;
	margin-bottom: 5px;
}
#mainNavigation ul li#last a:hover {
	color:#ec842b;
	background-repeat: no-repeat;
	background-position: center center;
}
/* ---------------------------------------------------*/
/*#mainNavigation {
	font-size: 0.9em;
	background-color:#fff;
	margin-top: 5px;
	margin-left: 20px;
	float: left;
	width: 970px;
	max-width:100%; /* fix for opera (contact drops) */
/*}
#mainNavigation ul {
	margin:0;
	padding:0;
	list-style:none;
}
#mainNavigation li {
	display:inline;
	margin:0 10px 0 0;
	padding:0;
}
#mainNavigation a {
	float:left;
	margin:0 10px 0 0;
	padding:2px;
	text-decoration:none;
	color: #333;
}
#mainNavigation a span, #mainNavigation #current span {
	float:left;
	display:block;
	padding:3px 9px 3px 6px;
}
/* hide from Mac IE5 \*/
/*#mainNavigation a span {
	float:none;
}
/* end hack */
/*#mainNavigation li.active a, #mainNavigation a:hover {
	color:#fff;
	display:block;
	background-color:#C90200;
	padding-bottom:5px;
}*/
#web, #graphic, #other {
	margin-left:10px;
}
#web a {
	background:url("images/web_design_normal.jpg");
	background-repeat:no-repeat;
	height:100px;
	width:400px;
	display:block;
}
#web a:hover {
	background:url("images/web_design_hover.jpg");
	background-repeat:no-repeat;
}
#web a:hover img, #graphic a:hover img, #other a:hover img {
	visibility: hidden;
}
#graphic a {
	background-image:url("images/graphic_design_normal.jpg");
	background-repeat:no-repeat;
	height:100px;
	margin-top:5px;
	width:400px;
	display:block;
}
#graphic a:hover {
	background-image:url("images/graphic_design_hover.jpg");
	background-repeat:no-repeat;
}
#other a {
	background-image:url("images/other_design_normal.jpg");
	background-repeat:no-repeat;
	height:100px;
	margin-top:5px;
	width:400px;
	display:block;
}
#other a:hover {
	background-image:url("images/other_design_hover.jpg");
	background-repeat:no-repeat;
}
/* ---------------------------------------------------*/
#container {
	width: 100%;
	text-align: left;
	background-image: url("images/content_bg.jpg");
	background-repeat:repeat-x;
	overflow:hidden;
}
#content-wrap {
	clear: both;
	width: 980px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	height: 63px;
	width: 274px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	float: left;
	margin-left: 20px;
}
#contentLeft {
	float: left;
	display:inline;
	width: 695px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 5px;
	min-height: 450px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#content .inner {
	width: 680px;
	background-color:#111;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #000000;
	padding-bottom: 10px;
	min-height: 450px;
}
#contentRight {
	float: right;
	display:inline;
	width: 280px;
	padding: 0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#contentRight_text {
	float: right;
	width: 270px;
	margin-bottom: 15px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#contentRight #contentRight_text .inner {
	width: 250px;
	background-color: #111;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #000000;
}
.thumb {
	width: 200px;
	margin-left: 10px;
	float: left;
	background-color: #000000;
	border: 1px solid #1a2022;
	margin-top: 5px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
}
/* ---------------------------------------------------*/
#header {
	background-color:#000000;
	position: relative;
	width: 980px;
	height: 75px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header p {
	color: #FFF;
	line-height: 1em;
}
#corner {
	height:450px;
	background-image:url("images/footertest.png");
	background-repeat:no-repeat;
	float:right;
	margin-top:86px;
	width:400px;
}
#banner {
	width:100%;
	background:#66CC00;
	height:10px;
}
/* ---------------------------------------------------*/
#web_images img {
	margin-top:2em;
}
#web_images {
	margin-top:180px;
}
img.thumb {
	width:219px;
	height:180px;
	border-width: 1px;
}
strong.offline {color:#66cc00; }
/* ---------------------------------------------------*/
#footer { background: #000; repeat-x; overflow:hidden; margin: 0 auto; clear:both;
 text-align: left; height: 60px; width:980px;}