/* Global */

* {
	margin: 15 px;
	padding: 0;
}

body {
	background: #fff;
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h1, h2, h3 {
	color: #746757;
	text-align: center;
}

ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: none;
	color: #D18317;
	font-weight: bold;
	text-transform: uppercase;
}

a:hover {
	text-decoration: none;
	color: #746757;
}

/* Top Menu */

#menu li {
	display: inline;
	text-align: center;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #D18317;
}

#menu a:hover, #menu .active a {
	color: #FFFFFF;
	background-color: #746757;
}

#menu #search {
	display: block;
	float: right;
	color: #D18317;
}

#sidemenu a {
	display: block;
	margin-bottom: 3px;
	padding: 2px 8px;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #D18317;
}

#sidemenu a:hover, #sidemenu .active a {
	color: #FFFFFF;
	background-color: #746757;
}

#indent  {
	text-indent: 10px;
}
/* Misc IDs and classes */

.feedbackform {
	font-size: 16px;
	background-color: #EFEFEF;
	line-height: 18px;
	padding: 0 20px;
	width: 736px;
	height: 472px;
}

.formtextbox {
	border: thin solid #CCC;
}

.formoutput {
	font-size: 14px;
}

.itemcode {
	font-size: 16px;
	font-weight: bolder;
	color: #D18317;
}
.style_label {
	font-size: 16px;
	font-weight: bolder;
}
.level {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
.level td {
	background-color: #efefef;
	padding: 0px 10px;
}
.level label {
	color:#00A4D5;
	font-weight:bold;
}
.leveltext {
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.formhighlight {
	font-weight:bold;
	color:#00A4D5;
}

.heading {
	font-weight: bold;
	color: #746757;
	text-align: left;
	font-size: 18px;
	text-indent: 25px;
	vertical-align: top;
}

.return_string {
	font-size: 12px;
	text-align: right;
}

.dl_footer {
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.footer {
	font-size: 11px;
	color: #00A4D5;
	padding: 5px;
}
