@charset "utf-8";
/****************************/
/*Tags
/****************************/
a {
	color: #C00;
}
a:hover {
	color: #666;
}
body {
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	background-color: #1a0001;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}
form {
	margin: 0;	
}
h1 {
	color: #FFF; 
	background-color: #1a0001;
	font-size: 20px;
	margin: 0px;
	padding-left: 5px;
	height: 30px;
	line-height: 30px;
}
h2 {
	font-size: 18px;
	margin: 0px;	
}
h3 {
	font-size: 14px;
	margin: 0px;	
}
img {
	border: 0;	
}
input,textarea {
	border: 1px #1a0001 solid;
}
label {
	font-weight: bold;	
}
ul {
	margin: 0;	
}
/****************************/
/*IDS
/****************************/
#header {
	background-image: url(../images/hbar.jpg);
	background-repeat: no-repeat;
	width: 960px;	
	height: 85px;
}
#navigation {
	width: 960px;	
}
#navigation img {
	float: left;
}
#navigation li {
	background-repeat: no-repeat;
	display: inline;
	float: left;
	list-style: none;
}
#navigation li span {
	display: none;	
}
/* Navigation Links */
#btnNews {
	background-image: url(../images/btn-News.jpg);
	background-position: left;
	display: block;
	width: 63px;
	height: 70px;
}
#btnNews:hover {
	background-position: right;
}
#btnPortfolio {
	background-image: url(../images/btn-Portfolio.jpg);
	background-position: left;
	display: block;
	width: 96px;
	height: 70px;
}
#btnPortfolio:hover {
	background-position: right;
}
#btnWebDesign {
	background-image: url(../images/btn-Web-Design.jpg);
	background-position: left;
	display: block;
	width: 107px;
	height: 70px;
}
#btnWebDesign:hover {
	background-position: right;
}
#btn3D {
	background-image: url(../images/btn-3D.jpg);
	background-position: left;
	display: block;
	width: 75px;
	height: 70px;
}
#btn3D:hover {
	background-position: right;
}
#btnResume {
	background-image: url(../images/btn-Resume.jpg);
	background-position: left;
	display: block;
	width: 72px;
	height: 70px;
}
#btnResume:hover {
	background-position: right;
}
#btnArticles {
	background-image: url(../images/btn-Articles.jpg);
	background-position: left;
	display: block;
	width: 82px;
	height: 70px;
}
#btnArticles:hover {
	background-position: right;
}
#btnContact {
	background-image: url(../images/btn-Contact.jpg);
	background-position: left;
	display: block;
	width: 87px;
	height: 70px;
}
#btnContact:hover {
	background-position: right;
}
/* /Navigation Links */
#flash {
	background-image: url(../images/flash_bg.jpg);
	background-repeat: no-repeat;
	clear: left;
	width: 960px;
	height: 500px;
	margin: 0;
}
#noflash {
	clear: left;
	width: 960px;
	height: 500px;
	margin: 0;
}
#content {
	width: 960px;	
}
#sidebar {
	float: left;
	width: 250px;
	padding-top: 20px;
}
#sidebar span {
	display: none;	
}
#main {
	float: left;
	width: 710px;
}
#main #headIMG {
	clear: left;
	font-size: 1px;
	width: 710px;
	height: 83px;
}
#main #text {
	background-image: url(/images/content_BG.jpg);
	background-repeat: repeat-y;
	margin: 0;
	width: 610px;
	padding-top: 10px;
	padding-left: 50px;
	padding-right: 50px;
}
#content #footer {
	color: #FFF;
	width: 610px;
	margin-left: 250px;
	margin-bottom: 20px;
	padding-left: 60px;
	text-align: right;
}
#tabs {
	width: 100%;
	text-align: center;	
}
#tabs li {
	display: inline;
	float: left;
	list-style: none;
}
/****************************/
/*CLASSES
/****************************/
.sidebar_BTN {
	background-image: url(../images/sidebar_BTN.jpg);
	background-position: left;
	color: #FFF;
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 39px;
	margin-right: 10px;
	margin-bottom: 5px;
	width: 200px;
	height: 39px;
	text-align: center;
}
.sidebar_BTN:hover {
	color: #F00;
}
.needwebsite {
	background-image: url(../images/website_inquire.jpg);
	background-position: left;
	display: block;
	margin-bottom: 20px;
	width: 250px;
	height: 70px;
}
.needwebsite:hover {
	background-position: right;
}
.projectbox {
	background-color: #CCC;
	border: #999 1px solid;
	padding: 5px;
	width: 98%;
}
.smlTXT {
	font-size: 10px;	
}
.faded {
	display: none;	
}

.good {
	border: 1px #1a0001 solid;
}
.error {
	border: 1px #F00 solid;
}
.center {
	margin-left: auto;
	margin-right: auto;
}
.clearLeft {
	clear: left;	
}
.siteList {
	list-style: square;
	float: left;
	width: 150px;
}
.bold {
	font-weight: bold;
}