﻿/*-------------------------------------------------------RESET/STRUCTURE*/
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, strong, sub, sup, tt, var, b, u, i, center, 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;
    background: transparent;
}
html { 
	background: #000; 
	overflow-x: hidden; /*ie7 only*/
}
body {
    background: #000 url(images/body-bg.jpeg) center -460px no-repeat;
    font-size: 62.5%;
    line-height: 1;
}
#pagebox {
    width: 960px;
    height: 100%;
    margin: 0px auto;
    position: relative;
}
#menu-area {
    width: 250px;
    height: 430px;
    float: left;
    position: relative;
    top: 110px;
}
#content-area /*scrollable content window*/ {
    overflow: hidden;
    width: 596px;
    position: relative;
    float: right;
    height: 300px;
    margin-top: 110px;
    margin-left: 110px;
}
#footer-wrap {
    position: relative;
    bottom: 0px;
    margin: 0px auto;
    clear: left;
	height: 394px;
    background: #000 url(images/body-bg.jpeg) center top no-repeat;
}
/*-------------------------------------------------------------ELEMENTS*/
h1, h2, h3, h4, h5, h6 {
    color: #E1E1E1;
    font-family: "Trebuchet MS", Arial, Verdana, Tahoma, Sans-Serif;
    margin-bottom: 10px;
    text-align: left !important;
}
p, blockquote, a, del, em, img, strong, b, u, i, dl, dt, dd, ol, ul, li, input, textbox, textarea {
    color: #E1E1E1;
    font-family: "Trebuchet MS", Arial, Verdana, Tahoma, Sans-Serif;
} 
h1 { font-size: 3.6em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.7em; margin-bottom: 5px; }
h4 { font-size: 1.6em; }
h5 { font-size: 1.5em; }
h6 { font-size: 1.4em; }
/*-------------------------------------------------------------MENU*/
ul#nav {
    list-style-type: none;
    line-height: 4.0em;
}
ul#nav li a {
    text-transform: lowercase;
    font-weight: 100;
    font-size: 4.8em;
    cursor: pointer;
    text-align: right;
}
ul#nav li a, ul#nav li a:visited {
    text-decoration: none;
    width: 250px;
    display: block;
    padding-right: 85px;
}
ul#nav li a:hover {
    background: url(images/diamond.jpeg) no-repeat;
    background-position: right;
    color: #FFF;
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.7);  /* oh yes */
}
ul#nav li a:active {
    background: url(images/diamond.jpeg) no-repeat;
    background-position: right;
    color: #1DF500;
	outline: none;
}
.selected  /*loaded via jquery*/ {
    background: url(images/diamond.jpeg) no-repeat;
    background-position: right;
    color: #2B4D90;
	text-shadow: 0px 0px 5px rgba(43, 77, 144, 0.5); 
}
/*---------------------------------------------------SCROLLING CONTENT*/
.content-row { /* 1800 */
    width: 2400px;
    height: 300px;
    position: relative; /*border: 1px dashed red;*/
}
.content-spacer span {
    position: relative;
    margin: 0px auto;
    display: block;
    width: 100px;
    height: 280px;
    overflow: hidden;
    background: url(images/neon-tubes-bg.jpeg) 0 0 no-repeat;
}
.content-spacer span.white { }
.content-spacer span.red { background-position: -102px 0; }
.content-spacer span.yellow { background-position: -204px 0; }
.content-spacer span.green { background-position: -306px 0; }
.content-spacer span.blue { background-position: -408px 0; }
.content-spacer span.purple { background-position: -510px 0; }
.content-row .item {
    position: relative;
    float: left;
    padding: 10px;
    width: 580px;
    height: 260px;
}
.content-row li { list-style: none; }
.content-row li.gallery { text-align: center; margin: 0px auto; }
.content-row li.gallery ul li { text-align: left; text-transform: capitalize; }
.normal, #content-area p, #content-area ul li, dl, dd, dt, label {
    font-size: 1.2em;
}
#content-area p, #content-area ul {
    margin-bottom: 10px;
}
.content-row ul li img.tn {
    margin: 20px 5px 0 5px;
    border: solid 1px #84AED4;
}
dd { margin: 3px 0 15px 0; text-indent: 20px; }
li.item ul, li.item dl { float: left; margin-left: 35px; display: inline; } 
li.item ul li { list-style: circle; }
li.item ul.address li { list-style: none; }
/*-----------------------------------------------------------------SPECIFIC TARGETED CONTENT*/
li.item ul.wide { margin-left: 25px; font-size: .8em; } 
li.item div.column { float: left; }
h4#slogan { position: absolute; top: 75px; right: 40px; }
li.item img.right { margin: 10px 40px 0 0 }
div#video { float: right; margin-right: 100px; }
div#warning { position: fixed; top: 120px; right: 0px; height: 160px; width: 160px; background-color: rgba(255,255,255,0.7); padding: 5px 10px; z-index: 50; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; }
div#warning p { color: #000; font-size: 14px; margin-bottom: 20px; }
div#warning a { color: green; }
#fb { display: block; margin-left: 200px; }
/*----------------------------------------------------------------CONTACT FORM*/
form { margin-top: 20px; }
label { margin-bottom: 5px; }
div#formright label { position: absolute; top: 50px; }
div#formright { float: left; margin: 18px 0px 0px 140px; }
div#formleft { width: 120px; float: left; position: relative; }
label.error { position: absolute; left: 110px; width: 150px; color: red; text-transform: lowercase; line-height: 1; margin-top: -1px; }
input.textbox { color: black; width: 240px; height: 20px; line-height: 20px; margin: 4px 0; }
input.spam { display: none; }
textarea { padding: 0 5px; color: black; width: 260px; height: 120px; }
input.submit-button { margin-left: 260px; color: white; background: url(images/submit-button.jpeg) no-repeat; width: 80px; height: 30px; text-indent: -9999px; border: 0; cursor: pointer; }
input:focus, textarea:focus {background-color: #84AED4; }
#formarea h3.vcenter { margin-top: 100px; }
#formarea img { margin: 100px 0 0 280px; }
/*---------------------------------------------------------------FOOTER AREA*/
#footer { 
	height: 120px;
	background: url(images/neonworks.jpeg) left top no-repeat; 
	width: 860px; 
	position: relative; 
	top: 0px;
	margin: 0px auto;
}
#footer ul.address { float: right; margin: 20px 20px 0 0; }
div#footer ul.left { text-align: right; }
ul.address li { list-style: none; line-height: 1.2em; font-size: 1.4em; }
#footer p#sitemap { width: 860px; text-align: center; position: absolute; bottom: 10px; margin: 0px auto; font-size: 1.1em; color: #858BFF; }
p#sitemap a { color: #858BFF; }
/*--------------------------------------------------------------TOOLS*/
.scroll {}
.prev, .next {
    font-size: 1.5em;
    display: block;
    position: absolute;
    bottom: 0px;
    letter-spacing: -1px;
    text-decoration: none;
    font-family: "Trebuchet MS";
    }
.prev { left: 20px; color: #2B4D90; }
.next { right: 20px; color: #FE4E22; }
div.clearme { clear: both; }
div.clearleft { clear: left; }
.right { float: right; }
.left { float: left; }
.center { display: block; margin: 0 auto; }
/*-------------------------------------------------------------END STYLESHEET*/
