@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/productBackround.png);
	background-repeat: repeat-x;
	background-color: #000;
	background-position: 0 -4px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 62.5%;
	color: #CCCCCC;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	font-size: 1.2em;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: justify;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#wrapper {
	width: 880px;
	height: 600px;
}
#al {
	width: 240px;
	height: 320px;
	margin-top: 80px;
	margin-left: 50px;
	float: left;
}
#productPic {
	float: left;
	height: auto;
	width: 278px;
	padding-top: 80px;
}
#productPic img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#content {
	width: 550px;
	height: auto;
	float: left;
	padding-top: 80px;
	padding-left: 20px;
	padding-right: 20px;
}
p.noSpace {
	margin: 0px;
	padding: 0px;
}
.boldText {
	font-weight: bold;
}
#logo {
	width: 278px;
}
p.fwpFeatures {
	font-size: 1em;
	text-align: center;
}
.redText
{
	color: #B71313;
}