/*

Style sheet authored by niXer. nixer@ndevix.com

*/

html, 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 { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline; }

:focus { outline: 0; }

table {
	border-collapse: separate;
	border-spacing: 0; }

td { vertical-align: top; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }

blockquote, q { quotes: "" ""; } 

button, code, h1, h2, h3, h4, h5, h6, input, pre, select, table, td, textarea, th { font-size: 1em; }

img { border: 0; }

blockquote, dl, dd, ol, p, pre, textarea, ul, li { margin-bottom: 1.5em; }

li { list-style: square; }

a { text-decoration: none; }

a:hover { text-decoration: underline; }

body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000;
	font: normal 11px "lucida grande", verdana, tahoma;
	color: #fff;
	line-height: 1.5; }

/* h1, h2, h3, h4, h5 { } */

h1 { font-size: 2.5em; }

h2 { font-size: 1.5em; }

h3 { font-size: 1.4em; }

h4 { font-size: 1.3em; }

h5 { font-size: 1.1em; }

input, textarea {
	width: 158px;
	margin: 0;
	padding: 3px 4px;
	border: 1px solid #cecece;
	font: normal 11px "lucida grande", tahoma, verdana, arial, sans-serif;
	color: #444; }
	
input.button {
	width: auto;
	height: auto;
	margin: 0;
	padding: 1px;
	background: #3282b0;
	border: 1px outset #080e70;
	color: #fff;
	cursor: pointer; }

input.check {
	width: 15px;
	height: 15px;
	margin: 0;
	padding: 3px;
	border: 0;
	cursor: pointer; }

select {
	width: auto;
	height: auto;
	margin: 0;
	padding: 3px;
	border: 1px solid #cecece;
	font: normal 11px "lucida grande", tahoma, verdana, arial, sans-serif; }

textarea {
	width: 75%;
	height: auto;
	margin: 0;
	padding: 3px 4px;
	border: 1px solid #cecece;
	font: normal 11px "lucida grande", tahoma, verdana, arial, sans-serif;
	color: #444; }

label { 
	font: normal x-small "lucida grande", verdana, tahoma;
	cursor: pointer; }

/* 
input:focus, input:hover, select:hover, select:focus, textarea:hover, textarea:focus { background-color: #E5F0F6; }

input.button:focus, input.button:hover { background-color: #0076BE; }
*/

/*	----------------------------------------------
	CLASSES
	------------------------------------------- */

.row { padding: 2px 4px; }

.fineprint { font-size: 85%; }

.underline { text-decoration: underline; }

.noline { text-decoration: none; }

.caps { text-transform: capitalize; }

.widthauto, div.widthauto, input.widthauto { width: auto; }

/* Margins */

.center { margin: 0 auto; }

.marginnone { margin: 0; }

.bump { margin-top: 5px; }

.bumpright { margin-right: 5px; }

.bumpbottom { margin-bottom: 10px; }

/* Alignment */

.textleft, td.textleft, th.textleft, div.textleft { text-align: left; }

.textright, td.textright, th.textright, div.textright { text-align: right; }

.textcenter, td.textcenter, th.textcenter, div.textcenter { text-align: center; }

.textjustify, td.textjustify, th.textjustify, div.textjustify { text-align: justify; }

.top { vertical-align: top; }

.middle { vertical-align: middle; }

.bottom { vertical-align: bottom; }

/* Display */

.none { display: none; }

.block { display: block; }

.inline { display: inline; }

/* Float */

.clear { 
	clear: both;
	visibility: hidden; }

.floatl { 
	float: left;
	width: auto; }

.floatr { 
	float: right;
	width: auto; }

/*	----------------------------------------------
	STRUCTURE
	------------------------------------------- */

#wrap {
	width: 990px;
	min-height: 420px;
	margin: 0 auto; }
	
#header {
	height: 100px;
	background: url(images/bkg.jpg) repeat-x; }

#menu { padding: 5px 0; }

#menu a {
	margin: 0 6px;
	padding: 3px;
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #fff; }

#menu a:hover {
	background: #1f1f1f;
	text-decoration: none;
	color: #068dde; }

#thumbs {
	float: left;
	width: 650px;
	height: 92px;
	margin: 0 auto 5px auto; }

#photo {
	height: 410px;
	margin-bottom: 5px; }
	
#photosrc { 
	display: block;
	margin: 0 auto;
	border: 2px solid #fff;
	cursor: pointer; }
	
#back, #next {
	float: left;
	width: 170px;
	height: 92px; }

#back a, #next a {
	width: 21px;
	height: 27px;
	margin: 32.5px auto;
	filter: alpha(opacity=65);
    opacity: 0.65;
	display: block; }

#back a:hover, #next a:hover {
	filter: alpha(opacity=100);
    opacity: 1.00; }
	
.picthumb {
	float: left;
	width: 130px;
	text-align: center;
	overflow: hidden; }
	
.picthumb img {
	border: 1px solid #fff;
	filter: alpha(opacity=50);
    opacity: 0.50;
	cursor: pointer; }

#left, #right {
	float: left;
	font: normal 1em arial; }

#left {
	width: 505px;
	margin-right: 5px; }

#right { width: 470px; }

#inner_wrap {
	width: 550px;
	padding: 0 220px;
	background: url(images/connected.jpg) no-repeat;
	min-height: 470px;
	margin: auto; }

.side {
	float: left;
	width: 275px;
	padding-top: 118px;
	text-align: center; }

.side img {
	width: 250px;
	border: 2px solid #fff;
	filter: alpha(opacity=75);
	opacity: 0.75;}

.side a:hover img {
	filter: alpha(opacity=100);
	opacity: 1.00; }
	
.tbldata {
	width: 470px;
	background: #111; }
	
.tbldata th {
	background: #131313;
	color: #fff;
	padding: 5px;
	border: 1px solid #000;
	border-collapse: collapse; }

.tbldata td {
	background: #1a1a1a;
	color: #888;
	padding: 5px;
	border: 1px solid #000;
	border-collapse: collapse;
	vertical-align: middle; }
	
.fauxlft {
	float: left;
	width: 100px;
	margin: 0 5px 5px 0;
	padding: 4px;
	background: #171717; 
	border-bottom: 1px solid #232323;
	text-align: right; }

.fauxrht {
	float: left;
	margin: 0 0 5px 0;
	padding: 4px; }

.fauxrht textarea { width: 75%; }

#footer {
	margin-top: 5px;
	padding: 5px;
	background: #171717;
	text-align: right;
	font: normal x-small Arial, Helvetica, sans-serif; }

#footer a { 
	text-decoration: underline;
	color: #fff; }
