* {
   font-family : Arial, Helvetica, sans-serif;
}

P, TD, TH, DL, BODY, BLOCKQUOTE, PRE, DIV, OL, UL {
    font-size : 10pt;
    color: #DAC58B;
}

html, body {
    background-color: black;
    scrollbar-base-color: #3A0808;		
}

/* Links */ 
a:link, a:visited {
    color: #FCEDC2;
    text-decoration: none;
}
a:hover, a:active {
    color: white;
    background-color : #BB4314;
}

/* Links for Nav bar */
a:link.nav, a:visited.nav {
    text-decoration: none;	
    display: block;
}
a:hover.nav, a:active.nav {
    text-decoration: none;
    display: block;
    color: white;
    background-color : #BB4314;
}
/* Links for scrolling through photos */
a:link.photonav, a:visited.photonav {
    font-size : 8pt;
    text-decoration: none;	
}
a:hover.photonav, a:active.photonav {
    font-size : 8pt;
    color: white;
    text-decoration: none;
    background-color : #BB4314;
}

SMALL, .small, .blog_date  {
	font-size : 8pt;
	color : #CEA469;	
}

H2, .heading2, .blog_name  {
	font-size : 18pt;
	font-weight: normal;
	font-style : italic;	
	color : #FB8318;
}

H3, .heading3, .blog_title, .heading_blog  {
    font-size : 14pt;
    font-weight: normal;
	font-style : italic;		
    color : #FB8318;
}

H4, .heading4  {
    font-size : 10pt;
    font-weight: bold;
    color : #FB8318;
}

.heading3b  {
    font-size : 13pt;
    font-weight: normal;
	font-style : italic;	
    color : black;
}

.pullquote, .price  {
    font-size : 12pt;
    font-weight: bold;
    font-style : italic;	
    color : #CEA469;
}

.customer_list  {
    font-size : 10pt;
    font-weight: bold;
}

select, input, textarea {
	font-size : 10pt;
	color: #FCEDC2;
	background-color: #3A0808;
	border: 1px solid #874B05;
}

.button {
	color: white;
	text-decoration: none;
	background-color: #BB4314;
	border: 1px solid #874B05;
	border-radius: 4px;
	cursor: hand;
	cursor: pointer;
}


/* This is for displaying checkboxes and radio buttons, which look
bad when formatted using the above style */
input.box {
        background-color: black;
        border: none;
}
select.box {
        background-color: black;
        border: none;
}

hr {
	border: none;
	color: #874B05;
	background-color: #874B05;
	height: 1px;
}
hr.blog_rule {
	clear: both;
}

.photo_border {
	border: 2px solid #874B05;
}

.align_left {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}

.align_left_border {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	border: 2px solid #874B05;
}

.align_right {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}

.align_right_border {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
	border: 2px solid #874B05;
}

.dealer_table {
	border: 0;
}
.dealer_table tr, .dealer_table td {
	border: 1px solid #874B05;
	border-collapse: collapse;
	background-color: #3A0808;
        padding: 8px;
}
.dealer_normal tr, .dealer_normal td {
	border: 0;
        padding: 0;
}
.dealer_header tr, .dealer_header td {
	border: 0;
	padding: 0;
	background-color: black;
}
.dealer_sep tr, .dealer_sep td {
	border: 0;
        padding: 0;
	background-color: #E1B772;
	background-image: url(table_header_center.jpg);
}

/* for Ordering table */
.ordertable { border: 1px solid #874B05; border-collapse: collapse; }
.ordertable td { border: 1px solid #874B05; }
.ordertable th { border: 1px solid #874B05; background-color: #672B00; }
.ordernormal, .ordernormal td { border: 0; }

ul.noindent {
	margin-top: 5px;
	margin-left: 17px;
	padding-left: 0px;
	margin-bottom: 5px;
}
ul.compact, ol.compact {
	margin-top: 2px;
}

/* For pop-up messages */
#opaque {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        z-index: 100;
        visibility:hidden;
        background-color: black;
        filter: alpha(opacity=60);
        opacity: 0.4;
}

.popup {
        position: fixed; 
	/* Fixed keeps this popup in the same place even when the window is 
	   scrolled. But IE requires: 
	   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Strict//EN">
	*/
        top: 100px;
	text-align: center;
        left: 50%;
        width: 520px;
        height: 480px;
        margin-left: -260px; /* set to negative number 1/2 the div width */
        background-color: #3A0808;
        padding: 0px;
        border: 3px solid #874B05;
	border-radius: 5px;
        visibility:hidden;
        z-index: 200; /* Make this larger than z-index for opaque */
}

.question {
	color: red;	
	font-weight: bold;
}

