body {
	margin: 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF url(images/main-bg.jpg) repeat-x;
}
p {
}
h1 {
	font-size: 20px;
	color: #003366;
}
h2 {
	font-size: 17px;
}
h3 {
	font-size: 14px;
}
a:link,
a:visited {
	color: #990000;
}
a:hover {
	color: #FF0000;
}
/******************************************
UNIVERSAL STYLES
*******************************************/
.clearboth {
	clear: both;
}
fieldset p {
	padding: 0;
	margin: 0;
}
/******************************************
LAYOUT STYLES
*******************************************/
#container {
	width: 780px;
}
#header {
	height: 125px;
	width: 780px;
	background: url(images/header.jpg) no-repeat;
}
#header p {
	margin: 0;
	padding: 0;
}
#logo h1 {
	display: none;
}
#aboutMenu {
	float: right;
	padding: .5em;
}
#aboutMenu span{
	margin: .5em .3em;
}
#mainMenu {
	position: relative;
	top: 105px;
}
#mainMenu span {
	border-right: solid 1px #DDD;
	border-left: solid 1px #DDD;
}
#mainMenu a {
	color: #FFF;
	padding: .3em 2.5em;
	text-decoration: none;
	font-weight: bold;
}
#mainMenu a:hover {
	color: #000066;
	background: #FFF;
}
#phone {
	position: relative;
	top: 93px;
	left: 680px;
	width: 150px;
	color: #FFF;
}
#content {
	background: url(images/content-bg.jpg) no-repeat;
	padding: 10px;
	width: 760px;
}
#content h1 {
	background: url(images/h1.jpg) no-repeat bottom left;
	height: 50px;
	padding: 10px 0 0 30px;
	text-transform: uppercase;
	letter-spacing: .3em;
}
#spruce {
	height: 297px;
	width: 780px;
	background: url(images/home-spruce.jpg) no-repeat;
}
#slogan {
	position: absolute;
	top: 180px;
	left: 335px;
	width: 385px;
	text-align: center;
}
#slogan h1,
#slogan h2,
#slogan h3 {
	margin: 0;
	padding: 0;
}
#description {
	width: 100%;
	height: 187px;
	background: url(/images/home-description-bg.jpg) no-repeat center center;
	margin: 0 0 15px 0;
}
#description p {
	width: 500px;
	position: relative;
	left: 135px;
	top: 35px;
	text-align: justify;
}
#callUs {
	width: 760px;
	height: 327px;
	text-align: center;
	background: url(images/circle.jpg) no-repeat center center;
	padding: 10px;
}
#callUs h2 {
	margin: 45px 0 10px 0;
}
/******************************************
FOOTER STYLES
*******************************************/
#footer {
	text-align: right;
	font-size: 10px;
	padding: .5em;
	border-top: 2px solid #CCC;
}
#footer a {
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	padding: .1em .5em;
}
#footer a:hover {
	background: #DDD;
}
#copyright {
	float: left;
}

/******************************************
ACTION BUTTON STYLES
*******************************************/
.action {
	background: url(images/arrow-button.gif) no-repeat;
	padding: 3px 0 3px 22px;
	font-weight: bold;
}

/******************************************
HARDWARE PAGE STYLES
*******************************************/
.hardware a{
	text-decoration: none;
}
.hardware h2 {
	margin: 5px;
	padding: 0;
}
.hardware td {
	border: 1px solid #000099;
}

#hardware td {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #000;
}
/******************************************
MEDIA PAGE STYLES
*******************************************/
#mediaPage img {
	margin: 5px;
}
