@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
    background-color: #410101;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #410101;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#banner {
	background-image: url(/images/Banner.jpg);
	height: 120px;
	width: 900px;
}
#banner h1 {
	display: none;
}


#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#galleryContent {
	margin: 0px;
	padding: 0px;
}

/* ~~~~ Header  and Footer File ~~~~ */
.ac_header, .ac_mainbody{
  width :100%;
  font-size : 10pt;
}
.ac_header{
  background-color : #680098;
  padding: 0px;
  text-align: center;
  font-family : Verdana, Arial;
  color: #FFFFFF;
}
h1#ac_h1 {
  font-size : 15pt;
  font-weight : bold;
  margin: 0px;
  color: #FFFFFF;
}
h2#ac_h2 {
  font-style : italic;
  margin: 0px;
  font-size: 12pt;
  color: #FFFFFF;
}
.ac_left_nav h3 {
  color : #FF0000;
  font-weight : bold;
  text-align: center;
  margin: 0px;
  padding: 5px 0px 0px 5px;
  font-size: 10pt;
}
.ac_left_nav hr{
  padding:0px;
  margin: 25px 0px 25px 0px;
  width : 95%;
}
.ac_header_search{
  text-align: right;
  vertical-align : middle;
}
.ac_mainbody, .ac_cart_summary{
  background-image : url(agora.cgi?secpicserve=steelgrey.jpg);
  background-color : #cccccc;
}
.ac_mainbody{
  padding: 0px;
  margin: 0px;
}
.ac_left_nav{
  width: 155px;
  vertical-align : top;
  padding: 0px;
  padding-top: 15px;
}
a.ac_left_links {
  text-align: left;
  padding: 0px;
  padding-right: 3px; 
  padding-left: 10px;
  font-size: 10pt;
  font-weight: normal;
  text-decoration : underline;
}
a.ac_left_sub_links {
  text-align: left;
  padding: 0px;
  padding-right: 3px; 
  padding-left: 18px;
  font-size: 9pt;
  font-weight: normal;
  text-decoration : none;
}
.ac_cart_summary{
  font-size: 12pt;
  width:100%;
  color: #000000;
  text-align: center;
  padding: 0px;
  padding-top:10px;
  padding-bottom:10px;
}
.ac_copyright{
  text-align: center;
  font-size: 10pt;
  background-color: #FFFFFF;
  padding: 0px;
  padding-top:10px;
  padding-bottom:10px;
} 
div#ac_html_validator{
  text-align: center;
  padding-top : 10px;
  vertical-align : top;
}
/* Cart Links Variations */
  /* standard vertical list no padding no indicator */    
.ac_left_nav ul{
  margin-left: 0px;
  margin-top: 0px;
  padding-left: 0px;
  list-style: none;
}
/* horizontal links with a link vertical between each pair
First listed item must be of class first */
.ac_bottom_links{
  text-align: center;
  padding: 5px 0px 5px 0px;
}
.ac_bottom_links ul{
  margin-left: 0px;
  padding-left: 0px;
  display: inline;
  text-align: center;
}
.ac_bottom_links ul li{
  font-size:10pt;
  padding: 5px 10px 5px 10px;
  list-style: none;
  display: inline;
  border-left: 1px solid #000000;
}
.ac_bottom_links ul li.first{
  border-left: 0px;
}
/*Vertical Links with no indicator but are centered*/
.ac_vertical_links{
  text-align:center;
}
.ac_vertical_links ul{
  margin-left: 0px;
  padding-left: 0px;
  display: inline;
  text-align: center;
}
.ac_vertical_links ul li{
  font-size: 10pt;
  padding: 0px 10px;
  list-style: none;
  display: inline;
}

/* ~~~~~ Error Message ~~~~~ */
/* This is the formating for the error message a user recieves */
p.ac_error{
  width: 500px;
  text-align: center;
  color: #FF0000;
  font-size:12pt;
  padding: 10px 0px 10px 0px;
  margin: auto;
}

/* ~~~ Product listings ~~~ */
.ac_content{
  background-color: #FFFFFF;
  vertical-align : top;
  padding: 0px; 
  padding-bottom: 25px;
}
.ac_product_table{
  width: 90%;
  vertical-align : top;
  margin: 10px auto;
  text-align: center;
}


/*~~~~~~ Product Pages ~~~~~~~  */
/* This is the formatting message the user sees when an item is added to the cart*/
td.ac_add_message{
  color: #FF0000;
  text-align: center;
}
/* ~~~ Search Results ~~~ */
.ac_seach_results{
  margin: 0px auto;
  background-color:#f0f0f0;
  width:500px;
  font-size:12pt;
  text-align:center;
}
p.ac_search_no_results{
  text-align:center;
  margin: 50px auto;
  font-size:12pt;
}
h3.ac_product_name{
  font-size:10pt;
  color:#000000;
  margin:5px 5px 2px 5px;
  font-weight : bold;
  text-align:left;
}
.ac_product_desc{
  text-align : justify;
  font-size:9pt;
  margin: 0px 5px 10px 5px;
}
.ac_product_price{
  color: #FF0000;
  font-size:10pt;
  white-space : nowrap;
  font-weight : bold;
}
.ac_product_outofstock{
  color: #FF0000;
  font-size:10pt;
  white-space : nowrap;
  font-weight : bold;
}
.ac_product_available{
  color: #FF0000;
  font-size:9pt;
  white-space : nowrap;
  font-weight : normal;
}
.ac_product_opt-add{
  text-align:center;
  font-size:10pt;
}
.ac_product_image{
  text-align:center;
  width:auto;
}
.ac_add-quantity{
  margin: 0px auto;
  text-align: center;
}
/*~~~ Options ~~~~*/
.opt_border{
  font-size: 10pt;
  text-align: center;
  border: 1px solid #CCCCCC;
  margin: 0px auto; 
}
th.opt_border{
  padding:0px 2px;
}
.no_border{
  font-size: 10pt;
  border: none;
  margin: 0px auto;
}
th.no_border{
  padding:0px 2px;
}

.opt_center{
  font-size: 10pt;
  text-align:center;
  margin: 0px auto  
}
th.opt_center{
  padding:0px 2px;
}

select.opt_select{
  width:125px;
  text-align:left;
}
/* ~~~~~~ View Cart Table ~~~~~~*/
table.ac_cart_table{
  background-color: #AAAAAA;  /* this color ends up being the border color for the table */
  width: 90%;
  margin:0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size : 10pt;
  text-align: center;
}
table.ac_cart_table th{
  font-size : 11pt;
  background-color: #FFE0E0;
  margin:0px;
  width: auto;
  vertical-align : top;
}
table.ac_cart_table td{
  background-color: #E8FFF8;
  border: 0px;
  width: auto;
}
/* ~~~~~ Order Totals Table from View Cart Page ~~~ */
table.ac_totals_table{
  background-color: #F0F5FF;
  font-size: 12pt;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
table.ac_totals_table th{
  text-align:center;
  background-color: #E0E5FF;
  width:auto;
}
table.ac_totals_table td{
  width:auto;
  text-align: right;
}
h1      {
        font-size: 24pt;
        font-family: BernhardTango BT, Times New Roman, Serif;
        font-weight: bold;
        color: white;
}

h2      {
        font-size: 18pt;
        font-family: BernhardTango BT, Times New Roman, Serif;
        font-weight: bold;
        color: white;
}

h3      {
        font-size: 14pt;
        font-family: BernhardTango BT, Times New Roman, Serif;
        font-weight: bold;
        color: white;
}

h4      {
        font-size: 12pt;
        font-family: BernhardTango BT, Times New Roman, Serif;
        font-weight: bold;
        color: white;
}

p       {
	FONT-FAMILY: arial,verdana,helvetica,sans-serif;
        color: white;
}

p#subhead {
        font-size: 16pt;
        font-family: BernhardTango BT, Times New Roman, Serif;
        font-weight: bold;
        font-style: italic;
        line-height: 5pt;
        color: #f8d986;
}

.container {
        margin-left: 0px;
        width: 900px;
}
.gallery {
	margin-left: 0px;
	width: 884px;
	padding: 4px;
	border: 4px solid #CCCCCC;
	margin-bottom: 20px;
}

table#text {
        width: 850px;
        margin-left: 40px;
        margin-right: 40px;
        text-align: left;
}
.framedLt {
	background-color: black;
	border: 10px solid #ffffff;
	float: left;
	margin-right: 10px;
}
.framedRt {
	background-color: black;
	border: 10px solid #ffffff;
	float: right;
	margin-left: 10px;
}
.descLt {
	padding-left: 10px;
	padding-right: 10px;
	height: 346px;
	width: 325px;
	float: left;
	text-align: left;
}

.descRt {
	padding-left: 10px;
	padding-right: 10px;
	height: 346px;
	width: 325px;
	text-align: left;
	float: right;
}

#imageRt {
	border: 6px solid #ffffff;
	margin-left: 10px;
	margin-right: 0px;
	vertical-align: top;
	float: right;
}

#imageLt {
	border: 6px solid #ffffff;
	margin-left: 0px;
	margin-right: 10px;
	vertical-align: top;
	float: left;
}

p#captionRt {
	font-size: 10pt;
	text-align: center;
	vertical-align: top;
	margin-left: 10px;
	color: #ffffff;
	width: 350px;
}
.homeRtImg {
	float: right;
	width: 372px;
	padding-left: 30px;
}
.homeLtImg {
	float: left;
	width: 372px;
	padding-right: 30px;
}



p#captionLt {
	font-size: 10pt;
	text-align: center;
	vertical-align: top;
	margin-right: 10px;
	color: #ffffff;
	width: 350px;
}

p#lgImgTitle {
        font-family: BernhardTango BT, Times New Roman, Serif;
        font-size: 16pt;
        margin-left: 0px;
        text-align: left;
        color: #000000;
}

h1#linkIns {
        margin-left: 40px;
}

h3#linkIns {
        margin-left: 40px;
}

p#note {
        font-size: 10pt;
        color: #f8d986;
}

p#contact {
        margin-left: 200px;
}

td#options {
        color: white;
        width: 450px;
}
#swhsig {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 100px;
	text-align: right;
}
.footnav {
	text-align: center;
}


ul#shipping {
	FONT-FAMILY: arial,verdana,helvetica,sans-serif;
        font-size: 12pt;
        color: #ffffff;
}
#navBar {
	width: 900px;
	height: 20px;
	text-align: center;
}
#navBar td.button {
	width: 173px;
	height: 20px;
	text-align: center;
	background-color: #000000;
	border: 1px solid #c0c0c0;
	FONT-FAMILY: arial,verdana,helvetica,sans-serif;
	font-size: 10pt;
}
.clearflt {
	clear: both;
}

#navBar td#current {
	width: 173px;
	height: 20px;
	text-align: center;
	background-color: #404040;
	border: 1px solid #c0c0c0;
	FONT-FAMILY: arial,verdana,helvetica,sans-serif;
	font-size: 10pt;
}

#navBar   a:link {
	text-decoration: none;
        color: #f8d986;
	}
#navBar   a:visited {
	text-decoration: none;
        color: #f8d986;
	}
#navBar   a:hover {
	text-decoration: none;
	color: #7979cc;
	}
#navBar   a:active {
	text-decoration: none;
        color: #f8d986;
	}

a:link {
        color: #f8d986;
	}

a:visited {
        color: #f8d986;
	}

a:hover {
	color: #7979cc;
	}

a:active {
        color: #f8d986;
	}

#footer  {
        background-color: #410101;
}

#footer a:link {
        color: #f8d986;
	}

#footer a:visited {
        color: #f8d986;
	}

#footer a:hover {
	color: #7979cc;
	}

#footer a:active {
        color: #f8d986;
	}

/*Order Form*/
body#form {
        background-color: white;
}

		.shopTop {
			background: slateblue;
			color: white;
			font-family: Verdana;
		}
		.shopTitle {
			background: PowderBlue;
			color: navy;
			font-family: Verdana;
		}
		.shopButtons {
			color: white;
			font-family: Verdana;
			font-size: small;
			width: 150px;
		}
		.shopHead {

			color: black;
			font-family: Verdana;
			font-size: small;
		}
		.shopContent {
			color: black;
			font-family: Verdana;
			font-size: small;
		}
/* ~~~~~~ Check Out Pages ~~~~~~ */
.ac_checkout{
  background-color: #C0EFFF;
  margin: 10px auto;
  width: 550px;
  font-size : 10pt;
}
body.ac_checkout_main {
  background-color: #FFFFFF;
}
td.ac_checkout_top_col{
  background-color : #C0EFFF;
  font-size : 13pt;
  font-weight: bold;
  border-top : 1px solid #000000;
  border-bottom : 1px solid #000000;
  text-align : left;
  padding: 5px 7px;
}
td.ac_checkout_left_col{
  background-color : #FFFFFF;
  text-align: left;
  width: 15%;
  white-space : nowrap;
}
td.ac_checkout_right_col{
  background-color : #FFFFFF;
  text-align: left;
  width: 85%;
}
.ac_missing_field{
  width: 500px;
  text-align:center;
  color: #000000;
  font-size:12pt;
  padding: 0px;
  padding-top:10px;
  border-top:1px solid #000000;
}
.ac_checkout_top_msg{
  background-color: #808080;
  width: 500px;
  text-align:left;
  padding: 3px;
  margin: 0px auto;
}
.ac_checkout_review{
  background-color: #F8F8C8;
  font-size: 10pt;
  border: 1pt solid #AAAAAA;
  margin: 0px auto;
  width: 500px;
}
th.ac_checkout_review,
td.ac_checkout_review,
td.ac_checkout_review_col1,
td.ac_checkout_review_col2 {
  border: 1pt solid #AAAAAA;
  padding: 3px;
  background-color: #FFFFFF;
}
.ac_checkout_review_col1{
  width: 150px;
}
.ac_checkout_review_col2{
  width: 350px;
}

.center{
  text-align:center;
}
img{
  border:0px;
  margin: 0px;
}
.fltLt {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.fltRt {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
