
/* color & borders

nsxgod.com
bg-content:             #000
bg-content-medium:      #333
bg-content-contrast:    #CCC
anchor:                 #999
anchor-visited:         #666
*/


a {
    color: #e1d040;
    text-decoration: underline;
    background-color: inherit;
}
a:active, a:visited {
    text-decoration: overline;
    color: #bc2f2f;a12828
    background-color: inherit;
}
a:hover, a:focus {
    text-decoration: overline;
    color: #7fbc2f;
    /*background-color: #C00;*/
}
a:hover abbr, a:focus abbr {
    /*text-decoration: underline;*/
}
a.image:active, a.image:hover, a.image:focus {
    background-color: transparent !important;
}

abbr {
    border-bottom: 1px dotted #FFF;
}
html {
    
}
legend {
    color: #666;
    background-color: inherit;
}
pre {
    color: #FFF;
    background-color: #333;
    border: 1px solid #FFF;
}
th {
    color: #FFF;
    background-color: #333;
    border: 1px solid #FFF;
}

.error {
    color: #C00;
}
.highlight {
    background-color: #333;
}


/* nicetitle js stuff */
div.nicetitle {
    position: absolute;
    padding: 4px;
    top: 0px;
    left: 0px;
    font-size: 13px;
    font-family: "Lucida Grande", tahoma, arial, helvetica, sans-serif;
    width: 25em;
    font-weight: bold;

    color: #FFF;
    background-color: #000;
    border: 1px solid #FFF;
}
div.nicetitle p {
    margin: 0;
    padding: 0 3px;
    text-indent: 0;
}
div.nicetitle p.destination {
    font-size: 9px;
    text-align: left;
    padding-top: 3px;
}
/* /nicetitle */


/* text/display */
abbr {
    border-width: 0;
    text-decoration: none;
    cursor: help;
    speak: spell-out;
}
blockquote {
    font-style: italic;
}
blockquote cite {
    display: block;
    font-style: italic;
}
body, html {
    background: #000 none repeat left top;
    font-size: 0.9em; /*font-size: 80% 85% 87.5%;*/
    color: #fff;
    /*font-family: Georgia, "Palatino Linotype", Palatino, "Book Antiqua", "Bitstream Vera Serif", serif;*/ /* serif */
    font-family: Tahoma, Arial, Verdana, Helvetica,  sans-serif; /* sans-serif */
}
div {
    margin: 0;
}
dl, ol, ul {
    margin-top: .5em;
    margin-bottom: .5em;
}
dl.nav dd{
    margin-top: .3em;
    margin-bottom: 1em;
}
dt {
    font-weight: bold;
}
fieldset {
    padding: .5em;
}
form {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 .2em 0;
    font-family: verdana, "Bitstream Vera Sans", helvetica, arial, sans-serif;
    text-align: left;
}
h1 {
    margin: 0 0 .5em 0;
    font-family: verdana, "Bitstream Vera Sans", helvetica, arial, sans-serif;
    font-size: 1.6em;
    letter-spacing: .2em;
}
h2 {
    margin: 1em 0 .5em 0;
    font-family: verdana, "Bitstream Vera Sans", helvetica, arial, sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    text-align: left;
}
h3 {
    font-size: 1.3em;
    font-weight: normal;
}
h4 {
    font-size: 1.1em;
}
h5 {
    font-size: 1em;
}
img {
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
}
img.center {
    text-align: center;
    display: block;
    margin: auto auto;
}
legend {
    margin: .2em 0 .2em 0;
    line-height: 1.2em;
    font-size: 1.2em;
    font-family: tahoma, verdana, "Bitstream Vera Sans", helvetica, arial, sans-serif;
    text-align: left;
}
li {
    margin: 0;
    padding-left: .5em;
    list-style-position: inside;
}
li li {
    padding-left: 1.5em;
}
ol, ul {
    margin: 1em 0 1em 0;
    padding: 0;
}
p {
    text-align: left;
}
pre {
    margin-bottom: 1em;
    padding: .5em;
}
strong {
    font-weight: bold;
}
table {
    border: 0;
    padding: 0;
}
textarea {
    width: 15em;
}
th {
    vertical-align: middle;
}
th, td {
    padding: 5px;
}

.smallText {
    font-size: .6em;
}
.textLabel {
    clear: both;
    display: block;
    float: left;
    width: 8em;
    margin-right: .5em;
}

#bodyExtra h3 {
    margin: .2em 0;
}

ul.links, ol.links, ul.prices {
    margin: 0;
}

ul.prices li {
    margin-bottom: .5em;
}

ul.links, ul.links li, ul.prices, ul.prices li {
    margin-left: 0;
        padding-left: 0;
    list-style-type: none;
}
ul.links li li {
    margin-left: 1em;
        list-style-position: inside;
    list-style-type: disc;
}
ul.links li li li {
    list-style-type: circle;
}
ul.links li li li li {
    list-style-type: square;
}
ul.links li li li li li {
    list-style-type: disc;
}
ul.links li li li li li li {
    list-style-type: circle;
}
ul.links li li li li li li li {
    list-style-type: square;
}

/* /display */


.galleryCategorySpacer, .galleryThumbSpacer {
    clear: both;
    height: 2px;
    line-height: 2px;
    background-color: #C00;
}
.galleryCategoryContainer, .galleryThumbContainer {
    float: left;
    width: 220px;
    margin: 10px 10px 10px 35px;
}
.galleryCategoryHeader, .galleryThumbHeader {
    font-size: 1.1em;
}
.galleryCategoryImageContainer, .galleryThumbImageContainer {
    width: 220px;
    min-height: 100px;
    margin: 10px 0 10px 0;
    text-align: left;
}
.galleryCategoryShortDesc, .galleryThumbShortDesc {
    text-align: left;
}

.galleryImageImageContainer {

}
.galleryImageLongDesc {

}
.galleryImageNav {
    margin-top: 3em;
}
.galleryImageNavPrev {
    float: left;
    width: 100px;
    text-align: left;
}
.galleryImageNavCategory {
    float: left;
    width: 300px;
    margin-left: 114px;
    text-align: center;
}
.galleryImageNavNext {
    float: right;
    width: 100px;
    text-align: right;
}

/* lightbox */
#lightbox{
    background-color:#eee;
    color: #000;
    padding: 10px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
}
#lightbox kbd {
    color: #000;
}
#lightboxDetails{
    font-size: 0.8em;
    padding-top: 0.4em;
}
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;}
#overlay img{ border: none; }

#overlay{ background-image: url(../image/overlay.png); }

* html #overlay {
    background-color: #333;
    back\ground-color: transparent;
    background-image: url(../image/blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../image/overlay.png", sizingMethod="scale");
}
/* /lightbox */


#bodyWrap {
    width: 952px;
    margin: auto auto;
    padding: 0;
    /*background: transparent url('../image/bg-bodywrap.png') repeat-y left top;*/
}
#bodyWrapClear {
    clear: both;
    line-height: 0.1em;
}
#bodyContent {
    width: 580px;
    margin: 0;
    padding: 0 0 30px 0;
    float: right;
    /*background-color: pink;*/
}

#bodyExtraNav {
    background: #fff none repeat left top;
    width: 363px;
    margin: 0;
    padding: 0 0 0 0;
    float: left;
    color: #000;
    
}

#bodyExtraNav2 {
    background: pink none repeat left top;
    width: 363px;
    height: 100%;
    margin: 0;
    padding: 0;
    float: left;
    color: #000;
}

#bodyExtraNav .toggler1, #bodyExtraNav .toggler2, #bodyExtraNav .toggler3 {
    cursor: pointer;
    background: transparent none repeat left top;
    
}

.half_nav {
    width: 181px;
    float: left;
    margin: 0;
}

.toggler1, .toggler2, .toggler3, .accordion {
    text-align: center;
}
.accordianized_text {
    font-size: 0.8em; 
    margin: 0 10px 0 10px; 
    text-align: center;
}
.body_text {
    margin: 0 10px 0 10px; 
}
.body_text_skinny {
    width: 600px;
    margin: auto auto;
}
.body_text h1 {
    margin: 0 0 5px 0;
    text-align: right;
    background-color: #fff;
    color: #000;
}
.body_text h1 a {
    text-decoration: none;
}
.body_text p {
    text-align: justify;
}
#subpage_menu {
    margin: 0 0 30px 0;
    text-align: right;
}

#bodyFooterClear {
    clear: both;
    line-height: 0.1em;
}
#bodyFooter {
    
    height: 100px;
    width: 950px;
    margin: 50px auto 50px;
    text-align: right !important;
    font-size: 0.9em;
    /*border: 1px solid pink;*/
}
#bodyFooter p {
    font-size: 0.9em;
    text-align: right !important;
}
#footerExtraNav {
    /*background: #fff none repeat left top;*/
    width: 365px;
    height: 100%;
    margin: 0;
    padding: 0;
    float: left;
    color: #000;
}

#webringContainer {
    width: 300px;
    margin: 100px auto 50px;
}

.vendorInfo {
    clear: both;
}
.vendorLogo {
    float: left;
    text-align: center;
    width: 160px;
    height: 150px;
    border: 1px solid blue
}
.vendorText {
    float: left;
    text-align: left;
    padding: 0 10px 10px 10px;
    width: 370px;
    border: 1px solid pink
}
.vendorText h2 {
    margin-top: 35px;
}
