﻿/* Copyright © 2008-2009 Robert L. Crawford */
/* Primary stylesheet for Grand Computers */

body {
	background: url('../Graphics/Background.jpg') repeat white;
/*	font: bold large Arial, sans-serif; */
	font: bold large Arial, sans-serif;
	color: maroon;
}

h1 {
	font-size: xx-large;
	text-align: center;
}

h2 {
	font-size: x-large;
	text-align: center;
}

h3 {
	font-size: large;
	text-align: center;
}

#PageHead {
	width: 100%;
}

#LeftMenu {
	position: absolute;
	top: 130px;
	width: 140px;
	margin-top: 10px;
}

#PageFoot {
	font-size: medium;
	font-weight: normal;
	color: gray;
	width: 100%;
}

#PageBody {
	min-height: 470px;
	margin-top: 25px;
	margin-left: 150px;
}

#banner {
	background-image: url('../Graphics/Banner.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 600px;
	height: 66px;
	text-align: center;
	text-decoration: none;
	color: blue;
	font-weight: bolder;
	font-size: xx-large;
}

div#LeftMenu a {
	width: 140px;
	height: 20px;
	display: block;
	padding-top: 2px;
	text-align: center;
	text-decoration: none;
	color: white;
	font-size: small;
	font-weight: normal;
	background-image: url('../Graphics/LeftMenuButtonOff.gif');
	background-repeat: no-repeat;
}

div#LeftMenu a:hover {
	background-image: url('../Graphics/LeftMenuButtonOn.gif');
	background-color: black;
}

div#FootMenu a {
	width: 140px;
	height: 30px;
	display: inline-block;
	padding-top: 6px;
	text-align: center;
	text-decoration: none;
	color: black;
	font-size: small;
	font-weight: normal;
	background-image: url('../Graphics/FooterButtonOff.jpg');
	background-repeat: no-repeat;
}

div#FootMenu a:hover {
	background-image: url('../Graphics/FooterButtonOn.jpg');
}

noscript {
	font-size: x-large;
}