* { margin: 0px; padding: 0px; }

::selection { background: #5D6C54; color: white; /* Safari */ }
::-moz-selection { background: #5D6C54; color: white; /* Firefox */ }


html {
	background: #939292 url(../img/html-bg.png) repeat-x;
	font-family: Arial, sans-serif;
}

body {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/gloss.png) no-repeat;
}

a img {
	border: none;
}

a * {
	cursor: pointer;
}

.header {
	float: right;
	width: 520px;
	background-image: url(../img/hr.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center bottom;
	height: 61px;
	background-color: transparent;
}
.left {
	width: 270px;
	float: left;
	text-align: center;
}

#appstore {
	background-image: url(../images/appstore.png);
}
#appstore:hover {
	background-position: bottom;
}
.right {
	width: 520px;
	float: right;
	background-image: url(../img/right-top.png);
	background-repeat: no-repeat;
	background-color: transparent;
	margin-top: 40px;
	padding: 0px 0px 0px 4px;
	min-height: 444px;
	height: auto !important;
	height: 444px;
 }
.footer {
	text-align: center;
	width: 740px;
	height: 48px;
	background: url(../img/footer-divider.png) no-repeat;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	color: #434343;
	font-size: 12px;
	padding-top: 6px;
}
.footer a { color: #333333; }

.features {
	color: #161616;
	font-size: 13px;
	line-height: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0px #A9A9A9;
}
.features ul {
	list-style-type: square;
	list-style-position: inside;
}
.features li {
	margin-left: 10px;
}
.reviews {
	margin: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
}
.review {
	border-bottom: 1px dotted #676767;
	font-style: italic;
	padding: 10px;
	width: 450px;
	float: left;
	font-family: Georgia;
}
.rev-src {
	display: block;
	margin-left: 14px;
	font-weight: bold;
	clear: both;
}
.rev-src img {
	float: right;

}
.review .rev-src a:link, .review .rev-src a:visited {
	color: #384332;
	font-size: 12px;
}
.review .rev-src a:hover, .review .rev-src a:active {
	color: #54644A;
	text-decoration: underline;
}
.review q {
	font-size: 14px;
	float: left;
}
.addReview {
	margin-top: 20px;
	display: block;
	text-align: center;
}
.addReview a:link, .addReview a:visited {
	line-height: 50px;
	text-decoration: none;
	color: #384332;
}

.addReview a:hover, .addReview a:active {
	text-decoration: underline;
	color: #54644A;
}
#content {
	padding: 10px;
}
#navigation {
	float: right;
	margin: 13px 19px 0 0;
	font: bold 13px/30px Arial, sans-serif;
	text-shadow: 0 1px 0px #A9A9A9;
	text-transform: uppercase
}

#navigation li {
	float: left;
	padding-right: 2px; 
	background: url(../img/nav-li.png) no-repeat right 0;
	list-style: none;
}

#navigation li a {
	float: left;
	padding: 1px 20px 5px; 
	background: url(../img/nav-a.png) repeat-x 0 0;
	color: #333;
	text-decoration: none;
}

#navigation li.selected a,
#navigation li.selected a:hover {
	color: #333333;
	cursor: default;
	text-decoration: none;
}

#navigation li.selected a:focus {
	color: #069;
}

#navigation li a:hover,
#navigation li a:focus {
	color: #000;
	text-decoration: none;
}

#navigation li a:active {
	padding-top: 2px;
	padding-bottom: 4px;
}

#navigation li.first a { 
	background: url(../img/nav-a-first.png) no-repeat 0 0;
	padding-left: 22px;
}

#navigation li.last {
	background: none;
	padding: 0;
}

#navigation li.last a { 
	background: url(../img/nav-a-last.png) no-repeat right 0;
	padding-right: 22px;
}

#sec-navigation {
	height: 40px;
	width: 512px;
	font: bold 13px/36px Arial, sans-serif;
	text-transform: uppercase;
	background: #ccc url(../img/sec-navigation.png) repeat-x;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	margin: -20px -20px 20px 0px;;
	list-style: none;
	text-shadow: 0 1px 0px #A9A9A9;
}

#sec-navigation li {
	padding-right: 2px;
	float: left; 
	background: url(../img/sec-navigation-li.png) no-repeat right 0;
}

#sec-navigation li.first {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

#sec-navigation li.last {
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	border-top-right-radius: 7px;
}

#sec-navigation li.selected {
	background-color: #909090;
	margin-left: -1px;
	background: url(../img/sec-navigation-sel.png) repeat-x right 0;	
}

#sec-navigation li.selected.first {
	margin-left: 0;
}

#sec-navigation li a {
	float: left;
	padding: 1px 20px 3px;
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

#sec-navigation li a:hover,
#sec-navigation li a:focus {
	text-decoration: underline;
	color: #000;
}

#sec-navigation li a:active {
	padding-top: 2px;
	padding-bottom: 2px;
}

#sec-navigation li.selected a,
#sec-navigation li.selected a:hover {
	color: #39c;
	text-decoration: none;
	padding-left: 21px;
}

#sec-navigation li.selected.first a,
#sec-navigation li.selected.first a:hover {
	padding-left: 20px;
}

#sec-navigation li.selected a:focus {
	color: #069;
}

.iphone-preview {
	margin-top: -40px;
	float: right;
	margin-right: -85px;
}

#contact-container {
	border: 1px solid #6b6b6b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	background: #7e7e7e;
	width: 320px;
	margin-bottom: 20px;
	margin-right: 10px;
	height: 160px;
	padding-top: 3px;
	float: right;
	overflow: hidden;
}
#contact-container a {
	display: block;
	color: #dc8e33;
}
#contact-container dt {
	width: 120px;
	float: left;
	text-transform: uppercase;
	font: bold 11px/40px Arial, sans-serif;
	text-align: right;
	border-bottom: 1px solid #727272;
	height: 40px;
	color: #CCCCCC;
}
#contact-container dt.last,
#contact-container dd.last {
	border: 0;
}
#contact-container dd {
	width: 180px;
	padding-left: 20px;
	float: left;
	border-bottom: 1px solid #727272;
	line-height: 39px;
	height: 40px;
	font-size: 12px;
	font-weight: bold;
}
#contact-container p {
	font-size: 12px;
	color: #1c1c1c;
	padding: 10px;
}
.contact-header {
	float: left;
	border-bottom: 1px solid;
	width: 164px;
	font-variant: small-caps;
	font-weight: bold;
}

#growl {
	-moz-opacity:.66;
	filter:alpha(opacity=66);
	opacity:.66;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
	color: #fff;
	background-color: #000;
	position: absolute;
	left: 90px;
	top: 70px;
	z-index: 1;
	height: 56px;
	width: 200px;
	box-shadow: 2px 2px 5px red;
	padding: 5px 5px 5px 15px;
	text-shadow: 2px 2px 2px #000;
	text-align: center;
	border: 1px solid #666;
}

#growl h6 {
	font-size: 16px;
	font-weight: bold;
}

#growl p {
	font-size: 14px;
}

#twitter_div {
	text-align: left;
	margin: 10px auto 20px 6px;
}

#twitter_div a:link, #twitter_div a:visited {
	color: #45533B;
	text-decoration: none;
}

#twitter_div a:hover, #twitter_div a:active {
	color: #45533B;
}

#twitter_div .sidebar-title {
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}

#twitter_div .sidebar-title a:link, #twitter_div .sidebar-title a:visited {
	text-decoration: none;
	color: #282828;
}

#twitter_div .sidebar-title a:hover, #twitter_div .sidebar-title a:active {
	text-decoration: underline;
}

#twitter_update_list {
	list-style: none;
	margin: 10px 10px 0 10px;
	border-top: 1px dashed #676767;
}

#twitter_update_list li {	
	padding: 10px;
	cursor: default;	
	border-bottom: 1px dashed #676767;
	font-size: 14px;
	color: #282828;
}

#twitter_update_list li:hover {
	background-color: #848484;
}

#twitter_update_list li span a:link, #twitter_update_list li span a:visited {
	text-decoration: none;
	display: inline !important;
}
#twitter_update_list li span a:hover, #twitter_update_list li span a:active {
	text-decoration: underline;
}

#twitter_update_list li a:link, #twitter_update_list li a:visited {
	text-decoration: none;
	display: block;
}
#twitter_update_list li a:hover, #twitter_update_list li a:active {
	text-decoration: underline;
}



/*  FORM.CSS */

/* Form */
.support {
	width: 440px;
	border: 1px solid #626262;
	background: #747373 url(../img/h3.png) repeat-x top;
	padding: 10px;
	margin: 40px auto;
	padding-top: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

.support h3 {
	width: 100%;
	font-size: 20px;
	margin-bottom: 6px;
	color: #ccc;
}

.support h4 {
	font-size: 16px;
}

.support p {
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
}

.support hr {
	color: #747373;
	border-bottom: 1px dotted;
	margin-bottom: 10px;
}

.support a:link, .support a:visited {
	color: #dd9922;
}

.support a:hover, .support a:active {
	color: #dd8800;
}

form input, form textarea {
	background-color: #898989;
	border: 1px solid #626262;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

label {
	display: block;
	margin-top: 8px;
	width: 100%;
}

.blue {
	color: #dd8800;
	font-weight: bold;
}

/* footer */
.dwnld {
	Display: block;
	padding: 10px;
	text-align: center;
	width: 400px;
	margin: 0 auto;
	color: #999;
	font-size: 14px;;
	font-weight: bold;
	line-height: 50px;
}

/* Congratulation message */
.MsgSent {
	Display: block;
	padding: 10px;
	margin: 40px auto;
	width: 500px;
	text-align: center;
}

.MsgSent h1 {
	height: 85px;
	line-height: 85px;
}

/* Error message */
.MsgError {
	Display: block;
	padding: 10px;
	margin: 40px auto;
	width: 400px;
	text-align: center;
}

.MsgError h1 {
	height: 85px;
	line-height: 85px;
	color: #CC0000;
}

.MsgSent p, .MsgError p {
	font-size: 16px;
	color: #434343;
}

.error_f {
	border : 1px dotted #666;
	margin-top : 5px;
	background-color : #EAEAEA;
}

.error_f p {
	margin : 5px;
	color : #A00;
}

.error_f p span {
	font-size : 1.1em;
	color : #000;
	margin : 5px 0px 0px 0px;
}

#faq-id {
	font-style: italic;
	text-decoration: underline;
}