
html,body {
	background: #040404;
	color: #817F80;
	margin: 0px;
	padding:0;
	height:100%;
	font: 12px Arial, "Trajan Pro", Trajan, Verdana, Helvetica, Arial, sans-serif;
}
form {
	padding: 0px;
	margin: 0px;
}
img {
	border: 0px;
}
a {
	color: #868BC5;
	text-decoration: none;
	font-size: 14px;
}
a:hover {
	color: #817F80;
	text-decoration: underline;
}

#container {	
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	background: #040404;
	width: 900px;	
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}
#header {
	width:  100%;
}
#logo {
	width: 423px;
	height:80px;
	float: left;
}
#links {
	width: 477px;
	height:80px;
	padding-top: 20px;
	float: left;
	text-align: right;
}
#content {
	width:  94%;
	padding: 3% 3% 50px 3%;
}
#content:after {
  clear:  both;
  display: block;
  content: "";
}
.contactImg {
  width: 60%;
  float: right;
}
.contactImg img {
  width:  100%;
  height: auto;
}
#footer {
	width: 100%;
	min-height: 18px;	
	position:absolute;
	bottom:0;
	
}
.footer_left {
	float: left;
	width: 20%;
}
.footer_middle {
	float: left;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	width: 60%;
}
.footer_right {
	float: left;
	width: 20%;
	text-align: right;
}
.footer_right a {
	color: #333;
}
.footer_right a:hover {
	color: #aaa;
}
.about_header {
font-size: 20px; color: #868BC5;
}
.vertical_line {
background-image: url(/images/vertical_line.gif);
}

.formWide{
width: 300px;
}
.formNarrow{
width: 175px;
}
.formSmall{
width: 50px;
}
.formButton { 
background-color: #ddd;
border: 1px solid #333;
}
.error, .cart_error{
color: #ff0000; 
font-weight : bold;  
font-size : 18px;  
}
.cart_highlight, .required{
color: #ff0000; 
font-weight : bold;
}
.adminTable{
border : 1px solid #333;  
background : #aaa;
}
.highlightError{ 
background : #eee;
}
.line hr{
	border: 0px;
	border-bottom: 1px solid #040404;
	background: #fff;
	padding: 0px;
}

@media (max-width: 920px) {
  #container {
    width: 100%;
  }
  #logo {
  	max-width: 100%;
  	height: auto;
  	float: none;
  	margin: 0 auto;
  }
  #logo img {
    width: 100%;
    height: auto;
  }
  #links {
  	max-width: 100%;
  	float: none;
  	margin: 0 auto;
  	height: 40px;
  }
  #content {
  	padding: 3% 3% 70px 3%;
  }
  .footer_left, .footer_middle, .footer_right {
  	float: none;
  	width: 100%;
  	text-align: center;
  	margin: 5px 0;
  }
}
@media (max-width: 768px) {

  .contactImg {
    width: 100%;
    max-width:  100%;
    float: none;
    margin:  0 auto 20px;
  }
  .contactImg img {
    width:  100%;
    height: auto;
  }
  table.stacked {
    border-spacing: 0;
    width: 100%;
  }
  table.stacked td {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
  table.stacked tr td:first-child {
    padding-bottom: 5px;
    font-weight: bold;
  }
  table.stacked .vertical_line {
    display: none;
  }
  
}
@media (max-width: 480px) {
  #links {
    text-align: center;
  }
  .img1 {
    width: 63px;
    height:  21px;
  }
  .img2 {
    width: 95px;
    height:  21px;
  }
  .img3 {
    width: 62px;
    height:  21px;
  }
  .img4 {
    width: 92px;
    height:  21px;
  }
  .vertical_line {
    display: none;
  }
}
