@charset "ISO-8859-1";
body {
	background-color: #87212E;
	padding: 0px;
	color: white;
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
}
#logo  {
	height: 110px;
	width: 670px;
	background-color: #FBD101;
	float: right;
}
#logo  #logoimg  {
	width: 250px;
	float: left;
	height: 103px;
	margin-top: 5px;
}
#logo  #bar  {
	background-color: #999999;
	height: 12px;
	width: 50px;
	float: left;
	margin-top: 50px;
}
#logo  #top  {
	font-size: large;
	font-style: italic;
	float: right;
	margin-bottom: 10px;
	margin-right: 50px;
	margin-top: 20px;
	height: 20px;
	color: black;
}
#logo  #bar2  {
	background-color: #999999;
	height: 12px;
	float: right;
	width: 355px;
	margin: 0px;
}
#logo #bottom     {
	font-size: medium;
	font-style: italic;
	float: right;
	margin-top: 5px;
	margin-right: 50px;
	font-weight: bold;
	width: 300px;
	text-align: right;
	color: black;
}
#nav  {
	width: 150px;
	float: left;
	background-color: black;
	clear: left;
	position: fixed;
	height: 1000px;
	overflow: hidden;
	padding-top: 130px;
}
#nav   /*** Nav bar styles ***/
ul
 {
	/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
}
#nav   ul.nav >li{
	padding-top: 5px;
	padding-left: 10px;
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
}
#nav ul.nav               li  >ul{
	font-weight: normal;
	padding-left: 1em;
	display: none;
}
#nav     ul.nav      li:hover >ul {
	/*When hovered, make them appear*/
	display : block;
	font-weight: normal;
	background-color: black;
	font-style: normal;
	color: #FBD101;
	border: 1px white solid;
}
#nav         ul.nav         li:hover   >       a{
	color: orange;
}
#nav    a, #nav   {
	text-decoration: none;
	color: #FBD101;
}
#content {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	width: 660px;
	clear: right;
}
h1    {
	font-style: italic;
}
.header     {
	color: #000000;
	width: 400px;
	background-color: #FBA101;
	font-size: x-large;
	margin-left: 50px;
	text-align: center;
	border: 7px outset #FBD101;
	margin-bottom: 50px;
	margin-top: 50px;
	clear: both;
}
.pictureright   {
	float: right;
	margin-left: 10px;
	text-align: center;
	margin-right: 0px;
	border: none;
	padding: 0px;
	margin-bottom: 10px;
}
.pictureright img {
	margin: 0px;
}
.pictureright    p       {
	clear: both;
	padding-top: 5px;
	color: #FBD101;
}
.pictureleft     {
	float: left;
	text-align: center;
	margin-left: 0px;
	margin-right: 10px;
	border: none;
	padding: 0px;
	margin-bottom: 10px;
}
.pictureleft img {
	margin: 0px;
}
.pictureleft     p         {
	clear: both;
	padding-top: 5px;
	color: #FBD101;
}
#content  a  {
	color: #FBD101;
	font-weight: bold;
}
#content  a:visited { 
 color: 000000;
 border:0;
}
.disclaimer {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
table.standard  {
	font-size:12px;
	color: black;
	border-width: 7px;
	border-style: outset;
	border-color: #FBD101;
	margin: 15px;
	text-align: center;
	background-color: white;
}
table.standard .title    {
	background-color: #87212E;
	color: white;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	font-size: large;
	padding-top: 15px;
	padding-bottom: 15px;
}
table.standard .prods    {
	text-align: center;
	vertical-align: middle;
	color: #87212E;
	font-weight: bold;
	padding-bottom: 20px;
}
table.standard      .a      {
	background-color: #CC9999;
}
table.standard    .b     {
	background-color: white;
}
