body {
 margin: 0;
 padding: 0;
 background: #303336;
 background: -moz-linear-gradient(#303336, #404448);
 background: -webkit-linear-gradient(#303336, #404448);
 background: linear-gradient(#303336, #404448);
 color: #fff;
 text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
/*  font-family: "Gill Sans", sans-serif; */
 font-family: "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
 font-style: normal;
 font-size: 16px;
 box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5);
}
.title, .button, h1, h2, h3, .tagline, .faqQuestion {
 font-style: italic;
}
.tagline_note {
 font-style: italic;
}
a {
 font-weight: bold;
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
}
h2 a:hover {
 border-bottom: 2px solid white;
 text-decoration: none;
}
#top {
 padding-top: 1px;
 text-align: center;
 background: #fff;
 background: -moz-linear-gradient(top, #eeeff0 100px, #fff);
 background: -webkit-linear-gradient(top, #eeeff0 100px, #fff);
 background: linear-gradient(top, #eeeff0 100px, #fff);
 color: #50555a;
}
#top .tagline {
 margin-top: 0;
 font-style: italic;
 font-weight: normal;
}
#top .content {
 width: 720px;
 padding: 0;
}
.content {
 margin: 0 auto;
 padding: 1em 2em;
}
#top img {
 max-width: 100%;
 display: block;
}
#top img.logo {
 font-size: 3em;
 margin-top: 0.75em;
 width: 720px;
 height: 80px;
}
#top img.pic {
 width: 720px;
 height: 480px;
}
.buttons {
 text-align: center;
 position: relative;
 z-index: 1;
 margin: 0;
 padding: 0;
}
.buttons li {
 display: inline-block;
}
a.button {
 margin: 0.5em;
 padding: 0.2em 1em;
 background: #9c9d9e;
 background: -moz-linear-gradient(#adaeaf, #8b8c8d);
 background: -webkit-linear-gradient(#adaeaf, #8b8c8d);
 background: linear-gradient(#adaeaf, #8b8c8d);
 border: 1px solid rgba(48, 51, 54, 0.2);
 box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.3);
 border-radius: 1em;
 color: #fff;
 text-decoration: none;
}
a.button:hover {
 background: #60666c;
 background: -moz-linear-gradient(#60666c, #404448);
 background: -webkit-linear-gradient(#60666c, #404448);
 background: linear-gradient(#60666c, #404448);
 text-decoration: none;
}
a.button.default {
 margin: 0.5em;
 padding: 0.2em 1em;
 background: #52A9C7;
 background: -moz-linear-gradient(#52A9C7, rgb(65,75,92));
 background: -webkit-linear-gradient(#52A9C7, rgb(65,75,92));
 background: linear-gradient(#52A9C7, rgb(65,75,92));
 border: 1px solid rgba(48, 51, 54, 0.2);
 box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.3);
 border-radius: 1em;
 color: #fff;
 text-decoration: none;
}
a.button.default:hover {
 background: #28738c;
 background: -moz-linear-gradient(#28738c, #29313d);
 background: -webkit-linear-gradient(#28738c, #29313d);
 background: linear-gradient(#28738c, #29313d);
 text-decoration: none;
}
a.button:active, a.button.default:active {
 color: #fff;
 background: #191e26;
 background: -moz-linear-gradient(#191e26, #0e4254);
 background: -webkit-linear-gradient(#191e26, #0e4254);
 background: linear-gradient(#191e26, #0e4254);
}
hr {
 border: 0;
 margin: 0;
 background: rgb(65,75,92);
 box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
 height: 5px;
 background-image: linear-gradient(bottom, rgb(65,75,92) 20%, rgb(66,139,194) 59%, rgb(61,113,153) 61%);
 background-image: -o-linear-gradient(bottom, rgb(65,75,92) 20%, rgb(66,139,194) 59%, rgb(61,113,153) 61%);
 background-image: -moz-linear-gradient(bottom, rgb(65,75,92) 20%, rgb(66,139,194) 59%, rgb(61,113,153) 61%);
 background-image: -webkit-linear-gradient(bottom, rgb(65,75,92) 20%, rgb(66,139,194) 59%, rgb(61,113,153) 61%);
 background-image: -ms-linear-gradient(bottom, rgb(65,75,92) 20%, rgb(66,139,194) 59%, rgb(61,113,153) 61%);
 background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.2, rgb(65,75,92)),
	color-stop(0.59, rgb(66,139,194)),
	color-stop(0.61, rgb(61,113,153))
 );
}
#more {
 position: relative;
}
#more .content {
 width: 800px;
 line-height: 1.5;
}
#more .content .skinny {
 width: 640px;
 margin-left: auto;
 margin-right: auto;
}
#more .buttons a {
 border: 0;
}
#more a {
 color: #fff;
}
.bigger {
 font-size: 1.5em;
}
.big {
 font-size: 1.3em;
}
.small {
 font-size: 0.75em;
}
.feature {
 position: relative;
 margin: 2em 0;
}
.feature img {
 position: absolute;
 right: 360px;
 max-width: 280px;
 display: block;
}
.feature .tagline {
 padding-left: 320px;
 margin: 0;
 font-style: italic;
 font-weight: normal;
}
.feature p {
 padding-left: 320px;
 margin: 0.5em 0;
}
#fineprint {
 margin: 3em auto 0;
 width: 640px;
 text-align: center;
 font-size: 0.75em;
 opacity: 0.6;
}
table.supportFormTable {
 width: 100%;
}
td.supportFormLabel {
 width: 100px;
 border: none;
 vertical-align: middle;
 text-align: right;
 padding: 3px;
}
td.supportFormContent { 
 border: none;
 padding: 3px;
}
table.guideTable {
 margin-left: auto;
 margin-right: auto;
 background-color: rgba(255, 255, 255, 0.1);
}
th.guideTable {
 text-align: left;
 width: 150px;
}
#guideHeaderTrigger {
 width: 115px;
}
#guideHeaderAction {
 width: 140px;
}
#guideHeaderShortcut {
 width: 210px;
}
img.guideListImage {
 margin-bottom: 16px;
}
.guideImageDropShadow {
 -webkit-box-shadow: 0px 7px 8px rgba(45, 45, 45, 0.8);
 -moz-box-shadow: 0px 7px 8px rgba(45, 45, 45, 0.8);
 box-shadow: 0px 7px 8px rgba(45, 45, 45, 0.8);
}
h3.guideTitle {
 text-align: center;
}
h3.guideSection {
 padding-top: 16px;
}
input.supportInput, select.supportSelect, textarea.supportTextArea {
 width:80%;
}
textarea.supportTextArea { 
 resize:vertical;
}
.errorText {
 color: deeppink;
}
.formSubmitSuccessText {
 color: cyan;
 text-align: center;
 font-size: 1.25em;
}
.formSubmitFailureText {
 color: deeppink;
 text-align: center;
 font-size: 1.25em;
}
.faqQuestion {
 margin-top: 1em;
 margin-bottom: 0;
 opacity: 0.6;
 font-weight: bold;
}
.faqAnswer {
 margin-bottom: 0;
/*  padding-left: 0.64cm; */
}
#ripeware {
 opacity: 0.6;
 width: 160px;
 height: 40px;
 position: absolute;
 bottom: 0.75em;
 left: 0.5em;
}
#ripeware:hover {
 opacity: 1.0;
}
.unbulleted {
 list-style-type: none;
 padding-left: 0px;
}
.bottom-pad {
 padding-bottom: 0.75em;
}
.imgDropShadow {
 -moz-box-shadow: 0px 0px 16px 5px #222;
 -webkit-box-shadow: 0px 0px 16px 5px #222;
 box-shadow: 0px 0px 16px 5px #222;
}
a:hover img.imgDropShadow {
 -moz-box-shadow: 0px 0px 18px 6px #111;
 -webkit-box-shadow: 0px 0px 18px 6px #111;
 box-shadow: 0px 0px 18px 6px #181818;
}

.productSectionContainer {
 width: 100%;
 margin-left: 0;
 margin-right: 0;
 padding-left: 0;
 padding-right: 0;
/* 
 background-color: transparent;
 background-image: url('../images/top_shade_gradient.png');
 background-position: left top;
 background-repeat: repeat-x;
 background-attachment: scroll;
 */
}
.productSection {
/* 
 background-color: transparent;
 background-image: url('../images/top_shade_gradient.png');
 background-position: left top;
 background-repeat: repeat-x;
 background-attachment: scroll;
 */
 margin: 40px auto;
/* margin-bottom: 10px;
 margin-left: auto;
 margin-right: auto;
 padding: 10px;
*/
}
.productSectionImages {
 width: 340px;
 vertical-align: top;
 display: table-cell;
 /* background-color: pink; */
}
.productSectionDivider {
 width: 40px;
 display: table-cell;
}
.productSectionDiscussion {
 width: auto;
 vertical-align: top;
 display: table-cell;
 line-height: 1.6em;
}

h2.productSectionTitle {
 margin-top: 0;
 letter-spacing: 1px;
}

.tooltip {
 background-color: rgba(238, 239, 240, 0.92);  /* rgba(64, 64, 64, 0.775) */
 border: 2px solid #fff;
 padding: 10px 15px;
 width: 240px;
 display: none;
 color: #50555A; /* #fff */
 text-align: left;
 box-shadow: 0 0 10px #000;
 -moz-box-shadow: 0 0 10px #000;
 -webkit-box-shadow: 0 0 10px #000;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
}
