/* @override http://localhost:4000/stylesheets/tops_style.css */

body {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background-image: url(../images/backgrounds/gray_stripes.gif);
  background-repeat: repeat;
}
* {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}
html {
  height: 100%;
  margin-bottom: 1px;
  background-image: url(../images/backgrounds/gray_stripes.gif);
  background-repeat: repeat;
}

.page_width {
	width: 820px;
	margin: auto;
}

#container {
  width: 80%;
  text-align: left;
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
}

#header_container {
  width: 100%;
  height: 204px;
  background-image: url(../images/backgrounds/header.jpg);
  background-repeat: repeat-x;
  text-align: center;
}
#header_container h1, #header-container h2 {
  margin-left: 6px;
  margin-bottom: 6px;
}

#header_elements {
	height: 195px;
	width: 820px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	z-index: -1;
}

#main_container {
	width: 100%;
	height: 100%;
	text-align: center;
}

#main_content {
	width: 820px;
	background: #FFF;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: left;
}

#page_heading {
	height: 40px;
	background-image: url(../images/backgrounds/page_heading.gif);
	overflow: hidden;
	white-space: nowrap;
}

#page_heading h1 {
	background: transparent;
	color: #FFF;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: capitalize;
	display: inline;
	position: relative;
	top:  -12px;
}


.inventory_listing {
        width: 780px;
        padding-left: 33px;
        padding-top: 20px;
        padding-bottom: 20px;
}

.inventory_listing table {
        width: 755px;
}

td.no_margin {
	text-align: center;
	padding: 5px;
	padding-top: 12px;
}

.left_column {
	width: 490px;
	float: left;
	padding-left: 33px;
	padding-right: 37px;
	padding-top: 20px;
	padding-bottom: 20px;
}

img.bordered {
	border:  1px solid #999999;
	margin-left: 25px;
	margin-bottom: 10px;
}

.right_column {
	width: 260px;
	float: right;
	padding-top: 20px;
}

.sticky {
	background-image: url(../images/backgrounds/sticky_repeat.gif);
	background-repeat: repeat-y;
	padding: 0px;
}

.sticky p{
	background: transparent;
	position: relative;
	top: -40px;
	margin-bottom: -75px;
	padding-left: 40px;
	padding-right: 43px;
	font-size: 0.8em;
}

.sticky h2{
	padding-left: 40px;
	background: transparent;
	position: relative;
	top: -40px;
	color: #555555;
	font-size: 1.3em;
}

.sticky_bottom{
	background-image: url(../images/backgrounds/sticky_bottom.gif);
	 height: 111px;
	 background-repeat: no-repeat;
}

#footer_container {
	width: 100%;
	height: 100%;
	text-align: center;
}

#footer_content {
	width: 818px;
	padding: 20px 0px;
	margin-bottom: 20px;
	border-top:  1px solid #131313;
	border-left: 1px solid #0d0d0d;
	border-bottom: 1px solid #000;
	border-right:  1px solid #030303;
	background-color: #060606;
	filter:alpha(opacity=75);
	-moz-opacity:.50;
	opacity:.75; 
}

#footer_content p {
	background-color: #060606;
	color: #666666;
}

#footer_content a:hover {
	background-color: #060606;
	color: #dddddd;
}

.spacer {
  width: 100%;
  height: 15px;
}
hr {
  border: 0px;
  color: #ccc;
  background-color: #cdcdcd;
  height: 1px;
  width: 100%;
  text-align: left;
}
h1 {
  font-size: 28px;
  color: #c55;
  background-color: #fff;
  font-family: Arial, Verdana, sans-serif;
  font-weight: 300;
}
h2 {
  font-size: 15px;
  color: #999;
  font-family: Arial, Verdana, sans-serif;
  font-weight: 300;
  background-color: #fff;
}
h3 {
  color: #4d9b12;
  font-size: 15px;
  text-align: left;
  font-weight: 300;
  padding: 5px;
  margin-top: 5px;
}

p {
  color: #000;
  background-color: #fff;
  line-height: 20px;
  padding: 5px;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

a:visited {
	
}

.clear {
	clear: both;
}