﻿@import url(layout.css);
body {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #000;
	}
#container {
	width: 100%;
	margin: 0;
	background-color: #000;
	position: relative;
}
#masthead {
	text-align: right;
	width: 100%;
	background-color: #000; 

}
#navigation {
	background-color:  #000; /*1E435A*/
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
}
#column_l {
	position: relative;
	margin: 0 350px 0 0;
	padding: 0 2%;
	text-align:justify;
	background-color: #000;
	float: none;
}
#column_r {
	float: none;
	width: 330px;
	margin: 0;
	padding: 5px;
	background-color: #000;
	position: absolute;
	right: 10px;
	top: 10px;
	border:  groove black thin;
}

#product {
	border-radius: 25px;
    border: 2px solid #fff;
    padding: 20px;
    padding-right: 10px; 
    width:  590px;
    right:  auto;
    height: auto;
}

#footer {
	background-color: #000; /*2391BA*/
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #fff;
	margin: 10px 10px 10px 0;
	padding: 0;
}
#masthead h1 {
	font-size: x-large;
	text-align: center;
	color: #fff;
}

/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #000; /*ca7*/
	background-color: #1E435A; 
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #ed9;
	background-color: #fff; /*55847A*/
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #469;
}
h2 {
	font-size: 1.75em;
	color: #469;
}
h3 {
	font-size: 1.5em;
	color: #469;
}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #fff;
	bottom: auto;
	margin: 10px;
	padding-top: 15%;
}
#footer a {
	color: #fff; 
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* Dropdown Button */
.dropbtn {
  background-color: #1E435A; /*Navy Blue*/
  color: white;
  padding: 10px;
  font-size: 11px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #cecece;
  font-size: 11px;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 7px 7px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #8aadd1;}

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

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #8aadd1;}
.bottomimg {
  position: absolute;
  bottom: auto;
  padding-bottom: 1%;
  left: 5px;
  font-size: 8px;
  text-align: center;
}

table, td {
border: 1px solid white;  
border-collapse: collapse;
text-align: center;
padding: 6px;
}

th {
border: 1px solid white;  
border-collapse: collapse;
padding: 6px;
text-align: center;
<!–– border-bottom: 1px solid #DDD; -->
}
tr:hover {background-color: #469;}
tr:nth-child(odd){background-color: #006666;}
