/*
Author: Vladimir Golušin
Author URI: http://bigfish.rs
*/

* {
  margin: 0;
}

html, body {
	height: 100%;
}

img, div, h1, li { behavior: url("http://akiotheme.com/wp-content/themes/akio/css/iepngfix.htc") }

body {
	font: 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	color: #333;
	text-align: center;
	background: #f7f7f7;
}

#wrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#stripe {
	background: #212121;
	border-bottom: 2px solid #0088ce;
	height: 10px;
	overflow: hidden;
	margin: 0 0 20px;
}

/* @group header */
/* HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#header {
	height: 100px;
	overflow: hidden;
}

#logo {
	background: url("img/logo.png") no-repeat 0 0;
	display: inline;
	float: left;
	height: 100px;
	margin: 0 10px;
	width: 300px;
}

#logo a {
	display: block;
	height: 100px;
	text-indent: -99999px;
	width: 300px;
}
/* @end */


/* @group menu */
/* MENU
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#menu {
	display: inline;
	float: left;
	font-size: 1.2em;
	margin: 0 10px;
	width: 620px;
}

#menu ul {
	float: right;
	margin: 35px 0 0;
}

#menu ul li {
	display: inline;
	float: left;
	margin-left: 10px;
}

#menu ul li a {
	color: #777;
}

#menu ul li a:hover {
	color: #0088ce;
}

#menu ul li a.special {
	background: #0088ce;
	color: #fff;
	padding: 4px;
	text-decoration: none;
}
/* @end */


/* @group mid */
/* MID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#mid #page-title {
	background: url("img/bg-home-title.png") repeat 0 0;
	border-top: 3px solid #0088ce;
	bottom: 0;
	color: #fff;
	margin: 0 10px;
}

#mid #page-title h1 {
	border: 0;
	color: #fff;
	display: block;
	font-size: 2.4em;
	letter-spacing: 0;
	margin: 0;
	padding: 20px;
	text-align: left;
	text-shadow: #000 1px 1px 2px;
}
/* @end */


/* @group page */
/* PAGE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#page div.page-content {
	margin: 0 30px 20px;
}

#page p {
	font-size: 1.3em;
	line-height: 150%;
	margin: 10px 0;
}

#page ul {
	margin: 10px 0 35px;
}

#page ul li {
	font-size: 1.3em;
	margin-bottom: 8px;
}

#page ul.yes li {
	background: url("img/icon-yes.png") no-repeat 0 0;
	padding-left: 20px;
}

#page ul.no li {
	background: url("img/icon-no.png") no-repeat 0 0;
	padding-left: 20px;
}

#page div.lc {
	display: inline;
	float: left;
	width: 550px;
}

#page div.rc {
	display: inline;
	float: left;
	margin-left: 50px;
	width: 300px;
}

#page div.page-content h3 {
	font-size: 2em;
}

#page div.page-content h3 span {
	color: #666;
	display: block;
	letter-spacing: 0;
	font: 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-weight: normal;
}

#page div.page-content h3 span strong {
	color: #333;
}

#page div.lc-about {
	display: inline;
	float: left;
	margin: 0 30px;
	width: 440px;
}

#page div.rc-about {
	display: inline;
	float: left;
	margin-left: 50px;
	width: 350px;
}

#page div.license {
	display: inline;
	float: left;
	margin: 0 30px;
	text-align: center;
	width: 260px;
}

#page div.license h2 {
	border-bottom: 1px solid #d5d5d5;
	display: block;
	margin: 0 auto;
}

#page div.license h3 {
	font: 3.4em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif !important;
	font-weight: bold !important;
	text-align: center;
	margin: 0 0 0 10px !important;
	position: relative;
}

#page div.license h4 {
	font-size: 1.5em;
	margin: 0 0 20px;
}

#page div.license h2 a {
	color: #000;
	text-decoration: none;
}

#page div.license h3.old,
#page div.license h3.new {
	display: inline-block;
	margin: 0 auto;
}

#page div.license h3.old {
	color: #999;
	font-size: 2.4em !important;
	text-decoration: line-through;
}

#page div.license h3.new {
	margin-left: 10px;
}

#page div.license h3 span {
	font-size: 0.7em;
}

#page div.license h3 a {
	color: #0088ce;
	text-decoration: none;
}

#page div.license ul li {
	font-size: 1.1em;
	line-height: 140%;
	padding-left: 22px;
	text-align: left;
}

#page div.license ul.no li {
	background: url("img/bullet.png") no-repeat 0 0;
}

#page div.license div.license-list {
	margin: 30px 0 0;
	padding: 0 20px;
}

#page div.license div.license-list ul {
	margin: 0;
}
/* @end */


/* @group home */
/* HOME
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#home {
	border-bottom: 1px solid #d5d5d5;
	height: 403px;
	position: relative;
}

#home #title {
	background: url("img/bg-home-title.png") repeat 0 0;
	bottom: 0;
	left: 0;
	color: #fff;
	height: 100px;
	margin: 0 10px;
	position: absolute;
	width: 940px;
}

#home #title h1 {
	border: 0;
	color: #fff;
	font-size: 2.4em;
	letter-spacing: 0;
	margin: 20px 30px 0;
	text-align: left;
	text-shadow: #000 1px 1px 2px;
	padding: 0;
}

#home #title h2 {
	font-size: 1.2em;
	margin: 0 30px 0;
	text-shadow: #000 1px 1px 2px;
}

#home #title .price {
	display: inline;
	float: right;
	font-size: 4.6em;
	font-weight: bold;
	letter-spacing: -0.05em;
	margin: 20px 10px 0;
}

#home #title .price sup {
	color: #a4a4a4;
	font-size: 0.7em;
	padding-top: 20px;
}

#home #title .price .old {
	display: inline;
	font-size: 0.8em;
	color: #a4a4a4;
	margin: 0 10px;
	position: relative;
	text-decoration: line-through;
}

#home #title .price .old img {
	position: absolute;
	z-index: 10000000000;
	top: 5px;
}

#home #title .button {
	display: inline;
	float: right;
	margin: 20px 30px 0 10px;
}

#home div.title-shadow,
#mid div.title-shadow {
	background: url("img/bg-home-title-shadow.png") no-repeat 0 0;
	color: #999;
	height: 25px;
	font-size: .9em;
	padding: 5px 10px;
	overflow: hidden;
	text-align: right;
}

a#buy-now {
	bottom: 20px;
	display: block;
	height: 60px;
	position: absolute;
	right: 40px;
	text-indent: -9999px;
	width: 140px;
}
/* @end */


/* @group grid */
/* GRID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#grid {
	display: block;
}

#grid div.item {
	display: inline;
	float: left;
	margin: 10px;
	width: 300px;
	overflow: hidden;
	border: 0;
	border-collapse: collapse;
	clear:none !important;
}

#grid div.item h3 {
	color: #121212;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -0.05em;
	margin: 0 0 10px 80px;
}

#grid div.item p {
	color: #555;
	line-height: 150%;
	margin-left: 80px;
}

#grid div.item div.template-view {
	border: 1px solid #d5d5d5;
	overflow: hidden;
}

#grid div.item div.template-view-shadow {
	color: #777;
	padding: 5px 3px 3px;
	background: url("img/bg-thumb-shadow.png") no-repeat 0 0;
}

#grid .customizable {
	background: url("img/icon-customizable.png") no-repeat 10px 0;
}

#grid .cross-browser {
	background: url("img/icon-crossbrowser.png") no-repeat 10px 0;
}

#grid .easy-to-use {
	background: url("img/icon-easytouse.png") no-repeat 10px 0;
}

#grid .extensibility {
	background: url("img/icon-extensibility.png") no-repeat 10px 0;
}

#grid .implementation {
	background: url("img/icon-implementation.png") no-repeat 10px 0;
}

#grid .standards {
	background: url("img/icon-standards.png") no-repeat 10px 0;
}

#grid .design {
	background: url("img/icon-design.png") no-repeat 10px 0;
}

#grid .updates {
	background: url("img/icon-updates.png") no-repeat 10px 0;
}

#grid .documentation {
	background: url("img/icon-documentation.png") no-repeat 10px 0;
}
/* @end */


/* @group footer */
/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#footer {
	border-top: 1px solid #d5d5d5;
	clear: both;
	padding: 10px 5px 10px;
	margin: 30px 0 0;
}

#footer ul#submenu {
	display: inline;
	float: left;
}

#footer ul#social {
	display: inline;
	float: right;
}

#footer ul li {
	display: inline;
	float: left;
	margin: 0 5px;
}

#footer ul li a {
	color: #666;
}

#footer p {
	color: #999;
	margin: 0 5px;
}

#footer p a {
	color: #0088ce;
}
/* @end */


/* @group elements */
/* ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Tahoma, Verdana, sans-serif, Georgia;
	font-weight: bold;
}

strong {
	font-weight: bold;
}

h1 {
	border-bottom: 1px solid #cdcdcd;
	color: #000;
	font-size: 3.4em;
	letter-spacing: -0.05em;
	margin: 20px 10px 0;
	text-align: center;
	text-shadow: #666 1px 1px 2px;
}

h2 {
	font-size: 2.8em;
	letter-spacing: -0.05em;
	margin: 20px 0 10px;
}

h3 {
	color: #000;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -0.05em;
	margin: 20px 0 10px;
}

h4 {
	color: #000;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -0.05em;
	margin: 20px 0 10px;
}
/* @end */


/* @group common */
/* COMMON
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
div.message {
	color: #333;
	font-size: 1.3em;
	margin: 10px;
	padding: 10px;
}

div.message h5 {
	color: #000;
	margin: 0 auto !important;
}

div.message p {
	line-height: 150%;
	font-size: 1em !important;
	margin: 0 !important;
}

div.message p span {
	font-size: 1.1em;
	font-weight: bold;
}

div.message p strong {
	color: #000;
}

div.message p a {
	color: #0088ce;
}

.info {
	background: #e8f6ff;
	border: 1px solid #b8e2fb;
}

.error {
	background: #feebeb;
	border: 1px solid #ffaeae;
}

.warning {
	background: #fff5cc;
	border: 1px solid #f2dd8c;
}

.confirm {
	background: #eaf7d9;
	border: 1px solid #bbdf8d;
}

.note {
	background: #fff5cc;
	border: 1px solid #f2dd8c;	
}

.download {
	background: #fff5cc url("img/icon-download.png") no-repeat 10px 12px;
	border: 1px solid #f2dd8c;
	padding-left: 72px !important;
	padding-bottom: 15px !important;
	margin-top: 25px !important;
}

.download span.download-lite {
	color: #0088ce;
	cursor: pointer;
	text-decoration: underline;
}
/* @end */


/* @group misc */
/* MISC
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.clearer {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
	display: block;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

img a:hover {
	margin-bottom: -5px;
}

.hidden {
	display:none;
}
/* @end */



/* @group contact form */
/* CONTACT FORM
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.formcontainer {}

.formcontainer .contact-form {
	margin: 30px 0 0;
}

.formcontainer .form-input input {
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	border-top: 1px solid #848484;
	color: #222;
	padding: 3px;
	
	width: 250px;
}


.formcontainer .form-input input#ec_math_a {
	width: 50px;
}

.formcontainer .form-textarea textarea {
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	border-top: 1px solid #848484;
	color: #222;
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Tahoma, Verdana, sans-serif;
	padding: 3px;
	width: 500px;
}

.formcontainer span.required {
	font-size: 9px;
	padding: 2px 3px;
	text-transform: uppercase;
	background: #e10000;
	color: #fff;
}

.formcontainer fieldset {
	padding: 0 0 5px;
}

.formcontainer fieldset h3 {
	border-bottom: 1px solid #d5d5d5;
	display: block;
	padding-bottom: 3px;
}

.formcontainer .form-input {
	margin: 0 0 8px;
}

.formcontainer .form-label {
	margin: 0 0 3px;
}

.formcontainer .form-submit {
	margin: 20px 0 10px;
}
/* @end */


/* @group form */
/* FORM
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
input.field {
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	border-top: 1px solid #848484;
	color: #222;
	padding: 3px;
}

input.button {
	margin: 10px 0 0;
}

input.radio {
	margin: 3px 0;
}

input.checkbox {
	margin: 3px 0;
}

textarea {
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	border-top: 1px solid #848484;
	color: #222;
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Tahoma, Verdana, sans-serif;
	padding: 3px;
}

select {
	padding: 2px 0;
}

input.field.selected {
	background: #e8f6ff;
}

/* non-floating form item */
div.item {
	clear: both;
	margin: 10px 10px 0;
}

/* floating form item */
div.itemf {
	float: left;
	margin: 10px;
}

div.lc div.item,
div.rc div.item {
	margin: 10px 10px 10px 0 !important;
}

div.lc div.itemf,
div.rc div.itemf {
	float: left;
	margin: 10px 10px 10px 0 !important;
}


div.item div.label,
div.itemf div.label {
	color: #777;
	padding: 2px;
	margin-top: 1px;
}

div.item div.label span,
div.itemf div.label span {
	font-size: 9px;
	padding: 2px 3px;
	text-transform: uppercase;
}

div.item div.label span.required,
div.itemf div.label span.required {
	background: #e10000;
	color: #fff;
}

div.item div.label span.attention,
div.itemf div.label span.attention {
	background: #ffcc00;
	color: #333;
}

.tiny {
	width: 30px;
}

.small {
	width: 60px;
}

.large {
	width: 120px;
}

.big {
	width: 180px;
}

.extra {
	width: 240px;
}

.wide {
	width: 325px;
}

.huge {
	width: 480px;
}

form h3 {
	border-bottom: 1px solid #d5d5d5;
	clear: both;
	color: #666;
	font-size: 16px;
	margin: 20px 0 10px !important;
	padding: 5px 0;
}

div.lc form h3,
div.rc form h3 {
	margin: 20px 0 0 !important;
}

fieldset {
	margin: 10px 0;
	padding: 0 0 5px;
}

div.lc fieldset,
div.rc fieldset {
	margin: 10px auto;
}
/* @end */


/* @group Error Page */
/* ERROR PAGE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#error-page {
	min-height: 300px;
}

#error-page h1 {
	border: 0;
	text-align: center;
}

#error-page h3 {
	text-align: center;
}

#error-page p {
	line-height: 170%;
	font-size: 1.2em;
	margin: 0 auto;
	text-align: center;
}
/* @end */
