* {
	margin: 0;
}

html, body {
	height: 100%;
	background-color: #e0e0e0;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
}

#top_border, #bottom_border {
	background-color: #e0e0e0;
	width: 700px;
	margin: auto;
}

#top_border {
	position: relative;
	z-index: 2;
	padding-top: 10px;
}

#bottom_border {
	padding-bottom: 10px;
}

#border_shim {
	height: 26px;
}

#top_image, #bottom_image {
	background: url('rounded.png') no-repeat;
	height: 16px;
	overflow: hidden;
}

#top_image {
	background-position: 0 0;
}

#bottom_image {
	background-position: 0 -16px;
}

#content {
	width: 682px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* 10px for the padding, 16px for the border image */
	margin: -26px auto -26px auto;	
	background: #fff url('sides.png') repeat-y;
	padding: 0 9px;
}

#header {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#nav {
	background: #aaa url('navigation.png') repeat-x;
	text-align: center;
	padding-top: 1px;
}

#nav li {
	display: inline;
}

#nav_start {
	border-left: none !important;
}

#nav_end {
	border-right: none !important;
}

#nav_start:hover, #nav_end:hover {
	background: none !important;
}

#nav a {
	display: inline-block;
	padding: 8px 20px;
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	border-right: 1px solid #999;
	border-left: 1px solid #ddd;
	letter-spacing: 1px;
}

#nav a:hover {
	background: #999 url('navigation_hover.png') repeat-x;
	color: #eee;
	border-left: 1px solid #666;
	border-right: 1px solid #aaa;
}

#body {
	padding: 12px 15px;
	padding-bottom: 0;
	text-align: justify;
}

#footer, #footer_shim {
	height: 1.3em;
}

#footer {
	overflow: hidden;
	text-align: center;
	font-size: 0.9em;
	color: #666;
	position: relative;
	z-index: 3;
	top: -1.3em;
	margin-top: -26px;
	font-family: 'Times New Roman', serif;
}

#footer_shim {
	padding-top: 35px;
	clear: both;
}

h1 {
	border-bottom: 2px solid red;
	font-size: 16px;
	display: inline;
}

h1:before, h1:after {
	content: "\A";
}

p {
	padding-top: 20px;
}

img {
	border: none;
}

.subtitle {
	font-weight: bold;
}

.pre {
	white-space: pre;
}

.clear {
	clear: both;
}

.company {
	width: 300px;
	float: left;
	text-align: center;
	padding-bottom: 35px;
}

.company img, .company_logo {
	height:  50px;
}

.company_links {
/*	text-align: left;*/
}

.product {
	text-align: justify;
	padding-bottom: 25px;
}

.product_overview {
	width: 200px;
	float: left;
	padding-right: 10px;
}

.product_overview img {
	width: 200px;
}

.product p {
	margin-left: 210px;
}

.product p.subtitle {
	margin: 0;
}

.description {
	margin-left: 220px;
}

.description_list {
	margin-left: 220px;
	padding-left: 20px;
}

#contact {
	float: right;
}

.caption {
	font-weight: bold;
	padding-right: 20px;
	vertical-align: top;
}

.required {
	color: blue;
}

.error {
	color: red;
	font-weight: bold;
}

