@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
}
/* Miscellaneous classes for reuse */
.fltrt {
	float: right;
}
.fltlft {
	float: left;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/***/

body {
	background: gainsboro url(images/body-bgimg.gif) repeat left top;
}
h1, h2, h3, h4, h5 {
	font-weight: bold;
}
h5 {
	padding-bottom: 1em;
}
p {
	padding-bottom: 0.5em;
	line-height: 18px;
}
/***/

div.page {
	margin: 0 auto;
	padding: 0 auto;
	width: 970px;
	background: url(images/page-bgimg.png) repeat-y center top;
}
div.container {
	margin: 0 auto;
	padding: 0 auto;
	width: 950px;
	background-color: white;
}
div.container div.front-top {
	background-position: left top;
	background-repeat: no-repeat;
}
div.container div.front-top a.front-top-href {
	display: block;
	width: 100%;
	height: 350px;
}
div.container div.front-top a.front-top-href span {
	display: none;
}
div.container div.front-top div.front-menu {
	background: url(images/menu-bgimg.png) no-repeat left top;
}
div.container div.front-top div.front-menu span.title {
	display: none;
}
div.container div.front-main {
	background: white;
	padding: 10px 0;
	margin: 0 10px;
}
div.container div.front-nav {
	width: 22.5%;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 10px solid;
}
div.container div.front-content {
	margin-left: 25%;
	padding: 0 10px;
	padding-top: 10px;
}
/* footer */
div.container div.footer {
	background: white;
	padding: 10px 0;
	padding-top: 15em;
	margin: 0 10px;
}
div.container div.footer p {
	font-size: 11px;
	line-height: 11px;
	color: dimgrey;
}
/***/

div.ie6alert {
	background-color: #ffcc00;
	border: 1px solid #ff6600;
	padding: 0.5em 0;
	margin: 0 auto;
}
div.ie6alert h4 {
	font-weight: bold;
	text-align: center;
}
div.ie6alert a {
	color: red;
	text-decoration:  none;
}
div.ie6alert a:hover {
	color: red;
	text-decoration:  underline;
}
/* themes */

.home {
	border-color: red;
}
.company {
	border-color: dodgerblue;
}
.products {
	border-color: gold;
}
.archives {
	border-color: green;
}
div.at-home div.front-nav {
	border-color: red;
}
div.at-company div.front-nav {
	border-color: dodgerblue;
}
div.at-products div.front-nav {
	border-color: gold;
}
div.at-archives div.front-nav {
	border-color: green;
}
/***/

div.at-company span.title {
	display: none;
}
div.at-products span.title {
	display: none;
}
/***/

menu {
}
menu li {
	list-style-type: none;
	list-style-position: inside;
}
menu li a {
	display: block;
	margin-top: 18px;
	margin-left: 20px;
	padding: 0 10px 2px;
	border-left: 0.5em solid;
	color: white;
	text-decoration: none;
}
menu li a:hover {
	color: silver;
	text-decoration: none;
}
/***/

div.front-content h5 {
	padding-bottom: 0.5em;
}
/***/

div.at-products div.catalog h6 {
	padding-bottom: 0.5em;
}
div.at-products div.catalog {
	border-top: 1px dotted #333;
}div.at-products div.catalog ul li {
	list-style: none;
	border-bottom: 1px dotted #333;
	display: block;
	padding: 0.5em 0 0 0;
}
div.at-products div.catalog ul li img {
	border: 1px thin #333;
	float: right;
	padding: 0 0 0.5em 0.25em;
	width: 150px;
}
/***/

div.at-home div.front-content dl {
	border-top: 1px dotted #333;
	display: block;
	padding: 0.25em 0;
}
div.at-home div.front-content dt {
	font-weight: bold;
	float: left;
	width: 20%;
}
div.at-home div.front-content dd {
	font-weight: normal;
	float: right;
	width: 79.5%;
}
