/*

Coded and Designed in 2007 by DotComOnomics
Thomas Bright 
and
Tony Scialdone
http://www.DotComOnomics.com/

*/

/* GLOSSARY

COLOR 1: #
COLOR 2: #
COLOR 3: #

LINK FONT: 
BODY FONT:
Helvetica Nueve, Chalet, Garamond, Caslon, Baskerville, Minion, Palatino, Univers Condensed, Lucida Grande, Lucida Bright, Trebuchet MS, FF DIN, Myriad, MetaPlus, Gotham, Frutiger, Warnock Pro, Dax Regular, Avenir, Century Gothic, 

*/

/* UNIVERSAL DECLARATIONS */

body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	position: relative;
	margin: 0; padding: 0;
	border: 0; outline: 0;
	font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;
	vertical-align: baseline;
	background: transparent; }

:focus { outline: 0; }


/* CONTAINERS */

body {
	margin: 0;
	padding: 0 0 77px 0;
	min-height: 500px; 
	background: #eee url(../images/bg_body.jpg) repeat-x left top; 
	font: normal 100.01%/1.4em verdana, tahoma, arial, sans-serif; 
	color: #666; }

#wrap {
	margin: 140px auto;
	width: 777px; 
	background: #fff url(../images/keyboard_cuvy.jpg) no-repeat -30% 100%;
	font-size: .8em; 
	border: 1px solid #666; }

/*
#header {
	margin: 0 auto;
	width: 100%;
	height: 100px; } */

#nav {
	width: 100%;
	height: 31px;
	background: #666 url(../images/bg_nav.jpg) repeat-x left top; }

#content {
	float: left;
	padding: 0 0 49px 0;
	width: 100%; 
	min-height: 300px; }

#primary {
	float: left;
	padding-top: 100px;
	width: 480px; 
	background: url(../images/bg_header.jpg) no-repeat center 42px; }

#secondary { 
	float: right;
	padding-top: 120px;
	width: 297px; }
	
#footer {
	clear: both;
	width: 100%; 
	height: 98px; 
	background: #cfcfcf; 
	border-top: 2px solid #666; }
	
	
/* NAV STYLE */

#nav ul {
	list-style-type: none;
	margin:0;
	width: 100%;
	font: bold 118%/31px arial, sans-serif; 
	text-transform: uppercase; 
	letter-spacing: -1px; 
	text-align: center; }

#nav li { display: inline; }
#nav a:link, #nav a:visited, #nav a:active {
	display: block; display: inline;
	text-decoration: none;
	padding: 0 1.8em;
	color: #fff; }
#nav a:hover { color: #0a4275; }

a:link,
a:visited,
a:active { text-decoration: none; font-weight: bold; color: #009; }
a:hover { text-decoration: none; color: #f00; }

#secondary a[href$="exe"] {
	display: block;
	margin: 0px auto 33px auto;
	width: 166px;
	height: 53px;
	background: url(../images/bg_download.jpg) no-repeat left top; 
	text-indent: -9999px; }
	

/* HEADLINES 

h1 {
	margin: 14px 0 1.03em 14px;
	font-weight: normal; 
	font-size: 145%; } */
	
h1 { text-indent: -9999px; }

	
/* PARAGRAPHS */

p { 
	margin: 14px 21px 1.875em 21px; 
	text-align: justify; }
	
#footer p {
	font-size: 80%; 
	line-height: 3em; 
	text-align: center; }

	
/* LISTS */

ul, ol, dl {
	margin: 14px 14px 1.875em 14px; }
	
img { 
	display: block;
	margin: 0 auto;
	padding: 4px;
	text-align: center; 
	border: 1px solid #666; }
	
img.none {
	margin: 0;
	padding: 0;
	border: 0; }

	
table {
	margin: 21px auto;
	padding: 0;
	width: 368px;
	background: #eee; 
	font-size: 80%; }
	
tr.alt { background: #d2d2d2; }
td { padding: 2px 4px; }

/* GENERAL TYPOGRAPHY */

.fly { position: absolute; left: -9999px; }
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.justify { text-align: justify; }
.strong { font-weight: bold; }

.centerblock { display: block; margin-right: auto; margin-left: auto; text-align: center; }
.noborder { border: 0; }

strong { font-weight: bold; letter-spacing: -1px; }

/* FORM ELEMENTS */

form {
	margin: 21px 0 0 21px;
	font: bold 100%/1.3em verdana, sans-serif;
	color: #666;
	text-indent: 21px; }

#secondary form { margin-left: 0; }

input, textarea {
	display: block;
	margin: 0 0 7px 0;
	padding: 3px;
	width: 200px;
	background: #fff;
	font: normal 100%/1.3em verdana, sans-serif;
	color: #a50000;
	border: 1px solid #a5a59f; }

input.hidden { display: none; }

textarea {
	overflow: auto;
	width: 350px;
	height: 77px; }

input[type $='submit'] {
	margin: 14px 0 0 21px;
	padding: 3px 0;
	width: 98px;
	height: 30px;
	background: #307fc4;
	color: #fff;
	text-indent: 0;
	border: 0; }
	
.pplbtn {
	margin: 14px 0 0 21px;
	padding: 3px 0;
	color: #fff;
	text-indent: 0;
	border: 0; }


/* INTELLIGENT NAVIGATION */

body#index li.index a { color: #f00; }



