body{
	background-image:url('images/mainbk.gif');
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#333333;
	padding:0px;
}

td, table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
}

/* Controls Headings */

h1 {
	color: #7E0101;
	font-size: 1.5em;
	font-weight:normal;
	margin-top:0px; 
}

h2 {
	font-size:1.3em;
	font-weight:bold;
	color:#000000;
}

h3 {
	font-size:1.2em;
}

h4 {
	font-size:1.1em;
}

h5 {
	font-size:1em;
}

/* Controls main link properties */

a:link { 
	color:#7E0101; 
	text-decoration:underline;
}
	 
a:visited {
	color:#7E0101; 
	text-decoration:underline;
}
 
a:active {
	color:#7E0101; 
	text-decoration:underline;
} 

a:hover {
	color:#7E0101; 
	background:#F2F2F2;
	text-decoration:none;
}

/* Do not change the img settings */

img
{  
	border-style: none;
	background:transparent;
}
.menu {
	height: 100%;
	width: 100%;
}

/* Buttons  */

.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 5px 24px;
    border: 1px solid #8b6f39;
    border-radius: 8px;
    background: #e4b65d;
    background: -webkit-gradient(linear, left top, left bottom, from(#e4b65d), to(#8b6f39));
    background: -moz-linear-gradient(top, #e4b65d, #8b6f39);
    background: linear-gradient(to bottom, #e4b65d, #8b6f39);
    font: normal normal bold 17px arial;
    color: #000000;
    text-decoration: none;
}
.buttonOrder {
    padding: 3px 20px;
    float: right;
    background-color: white; 
    color: black; 
}

.buttonOrder:hover {
    border: 1px solid #c69e51;
    background: #ffda70;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffda70), to(#a78544));
    background: -moz-linear-gradient(top, #ffda70, #a78544);
    background: linear-gradient(to bottom, #ffda70, #a78544);
    text-decoration: none;
  color: white;
}
.button1 {
    padding: 3px 24px;
}
.button2 {
    padding: 3px 20px;
}
.button3 {
    padding: 3px 29px;
}
.button4 {
    padding: 3px 35px;
}
.button5 {
    padding: 3px 29px;
}
.button:hover,
.button:focus {
    border: 1px solid #c69e51;
    background: #ffda70;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffda70), to(#a78544));
    background: -moz-linear-gradient(top, #ffda70, #a78544);
    background: linear-gradient(to bottom, #ffda70, #a78544);
    color: #000000;
    text-decoration: none;
}
.button:active {
    background: #8b6f39;
    background: -webkit-gradient(linear, left top, left bottom, from(#8b6f39), to(#8b6f39));
    background: -moz-linear-gradient(top, #8b6f39, #8b6f39);
    background: linear-gradient(to bottom, #8b6f39, #8b6f39);
}
/* Controls properties of main tables */

.container {
	background:#FFFFFF;
	width:758px;
	margin-right:auto;
	margin-left:auto;
	border-right:1px #8A0F0F solid;
	border-left:1px #8A0F0F solid;
	border-collapse:collapse;
}

.table {
	width:758px;
	border-collapse:collapse;
}

.table2 {
	width:758px;
	border-collapse:collapse;
	margin-right:auto;
	margin-left:auto;
	color:#FFFFFF;
}

.top {
	font-size: .75em;
	text-align: right;
	padding: 2px;
	color: #FFFFFF;
}

.table_logo {
	width:297px;
	background:#FFFFFF;
}

.table_flash {
	width:461px;
}

.padding1 {
	padding:0px 0px 18px 0px;
}

.padding2 {
	padding: 18px 0px 0px 0px;
}

.column1 {
	width: 170px;
	border-right: 1px #CCCCCC solid;
	padding: 0px 7px 0px 7px;
	margin: 0px;
	vertical-align: top;
}

.column1_boxes_table {
	width: 100%;
	padding:0px 0px 0px 0px;
	border-collapse:collapse;
}

.column1_boxes_heading {
	font-size:.70em;
	background-image: url('images/menu_bk.jpg');
	padding: 0px 0px 0px 10px;
	color: #FFFFFF;
	margin: 0px;
	height: 19px;
	font-weight: bold;
}

.column1_boxes {
	font-size: 11px;
	padding: 18px 0px 18px 0px;
	vertical-align:top;
}

.column2 {
	font-size: .75em;
	padding: 0px 15px 0px 12px;
	vertical-align: top;
}

.imageline {
	border: 1px #CCCCCC solid;
	padding:3px;
	margin:5px;
	float:right;
}

/* Controls right info box properties */

.infobox {
	background-image:url('images/infoboxbk.gif');
	width:160px;
	border:1px #B0B0B0 solid;
	font-size:.89em;
	padding:7px;
	float:right;
	margin:5px;
}

/* Controls the large bar area above the copyright area */

.bottombk {
	background-image:url('images/footerbk.gif');
	height:20px;
}

/* Controls footer/copyright area properties */

.footertable {
	width:758px;
	border-collapse:collapse;
	margin-right:auto;
	margin-left:auto;
	color:#FFFFFF;
}

.footer {
	padding:7px;
	text-align:center;
	color:#FFFFFF;
	font-size:.7em;
	margin:0px;
}

.footer a:link { 
	color:#FFFFFF; 
	text-decoration:underline;
}
	 
.footer a:visited {
	color:#FFFFFF; 
	text-decoration:underline;
}
 
.footer a:active {
	color:#FFFFFF; 
	text-decoration:underline;
} 

.footer a:hover {
	color:#FFFFFF; 
	text-decoration:none;
	background: transparent;
}

/* Controls catalog tables */

.catalog_table {
	width:349px;
	border-collapse:collapse;
}

.catalog_cells {
	padding: 10px 5px 5px 5px;
	border-bottom: 1px #CCCCCC solid;
	vertical-align: top;
}

.catalog_image_cell {
	width:94px;
	padding: 10px 0px 0px 0px;
	border-bottom:1px #CCCCCC solid;
	vertical-align:top;

}

/* Controls home page body boxes */

.home_page_sub_table {
	width: 100%;
	border-collapse:collapse;
}

.home_page_sub_header {
	width: 48%;
	padding: 0px 0px 2px 0px;
	border-bottom: 1px #CCCCCC solid;
}

.home_page_sub_text {
	width: 48%;
	padding: 8px 2px 0px 0px;
	vertical-align: top;
}

.home_page_spacing {
	width:12px;
}

/* Controls form properties */

.formelements {
	border:1px #999999 solid;
	font-size:14px;
}

.form_table {
	margin:1px;
	width:250px;
	border:1px #CCCCCC solid;
	border-collapse:collapse;
}

.form_column1 {
	width:90px;
}

/* Controls Flash container properties */

#flashcontent {
		width: 461px;
		height: 124px;
		margin: 0px;
		padding:0px;
		font-size:.9em;
}
	
	
/* Main Menu */

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu img {
    border: none;
} 
	
#menu {
	width: 168px;
	margin: 0px;
	float:left;
	font-size:11px;
	padding:0px 0px 18px 0px;
}
	
#menu li a {
	height: 26px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 17px;
	text-decoration: none;
	font-size:11px;
}	
	
#menu li a:visited {
	color: #7E0101;
	font-weight: normal;
	font-size: 11px;
	display: block;
	background: url("images/menu.gif");
	padding: 3px 0 0 20px;
	font-size:11px;
}
	
#menu li a:link {
	color: #7E0101;
	font-weight: normal;
	font-size: 11px;
	display: block;
	background: url("images/menu.gif");
	padding: 3px 0 0 20px;
	font-size:11px;
}
	
#menu li a:hover {
	color: #7E0101;
	background: url("images/menu.gif") 0 -19px;
	padding: 3px 0 0 20px;
	font-size:11px;
}

* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: black;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgb(0,0,0) rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  -moz-animation-name: fade;
  -moz-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
