body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,pre { margin:0; padding:0; }
body {
	font-size: 12px;
	font-family: Tahoma,Arial,Helvetica,Sans-Serif;
	color: #555;
	background: #FFF url("bg.png") repeat-x top;
	cursor: default;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
}
a:focus,a:active {
	outline: none;
}
a img {
	border: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial,Helvetica,Sans-Serif;
}
acronym,abbr {
	cursor: help;
	border-bottom: 1px dotted #555;
}
acronym:hover,abbr:hover {
	border-bottom-style: solid;
}

/* PAGE
************************************** */
#page {
	margin: 0 auto;
	width: 700px;
	background: url("page.gif") repeat-y right;
}
#page.full {
	background-image: none;
}

/* HEADER
************************************** */
#header {
	height: 70px;
	background: url("logo.png") no-repeat right center;
	border-bottom: 5px solid #FF9900;
}
#header h1 {
	display: none;
}

/* MENU
************************************** */
ul#menu {
	position: absolute;
	height: 40px;
	font-family: "Century Gothic",Arial,Helvetica,Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
ul#menu li {
	display: block;
	float: left;
}
ul#menu li a {
	margin-top: 30px;
	padding: 6px 0 6px 10px;
	line-height: 14px;
	display: block;
	width: 110px;
	text-align: left;
	text-decoration: none;
	color: #DDD;
	background: url("menu.gif") no-repeat center;
}
ul#menu li a span {
	display: block;
	text-transform: none;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
}
ul#menu li a:hover {
	color: #FFF;
	background: url("menu.gif") no-repeat right;
}
ul#menu li a.sel {
	font-size: 13px;
	color: #FFF;
	background: url("menu.gif") no-repeat left;
}
ul#menu li a.sel span {
	font-weight: bold;
}
ul#menu li a.sel:hover {
	background: url("menu.gif") no-repeat left;
}

/* SIDEBAR
*******************************************/
#sidebar {
	float: right;
	padding: 10px;
	width: 170px;
	font-size: 11px;
	color: #777;
}
#sidebar h2 {
	padding-left: 20px;
	line-height: 25px;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFF;
	background: #444 url("sidebar.h2.gif") no-repeat top;
}
#sidebar h2.help {
	background-image: url("sidebar.h2.help.gif");
}
#sidebar h2.screencasts {
	background-image: url("sidebar.h2.screencasts.gif");
}
#sidebar h2.reviews {
	background-image: url("sidebar.h2.reviews.gif");
}
#sidebar h2.team {
	background-image: url("sidebar.h2.team.gif");
}
#sidebar h2.donations {
	background-image: url("sidebar.h2.donations.gif");
}
#sidebar div.box {
	margin-bottom: 10px;
	padding: 10px;
	background: #FFF;
	border-bottom: 5px solid #CCC;
}
#sidebar div.box a.help img {
	border: 1px solid #555;
	filter:alpha(opacity=90);
	-moz-opacity:.9;
}
#sidebar div.box a:hover.help img {
	border-color: #FF9900;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
}
#sidebar div.box strong {
	color: #444;
}
#sidebar div.box p.spacer {
	margin-bottom: 5px;
}
#sidebar div.box p.compact {
	margin-right: 65px;
}
#sidebar div.box p.big {
	font-size: 12px;
}
#sidebar div.box form {
	margin-bottom: 5px;
	text-align: center;
}
#sidebar div.box input {
	width: 140px;
	padding: 3px;
	font-size: 13px;
}
#sidebar div.box button {
	margin-top: 1px;
	width: 149px;
	padding: 3px 0;
	border-style: solid;
	border-width: 1px;
}
#sidebar div.box button {
	margin-top: 5px;
	margin-right: 1px;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma,Arial,Helvetica,Sans-Serif;
	color: #FFF;
	background-color: #FF8800;
	border-left-color: #FF9900;
	border-top-color: #FF9900;
	border-right-color: #FF7800;
	border-bottom-color: #FF7800;
	cursor: pointer;
}
#sidebar div.box button:hover {
	background-color: #FF7800;
	border-left-color: #FFA200;
	border-top-color: #FFA200;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
}

#sidebar #pinbot {
	margin-left: 87px;
	margin-top: -76px;
	padding: 0;
	width: 80px;
	height: 80px;
}

/* CONTENT
*******************************************/
#content {
	float: left;
	width: 500px;
	padding: 10px 0;
	line-height: 18px;
}
#content img.right {
	float: right;
	margin-left: 5px;
}
#content.full {
	float: none;
	width: auto;
}
#content div.center {
	margin: 0 auto;
	width: 500px;
	text-align: center;
}
#content div.center img,#content div.center form {
	margin-bottom: 10px;
}
#content div.error {
	padding: 20px;
	font-weight: bold;
	text-align: center;
	color: #7C6730;
	background: #FBE6AD;
	border: 2px solid #F4CB5B;
}
#content strong {
	color: #666;
}
#content img {
}
#content h2 {
	line-height: 30px;
	font-size: 20px;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #FF9900;
}
#content h3 {
	margin-bottom: 1px;
	padding-bottom: 6px;
	font-size: 14px;
	background: url("dot.gif") repeat-x bottom;
}
#content h3.normal {
	margin-bottom: 4px;
}
#content p {
	margin-bottom: 15px;
	line-height: 18px;
}
#content p.big {
	line-height: 18px;
	font-size: 15px;
	font-family: Helvetica,Sans-Serif;
}
#content ul,#content ol {
	margin-bottom: 25px;
	padding-left: 25px;
}
#content ul ul,#content ol ul {
	padding-left: 15px;
	margin-top: 3px;
	margin-bottom: 10px;
}
#content ul li,#content ol li {
	line-height: 16px;
}
#content ul {
	list-style-type: square;
}
#content ul li {
	margin-bottom: 6px;
}
#content ul li li {
	margin-bottom: 4px;
}
#content ol li {
	margin-bottom: 10px;
}
#content ol li li {
	margin-bottom: 7px;
}
#content ul.ico {
	padding-left: 0;
	list-style-type: none;
}
#content ul.ico li {
	padding-left: 24px;
	line-height: 16px;
	background-position: left center;
	background-repeat: no-repeat;
}
#content ul.ico li.download {
	background-image: url("ico/download.gif");
}
#content ul.ico li.register {
	background-image: url("ico/register.gif");
}
#content ul.ico li.picture {
	background-image: url("ico/picture.gif");
}
#content ul.ico li.search {
	background-image: url("ico/search.gif");
}
#content ul.ico li.contact {
	background-image: url("ico/contact.gif");
}
#content ul.ico li.abook {
	background-image: url("ico/abook.gif");
}
#content ul.ico li.check {
	background-image: url("ico/check.gif");
}
#content ul.flags {
	padding-left: 0;
	list-style-type: none;
}
#content ul.flags img {
	float: right;
}
#content ul.flags li {
	margin-bottom: 1px;
	padding: 2px 2px 2px 24px;
	line-height: 15px;
	background-position: 4px 4px;
	background-repeat: no-repeat;
	background-color: #FAFAFA;
	border-bottom: 1px solid #EEE;
}
#content ul.flags li:hover {
	background-color: #F5F5F5;
}
#content ul.flags.col {
	float: left;
	margin-right: 30px;
}
#content ul.flags.col li {
	margin-bottom: 6px;
	padding: 0 0 0 24px;
	background-color: transparent;
	border: 0;
}
#content ul.flags.vip li {
	padding: 3px 5px 5px 7px;
	background-position: 4px 10px;
	font-size: 15px;
	font-family: Helvetica,Sans-Serif;
	line-height: 20px;
}
#content ul.flags.vip li a {
	font-size: 15px;
	letter-spacing: -1px;
}
#content #infomsg {
	padding: 120px 40px;
	text-align: center;
}
#content #infomsg h2 {
	margin: 0;
	padding: 0;
	font-size: 15px;
}
#content #infomsg div {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-family: Helvetica,Sans-Serif;
}
#content div.info {
	margin-bottom: 10px;
	padding: 20px;
	font-weight: bold;
	text-align: center;
	color: #7C6730;
	background-color: #FBE6AD;
	border: 2px solid #F4CB5B;
}
#content a#download {
	padding-right: 13px;
	background: url("download.gif") no-repeat right 4px;
}

/* FORMS
************************************** */
form {
	padding: 0;
	margin: 0 0 20px 0;
}
form div {
	padding: 3px 0;
}
label {
	display: block;
	float: left;
	width: 60px;
	padding: 0;
	line-height: 22px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}
label.simple {
	display: inline;
	float: none;
	width: auto;
}
input {
	width: 135px;
}
input.num {
	width: 45px;
	text-align: right;
}
input,select,textarea {
	letter-spacing: 0px;
	border-style: solid;
	border-width: 1px;
}
input,select,textarea {
	padding: 5px;
	font-family: Tahoma,Arial,Helvetica,Sans-Serif;
	font-size: 12px;
	color: #888;
	background-color: #F7F7F7;
	border-top-color: #DDD;
	border-left-color: #DDD;
	border-bottom-color: #EEE;
	border-right-color: #EEE;
}
input:disabled {
	color: #AAA28F;
}
textarea {
	width: 200px;
	height: 100px;
	overflow: auto;
}
textarea.big {
	width: 300px;
	height: 150px;
	overflow: auto;
}
input:focus,select:focus,textarea:focus {
	color: #444;
	background-color: #FFF;
}
input.error,select.error,textarea.error {
	color: #111!important;
	background-color: #FFEDCE!important;
	border-top-color: #F4C97D!important;
	border-left-color: #F4C97D!important;
	border-bottom-color: #F6E0BB!important;
	border-right-color: #F6E0BB!important;
}
span.msg {
	display: none;
	margin-left: 5px;
	padding-left: 17px;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial,Helvetica,Sans-Serif;
	color: #FF9000;
	background: url("ico/error.gif") no-repeat left center;
}
span.ob {
	color: #FF8400;
	font-weight: bold;
}
input.error:hover,select.error:hover,textarea.error:hover {
	background-color: #FFE7BB!important;
}
span.error {
	background-color: #FEEDED!important;
	border-color: #D88888!important;
}
button {
	cursor: pointer;
}

/* ADS
************************************** */
table {
	width: 100%;
	empty-cells: show;
	border-collapse: collapse;
	margin-bottom: 25px;
}
thead {
	line-height: 25px;
	font-weight: bold;
	background-color: #EEE;
	border-bottom: 1px solid #DDD;
}
thead th {
	color: #777;
}
thead th.data {
	text-align: left;
	padding: 0 5px;
}
thead th.item {
	width: 80px;
	text-align: center;
}
tbody {
}
tbody td {
	border-bottom: 1px solid #DDD;
}
tbody td.data {
	padding: 5px;
	line-height: 17px;
}
tbody td.item {
	width: 80px;
	text-align: center;
}
tbody td.item img {
	vertical-align: middle;
}
tfoot {
	line-height: 25px;
	font-weight: bold;
	background-color: #EEE;
}
tfoot td.data {
	text-align: left;
	padding: 0 5px;
}
tfoot td.item {
	width: 80px;
	text-align: center;
	letter-spacing: -1px;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 14px;
}
select#id_cpu {
	margin: 5px 0;
	width: 100%;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #222;
	background-color: #FFF;
}
span#valStandard,span#valPremium {
	letter-spacing: 0;
	color: #000;
}

/* VIDEO
************************************** */
#video {
	width: 500px;
	height: 300px;
	margin-bottom: 15px;
	background-color: #F9F9F9;
}

/* SCREENCAST
************************************** */
#screencasts div {
	float: left;
	margin-right: 45px;
	margin-bottom: 15px;
}
#screencasts div img {
	border: 2px solid #CCC;
}
#screencasts div a img {
	border: 2px solid #555;
	filter:alpha(opacity=90);
	-moz-opacity:.9;
}
#screencasts div a:hover img {
	border-color: #FF9900;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
}

/* MY ACCOUNT
************************************** */
#account {
	margin-bottom: 20px;
}
#picture {
	float: right;
}
#picture a img {
	border: 2px solid #555;
	filter:alpha(opacity=90);
	-moz-opacity:.9;
}
#picture a:hover img {
	border-color: #FF9900;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
}
ol#uploader {
	font-size: 14px;
	font-family: Helvetica,Sans-Serif;
	font-weight: bold;
}

/* EXTRAS
************************************** */
#content ul#partners {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#content ul#partners li {
	padding: 5px;
	height: 75px;
	background-color: #F4F4F4;
	border: 1px solid #D9D9D9;
}
#content ul#partners li a.img {
	float: left;
	height: 75px;
	width: 400px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	filter:alpha(opacity=90);
	-moz-opacity:.9;
}
#content ul#partners li a.img:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
}
#content ul#social {
	padding-left: 0;
	margin-top: 20px;
	list-style-type: none;
}
#content ul#social li {
	margin: 0;
	font-size: 14px;
	padding-left: 36px;
	line-height: 32px;
	background-position: left center;
	background-repeat: no-repeat;
}
#content ul#social li.facebook {
	background-image: url("social.facebook.gif");
}
#content ul#social li.twitter {
	background-image: url("social.twitter.gif");
}

/* FOOTER
************************************** */
#footer {
	clear: both;
	padding: 10px 5px;
	text-align: right;
	font-size: 11px;
	color: #888;
	background: #fafafa;
	border-top: 1px solid #EEE;
}
#footer p.c {
	margin-bottom: 5px;
}
#footer a {
	font-weight: normal;
	text-decoration: none;
	color: #555;
	background-image: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p.more {
	font-size: 10px;
	color: #AAA;
}

/* MISC
************************************** */
::-moz-selection {
	color: #7AA62F;
	background-color: #D4F699;
}
