/* screen display */

body {
	background: #C9C9C9;
	margin: 0;
	padding: 0;
	font-size: 80%;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}
a:link {
	color: #DE1A22;
	text-decoration: none;
}
a:visited {
	color: #336666;
}
a:hover {
	color: #DE1A22;
	text-decoration: underline;
}
a:active {
	color: #336666;
	text-decoration: underline;
}
h1 {
	color: #DE1A22;
}
#header {
	background: #C9C9C9 url(images/Header.gif) no-repeat;
	position: relative;
	width: 874px;
	height: 173px;
	text-align: right;
}
#header ul {
	position: relative;
	margin: 0;
	padding: 0;
}
#header p {
	position: absolute;
	padding-bottom: 30px !important;
	padding-bottom: 40px;
	bottom: 0;
	right: 20px;
	font-size: 105%;
	font-weight: bold;
}
#topNav {	
	position: absolute;
	top: 34px;
	left:495px;
	width: 389px;
}
#topNav span {
	display: none;
}
#topNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#topNav li {
	float: left;
	margin: 0;
	height: 68px;
}
#topNav a {
	display: block;
	height: 0;
}
#topNav .home a {
	height: 68px;
	width: 96px;
	background: url(images/home-v.gif) no-repeat 0 0;
}
#topNav .home a:hover, #topNav .home a:active {
	background: url(images/home-v.gif) no-repeat 0 -68px;
}
#current-home a:link, #current-home a:visited, #current-home a:hover, #current-home a:active {
	background: url(images/home-v.gif) no-repeat 0 -136px;
}
#topNav .about a {
	height: 68px;
	width: 90px;
	background: url(images/about-v.gif) no-repeat 0 0;
}
#topNav .about a:hover, #topNav .about a:active {
	background: url(images/about-v.gif) no-repeat 0 -68px;
}
#current-about a:link, #current-about a:visited, #current-about a:hover, #current-about a:active {
	background: url(images/about-v.gif) no-repeat 0 -136px;
}
#topNav .buy a {
	height: 68px;
	width: 90px;
	background: url(images/buy-v.gif) no-repeat 0 0;
}
#topNav .buy a:hover, #topNav .buy a:active {
	background: url(images/buy-v.gif) no-repeat 0 -68px;
}
#current-buy a:link, #current-buy a:visited, #current-buy a:hover, #current-buy a:active {
	background: url(images/buy-v.gif) no-repeat 0 -136px;
}
#topNav .links a {
	height: 68px;
	width: 103px;
	background: url(images/links-v.gif) no-repeat 0 0;
}
#topNav .links a:hover, #topNav .links a:active {
	background: url(images/links-v.gif) no-repeat 0 -68px;
}
#current-links a:link, #current-links a:visited, #current-links a:hover, #current-links a:active {
	background: url(images/links-v.gif) no-repeat 0 -136px;
}
	
#pageWrapper {
	position: absolute;
	top: 173px;
	left: 45px;
	width: 829px;
	background: url(images/ContentBck.gif) repeat-y;
}
#pageContent {
	padding: 2em 3em;
}
#footer {
	background: #C9C9C9 url(images/FooterBck.gif) no-repeat;
	text-align: center;
	font-size: .85em;
}
#footer p {
	clear: both;
	margin: 0;
	padding: 0;
	padding-top: 1.5em;
	padding-bottom: 1em;
}

.leftColHome {
	float: left;
	width: 190px;
	margin: 0 1em 1em 0;
	padding: .5em;
	border: 1px solid #DE1A22;
}
.imgLeft p {
	text-align: left;
	margin: 0;
	padding: .5em 0;
	font-size: 1em;
}

.clear {
	clear: both;
}
.installSteps {
	display: block;
}

.twoColImg-a {
	float: left;
	width: 332px;
}
.twoColTxt-a {
	vertical-align: middle;
}
	

