﻿@import url('menu-buttons.css');
/* CSS layout */
body {
	background-color: #000074;
	font-family: Tahoma;
	background-image: url('images/bkgrd.png');
	background-repeat: repeat-x;
}
#header {
	margin: 10px auto 0px;
	height: 75px;
	width: 900px;
	background-image: url('images/orb.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #020202;
}
#header h1 {
	text-align: right;
	font-size: 24px;
	letter-spacing: 5px;
	height: 50px;
}
#header a {
	text-decoration: none;
}
#header span {
	color: white;
}
#container {
	width: 900px;
	background: white;
	border: 1px solid #eee;
	margin: 0px auto;
}
#topnavdiv {
	width: 900px;
	margin: 3px auto 5px;
	text-align: right;
}
#topnavdiv a {
	color: white;
	font-size: 14px;
	text-decoration: none;
	background: transparent;
	display: inline-block;
	padding: 2px 7px 2px 7px;
	margin: 2px 0px;
}
#topnavdiv a:hover {
	color: white;
	background: #4E7DB1;
}
#leftcolumndiv {
	width: 200px;
	float: left;
	text-align: center;
}
#maincontentdiv {
	width: 650px;
	margin: 10px 5px 0px 215px;
	padding: 20px 20px 5px 0px;
	font-size: 12px;
}
.html #maincontentdiv {
	width: 580px;
}
#maincontentdiv h1 {
	border-bottom: 1px solid #ccc;
	margin: 2px;
	padding: 0px 5px 1px;
}
#contactform {
	margin: 30px 10px 5px 75px;
	font-size: 12px;
}
#footer {
	clear: both;
	width: 900px;
	text-align: center;
	font-size: 11px;
	margin: 4px auto;
	color: white;
}
#footer a {
	padding: 2px 8px;
	display: inline-block;
	color: white;
	text-decoration: none;
}
#footer a:hover {
	color: white;
	background: #4E7DB1;
}
#footer div {
	font-size: 9px;
}
.list-style {
	list-style: none;
	font-weight: bold;
	line-height: 1.4em;
}
.list-style a {
	text-decoration: none;
	color: #036;
	text-decoration: underline;
}
#godaddyseal	{
	float: right;
	background: white;
	text-align: center;
}
.product {
	text-align: left;
}