@charset "UTF-8";
/* CSS Document */

html, body {
width: 100%;
}

body {
//	font-family: "new york", "times new roman", sans-serif;
	font-family: geneva, helvetica, serif;
	margin: 0;
	padding: 0;
	background: black;
	background-image: url('graphics/darkwave.2.jpg');
	background-repeat: no-repeat;
	text-align: right;
}


img, object {
	border: 0;
}

	
a {	
	text-decoration: none;
}

.hidden {
	display: none;
}

.visible {
	display: inline;
}

.fl_right {
	float: right;
}

.fl_left {
	float: left;
	text-align: left;
}

.v-spaced {
	position: relative;
	top: 10px;
}

.l-spaced {
	padding-left: 20px;
}

.noscroll {
	overflow: hidden;
}

/* Fonts */

.sans {
	font-family: helvetica, sans-serif;
}	

.smaller {
	font-size: 8pt;
}

.medium {
	font-size: 10pt;
}

.bigger {
	font-size: 14pt;
}

.caps {
	text-transform: uppercase;
}

.lows {
	text-transform: lowercase;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.strike {
	text-decoration: line-through;
}

.nobr {
	white-space: nowrap;
}

.off {
	display: none;
}

.on {
	display: block;
}

.linkon a {
	text-decoration: none;
}

.linkoff a {
	text-decoration: underline;
}

/* Colors */

.white {
	color: white;
}


.awhite a{
	color: white;
}

.black {
	color: black;
}

.ablack a{
	color: black;
}

.blackbg {
	background: black;
}

.whitebg {
	background: white;
}

.yellowbg {
	background: #FAC145;
}

.greybg {
	background: #D1D1D1;
}

.blue {
	color: #4DCFCA;
}

.lblue {
	color: #6EB3D3;
}

.alblue a {
	color: #6EB3D3;
}	

.ablue a{
	color: #4DCFCA;
}

.aelectro a{
	color: #00FFFC;
}

.hovwhite a:hover {
	color: white;
}

.green { 
	color: #19A620;
}

.agreen a {
	color: #19A620;
}

.pink {
	color: #E44E63;
}

.apink a {
	color: #E44E63;
}
/* Tables and Boxes */

.full {
	width: 100%;
}

.thumb {
	width: 120px;
	height: 90px;
}

td.nopad {
	padding: 0px;
}

td.vertc {
	vertical-align: middle;
}

td.vertt {
	vertical-align: top;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.justify {
	text-align: justify;
}

.indented {
	padding-left: 10px;
}

/* Special */

/* Main */

#clients {
	margin-right: 20px;
}

#top_bar {
	border-color:#00FFFC;
	border-style:solid;
	border-width:1px 1px 4px;
	margin:40px 80px 0 70px;
	padding:20px 0 30px 20px;
}

#head_txt {
	width: 540px;
	padding-top: 3px;
}

#head_nav {
	margin-right: 40px;
}

#websites {
	margin: 40px 80px 40px;
}