@charset "ISO-8859-1";
body {
	margin: 0px;
	padding: 0px;
}
#container_home {
	width: 955px;
	margin-left: -477px;
	position: absolute;
	left: 50%;
	background-color: #FFFFFF;
	height: 1200px;
	background-image: url(../images/welcome_bg.jpg);
	background-repeat: no-repeat;
}
#nav {
	height: 26px;
	width: 955px;
	position: absolute;
	left: 0px;
	top: 177px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: relative;
	top: 5px;
}
#nav li {
	display: inline;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	top: 5px;
}
#nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	display: none;
}
#nav ul li a:hover {
	color: #F6D020;
}
#columnb {
	width: 360px;
	position: absolute;
	left: 275px;
	top: 202px;
	margin-top: 30px;
}
.buy {
	background-image: url(../images/button_buy.jpg);
	height: 26px;
	width: 360px;
	text-align: center;
}
.buy a {
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}


p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 11px;
	line-height: 16px;
}
.red {
	color: #990000;
}
#columna {
	width: 275px;
	position: absolute;
	left: 0px;
	top: 202px;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	left: 375px;
	top: 100px;
	font-size: 16px;
	color: #003366;
}
#columnc {
	width: 275px;
	position: absolute;
	left: 550px;
	top: 202px;
}
.blue {
	color: #333399;
}
#column1 {
	width: 275px;
	position: absolute;
	top: 202px;
	left: 100px;
	margin-top: 30px;
}
#column2 {
	width: 275px;
	position: absolute;
	top: 202px;
	left: 375px;
	margin-top: 30px;
}
#columnb p, #column1 p, #column2 p {
	padding-left: 8px;
}
#container {
	width: 955px;
	margin-left: -477px;
	position: absolute;
	left: 50%;
	background-color: #FFFFFF;
	height: 1200px;
	background-image: url(../images/testimonials_bg.jpg);
	background-repeat: no-repeat;
}
#columnwide {
	width: 650px;
	position: absolute;
	left: 50px;
	top: 202px;
}
#footer {
	width: 760px;
	position: absolute;
	top: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#footer p {
	font-size: 10px;
	color: #666666;
}
