@import url("whitespace.css");
@import url("forms.css");
@import url("news.css");
@import url("newswire.css");
@import url("faq.css");

img {
	margin: 5px;
}
a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active {	text-decoration: none;}
body {
	background: #0c2e6d url(../images/bg.jpg) 0 0 repeat-x;
	color: #191919;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	behavior: url(/css/csshover.htc);
	padding: 0 0 20px;
}
#container {
	background: #f7f7f7 url(../images/bottom.gif) 0 100% no-repeat;
	width: 800px;
	margin: 0 auto;
	padding-bottom: 5px;
	position: relative;
}
#header {
	margin: 0;
	background: url(../images/header.jpg) 0 0 no-repeat;
	height: 109px;
	text-indent: -1234em;
}
#header a {
	display: block;
	height: 109px;
	text-decoration: none;
}
#column {
	background: url(../images/building.jpg) 0 0 no-repeat;
	padding: 195px 0 0;
}
#navigation {
	margin: 0;
	background: url(../images/nav.gif) 0 0 no-repeat;
	height: 43px;
	text-indent: -1234em;
	position: relative;
	list-style: none;
	z-index: 1000;
}
#navigation li {
	margin: 0;
	position: absolute;
	height: 29px;
	top: 5px;
}
#navigation li a {
	display: block;
	height: 29px;
	text-decoration: none;
}
li#home {
	left: 4px;
	width: 48px;
}
#home a:hover {	background: url(../images/nav.gif) -4px -48px;}
#about {
	left: 57px;
	width: 67px;
}
#about a:hover {	background: url(../images/nav.gif) -57px -48px;}
#choose {
	left: 131px;
	width: 192px;
}
#choose a:hover {	background: url(../images/nav.gif) -131px -48px;}
#order {
	left: 329px;
	width: 88px;
}
#order a:hover {	background: url(../images/nav.gif) -329px -48px;}
#products {
	left: 424px;
	width: 65px;
}
#products a:hover {	background: url(../images/nav.gif) -424px -48px;}
#sales {
	left: 495px;
	width: 45px;
}
#sales a:hover {	background: url(../images/nav.gif) -495px -48px;}
#faq {
	left: 545px;
	width: 38px;
}
#faq a:hover {	background: url(../images/nav.gif) -545px -48px;}
#credit {
	left: 588px;
	width: 121px;
}
#credit a:hover {	background: url(../images/nav.gif) -588px -48px;}
#contact {
	left: 714px;
	width: 81px;
}
#contact a:hover {	background: url(../images/nav.gif) -714px -48px;}
#news {	display: none;}

#navigation ul {
	display: none;
}
#navigation li:hover ul {
	display: block;
	margin: 0 0 0 -0px;
	list-style: none;
	left: 0;
	top: 29px;
	background: #FFF;
	width: 150px;
	padding: 2px;
	text-indent: 0;
	border: 1px solid #CCC;
	border-top-width: 0;
}
#navigation ul li {
	height: auto;
	position: static;
	background: none;
}
#navigation ul li a {
	height: auto;
	padding: 3px;
	background: none;
	_height: 1px;
}
#navigation ul li a:hover {
	background: #0B31FF;
	color: #FFF;
}

#content {
	padding: 5px 15px 5px 0;
	min-height: 270px;
	_height: 270px;
	margin-left: 202px;
}
#title {
	margin: 0;
	font-weight: normal;
	color: #6c6c6c;
	font-size: 28px;
	letter-spacing: -1px;
}
#footer {
	text-align: center;
	width: 780px;
	margin: 10px auto;
}
#footer * {
	color: #FFF;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#byline {
	text-align: right;
	font-size: 10px;
}
#index #container {
	background: #f7f7f7 url(../images/logos.jpg) 0 100% no-repeat;
}
#index #content {
	padding: 5px 0 50px;
	margin: 0 219px 0 202px;
}
#newswire {
	position: absolute;
}
