/* @group General Styles */

body {
	color: #333;
	font: 1.1em/1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 30px 0;
	text-align: center;
	background: url(../images/body_bg.jpg) repeat;
}
 
p {
	margin: 0 0 20px;
}
 
b, strong {
}
 
a:link, a:visited {
	color: #75a10d;
	text-decoration: none;
}

a:focus
{
-moz-outline-style: none;
}
 
a:hover, a:active {
	text-decoration: underline;
	outline: none;
}
 
img {
	border: none;
}
  
ol {
	margin: 0 0 20px;
}
 
hr {
	height: 1px;
	margin: 0 0 20px 0;
	background-color: transparent;
	clear: both;
	border-style: none;
	border-bottom: 1px solid #ebebeb;
	border-left: 0 none #fff;
	border-top: 0 none #fff;
	border-right: 0 none #fff;
}
 
h2, h3, h4, h5 {
	line-height: 1.2em;
}
 
h1 {
	font-size: 2.4em;
	margin: 0 0 10px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	color: #061224;
	font-weight: 500;
	clear: left;
}
 
h1 em {
	color: #284265;
	font-style: normal;
}
 
h2 {
	font-size: 1.8em;
	margin: 0 0 10px;
	color: #020f1c;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-weight: 500;
	clear: left;
}
 
h3 {
	font-size: 1.6em;
	margin: 0 0 5px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: #191919;
}
 
h4 {
	font-size: 1.05em;
	margin: 0 0 5px;
	font-weight: bold;
	color: #191919;
}
 
.imageStyle {
}
  
/* @group Layout */
.three_column {padding: 0px 25px 0px 25px; position: relative; float: left; width:320px;}
.one_column {padding: 0px 25px 0px 25px; position: relative; float: left; width:620px;}

.PictureShow {padding: 0px 25px 0px 25px; position: relative; float: right; width:320px;}
#screenshots{padding: 0px 25px 0px 25px; position: absolute; float: right; width:320px;
	left: 90px;
	top: 40px;
}
 
#container {
	width: 866px;
	min-height: 500px;
	margin: 0 auto 15px;
	position: relative;
	z-index: 0;
	text-align: left;
	background: transparent url(../images/content_bg.jpg) repeat-y left 298px;
}
 
.clearer {
	clear: both;
}
  
/* @group Content */
 
#content-container {
	clear: both;
	position: relative;
	z-index: 2;
	font-size: 0.75em;
	padding-bottom: 30px;
	min-height: 300px;
	padding-top: 140px;
	background: url(../images/header_bg_rw.jpg) no-repeat;

}

.content {
	top: 145px;
	position: relative;
}

p.panel_content {
	position: absolute;
	left: 80px;
	right: 80px;
}

 
#content-container #content {
	margin: 30px 33px 0;
}
 
.content-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 866px;
	height: 104px;
	background: url(../images/content_bottom.png) no-repeat left bottom;
	z-index: 0;
	font-size: 0.75em;
}
 
/* @end */
 
/* @group Footer */
 
#footer {
	height: 79px;
	width: 866px;
	padding-top: 11px;
	margin: 0 auto;
	clear: both;
	background: transparent url(../images/footer_bg.png) no-repeat left bottom;
	font-size: 0.7em;
	line-height: 1.6;	
	color: #b4c4c8;
	position: relative;
}
 
#footer a:link, #footer a:visited {
	color: #fff;
}
 
#footer a.rms:link, #footer a.rms:visited {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 866px;
	height: 36px;
	background-image: url(../images/footer_text.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	text-indent: -999em;
}
 
#footer p {
	position: absolute;
	bottom: 37px;
	left: 0;
	width: 866px;
	margin: 0;
}
 
#footer a.rms:hover, #footer a.rms:active {
	background-position: right bottom;
}
  
/* Toolbar Styles */
 
#nav-container {
	height: 44px;
	font-size: 0.75em;
	padding: 0;
	margin: 0 auto;
	width: 866px;
	background: url(../images/menu_middle.png) repeat-x left top;
	position: relative;
	z-index: 10;
}
 
/* Top menu */
#nav-container ul {
	margin: 0 0 0 23px;
	padding: 0;
	width: 843px;
	height: 44px;
	list-style-type: none;
	position: absolute;
}
 
#nav-container li {
	float: left;
	position: relative;
}
 
#nav-container ul li.first {
	display: block;
	background: url(../images/menu_map.png) no-repeat top left;
	height: 44px;
	width: 13px;
	position: absolute;
	left: -23px;
	top: 0;
	z-index: 30;
}
 
#nav-container ul li.last {
	display: block;
	background: url(../images/menu_map.png) no-repeat top right;
	height: 44px;
	width: 13px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 30;
}
 
#nav-container ul a:link,
#nav-container ul a:visited {
	display: block;
	float: left;
	height: 44px;
	text-indent: -999em;
	margin: 0 1px 0 0;
}
 
/* @group Navigation a:link, a :visited */
 
#nav-container ul li.Home a:link,
#nav-container ul li.Home a:visited {
	width: 127px;
	background-image: url(../images/menu_map.png);
	background-position: -23px 0;
}
  
#nav-container ul li.Mail a:link,
#nav-container ul li.Mail a:visited {
	width: 102px;
	background-image: url(../images/menu_map.png);
	background-position: -555px 0;
}
  
/* @end */
 
/* @group Navigation a:hover */
 
#nav-container ul li.Home a:hover {
	background-position: -23px -44px;
}
 
#nav-container ul li.Mail a:hover {
	background-position: -555px -44px;
}
  
/* @end */
 
/* @group Navigation a:active, a#current */
 
#nav-container ul li.Home a:active,
#nav-container ul li.Home #current,
#nav-container ul li.Home a:link.currentAncestor,
#nav-container ul li.Home a:visited.currentAncestor {
	background-position: -23px -88px;
}
  
#nav-container ul li.Mail a:active,
#nav-container ul li.Mail #current,
#nav-container ul li.Mail a:link.currentAncestor,
#nav-container ul li.Mail a:visited.currentAncestor {
	background-position: -555px -88px;
}
 
/* @end */
 
/* Sub menu */
#nav-container ul ul {
	position: absolute;
	left: 1px;
	top: 44px;
	height: 25px;
	margin: 0;
	padding: 0 6px;
	width: auto;
}
 
#nav-container ul ul li {
	background: url(../images/menu_sub_middle.png) repeat-x left bottom;
	height: 25px;
}
 
#nav-container ul ul li.first {
	height: 25px;
	background: url(../images/menu_sub_left_end.png) no-repeat left bottom;
	left: 0;
}
 
#nav-container ul ul li.last {
	height: 25px;
	background: url(../images/menu_sub_right_end.png) no-repeat left bottom;
	position: relative;
	right: 0;
}
 
#container #nav-container ul li ul a:link,
#container #nav-container ul li ul a:visited {
	text-indent: 0;
	width: auto;
	height: auto;
	margin: 0 10px;
	padding-top: 3px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0px 1px 3px #555;
	font-weight: bold;
	background: none;
	opacity: 0.7;
}
 
#container #nav-container ul li ul a:hover,
#container #nav-container ul li ul #current,
#container #nav-container ul li ul .currentAncestor {
	opacity: 1;
	text-shadow: 0px 1px 3px #333;
}
 
/* Set the width of the sub menus, this is so the list items can display inline and the page doesn't scroll horizontally */
#nav-container ul li.Home ul {
	width: 750px;
}
 
#nav-container ul li.Home ul li.Login {
	margin-top: 0;
}
  
#nav-container ul li.Mail ul {
	width: 396px;
}
  
/* @end */
 
/* @group Misc */
  
/* @group Special Links & Icons */
 
/* styles links to look like h3 titles */
a:link.title,
a:visited.title {
	font-size: 1.5em;
	margin: 0 0 5px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: #191919;
	text-decoration: none;
	display: block;
}
 
/* inline links with arrow */
a:link.arrow-right,
a:visited.arrow-right {
	background: url(../images/arrow_green_right.png) no-repeat right center;
	padding-right: 7px;
}
 
a:link.arrow-left,
a:visited.arrow-left {
	background: url(../images/arrow_green_left.png) no-repeat left center;
	padding-left: 8px;
}
  
/* @group Lists */
 
ul {
	list-style-type: circle;
	margin: 0 0 20px;
}
 
/* lists wuth little arrows to the left */
ul.arrow {
	margin: 0 0 20px;
	padding: 0;
}
 
ul.arrow li {
	background: url(../images/arrow_black_for_lists.png) no-repeat left 6px;
	padding-left: 10px;
	margin-bottom: 2px;
	display: block !important;
}
 
ul.arrow.explanation li {
	margin-bottom: 10px;
}
 
ul.arrow.explanation li a {
	display: block;
}
  
/* @end */
  
/* @group Columns */
 
/* with a 2 column layout the overall width is 780px, each column being 380px after padding. */
.column {
	margin-top: 12px;
	width: 380px;
	margin-bottom: 20px;
	position: relative;
	z-index: 50;
}

.content_left {
	float: left;
	text-align: left;
	position: absolute;
	left: 150px;
}

.content_right {
	float: right;
	text-align: left;
	position: relative;
	right: 150px;
}

.left {
	padding-right: 40px;
	float: left;
	text-align: left;
}

p.column.left{
	left: 25px;
	bottom: 12px;
	font-size: 0.75em;
	text-align: left;
}
 
p.column.right{
	right:25px;
	bottom: 15px;
	font-size: 0.75em;
} 
 
.right {
	float: right;
	text-align: left;
}
 
/* @end */
 
/* @group Features bottom nav */


.features_nav {
	width: 100%;
	position: relative;
	font-size: 0.75em;
	margin-right: 10px;
	border-bottom: 1px dotted #f5f5f5;
}
 
.features_nav ul {
	clear: both;
	display: block;
	height: 35px;
	margin: 0 0 20px;
	padding: 0;
	border-bottom: 3px solid #ebebeb;
	list-style-type: none;
	position: relative;
	width: 840px;
	left: 14px;
}
 
.features_nav ul li.dot {
	display: block;
	float: left;
	width: 8px;
	height: 7px;
	margin: 6px 2px 0;
	background-image: url(../images/features_nav_grey_dot.png);
	background-repeat: no-repeat;
	background-position: left top;
}
 
.features_nav ul li.current {
	background-image: url(../images/features_nav_green_dot.png);
}
 
.features_nav ul a:hover {
	text-decoration: underline;
}
 
.features_nav ul li.previous {
	width: 356px;
	display: block;
	float: left;
	padding-left: 20px;
}

.features_nav ul li.next {
	width: 356px;
	display: block;
	float: right;
	padding-right: 20px;
	
}
 
.features_nav ul li.previous a {
	padding-left: 7px;
	background: url(../images/arrow_green_left.png) no-repeat left center;
	float: left;
}
 
.features_nav ul li.next a {
	padding-right: 7px;
	background: url(../images/arrow_green_right.png) no-repeat right center;
	float: right;
	bottom: 18px;
	position: absolute;
	right: 20px;
}
 
.features_nav p {
	margin: 0;
	padding: 0;
	line-height: 2;
	font-size: 0.9em;
}
 
.features_nav p a:link.arrow-right {
	background-position: right 4px;
}
 
.features_nav p img {
	float: left;
	margin-right: 15px;
	margin-top: 3px;
}
 
.features_nav .buy-now {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	background-image: url(../images/button_buy_now_badge.png);
	height: 45px;
	width: 45px;
}
 
/* @end */
 
/* @group Forms */
  
input.form-input-button {
	width: auto;
	margin-right: 10px;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 400px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #091724;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}
 
/* form label {
	font-weight: bold;
} */
 
/* @end */
 
/* @group General */
 
form#product_form,
form#showcase_form {
	margin: 0 auto 30px;
	padding: 40px 0 0 0;
	position: relative;
	clear: both;
	width: 70%;
}
 
/* outer wrapper fieldset, contains all other fieldsets */
fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
 
/* inner fieldset */
fieldset fieldset {
	margin: 0px 0 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
	width: 100%;
	display: block;
}
 
fieldset fieldset div {
	padding: 5px 0;
	margin-bottom: 10px;
	background-color: transparent;
}
 
.focused {
	background-color: #fff7c0;
}
 
.error {
	background-color: #fdc7ba;
}
 
fieldset#style_fieldset {
	position: relative;
	z-index: 0;
	display: block;
	opacity: 0;
}
 
fieldset#purchase_fieldset {
	position: relative;
	z-index: 1;
}
 
/* spammers textarea. hide it from everyone else */
fieldset.spammers {
	display: none;
}
 
/*same style as H2 */
legend {
	font-size: 1.8em;
	display: block;
	width: 100%;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-weight: 500;
	padding: 0 0 10px;
	color: #191919;
}
 
label.title {
	display: block;
	font-weight: bold;
	width: 180px;
	float: left;
}
 
input,
textarea {
	width: 372px;
	max-width: 570px;
	margin: 0;
	padding: 1px;
}
 
textarea {
	min-height: 150px;
}
 
input[type="checkbox"] {
	width: auto;
}
 
select {
	width: 285px;
}
 
div.choices {
	padding-left: 215px;
}
 
div.choices label.title {
	margin-left: -210px;
}
 
div.choices input {
	margin: 0 1px 10px 0;
}
 
/* moves any elements inside it to right right to line up nicely */
fieldset fieldset span {
	display: block;
	float: left;
}
 
input.submit {
	width: auto;
	float: right;
}
 
button:hover {
	cursor: pointer;
}
 
/* @end */
  
/* @group Tooltips */
 
.tip, .tip2 {
	color: #88a915;
	cursor: pointer;
	display: inline;
	padding-top: 2px;
}
 
.tip img, .tip2 img {
	margin: 0 3px -2px 1px;
}
 
.tool-tip {
	color: #fff;
	width: 226px;
	z-index: 13000;
	background: url(../images/tooltip_top.png) no-repeat left top;
	position: relative;
	padding-top: 9px;
	text-align: left;
	font-size: 0.75em;
}
 
.tool-title {
	font-weight: bold;
	margin: 0;
	padding: 5px 10px 0;
	background: url(../images/tooltip_middle.png) repeat-y left top;
	display: none;
}
 
.tool-text {
	padding: 0 13px 20px;
	background: url(../images/tooltip_bottom.png) right bottom;
}
 
 
 
/* @end */