body, table {
	margin: 0;
	font: 11px Arial;
}

img {
	border: 0;
}

a, a:link, a:visited {
	color: cornflowerblue;
	text-decoration: none;
}
a:active, a:hover {
	color: cornflowerblue;
	text-decoration: underline;
}

#top {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 760px;
	height: 182px;
}
#bottom {
	position: absolute;
	left: 0px;
	top: 182px;
	width: 760px;
	height: 282px;
	background-image: url(/res/imgs/footer.png);
}
#firm {
	position: absolute;
	left: 294px;
	top: 36px;
	font-weight: bold;
	font-size: 14px;
	color: white;
}
#login {
	position: absolute;
	left: 50px;
	top: 162px;
	font: 14px Arial;
	font-weight: bold;
	z-index: 2;
    color: white;
}
#login a {
    color: white;
}
#user {
	position: absolute;
	left: 560px;
	top: 36px;
	font-weight: bold;
	font-size: 14px;
	color: white;
	z-index: 2;
}
#user a {
    color: white;
}

#contents {
	margin: 5px 35px 45px 45px;
	padding: 0px 5px;
	height: 232px;
	overflow: auto;
}

div#products ul.menu {
	width: 225px;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 12px;	
	list-style :none;
	font-weight: bold;
}
div#products ul.menu ul {
	margin: 0;
	padding-left: 10px;
	list-style :none;
	font-size: 11px;	
	font-weight: normal;
	display: none;
}

div#products div.description {
	float: right;
	width: 425px;
}
div#products div.description img {
	float: left;
	margin-right: 10px;
}
div#products div.description div.body {
	float: right;
	width: 290px;
}

h1 {
	clear: left;
	font-size: 14px;
	border-bottom: 1px dashed black;
	margin: 0 0 6px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 4px;
}

table.data {
	font: 11px Arial;
	border-collapse: collapse;
}
table.data th {
	background-color: silver;
	border: 1px solid white;
}
table.data td {
	background-color: #eee;
	border: 1px solid white;
}

table.form {
	width: 100%;
}
table.form td.caption {
	width: 240px;
	font: 11px Arial;
	padding-right: 10px;
	text-align: right;
	font-weight: bold;
}
table.form td.required {
	background-image: url(/res/imgs/required.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
table.form td {
	font: 11px Arial;
}
table.form td.buttons {
	border-top: 1px dashed black;
	text-align: right;
}
table.form td.buttons input {
	font: 11px Arial;
	width: 80px;
}
input, textarea {
	font: 12px Monospace;
}
