@charset "utf-8";
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	color: #333333;
	text-align: center;
	font: 0.813em/120% Verdana, Arial, Helvetica, sans-serif;
	background: #80A3A7 url(graphics/back.jpg) repeat-x;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0.3em 0px 0.5em 0px;
	margin: 0px;
	line-height: 120%;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
h1 {
	font-size: 3em;
	font-style: italic;
	color: #01494f;
	text-align: center;
	padding: 10px 0px 20px;
}
h2 {
	font-size: 2em;
	color: #01494F;
	font-style: italic;
}
h3 {
	font-size: 1.6em;
	font-style: italic;
	font-weight: bold;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
p, table {
	padding-bottom: 1.2em;
}
ul, ol {
	padding: 0 0 1.2em 4em;
}
ul li {
	line-height: 140%;
	list-style: circle;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a, a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #01494F;
	text-decoration: underline;
}
table {
	border:1px solid #999999;
	border-collapse:collapse;
	border-spacing: 0;
	margin:0px;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table th, table td {
	border:1px solid #999999;
	padding:5px;
}
table th {
	font-weight: bold;
}
table caption {
	font-size:1.3em;
	margin:0px;
	padding:0px 0px 0.6em;
}
fieldset {
	padding:1em 10px;
	margin-bottom:1.2em
}
legend {
	color:#666666;
	font-weight:bold
}
label {
	float:left;
	width:30%;
	margin-right:0.5em;
	padding-bottom:0.6em;
	text-align:right
}
input, textarea, select {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#000000;
	margin: 0px 0px 0.6em 0px;
	padding:0px
}


.clearer {
	clear: both;
	display: block;
	line-height: 1px;
	height: 1px;
}
.imageright {
	float: right;
	margin: 0px 0px 10px 10px;
	clear: right;
}
.imageleft {
	float: left;
	margin: 0px 10px 10px 0px;
	clear: left;
}
.smallprint {
	font-size: 0.875em;
}
.highlight {
	color: #01494F;
}


#container {
	text-align: left;
	width: 956px;
	position: relative;
	margin: auto;
}
#header {
	background: url(graphics/headback.png) no-repeat;
	height: 300px;
	position: relative;
}
#logo {
	position: absolute;
	top: 55px;
	left: 0px;
	background: url(graphics/logoback.png) no-repeat;
	padding: 10px 25px 10px 45px;
	height: 100px;
	width: 200px;
	z-index: 20;
}
#quality {
	position: absolute;
	z-index: 20;
	top: 74px;
	right: 50px;
}
#showcase {
	position: absolute;
	z-index: 2;
	left: 36px;
	top: 32px;
	height: 268px;
	width: 886px;
	overflow: hidden;
}



#menu {
	position: absolute;
	right: 34px;
	bottom: 0px;
	z-index: 15;
	padding: 20px 10px 0px 20px;
	background: url(graphics/menuback.png) no-repeat left top;
	height: 40px;

}
#menu a {
	display: inline-block;
	line-height: 40px;
	padding: 0px 20px;
	font-weight: bold;
	color: #01494F;
	text-decoration: none;
	font-size: 14px;
}
#menu a:hover, #menu a:active, a.menuselect {
	background: #FFFFFF;
}


#content {
	background: url(graphics/pageback.png) repeat-y;
	padding: 10px 65px;
	position: relative;
	z-index: 20;

}



#footer {
	clear: both;
	text-align: center;
	font-size: 0.813em;
	padding: 10px 50px 30px;
	color: #666666;
	background: url(graphics/footback.png) no-repeat center bottom;
}
