body {
    font-family: "arial", sans-serif;
    font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #e5e5e5;
	background-image: url("../images/bg_band.jpg");
	background-position: top;
	background-repeat: repeat-x
}

#hat {
	height: 380px;
	width: 1080px;
	margin: 0px auto;
	background-image: url("../images/bg_hat.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
}
#hat img {
	vertical-align: -1px;
}
#contact {
	position: absolute;
	top: 38px;
	left: 80px;
	width: 520px;
	color: #666666;
}
#languages {
	position: absolute;
	top: 38px;
	left: 640px;
	width: 430px;
	text-align: right;
}
#menu {
	position: absolute;
	top: 61px;
	left: 90px;
	width: 700px;
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	list-style-type: none;
	z-index: 10;
}
#menu a {
	color: #334466;	
	display: block;
	padding: 6px 12px 6px 7px;
}
#menu a:hover {
	border-left: 5px #336633 solid;
	color: #336633;
	padding-left: 2px;
}
#menu li {
	float:left;
}
#menu li a {
	display: block;
	text-decoration: none;
}
#menu li:hover {
	position:relative;
}
#menu li ul {
	display: none;
	position: absolute;
	left: 0px;
	top: 26px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	line-height: 14px;
	background-color: #ffffff;
	color: #334466;
	z-index: 12;
	text-align: left;
	border: 1px #e5e5e5 solid;
	filter: alpha(opacity=90);
	opacity: .90;
	-moz-opacity: .90;
}
#menu li:hover ul {
	display: block;
}
#menu li:hover ul a {
	width: 200px;
	border-top: 1px #e5e5e5 solid;
	font-weight: normal;
}

#sidebar {
	position: absolute;
	top: 61px;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	left: 825px;
	width: 225px;
	color: #ffffff;
}
#sidebar h1 {
	padding: 6px;
	margin: 0px 0px 4px -4px;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}
#sidebar h1.first {
	border: 0px hidden;
}

#sidebar a {
	color: #e5e5e5;
}

#main {
	width: 950px;
	padding: 10px 40px;
	line-height: 1.5em;
	min-height: 1200px;
}


#main {
	width: 700px;
	margin: 0px auto;
	background-image: url("../images/bg_stripe.jpg");
	background-position: left;
	background-repeat: repeat-y;
	padding: 0px 270px 10px 110px;
}

#main a {
	border-bottom: 1px #e5e5e5 dashed;
}
#main a.plain {
	border-bottom: 0px hidden;
}

#shoe {
	height: 50px;
	width: 970px;
	margin: 0px auto;
	background-image: url("../images/bg_shoe.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	padding: 20px 20px 0px 90px;
	position: relative;
	text-align: center;
	color: #808080;
}

#shoe a {
	padding: 0px 5px;
}

#fieldlist a, #langlist a {
	white-space: nowrap;
}

#quote {
	width: 210px;
	height: 242px;
	margin-bottom: 10px;
	padding: 0px;
	overflow-x: hidden;
}
#quote td {
	width: 60%;
}
#quote td.label {
	width: 40%;
}
#quote input, #quote select, #quote textarea {
	margin-bottom: 4px;
	width: 110px;
	font-size: 90%;
	border: 1px #e5e5e5 solid;
	padding: 0px;
	margin: 2px;
}
#quote input.highlighted,  #quote select.highlighted, #quote textarea.highlighted{
	border: 2px #800000 solid;
	margin: 0px;
}
input.highlighted, select.highlighted, textarea.highlighted{
	border: 2px #800000 solid;
	margin: 0px;
}

div {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
table {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	width: 100%;
}
td, tr {
	vertical-align: top;
}
td {
	width: 33.3%;
}
#main td {
	padding-left: 10px;
}

a {
	color: #334466;
	text-decoration: none;
}

img {
	border: none;
}
img.float-left {
	float: left;
	margin-left: -5px;
	margin-right: 10px;
	width: 80px;
	height: 80px;
}

p {
	margin: 0px;
	padding: 10px 5px 2px 5px;
}

h1 {
	margin: 0px 0px 0px -10px;
	padding: 10px 10px 2px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #334466;
	border-bottom: 1px #e5e5e5 solid;
}
h1 a {
	color: #334466;
}

h2 {
	width: 80%;
	margin: 0px 0px 0px -10px;
	padding: 10px 5px 2px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #663333;
	border-bottom: 1px #e5e5e5 solid;
}
h2 a {
	color: #663333;
}

h3 {
	margin: 0px;
	padding: 5px 5px 2px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #336633;
}
h3 a {
	color: #336633;
}

h4 {
	width: 60%;
	margin: 0px;
	padding: 5px 5px 2px 0px;
	font-size: 12px;
	font-style: italic;
	color: #336633;
}
h4 a {
	color: #336633;
}


ul {
	margin: 5px 5px 5px 10px;
	padding: 5px 5px 5px 10px;
}

hr {
	width: 65%;
	color: #e5e5e5;
	background-color: #e5e5e5;
}
.alert {
	margin: 100px auto;
	width: 300px;
	text-align: left;
	padding: 30px 50px 30px 50px;
	border: 1px #808080 solid;
	background: #ffffff;
}
.outer {
	position: absolute;
}
.label {
	text-align: right;
	padding-right: 10px;
}
.grey {
	color: #808080;
}
.undertitle {
	width: 100%;
	position: relative;
	text-align: right;
	color: #808080;
	top: -2px;
}
.hidden {
	display: none;
}
.darkred {
	color: #800000;
}

