@charset "utf-8";

/* CSS Document */



body {

background-color:#FBF8E9;

background-image: url(img/Page-BgSimpleGradient.png);

background-repeat: repeat-x;

padding: 0;

top:0px;

text-align:center;




}

#mainbody

{

	/*margin-left:auto;

	margin-right:auto;*/
	
	
	border-left:solid;

	border-left-color:#828074;

	border-right:solid;

	border-right-color:#828074;
	background-image:url(img/bg.jpg);
	
	border-bottom:solid;
	
	border-bottom-color:#828074;
	
	border-left-width:1px;

	border-right-width:1px;


	border-bottom-width: 1px;
	
	background-color:#FDFEF4;

	position:absolute;

	margin-left: -475px; 


	top:0px;

	left: 50%;



	



}



a:hover {

	background-image: url(img/button_rollover.png);

}





#header {

	margin-left: auto;

	margin-right: auto;

	top:0px;

	text-align:center;

	width:900px;

	height:147px;

}

#social {
	margin-left: auto;
	margin-right: auto;
	top:147px;
	height:48px;
	width:900px;
	text-align:center;
	
}


#bar {


	margin-left: auto;

	margin-right: auto;

	vertical-align:baseline;

	text-align:center;

	width:900px;

	height:56px;

	top:195px;



}

#content

{
	padding-left:10px;
	padd-right:10px;
	background-color:#FDFEF4;
	background-image:url(img/bg.jpg);
	margin-left: auto;
	margin-right: auto;
	vertical-align:baseline;
	text-align:left;
	width:880px;
	top:251px;




}

#galleryFrame

{

text-align:left;

height: 500px;

}

#photoHeader

{

text-align:left;

height: 55px;

}

#facebook
{
position:absolute;

left:5px;

top:10px;

}

#twitter
{
position:absolute;

left:5px;

top:52px;

}

#youtube
{
position:absolute;

left:5px;

top:94px;

}

#container {
    display: flex;
    justify-content: flex-start;
}

#container > div {
    width: 300px;
    height: 100px;
}

span.highlighedtext
{
	color:red;
}

span.product
{
	font-weight:bold;
	font-size: 12px;
}

span.price
{
	color:red;
	font-weight:bold;
	font-size:16px;
	
}

body,td,th {
	font-family: courier, courier new, helvetica, Arial;
	font-size: 15px;
	color: #666;
}
a:link {
	color: #AB0C11;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #AB0C11;
}
a:hover {
	text-decoration: underline;
	color: #AB0C11;
}
a:active {
	text-decoration: none;
	color: #AB0C11;
}


 /* Navbar container */
.navbar {
  overflow: hidden;
  background-color: #333;
  font-family: Arial;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 16px;
  color: #FBF9ED;
  font-weight:bold;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: #FBF9ED;
  font-weight:bold;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #BD0C0F;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
} 

/* MAil chimp sign up*/

#mc_embed_signup {background:#FBF9ED; clear:left; font:12px Helvetica,Arial,sans-serif; text-align: left; padding-left:10px; }


footer {clear:both;}





