@charset "utf-8";
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(../graphics/background.jpg);
	background-repeat: repeat;
}
#container {
	width: 100%;
}
#upper_header {
	background-color: #3C1E00;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #FFDFBF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#logo_div {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 0px;
}
#sub_header {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 100px;
	font-size: 14px;
	font-weight: bold;
	background-color: #E6E6E1;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}

#lower_header {
	width: 899px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	font-family: "Times New Roman", Times, serif;
}
#container #mid_body {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.main_image {
	width: 100%
}
#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.socialmedia_logo {
	margin-right: 10px;
}
#slog_div {
	height: 10px;
	width: 400px;
}
.slog_style {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	float: left;
	margin-left: 100px;
	margin-top: 5px;
}



.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
/*Strip the ul of padding and list styling*/
ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
}

/*Create a horizontal list with spacing*/
li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}

/*Style for menu links*/
li a {
	display: block;
	min-width: 175px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-family: "Times New Roman", Times, serif;
	color: #3C1E00;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

/*Hover state for top level links*/
li:hover a {
	text-decoration: underline;
}

/*Style for dropdown links*/
li:hover ul a {
	background: #f3f3f3;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
li:hover ul a:hover {
	background: #19c589;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
li ul {
	display: none;
}

/*Make dropdown links vertical*/
li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #999;
	text-align: center;
	padding: 10px 0;
	display: none;
	background-color: #F0F0F0;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}
#product_array {
	background-color: #FFF;
	width: 100%;
}
#title {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
a.cartlink:link, a.cartlink:visited {
	color: #FFECD9;
	text-decoration: none;
}
#product_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
