body{
    color:#CB9000;
    background-color:#000000;
    background-image:url('/img/bg.jpg');
    background-repeat:repeat-x;
    font-family: Garamond, serif;
}

a, a:visited {
    color:#CB9000;
    text-decoration:none;
    outline:none;
}
a:hover {
    color:#976300;
}

#wrapper{
    width:100%;
    height:100%;
}

#contentContainer{
    position:relative;
}

.subscribeText{
    font-family: Helvetica, sans-serif;
    font-weight:bold;
    font-size:15px;
    text-transform:uppercase;
}

#subStart{
    display:inline;
}

#subscribe{
    text-align:left;
    position:relative;
    height:37px;
    top:0px;
    right:0px;
    line-height:37px;
    width:170px;
    margin-right:10px;
    z-index:100;
}

#subscribe img{
    position:relative;
    margin-right:3px;
}

#subscribeForm{
    z-index:10;
    background-color:#000000;
    position:absolute;
    top:0px;
    left:0px;
    width:170px;
    height:80px;
    border:solid #CB9000 1px;
    border-top:none;
    visibility:hidden;
    display:none;
    *margin-bottom:8px;
}

.subClose{
    font-size:10px;
    position:relative;
    left:22px;
    bottom:3px;
}

#subscribeForm a{
    border:none;
}
#subscribeForm a:hover {
   text-decoration:none; 
}

#subscribeForm input{
    border:solid #000000 1px;
    font-family: Verdana, Geneva, sans-serif;
    font-size:10px;
    font-weight:normal; 
    height:16px;
    width:155px;
    margin:2px 6px 0 6px;
    padding-left:2px;
}

#subscribeForm #emailAddress{
    margin-bottom:5px;
    *margin-bottom:0;
}

#subFormSubmit{
    display:inline
}
#subFormSuccess{
    display:none; 
}

#headerNav{
    width:100%;
    background-color:#000000;
    height:37px;
    border-bottom:solid #CB9000 1px;
    text-align:left;
}

#headTable{
    width:100%;
    height:37px;
}

#headTable tr td{
    /*border: solid #FFF 1px;*/
}

#navTd{
}

#navTable{
    width:610px;
    margin:auto;
    font-size:15px;
    font-weight: bold;
    margin-top:0;
    height:37px;
}

.active_nav a{
    color:#976300;
}
#navTable .navLink{

}

#navTable .navSep{
    width:13px;
}
#navTable .fixWidth{
    width:180px;
}

/* END HEADER */

/* HOME PAGE CONTENT */

#introContent{
    width:850px;
    height:450px;
    margin:1px auto;
}

#innerContent{
    width:800px;
    margin:40px auto;
    visibility:visible;
}
     
#home_swf{
    width:850px;
    height:450px;
    margin:10px auto;
}

#welcomeImg{
    width:613px;
    height:43px;
    margin:auto;
}

#introImages img{
    margin:10px;
}

#comingSoon{
    width:100%;
    text-align:center;
}

/* CATALOG */

#catalogContainer{
    width:912px;
    height:969px;
	position:relative;
	top:-40px;
}

/* FOOTER */

#footer{
    font-size:15px;
    font-weight:bold;
    color:#5C5C5C;
    margin:20px auto;
    width:220px;
    margin-bottom:25px !important;
}

#footer a {
    text-decoration:none;
    color:#5C5C5C;
}
#footer a:hover {
    color:#464646;
    text-decoration:underline;
}
