﻿body {
	background-color:black;
}

/* REMOVE THAT STUPID BORDER ON ACTIVE LINKS IN FIREFOX */
a:active, a:focus {outline: 0;}
/* Layout Stlyes Start */

#container {
	width:100%;
	height:768px;
}

#main {
	width:928px;
	margin:48px auto;
}

#home {
	float:left;
	width:928px;
}

#home h1 {
	float:left;
	width:55px;
	margin:0px;
	margin-top:6px;
	font-size:16pt;
}

#home h1 a{
	color:red;
}

#home p {
	float:left;
	width:790px;
	margin-bottom:0px;
	display:inline;
	font-size:7pt;
	text-align:center;
}

#home p a {
	color:white;
}

#home a {
	font-family:Arial, Tahoma, sans-serif;
	text-decoration:none;
}

#head {
	float:left;
	width:928px;
	height:136px;
	background:url('../images/head.jpg');
}

#head a {
	display:block;
	height:136px;
	width:232px;
}

#content {
	float:left;
	width:696px;
	height:400px;
	background:url('../images/content.jpg');
}

#menu {
	float:left;
	width:232px;
	height:400px;
	background:url('../images/menu.jpg');
}

#menu ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#menu a {
	display:block;
	width:232px;
}

.home {
	width:232px;
	height:65px;
	background:url('../images/home-m.jpg') no-repeat;
	background-position:0 0;
}

.home:hover {
	background-position:0 -65px;
}

.products {
	width:232px;
	height:68px;
	background:url('../images/products-m.jpg') no-repeat;
	background-position:0 0;
}

.products:hover {
	background-position:0 -68px;
}

.affiliations {
	width:232px;
	height:67px;
	background:url('../images/affiliations-m.jpg') no-repeat;
	background-position:0 0;
}

.affiliations:hover {
	background-position:0 -67px;
}

.quality {
	width:232px;
	height:67px;
	background:url('../images/quality-m.jpg') no-repeat;
	background-position:0 0;
}

.quality:hover {
	background-position:0 -67px;
}

.pricing {
	width:232px;
	height:67px;
	background:url('../images/pricing-m.jpg') no-repeat;
	background-position:0 0;
}

.pricing:hover {
	background-position:0 -67px;
}

.contact {
	width:232px;
	height:66px;
	background:url('../images/contact-m.jpg') no-repeat;
	background-position:0 0;
}

.contact:hover {
	background-position:0 -66px;
}

#bNav {
	float:left;
	width:928px;
	height:136px;
	background:url('../images/bNav.jpg');
}

#bNav ul {
	margin-left:160px;
	margin-top:0px;
	font-weight:bold;
	font-size:13.5pt;
	font-family:Arial, Tahoma, sans-serif;
	color:#ffde00;
}

#footer {
	float:left;
	width:928px;
	height:50px;
	font-family:Arial, Tahoma, sans-serif;
	font-size:9pt;
}

#footer p {
	text-align:right;
	margin-right:50px;
	margin-top:10px;
	color:white;
}

#TICKER {
	margin-left:180px;
	margin-right:20px;
	margin-top:2px;
	width:728px;
	height:20px;
	overflow:hidden;
	border-bottom:2px white solid;
	border-left:2px white solid;
}

#TICKER a {
	color:#ffde00;
	padding-left:100px;
}
