
/**************************
*  DEFAULT GLOBAL STYLE   *
**************************/

/**************************
	TABLE OF CONTENTS
	
	1 Element Defaults
	2 Head
	3 Main
	4 Foot
	5 Misc./Page-specific

**************************/

/* 1 Element Defaults
***************************************************/
body {
	font-family: Helvetica, sans-serif;
	color: #aaa;
	margin: 0;
	padding: 0;
	font-size: 80%;
	background: #000 url(../i/cuttlefish_particle.png) no-repeat center 10px;
	}
p {
	font-size: 1em;
	line-height: 1.8em;
	}
h1 {
	margin: 0;
	padding: 20px 0 10px 0;
	color: #333;
	}
h1 a,
h1 a:hover { border: 0; }
h2 {
	font-size: .8em;
	font-weight: normal;
	text-transform: uppercase;
	padding: .5em;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	background: #222 url(../i/stripe.png) repeat;
	}
h3 { font-size: 1em; }
td,
th {
	margin: 0;
	padding: 3px 10px;
	border: 0;
	text-align: left;
	}
tr.odd { background-color: #333; }
a {
	text-decoration: none;
	color: #ff5800;
	border-bottom: 1px solid #444;
	}
a:visited {
	text-decoration: none;
	color: #b33e00;
	border-bottom: 0;
	}
a:hover {
	color: #ff5800;
	border-bottom: 1px solid #666;
	}
a.external {
	padding-right: 10px;
	background: url(../i/a_external.png) no-repeat right 55%;
	}
/*a.file-generic { padding: 2px 0 2px 20px; background: url(../i/icon_doc_blank.gif)  no-repeat 0 0; }
a.file-text { padding: 2px 0 2px 20px; background: url(../i/icon_doc_text.gif)  no-repeat 0 0; }
a.file-html { padding: 2px 0 2px 20px; background: url(../i/icon_doc_HTML.gif)  no-repeat 0 0; }
a.file-asp { padding: 2px 0 2px 20px; background: url(../i/icon_doc_ASP.gif)  no-repeat 0 0; }
a.file-css { padding: 2px 0 2px 20px; background: url(../i/icon_doc_CSS.gif)  no-repeat 0 0; }*/
img { border: 0; }
abbr,
acronym {
	border-bottom: 1px dotted #212121;
	cursor: help;
	}
form {
	margin: 0;
	padding: 0;
	}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
	}
legend {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	}
label {
	font-size: .8em;
	display: block;
	}
input,
textarea {
	display: block;
	margin-bottom: 10px;
	width: 100%;
	clear: both;
	background-color: #222;
	color: #aaa;
	border: 1px solid #333;
	}
input.button {
	width: 30%;
	float: left;
	clear: none;
	}
input.button:hover {
	background-color: #333;
	border-color: #444;
	}
textarea { resize: vertical; }
.check { vertical-align: top; }
.check,
.checkLabel {
	display: inline;
	width: auto;
	clear: none;
	margin-bottom: 10px;
	}
.container {
	width: 800px;
	height: 100%;
	margin: 0 auto;
	}

/* 2 Head
***************************************************/
#head { background: url(../i/bg_head.png) repeat-x; }

/* 3 Main
***************************************************/
#main {
	width: 800px;
	padding: 20px 0;
	margin: 0 auto;
	}
#about {
	padding: .5em 0;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	margin-bottom: 2em;
	background: url(../i/stripe_trans_grey.png) repeat;
	}
.column p,
.column ul,
.column ol,
.column dl {
	margin: 1em .5em;
	}
.column {
	float: left;
	width: 252px;
	margin: 0 20px 0 1px;
	}
#about h2 { margin-top: 1em; }
.last { margin-right: 0; }

/* 4 Foot
***************************************************/
#foot {
	margin-bottom: 10px;
	font-size: .8em;
	background-color: #222;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	}
#foot p {
	margin: 0;
	padding: 10px 30px;
	background: url(../i/decal_nf.png) no-repeat left center;
	}

/* 5 Misc./Page-specific
***************************************************/
#tagline {
	margin: 40px 0 80px 0;
	padding: .8em 0;
	color: #ccc;
	background: url(../i/stripe_trans.png) repeat;
	}
#tagline p {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	text-align: center;
	font-size: 2.5em;
	font-family: Tahoma, Geneva, sans-serif;
	}
#tagline p span {
	padding: 0 .2em;
	color: #333;
	font-weight: bold;
	font-family: Times, serif;
	}
#contactform {
	margin: 1em 0 0 1px;
	width: 246px;
	}
#contactform img { margin: 2px auto; }
.error { color: #fff; }
.button-comp {
	float:right;
	width:69%;
	text-align:right;
	}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
* html>body .clearfix {
	display: block; 
	width: 100%;
	}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
