@import url(layout.css);
body {
	color: #333333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #abc;
}
#container {
	width: 780px;
	margin: 0 auto;
	background: #fff url(../images/bkgd_tile.gif) top;
	background-repeat: repeat-y;
}
#masthead {
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	width: 760px;
	padding: 0;
	background-color: #cde;
}
/* Styles for Content */
h1 {
/*	color: #965;*/
	font-size: 2.0em;
}
h2 {
/*	color: #965;*/
	font-size: 1.75em;
}
h3 {
	font-size: 1.5em;
}
h4 {
/*	color: #965;*/
	font-size: 1.25em;
	margin:0;
	padding:0;
}
h5 {
/*	color: #965;*/
	font-size: 0.75em;
}
h6 {
/*	color: #965;*/
	font-size: 0.5em;
}
big {
	color: #965;
	font-size: medium;
}

#column_l {
	width: 173px;

	float: left;
	position: relative;
	right: 10px;

	text-align:center;
	margin: 10px 0 0 10px;
	padding: 0 10px 10px 10px;	
}
#column_l p{
	margin: 5px 0 5px 0;
}

#column_r {
	width: 540px;
	margin: 5px 0 0 0;
	padding:0 5px 0 5px;
}
#buynow_column_r{
	float:left;
	width:720px;
	text-align:center;
	margin:10px 0 0 0;
	padding:0 0 0 30px;
}
#footer {
	clear:both;
	text-align: center;
	background-color: #89a;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #d3d3d3;
}
#navigation a:hover {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}

#column_r p {
	margin: 0 0 8px 0;
	padding: 0px;
	line-height:140%;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	display: list-item;
	list-style-position: outside;
}
#column_r #features li {
	margin:5px;
}

/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


#globalNav{
position: relative;
width: 760px;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin-left: 10px;
margin-right: 10px;
background-image: url(../images/glbnav_background.gif);
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: 12px;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image: url(../images/glblnav_selected.gif);
	text-decoration: none;
}
#mainScreenshot{
	width:480px;
	margin:20px 0 0 25px;
}
#leaveMessage{
	width:500px;
	padding:5px;
}
input {
	width:450px;
}
textarea{
	width:450px;
}
#submitBtn{
	width:auto;
}
.paypalForm input {
	width:auto;
	margin:5px 0 0 0;
}

#newItemScreenshot{
	width:225px;
	float:left;
	margin:20px 0 0 25px;
}
#optionScreenshot{
	width:225px;
	float:left;
	margin:20px 0 0 30px;	
}
#downloadTable{
	width:520px;
	margin:20px 0 0 30px;
}
#satisfyGuarantee{
	float:left;
	width:170px;
}
#satisfyText{
	float:right;
	width:350px;
	margin:20px 0 0 0;
}
.redBoldText{
	color:#FF0000;
	font-weight:bold;
}
.BoldColorFF6600{
	color:#FF6600;
	font-weight:bold;
}
#step1{
	width:48%;
	padding:5px;
	height:310px;
	float:left;
	background:#FFFFEC;
}
#step2{
	width:48%;
	padding:5px;
	height:310px;
	float:right;
	background:#FFFFEC;	
}
.stepTitle{
height:3em;
}
.ClearBoth{
	clear:both;
}
.customerLogo{
	margin:10px;
}
