﻿/* CSS file, global */
body {
background-color: black;
background-repeat: no-repeat;
font-family: helvetica, sans-serif;
color: #ffffff;
}

a {
text-decoration: none;
color: #9b9b9b;
}

a:active {
position: relative;
top: 1px;
}

a:active .logo {
position: relative;
top: 0px;
}

a:hover {
border-bottom: dotted 1px;
}

h1 {
font-size: 2.25em;
color: #dbd359;
}

h2 {
font-size: 1.5em;
color: #ffffff;
}

h3 {
font-size: 1.25em;
}

#wrapper {
margin-left: 35px;
width: 935px;
position: absolute;
height: auto !important;
height: 100%;
min-height: 100%;
}

/* alpha column: contains company name, search box and product categories */

.notReady {
font-size: 10px;
color: red;
letter-spacing: 0px;
}


.alphaColumn {
width: 250px;
height: 100%;
display: block;
position: fixed;
background-color: #0b0b0b;
padding-top:200px;
float: left;
margin-right: 50px;
}

.logo {
margin-bottom: 25px;
padding-left: 25px;
}

.search {
color: gray;
margin: auto;
width: 200px;
}

#verticalNavigation {
padding-top: 35px;
padding-left: 25px;
}

.vrtProductNav {
margin: auto;
width: 200px;
padding-top: 5px;
margin-bottom: 0px;
line-height: 1.5em;
}

.productNavTitle {
font-size:1.1em;
font-variant: small-caps;
letter-spacing: .1em;
color: #ffffff;
}
.productNavCat {
padding-left: 10px;
font-size: .8em;
letter-spacing: .1em;
}

.subcategory {
padding-left: 30px;
font-size: 1em;
letter-spacing: .1em;
color: #ffffff;
}

/* beta column: contains horizontal site navigation at the top, 1 or 2 column subdivision to be used for content display underneath */

.betaColumn {
float: right;
width: 600px;
height: 600px;
display: block;
background-color: none;

}

#hrzSiteNav {
padding-top:7px;
padding-left: 25px;
height: 25px;
width: 575px;
clear: both;
background-color: black;
margin-bottom: 170px;
}

.siteNav li{
display: inline;
list-style-type: none;
padding-right: 50px;
font-variant: small-caps;
}

#contentDisplay {
padding-left: 25px;
color: #cccccc;
}

.beta1 {
float: left;
width: 450px;
}

.beta2 {
padding-left: 0px;
padding-top: 15px;
float: right;
width: 125px;
}

.generalContent {
padding-left: 5px;
padding-right: 100px;
line-height: 1.2em;
}

.generalContent a{
color: #a7d2ca;
border-bottom: dotted 1px;
}

.subcategory {
line-height: 1.2em;
font-weight: bold;
font-style: italic;
}

#teamRoster {
padding-left:2px;
}

.teamMember {
font-size: 12px;
font-weight: bold;
line-height: 2em;
}

