﻿body {
	margin: 0px;
	padding: 0px;
	background-color: #cccbb1;
	background-image: url('../images/home/bodybackground.jpg');
	background-position: 0px 0px;
	background-repeat: repeat-x;
	font-family: Arial;
	color: #4c4c4c;
}

img {
	position: relative;
	margin: 0px;
	padding: 0px;
	border: none;
	overflow: hidden;
	vertical-align: bottom;
}

p {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#containerStilt {
	width: 0px;
	height: 694px;
	float: right;
}

#container {
	position: relative;
	margin: auto;
	width: 960px;
	min-height: 694px;
	background-color: #ffffff;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
}

#header {
	position: relative;
	width: 960px;
	height: 264px;
	background-image: url('../images/home/headerbackground.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#requestADemo {
	position: absolute;
	width: 154px;
	height: 72px;
	bottom: 21px;
	right: 18px;
}

#logo {
	position: absolute;
	width: 277px;
	height: 62px;
	left: 24px;
	bottom: 9px;
}

#menu {
	text-align: right;
	position: relative;
	width: 949px;
	height: 40px;
	background-image: url('../images/menubackground.jpg');
	background-position: 0px 0px;
	background-repeat: repeat-x;
	padding-right: 11px;
}

#menuLinks a img {
	margin-right: 21px;
}
#menuLinks a:link img {
	margin-right: 21px;
}

#homeButton {
	position: absolute;
	left: 9px;
}

#content {
	width: 374px;
	margin: auto;
	padding-top: 25px;
}

#content h2 {
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	color: #205052;
	font-size: 18px;
	font-family: Times New Roman;
}

#content p {
	font-size: 12px;
	margin-bottom: 20px;
}

#left {
	float: left;
	width: 290px;
	text-align: center;
	padding-top: 25px;
}

#right {
	float: right;
	width: 290px;
	text-align: center;
	padding-top: 25px;
}

#right p {
	font-family: Myriad Pro, Times New Roman;
	font-size: 12px;
	margin: auto;
	margin-top: 25px;
	text-align: right;
	width: 255px;
}

#right a {
	color: #79102f;
	text-decoration: underline;
}
#right a:link {
	color: #79102f;
	text-decoration: underline;
}
#right a:visited {
	color: #79102f;
	text-decoration: underline;
}
#right a:hover {
	color: #79102f;
	text-decoration: underline;
}

#footer {
	position: relative;
	width: 960px;
	margin: auto;
	font-size: 10px;
	text-align: left;
	color: #a5a593;
	padding-top: 10px;
}

#footer a {
	color: #a5a593;
}
#footer a:link {
	color: #a5a593;
}
#footer a:visited {
	color: #a5a593;
}
#footer a:hover {
	color: #a5a593;
}

#poweredBy {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 10px;
	color: #a5a593;
	text-align: right;
	padding-top: 10px;
}