@charset "utf-8";

html {
	height: 100%;
}

body {
	font-size: 14px;
	font-family: arial, helvetica, georgia, sans-serif;
	text-align: center;
	background-color:#FFF;
	color: #FC0;
	margin: 0;
	padding: 0;
	height: 100%;
}

a, a:hover, a:visited {
	color: #FC0;
	text-decoration: none;
}

#container {
	text-align: left;
	margin: auto;
	width: 906px;
	background: url(../images/container_BG.png) repeat-y;
	background-repeat: repeat-y;
}

#content {
	padding-left: 24px;
	padding-right: 24px;
	width: 852px;
}

#mainmenu {
	text-align: right;
	margin-top: -42px;
}

#mainmenu_below {
	padding-top: 30px;
}

#footer {
	border-top: 1px solid #a18f82;
	margin-left: 3px;
	margin-right: 3px;
	padding-right: 24px;
	text-align: right;
	position: fixed;
	bottom: 0px;
	height: 20px;
	width: 876px;
	background: url(../images/footer_BG.png) repeat-y;
	background-repeat: repeat-y;
	font-weight: bold;
}

#footertext {
	margin-top: 3px; 
}

.footerspacer {
	height: 20px;
}

img {
	border: none;
}

.clearfloat {
	clear: both;
}

table.general {
	width: 100%;
	border-width: 2px;
	border-spacing: 2px;
	border-style: solid;
	border-color: #C66;
	border-collapse: collapse;
}

thead {
	background: #34496b;
	font-weight:bold;
	font-size: 12px;
	font-family: arial, helvetica, georgia, sans-serif;
}

thead tr {
	background: #34496b;
	font-weight:bold;
	font-size: 12px;
	font-family: arial, helvetica, georgia, sans-serif;
	border-style: solid;
	border-color: gray;
}

thead tr td {
	text-transform:uppercase;
	background: #34496b;
	padding-right: 5px;
	padding-left: 5px;
  vertical-align: top;	
  margin-left: 0px;
  margin-right: 0px;
}

tbody tr {
	border-style: solid;
	border-color: #C66;
}

tbody tr.specprice {
	background-color: navy;
}

tbody tr td {
	text-align: left;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	font-family: arial, helvetica, georgia, sans-serif;
  vertical-align: top;	
  margin-left: 0px;
  margin-right: 0px;
	vertical-align: middle;
}

tbody tr:hover {
	background-color: #600;
}

td.right, th.right {
	text-align: right;
}

td.center, th.center {
	text-align: center;
}

#content {
	margin-top: 10px;
}

.list100 {
	width: 100%;
}

.list50 {
	width: 49%;
	float: left;
	padding-right: 1%;
}

.list50right {
	width: 50%;
	float: right;
}

.list33 {
	width: 32%;
	float: left;
	padding-right: 1%;
}

.list33right {
	width: 33%;
	float: right;
}

.list25 {
	width: 24%;
	float: left;
	padding-right: 1%;
}

.list25right {
	width: 25%;
	float: right;
}

.leftmenu {
	float: left;
	width: 33%;
}

.list66 {
	width: 66%;
	float: left;
	padding-right: 1%;
}

.horizontalmenu
{
	padding: 0;
	margin: 0;
	white-space: nowrap;
	list-style-type: none;
	text-align: left;
}

.horizontalmenu li {
	display: inline;
}

.verticalmenu
{
	padding: 0;
	margin: 0;
	white-space: nowrap;
	list-style-type: none;
	text-align: left;
}

label.data {
	float: left;
	width: 200px;
	height: 17px;
	margin-right: 5px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	margin-top: 1px;
}

input.data {
	width: 200px;
	margin-bottom: 1px;
	margin-left: 0px;
	border-color: #d9d9da;
	height: 15px;
	background-color: #C66;
	border: solid 1px;
	border-color: #666;
	font-size: 12px;
}

input.data2 {
	width: 100px;
	margin-bottom: 1px;
	margin-left: 0px;
	border-color: #d9d9da;
	height: 15px;
	background-color: #C66;
	border: solid 1px;
	border-color: #666;
	font-size: 12px;
}

input.button {
	margin-bottom: 1px;
	margin-left: 0px;
	border-color: #d9d9da;
	height: 17px;
	background-color: #C66;
	border: solid 1px;
	border-color: #666;
	font-size: 12px;
}

select.data {
	width: 200px;
	margin-bottom: 1px;
	margin-left: 0px;
	border-color: #d9d9da;
	height: 17px;
	background-color: #C66;
	border: solid 1px;
	border-color: #666;
	font-size: 12px;
}

select.data2 {
	width: 100px;
	margin-bottom: 1px;
	margin-left: 0px;
	border-color: #d9d9da;
	height: 17px;
	background-color: #C66;
	border: solid 1px;
	border-color: #666;
	font-size: 12px;
}

.sectiontitle {
	text-transform:uppercase;
	font-size: 14px;
	color: #F90;
	font-weight: bold;
}





