* {
	font-family: 'URW Palladio L', 'Palatino Linotype', Palatino, 'Book Antiqua';
	margin: 0;
	padding: 0;
}
body, html {
	border: none;
	height: 100%;
	overflow: hidden;
	background-color: rgb(242,242,242);
	color: black;
	font-size: 11pt;
	line-height: 1.3;
	text-align: justify;
	font-family: 'URW Palladio L', 'Palatino Linotype', Palatino, 'Book Antiqua';
}
table, tr, td {
	font-size: 11pt;
	padding: 0;
}
td {
	padding: 0 10px;
}
p {
	margin: 1em 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1em 0;
	text-align: left;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.15em;
}
ul {
	margin: 0;
	padding: 0 0 0 40px;
}
img {
	border: none;
	vertical-align: baseline;
}
a {
	text-decoration: none;
	color: black;
	outline: none;
}
a:hover {
	font-weight: bold;
}
.cursor-links a {
	font-weight: bold;
	padding-right: 13px;
	background: 100% 5px url(_img/cursor-link-xsmall.gif) no-repeat;
	zoom: 1;
	padding-bottom: 1px;
}
.cursor-links a:hover {
	border-bottom: dotted 1px;
	padding-bottom: 0;
}
fieldset, form p {
	border: none;
	margin: 1ex 0 0 0;
}
legend {
	white-space: normal;
	font-weight: bold;
}
* html legend {
	margin-left: -7px;
}
legend * {
	display: block;
	width: 100%;
}
label {
	padding: 0 0 0 3px;
	margin: 0 3px 0 0;
}
textarea {
	width: 100%;
	height: 10em;
	overflow: auto;
}
input, textarea {
	margin: 0 3px;
	border: 1px solid black;
	color: black;
	background-color: white;
	font-size: 11pt;
}
.button {
	padding: 0 5px;
}
* html .button {
	padding: 0;
}
.radio {
	border: none;
	margin: 0 3px 0 10px;
	width: auto !important;
}
* html .radio {
	background-color: rgb(230,230,230);
	margin: 0 1px 0 8px;
}
select, option {
	font-size: 11pt;
}
select {
	width: 110px;
	border: 1px solid black;
	color: black;
	background-color: white;
}
option {
	color: black;
}
#background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -80px;
	background-color: rgb(230,230,230);
}
* html #background {
	z-index: -100;
}
#header {
	position: absolute;
	height: 120px;
	width: 920px;
	left: 50%;
	margin-left: -460px;
	font-size: 12pt;
}
#logo {
	position: absolute;
	left: 100px;
	top: 20px;
	border: none;
}
/*#footer {
	position: absolute;
	bottom: 0;
	height: 20px;
	width: 920px;
	left: 50%;
	margin-left: -460px;
}*/
#container {
	position: absolute;
	overflow: auto;
	top: 140px;
	bottom: 20px;
	width: 950px;
	left: 50%;
	margin-left: -460px;
}
* html #container {
	top: 0;
	bottom: 0;
	height: 100%;
	border-top: 140px solid rgb(242,242,242);
	border-bottom: 20px solid rgb(242,242,242);
	z-index: -1;
	overflow-x: hidden;
}
#content {
	width: 920px;
}
#container1 {
	position: absolute;
	overflow: auto;
	top: 140px;
	bottom: 20px;
	width: 370px;
	left: 50%;
	margin-left: -460px;
}
* html #container1 {
	top: 0;
	bottom: 0;
	height: 100%;
	border-top: 140px solid rgb(242,242,242);
	border-bottom: 20px solid rgb(242,242,242);
	z-index: -1;
	overflow-x: hidden;
}
#content1 {
	width: 340px;
}
#container2 {
	position: absolute;
	overflow: auto;
	top: 140px;
	bottom: 20px;
	width: 550px;
	left: 50%;
	margin-left: -60px;
}
* html #container2 {
	top: 0;
	bottom: 0;
	height: 100%;
	border-top: 140px solid rgb(230,230,230);
	border-bottom: 20px solid rgb(230,230,230);
	z-index: -1;
	overflow-x: hidden;
}
#content2 {
	width: 520px;
	padding: 0 0 20px 0;
}
#content a, #content1 a, #content2 a {
 	vertical-align: 0%;
}
ul.menu {
	position: absolute;
	margin: 0;
	padding: 0;
}
.menu li {
	display: block;
	float: left;
	text-align: center;
}
#menu0 {
	right: -360px;
	top: 0.5em;
	width: 600px;
}
#menu1 {
	left: 390px;
	top: 50px;
	width: 600px;
}
#menu2 {
	top: 1.5em;
	left: 0;
	width: 600px;
	font-weight: normal;
}
.box {
	width: 170px;
	float: left;
	text-align: center;
	padding: 0 0 10px 0;
}
.box a, .thumbs a {
	display: block;
	float: left;
	padding: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.box a:hover, .thumbs a:hover {
	background-color: rgb(200,200,200);
}
.box img, .thumbs img {
	vertical-align: bottom;
}
.box img {
	padding-bottom: 3px;
}
.hilite {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin: 2em 0;
	padding: 10px;
	background-color: rgb(240,240,240);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.h-small {
	font-size: 11pt;
	font-weight: normal;
	margin: 0 0 0.1em;
	font-style: italic;
	color: rgb(100,100,100);
}
table.cart {
	width: 100%;
	border-collapse: collapse;
}
table.cart td {
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}
form.inline fieldset {
	margin: 0;
}
form.inline legend {
	display: none;
}
fieldset.text p {
	text-align: right;
}
fieldset.text input {
	width: 250px;
}
tr.row-underline td {
	padding-bottom: 10px;
	border-bottom: 1px solid black;
}
tr.up-10 td {
	padding-top: 10px;
}
tr.up-25 td {
	padding-top: 25px;
}
.up-25 {
	padding-top: 25px;
}
.up-5 {
	padding-top: 5px;
}
.a-right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
.haslayout {
	zoom: 1; /* IE hasLayout hack */
}
.doctype {
	display: none; /* IE empty legend (for validation only) takes space */
}
* html a, input, textarea {
	outline: expression(hideFocus = "true"); /* IE removes focus outline */
}

