html {
	background-color: #3d3d3d;
	min-width: 960px;
	padding: 0px;
	margin: 0px;
}

/*
body {
	padding: 0px;
	text-align: center;
	margin: 0px;
}
*/
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: helvetica, sans-serif;
	color: #333;
	font-size: 62.5%;
	width: 100%;

}


/*
#header {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-align: left;
	height: 150px;
	background-repeat: repeat-x;
	background-image: url(images/HeaderBG.png);
}
*/

#page {
	width: 100%;
	text-align: center;
	background: url(images/background.png) center top repeat-x;
}

#header {
	width: 960px;
	height: 175px;
	padding: 0;
	margin: 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat-x;
	background-image: url(../images/HeaderBG.png);
}


/*  */
#header h1 {
	color: #e9e9e9;
	font-size: 4.6em;
	margin: 0px 0px 0px 100px;
	padding: 35px 0px 0px 10px;
}
#header p {
	font-size: 1.6em;
	color: #999;
	margin: 0px 0px 0px 100px;
	padding: 5px 0px 0px 10px;
}

#header img {
	padding: 40px 40px 40px 40px;
	float: left;
}

#screens {
	height: 400px;
	width: 414px;
	float: left;
}

#details {
	width: 420px;
	float: right;
	padding: 60px 60px 0px 0px;
}

#content {
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: white;
	text-align: left;
	font-size: 1.6em;
	line-height: 1.4em;
	width: 960px;
	padding-top: 32px;
	margin-left: auto;
	margin-right: auto;
}


#slideshow {
	margin:0 auto;
	width:299px;
	height: 317px;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
	float: left;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:241px;
  height:317px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:211px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:317px;
  float:left;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:317px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(../images/control_left.png) no-repeat 0 0;

}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../images/control_right.png) no-repeat 0 0;
}
.slide h2, .slide p {
  margin:15px;
}
#content p {
}
#overview {
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	margin-top: 0px;
	width: 960px;
	background-color: white;
	text-align: center;
}
#howtouse {
	text-align: center;
}
#howtouse h1 {
	margin-left: 50px;
	text-align: left;
}
#supportcontent {
	margin-right: 20px;
	margin-left: 20px;
}
#features {

	margin-top: 20px;

	width: 414px;

	float: left;

	height: 555px;

}

#featuresbottom {
	padding-top: 15px;
	margin-top: -20px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: none;
	margin-right: 40px;
	margin-left: 40px;
	border-width: Thin;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-rightt-radius: 8px;
}
#featurestop {
	margin-top: 30px;
	height: 60px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-width: thin;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 40px;
	margin-bottom: 0px;
	margin-right: 40px;
	background-color: #c7c7c7;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-rightt-radius: 8px;
}
#features ul {
	padding-top: 15px;
	margin-top: 10px;
	background-color: #fffafd;
}
.slide img {
  float:left;
  margin:0 15px;



