/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #afe1e1;
}
#container  {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header  {
	background-color: #FFFBF1;
	background-image: url(img/header_bg-ga.png);
	background-repeat: no-repeat;
	height: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-position: right bottom;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #9DC5D1;
	margin: 0px;
} 
#header h1 {
	color: #333333;
	text-align: center;
	vertical-align: middle;
}
.headerimg   {
	float: left;
}
#mainContent  {
	margin-right: 350px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 12px;
	margin-top: 15px;
	padding-top: 25px;
} 
#mainContent h1 {
	font-size: 24px;
	font-weight: bold;
	padding: 0px;
}
#mainContent-VideoPage p {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
}
#mainContent a:link {
	color: #333333;
	text-decoration: underline;
}
#mainContent a:visited {
	color: #000000;
	text-decoration: underline;
}
#mainContent ul {
	list-style-position: outside;
	list-style-image: url(../styles/images/16-em-check.png);
	line-height: 24px;
}
#mainContent-VideoPage {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
}
#mainContent-VideoPage a:link {
	color: #CC0033;
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 12px;
}
#footer  {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
}
#download {
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	font-size: 14px;
	color: #23335A;
	border: 1px solid #CCCCCC;
}
.downloadInstructions {
	background-color: #8ABBCA;
	padding: 8px;
	border: 1px solid #333333;
}
.downloadQuestion {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-variant: small-caps;
	padding: 3px;
}
.downloadAnswer {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding-left: 24px;
}
.downloadLicense {
/*	background-color: #84B5C4; */
/*	background-color: #B7E8F7; */
  	background-color: #dce4e3;   
	border: 1px solid #333333;
    font-size: 1.2em;
    font-weight: normal;
/*    color: #000000; */
    color: #cc0033; 
    padding: 5px;
    }

#guarantee {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
#ourGuarantee {
	background-image: url(img/headerfill-rev.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 8px;
	border: 1px solid #CCCCCC;
	margin-top: 15px;
}
#ourGuarantee  p {
	text-align: left;
}
#product-statement-demo {
	font-size: 12px;
	margin-top: 15px;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	padding: 8px;
	border: 1px solid #CCCCCC;
}
product-statement-demo p {
	text-align: center;
}
#quote {
	font-size: 12px;
	background-color: #FFFFCC;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	border: 1px solid #CC3333;
	margin-top: 15px;
}
#story {
	padding: 12px;
	line-height: 1.5em;
	border: 1px solid #333333;
	background-image: url(img/headerfill-rev.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#story h2 {
	font-size: 16px;
	font-weight: bold;
}
#storybox {
	color: #333333;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	margin-top: 15px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
	background-image: url(img/headerfill-rev.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#vid-tutorial {
	margin-bottom: 15px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	font-size: 12px;
	text-align: center;
	margin-top: 0px;
}
.boximg {
	padding-right: 8px;
}
.center-element { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.compositeImg {
	padding-right: 14px;
	padding-top: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.compositeText {
	font-size: 12px;
	color: #000000;
	text-align: left;
	font-weight: normal;
	padding-right: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.leftButtons {
	float: left;
	padding-right: 6px;
}
.list {
	font-size: 14px;
	line-height: 1.6em;
}
.paypal-statement {
	font-size: 10px;
}
.price {	font-size: 14px;
	font-weight: bold;
	color: #CC3333;
	text-align: center;
}
.screenshotCaption {
	font-size: 10px;
	color: #333333;
}
.vid-screenshot-Img {
	border: 1px solid #77A8B7;
}
.watch-vid-caption {
	background-color: #84B5C4;
	border: 1px solid #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 8px;
	font-size: 16px;
}
.watch-vid-caption a:link {
	color: #000000;
	text-decoration: none;
}
.wathc-vid-caption a:visited {
	color: #000000;
	text-decoration: none;
}
