/* @override 
	http://www.vayadesign.net/code/?css=code/main.v.1273507346
	http://www.vayadesign.net/code/?css=code/main.v.1273508490
	http://www.vayadesign.net/code/?css=code/main.v.1273511939
*/

html, body {
	height: 100%;
}
body {
	background: #ebeff2 url(images/bg.png) repeat-x top left;
	font-family: Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	line-height: 140%;	
}
a:link, a:visited {
	color: #4d5762;
	text-decoration: none;
}

a:hover {
	background: #b3c1ce;
	color: #fff;
}
/* @group Nav */
ul#nav {
	margin: 0 auto;
	width: 398px;
	height: 35px;
	display: block;
}

#nav li {
	float: left;
	width: 134px;
	height: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-indent: -1000em;
	overflow: hidden;
}

#nav li.addons {
	width: 130px;
}

#nav a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
}

#nav .home a{
	background-image: url(images/tab_home.png);
}

#nav .addons a {
	background-image: url(images/tab_addons.gif);
}

#nav .addons a.active {
	background-position: center bottom;
}

#nav .contact a {
	background-image: url(images/tab_contact.png);
}

#nav_dropdown {
	width: 177px;
	margin: 0 0 0 -108px;
	background: url(images/nav_dropdown_top.png) no-repeat center top;
	padding: 0 20px 0 20px;
	position: absolute;
	left: 50%;
	display: none;
}

#nav_dropdown h3 {
	font-size: 15px;
	color: #3d7ebf;
	text-shadow: #fff 1px 1px 0px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#nav_dropdown h3.first {
	margin: 1.8em 0 0 0;
}

#nav_dropdown ul {
	margin: 0.5em 0 0.8em 0;
}

#nav_dropdown ul.last {
	margin: 0 0 -20px -20px;
	width: 177px;
	padding: 0.3em 20px 1em 20px;
	background: url(images/nav_dropdown_bottom.png) no-repeat center bottom;
}

#nav_dropdown li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 2px 0;
	font-size: 13px;
}

#nav_dropdown li a {
	text-shadow: #fff 1px 1px 0px;
	color: #4d5e6c;
}

#nav_dropdown li a:hover {
	background: none;
	text-decoration: underline;
	color: #4d5e6c;
}

/* @end */
/* @group Heading / Container */
h1#sitetitle {
	width: 164px;
	height: 66px;
	margin: 27px auto 29px auto;
	padding: 0;
	background: url(images/code.png) no-repeat center bottom;
}

h1#sitetitle a, h1#sitetitle a:hover {
	height: 100%;
	width: 100%;
	display: block;
	text-indent: -1000em;
	overflow: hidden;
	background: url(images/code.png) no-repeat center top;
}

h1#sitetitle a.nojs:hover {
	background: url(images/code.png) no-repeat center bottom;
}

#container {
	width: 568px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	color: #444;
	background: url(images/container_bg.png) repeat-y center top;
	color: #8192a4;
}

#container_top {
	background: url(images/container_top.png) no-repeat left top;
	height: 24px;
	width: 568px;
	margin: 0 auto;
}

#footer {
	background: url(images/container_bottom.png) no-repeat center top;
	text-align: center;
	padding: 30px 0 10px 0;
	color: #a7b4c2;
	font-size: 11px;
	width: 568px;
	margin: 0 auto;
}

/* @end */
/* @group Content */

.content_basic {
	padding: 0em 45px;
	line-height: 150%;
	margin: -2em 0 3em 0;
	font-size: 13px;
}

.content_block {
	background: #272727 url(images/item_top.png) no-repeat top left;
	width: 449px;
	margin: 0 auto;
	padding: 0 18px;
	color: #a7b4c2;
	font-size: 13px;
	line-height: 140%;
}

.content_foot, .content_foot_spacer {
	background: #f9fafb url(images/item_bottom.png) no-repeat top left;
	display: block;
	width: 485px;
	height: 35px;
	margin: 0 -18px 0 -18px;
	padding: 0 0 10px 0;
}
.content_foot {
	height: 18px;
	margin: 0 -18px 0 -18px;
}

.content_basic .mini_block {
	width: 400px;
	margin: 2em auto;
	background: #e1eaf1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    -webkit-box-shadow: #c9d0d5 0px 3px 3px;
    -moz-box-shadow: #c9d0d5 0px 3px 3px;
    box-shadow: #c9d0d5 0px 3px 3px;
	text-shadow: 0px 1px 1px #FFFFFF;
	font-size: 13px;
	padding: 0 0 1em 0;
    background: -moz-linear-gradient(top, #f0f4f7, #e1eaf1);
    background: -webkit-gradient(linear, left top, left bottom, from(#f0f4f7), to(#e1eaf1));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
    StartColorStr='#f0f4f7', EndColorStr='#e1eaf1', GradientType=0);
}

#container h1, h2, h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
	padding: 1em 0 0 0;
	margin: 0 0 1em 0;
	color: #bae1fe;
	text-align: center;
}

.content_basic h2 {
	color: #6291bc;
	text-align: left;
	margin: 1em 0;
	text-transform: uppercase;
	clear: both;
}

#container h1 {
	font-size: 29px;
	color: #4d5762;
	padding: 0.5em 0 0 0;
	margin: 0 0 0.5em 0;
}

.content_block h2:before {
	content: url(images/head_prefix.png);
	padding-right: 6px;
}

.content_block h2:after {
	content: url(images/head_suffix.png);
	padding-left: 6px;
}

h3.subtitle {
	color: #879cb3;
	text-align: center;
	margin: -0.5em 0 0.5em 0;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
}

.content_block h3 {
	color: #eff7ff;
	font-size: 14px;
	margin: 1.5em 0 0 0;
	padding: 0;
	text-align: left;
}

.content_basic h3 {
	color: #6291bc;
	margin: 0 0 1em 0;
	padding: 1.5em 0 0 0;
	clear: both;
}

.content_basic h3:first-child {
	padding: 1em 0 0 0;
}

.content_block h3 a:link, .content_block h3 a:visited {
	text-decoration: none;
}

.content_block h3 a:hover {
	text-decoration: underline;
}

h3 .tag {
	margin: 2px 0 -2px 5px;
/* 	width: 35px; */
	height: 15px;
}

h4 {
	text-align: center;
	font-size: 13px;
	color: #c9e5ff;
	margin: 1em 0 0.5em 0;
}

p {
	padding: 0.5em 0 0.5em 0;
	margin: 0;
}

p.head_image {
	margin: 1.8em 0 1em 0;
	padding: 0;
	text-align: center;
}

p.head_image img, .content_block img {
	border: none;
}

p.show_border img {
	border: 1px solid #babfc4;
	padding: 2px;
}

p.no_border {
	margin: 1.1em 0 0 0;
}

p.head_image a:hover {
	background: none;
}

p.placeholder {
	text-align: center;
	margin: 20px;
}

p.info_note {
	font-size: 11px;
	line-height: 150%;
	color: #d7ecfc;
	text-align: center;
	border-top: 1px dotted #53667a;
	margin: 1em 0 0 0;
	padding: 1em 20px 0 20px;
}

p.intro {
	padding: 1em 45px 2em 45px;
	line-height: 150%;
}

p.intro strong {
	color: #4e6172;
}

code {
	font-family: Monaco, "Andale Mono", "Courier New";
	font-size: 11px;
	display: block;
	background: url(images/code_snippet_bottom_solid.png) no-repeat center bottom;
	padding: 15px 15px;
	width: 482px;
}
.codeblock {
	margin: 0 0 1em -31px;
	white-space: nowrap;
	background: url(images/code_snippet_top.png) no-repeat center top;
	width: 512px;
}
code, .code_contents {
	width: 482px;
	overflow: auto;
}
.scrollableCode {
	display: block;
	overflow: auto;
	width: 482px;
	float: left;
}
ul {
	margin: 1em 0;
	padding: 0;
	list-style-type: square;
}

ol {
	margin: 1em 0;
	padding: 0 0 0 10px;
}

.content_basic li, .content_block li {
	margin: 0px 0px 10px 15px;
	padding: 0;
}

.content_basic .mini_block ul {
	margin: 1em 0 1em 20px;
	padding: 0;
	list-style-position: outside;
}

.content_basic .mini_block li {
	margin: 0 0 0 20px;
	padding: 0;
	width: 170px;
	float: left;
}

ul ul {
	margin: 0;
	list-style-type: circle;
}

.content_block a:link, .content_block a:visited {
	color: #eff7ff;
	text-decoration: underline;
}
.content_block a:hover {
	background: none;
	color: #d7ecfc;
}

.donate_btn {
	display: block;
	width: 489px;
	height: 42px;
	margin: 13px auto 0px auto;
}

.download a, .buy_now a {
	display: block;
	text-indent: -1000em;
	overflow: hidden;
	width: 159px;
	height: 50px;
	border: none;
	background: url(images/download.png) no-repeat center;
	margin: 0 auto;
	padding: 0;
}

.buy_now {
	border-top: 1px dotted #aebecb;
	border-bottom: 1px dotted #aebecb;
	width: 485px;
	margin: 0 auto;
	background: #f0f4f7;
}

#buy_items, #download_items {
	display: block;
	width: 485px;
	height: 50px;
	background: url(images/buy_slide_grad.png) repeat-x left top;
}

.buy_now .price_copy {
	margin: 0 0 0 5px;
	display: block;
	float: left;
	text-align: center;
	width: 315px;
	position: relative;
}

.buy_now a {
	background: url(images/buy_now.png) no-repeat center;
	float: right;
	margin: 0 5px 0 0px;
}

.buy_now .price {
	font-size: 25px;
	display: block;
	position: absolute;
	left: 77px;
	top: 15px;
}

.buy_now .price_note {
	display: block;
	position: absolute;
	left: 124px;
	top: 16px;
}

p.download_notes {
	padding: 0.5em 80px 0 80px;
	font-size: 11px;
	text-align:center;
	line-height: 145%;
}

p#action_toggle {
	margin: 0 45px 0 0;
	text-align: right;
	font-size: 12px;
}

#action_toggle .return_link {
	background: url(images/back_arrow.png) no-repeat right center;
	padding-right: 20px;
}

#action_toggle .return_link:hover {
	background-color: #B3C1CE;
}

p.license_info {
	padding: 1em 80px 0 80px;
}

.centered {
	text-align: center;
}

.clear {
	display: block;
	clear: both;
	height: 1px;
	width: 1px;
}
/* @end */

/* @group Forms */

form {
	padding: 0;
	margin: 0;
}

label {
	font-size: 18px;
	color: #4c5762;
	font-weight: bold;
	padding: 0 45px 0.7em 45px;
	display: block;
	float: left;
	clear: left;
}

.label_note {
	font-size: 11px;
	font-weight: normal;
	vertical-align: bottom;
}

input.input {
	display: block;
	float: left;
	clear: both;
	margin: 0 0 1em 45px;
	background: #fff;
	color: #8e9fae;
	border: 2px solid #a8b4bd;
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	width: 452px;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline-style:none;
	outline-width:0px;
}

input:focus {
	color: #6b7f90;
}

input.license_field {
	width: 285px;
	float: left;
	margin: 4px 0px 1em 5px;
}

input.download_submit {
	float: right;
	margin: 0 5px 0 0;
}

input.input:focus {
	border-color: #63839e;
}

input.submit {
	clear: both;
	display: block;
	margin: 0 auto;
}

p.submit {
	clear: both;
	padding: 0.6em 0 0 0;
}
/* @end */	