/* We'll put generic case tag styles at the top. */

/* This causes all elements where these properties aren't defined
   to have a uniform style. Very handy for ensuring rendering across
   different browsers, where tags can be interpreted differently. */

* {
	font-family: inherit;
	font-size: inherit;
	text-align: inherit;
	vertical-align: top;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

body {
	color: #333333;
	font-family: Bitstream Vera Sans, Verdana, verdana, sans;
	font-size: 12px;
	/* Note: IE doesn't respect this, so we'll have to do a work-around. */
	margin: 0em;
	background-image: url('pics/lines-dark.png');
	/* this is for IE, it doesn't understand "margin: auto;" */
	text-align: center;
}

a {
	color: #182a68;
	text-decoration: underline;
	font-weight: bold;
}

em {
	color: #555555;
}

p {
	margin-bottom: 1em;
}

ul {
	margin-left: 2em;
}

li {
	margin-bottom: 0.5em;
}

td {
	font-size: 12px;
}

/* Now, styles for tags and effects specific to this site. */
.navbar img {
	display: block;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.navbar a {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/* Styles for the popup navigation menus. */
.menu {
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #000000;
  display: none;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  width: 210px;
}

.absolute {
  position: absolute;
}

ul.menu {
  list-style: none;
  marker-offset: 0em;
}

.menu li {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.menu li:hover {
  background-color: #182a68;
}

.menu li a:hover {
  background-color: #182a68;
  color: #ffffff;
  text-decoration: none;
}

/* Styles for use inside the content section. */
table.main {
	margin: 0em;
	padding: 0em;
	border: 0em;
	border-collapse: collapse;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: white;
	height: 100%;
	overflow: scroll;
}

table.main td {
	vertical-align: top;
}

table.main tr.top td {
	height: 135px;
}

table.main tr.bottom td {
	height: 25px;
	vertical-align: bottom;
}

table.main td.left {
	background-image: url('pics/spacer_left.png');
}

table.main td.right {
	background-image: url('pics/spacer_right.png');
}

table.main td.bottom {
	background-image: url('pics/bottom_02.png');
}

.content {
	vertical-align: top;
	padding: 1em;
	background-image: url('pics/background_01.jpg');
	background-repeat: repeat-x;
	background-position: top;
	height:100%;
}

.header {
	display: block;
	margin-left: auto;
}

p.center {
	text-align: center;
}

table.pricelist td {
	border: 1px solid black;
}

input {
	border: 1px black solid;
}

input[type="text"] {
	padding: 0.1em;
}

.in {
	border: 1px solid black;
	padding: 1px;
	margin: 1em;
	float: right;
}
.in.left {
	float: left;
}
