/* CSS Document */

body {
  font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#000;
  margin: 0;
	padding:0;
	text-align:center;	
	line-height:1.2em;
	color:4f0505;
}

#pagewrap {
  margin:5px auto;
	padding:0;
	border:0;
  background-color:#fff;
	color:#555;	
	width:1000px;
	background:url(../images/bg_page.jpg) 0 0 repeat-y;
	text-align:center;
}

#top_graphic  {
  background:url(../images/top_graphic.jpg) 0 0 no-repeat;
	width: 1000px; 
	height:85px; 
	padding:0;
	margin:0;
}

/* content placement */
#content {
  margin:0 162px 15px 162px;	
	width:676px;
	text-align:center;
}

#shots {
  width:654px;
	margin:45px 0 22px 22px;
}

#shots img.boxshot {
  float:left;
}

#shots img.screenshot {
  float:right;
}

/* buttons */
#button_actions {
   width: 676px;
	 margin:0 0 35px 135px;
}

.button_learnmore {
  width: 130px;
  height:29px;
  background:#fff url(../images/learnmore.gif) 0 0 no-repeat;
	float:left;
	margin-right:9px;
}

.button_learnmore:hover {
  background-position: -130px 0;
}

.button_learnmore img {
  width: 130px;
  height:29px;
	border: 0;
}

.button_download {
  width: 130px;
  height:29px;
  background:#fff url(../images/download.gif) 0 0 no-repeat;
	float:left;
	margin-right:9px;
}

.button_download:hover {
  background-position: -130px 0;
}

.button_download img {
  width: 130px;
  height:29px;
	border: 0;
}

.button_buynow {
  width: 130px;
  height:29px;
  background:#fff url(../images/buynow.gif) 0 0 no-repeat;
	float:left;
	margin-right:9px;
}

.button_buynow:hover {
  background-position: -130px 0;
}

.button_buynow img {
  width: 130px;
  height:29px;
	border:0;
}

/* green boxes */

#boxes {
  margin:0 0 32px 0;
  padding:0;
  width:676px;
}
.greenbox {
  background:url(../images/greenbox.jpg) bottom right no-repeat;
	padding:18px 8px 8px 8px;
	width:134px;
	height:145px;
	margin-right:25px;
	float:left;	
}

.greenbox img {
  margin-bottom:9px;
}

/* footer */
#footer {
  width:1000px;
	text-align:center;
	height:42px;
	background:url(../images/bg_footer.jpg) 0 0 no-repeat;
	padding-top:16px;
	font-size:12px;
	font-weight:bold;
	margin:0;
}

#footer a, #footer a:visited {
  color:#fff;
	text-decoration:none;
}

/* more footer */
#footer .caption {
  font-weight:normal;
	color:#666;
	font-size:11px;
	padding-top:0;
}

#footer .db {
  font-weight:normal;
	color:#333;
	font-size:11px;
	padding-top:0;
}

#footer .db a, a:visited {
 color:#333;
}

/* general styles */
.clear {
  clear:both;
}  

.right {
  float:right;
}

.left {
  float:left;
}

strong {
  color:#000;
	font-size:15px
}

a, a:visited {
 text-decoration:none;
 color:#0072bc;
}

a:hover {  
  color:#8950b4; 
}

a img {
  border: 0;
}
