html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
body {
	width:100%;
	background:#737373;
	font:normal 12px Tahoma, Verdana, Arial, Geneva, sans-serif;
}
h1, h2, h3, h4, .head p {
	font:normal 22px "Century Gothic", Georgia, "Times New Roman", Times, serif;
}
a {
	color:#880b0b;
}
a:hover {
	color:#c71e1e;
	text-decoration:none;
}
.wrapper {
	display:block;
	width:900px;
	margin:0 auto;
}
.head {
	display:block;
	width:900px;
	height:115px;
	position:relative;
}
a#logo {
	display:block;
	width:94px;
	height:88px;
	position:absolute;
	top:11px;
	left:45px;
	background:url(/img/logo.png) no-repeat;
}
.head p {
	display:inline-block;
	position:absolute;
	top:48px;
	left:180px;
	color:#fff;
}
.rkm_wrapper {
	width:100%;
	height:218px;
	background:#4e4e4e;
}
.rkm_about {
	display:block;
	width:900px;
	height:218px;
	margin:0 auto;
	background:url(/img/rkm_about_bg.png) repeat-x;
}
.rkm_about h1 {
	color:#fff;
	padding:15px 0 5px 15px;
}
.rkm_about p {
	color:#fff;
	padding:0 0 10px 15px;
	font-size:11px;
}
.rkm_about_cube {
	display:block;
	width:251px;
	height:218px;
	float:right;
	background:url(/img/rkm_about_cube.jpg) no-repeat;
	margin:0 10px;
}
/*
	Colors sheet

	#ed1651 - Red(color from logo)
	#8a8a8a - Search(borders)
	#383838 - Gray(borders, text)
	#13afe4 - Cyan(links)
	#296a86 - Dark Cyan-Blue(headers)

*/


#wrapper {
	height:auto;
	margin: auto;
	overflow:visible;
	width:986px;
	position:relative;
}
#inner {
	width:986px;
	padding-top:120px; /* padding from header */
}
#line {
	height:1px;
	width:986px;
	background: #ed1651;
	margin: 5px 0;
}
#imageblock {
	width:986px;
	height:330px;
}
#imageoverlay {
	position:absolute;
	height:330px;
	width:27px;
	background: transparent url(/img/bg_overlay.png) no-repeat bottom left;
}
#content {
	background:#fff;
	padding:10px 30px 25px 30px;
	border-top:3px solid #9a0000;
}
#content_main {
	background:#fff;
	padding:10px 25px 0 25px;
	min-height:600px;
	height:auto !important;
	height:600px;
	border-top:3px solid #9A0000;
}
#content h1, #content_main h2 {
	color:#9c0202;
	font-size:26px;
	margin-bottom:10px;
}
#content h3 {
	color:#9c0202;
	font-size:18px;
	margin-top:20px;
	font-weight:bold;
}
#content h1 + p img {
	margin: 0;
	border-radius: 6px;
	border: 1px solid #CCC;
	border-radius: 10px;
	box-shadow: 0 1px 1px #454545;
	margin: 0 10px 10px 0;
	padding: 5px;
}
#content ul, ol {
	margin:0 0 20px 35px;
	z-index:2;
}
#content ul li {
	list-style-image: url(/img/bullet.png);
	margin-top:8px;
}
#content ol li {
	margin-bottom:4px;
}
#content p {
	margin:10px 0 4px 0;
	line-height:16px;
	z-index:2;
}
#content img {
	margin:10px 0 12px 0;
	z-index:2;
	vertical-align:middle;
}
#tabs li {
	list-style:none;
}
#fragment-1 li, #fragment-2 li, #fragment-3 li {
	list-style:disc;
}
#EmailForm label {
	clear:both;
	display:block;
	height:20px;
}
#EmailForm .text {
	border:#bbb 1px solid;
}
#EmailForm .text:focus {
	border:#383838 1px solid;
}
#EmailForm .requiredValue {
	border:#00c70e 1px solid;
}
#EmailForm .invalidValue {
	border:#ed1651 1px solid;
}
#EmailForm .button {
	border:#bbb 1px solid;
	background:#fff;
	outline-style:none;
}
.errors {
	border:#ed1651 2px solid;
	padding:20px;
	margin-bottom:15px;
	background: #ffe2e2;
	color:#ed1651;
}
/**Blog**/
			.entryinfo {
	width:100%;
	color:#8a8a8a;
	clear:both;
}
.entryinfo .ditto_tags {
	float:left
}
.ditto_tags a {
}
.entryinfo .ditto_info {
	float:left;
	margin-left:40px;
}
.ditto_summaryPost {
	clear:both;
	margin-top:50px;
}
#ditto_pages {
	margin-top:40px;
	clear:both;
}
#ditto_pages a {
	margin:5px;
}
.ditto_currentpage {
	margin:5px;
}
/**Form**/
#commentsAnchor {
	margin-top:50px;
	clear:both;
}
#commentsAnchor .write_comment a {
	font:normal 22px "Century Gothic", Georgia, "Times New Roman", Times, serif;
}
.jot-form fieldset {
	border:0;
	padding:0;
}
.jot-form label {
	display:block;
	line-height:25px;
	margin: 10px 0;
}
.jot-form input {
	border:#bbb 1px solid;
	background:#fff;
}
.jot-form input:focus {
	border:#383838 1px solid;
}
.jot-form textarea {
	border:#bbb 1px solid;
}
.jot-form textarea:focus {
	border:#383838 1px solid;
}
.ajaxSearch_result {
	padding:10px 0;
	border-bottom:1px solid #ccc;
}
.ajaxSearch_result p {
	margin:0;
}
/**Comment entry**/
			.entry {
	border:1px solid #dedede;
	margin-top:10px;
	padding:10px;
}
.unpublished {
	border:1px solid #ed1651;
}
.entry .c-head {
	margin:0;
}
.entry .c-head span {
	margin-right:10px;
}
.entry .name {
	font-weight:bold;
}
.entry .mod a {
	margin-right:5px;
}
.entry .con {
	margin-top:10px;
}
/**subscriber**/
			.jot-list ul {
	margin:0;
	padding:0;
}
.jot-list ul li {
	list-style:none !important;
	margin: 10px 0;
}
.jot-nav {
	margin-bottom:10px;
}
#recaptcha_widget_div {
	margin-bottom:15px;
}
.jot-err {
	border:#ed1651 2px solid;
	padding:20px;
	margin-bottom:15px;
	background: #ffe2e2;
	color:#ed1651;
}
.jot-cfm {
	border:#00c70e 2px solid;
	padding:20px;
	margin-bottom:15px;
	background: #fff;
	color:#00c70e;
}
#footer {
	display:block;
	color: #ffffff;
	clear:both;
	height:58px;
	padding-top:8px;
	text-align:left;
	position: relative;
}
#copyright {
	margin:0 auto;
	width:300px;
	text-align:center;
}
#copyright p {
	font:normal 13px "Century Gothic", Georgia, "Times New Roman", Times, serif;
}
#copyright span {
	font-weight:normal;
	font-size:11px;
}
#footer_contact {
	width:185px;
	float:right;
}
#products {
	width:686px;
	float:right;
	height:150px;
}
#products .product {
	margin-left:25px;
	float:right;
	width: 180px;
	border-left:#8a8a8a 1px solid;
	border-right:#8a8a8a 1px solid;
	padding: 0 10px;
	color: #383838;
	height:100%;
}
#products h3 {
	margin-top:0px;
	margin-bottom:10px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#296a86;
	font-size:1.2em;
}
#products ul {
	margin:0;
	padding:0;
	list-style:none;
}
#products ul li {
}
#products a {
	color:#13afe4;
}
#header {
	position:absolute;
	top:0px;
	left:0px;
	width:986px;
	height:115px;
	z-index:1;
}
#search {
	position:absolute;
	bottom:12px;
	right:0px;
	width:246px;
	height:30px;
	z-index:3;
}
#search .input {
	color:#8a8a8a;
	width:149px;
	padding:0 5px;
	border:0;
	height:22px;
	display:inline-block;
	font-size:11px;
	background:url(/img/searchfield_bg.png) top left no-repeat;
	vertical-align:top;
}
#search .submit {
	color:#000;
	font:normal 12px "Century Gothic", Georgia, "Times New Roman", Times, serif;
	width:81px;
	height:22px;
	background:url(/img/search_bg.png) top left no-repeat;
	border:0;
	display:inline-block;
	vertical-align:top;
}
.screens .carousel-next {
	background:url("../img/carousel_next.png") no-repeat scroll 0 0 transparent;
	float:left;
	margin:250px 0 0 5px;
}
.screens .carousel-previous {
	background:url("../img/carousel_prev.png") no-repeat scroll 0 0 transparent;
	float:left;
	margin:250px 5px 0 0;
}
.horizontal .carousel-next,
.horizontal .carousel-previous {
	margin-top:135px;
}
.screens {
	z-index:1;
	height:625px;
}
.horizontal {
	height:320px;
}
.screens .hover {
	background-position:0 -40px;
}
.screens .carousel-control {
	cursor:pointer;
	display:inline-block;
	height:40px;
	line-height:999px;
	overflow:hidden;
	vertical-align:middle;
	width:40px;
}
.screens .disabled, .screens .disabled:hover {
	cursor:default;
	background-position:0 -80px;
}
.screens .js .carousel-wrap {
	background:none repeat scroll 0 0 #1A1A1A;
	border:1px solid #4F4F4F;
	display:inline-block;
	margin:0 5px 15px;
	vertical-align:middle;
	width:750px;
}
.screens, .screens .carousel-wrap {
	border:0 none;
	margin:0;
}
.screens .js {
	overflow:hidden;
}
.screens ul {
	list-style:none outside none;
	padding:0;
}
.screens ul {
	margin:0;
	padding:0;
}
#content .screens img {
	margin:0;
	padding:0;
}
#content .screens ul {
	margin:0;
	padding:0;
}
.screens .js {
	overflow:hidden;
	zoom:1;
}
.screens .carousel-wrap {
	margin:0;
	border:0;
	zoom:1;
	width:750px;
	vertical-align:middle;
	display:inline-block;
	float:left;
}
.screens .js .carousel-wrap {
	display:inline-block !important;
	/*display:inline;*/
	vertical-align:middle;
	width:750px;
	border:1px solid #4f4f4f;
	background:#1a1a1a;
}
.IE .js .carousel-wrap {
	display:inline;
}
.screens .carousel ul {
	margin:0;
	padding:0;
	zoom:1;
}
.screens .js ul li {
	overflow:hidden;
	display:inline;
	float:left;
	width:720px;
	height:335px;
	text-align:center;
}
.screens div {
	margin:0;
	padding:0;
	border:0;
}
.screens ul {
	padding:0;
	list-style:none;
}
.screens ul li {
	position:relative;
	width:750px;
	margin:0;
}
.screens ul li cite {
	position:absolute;
	bottom:3px;
	right:10px;
	line-height:19px;
	font-size:11px;
}
.screens ul li cite a img {
	vertical-align:middle;
}
.screens ul li cite a {
	color:#fff;
	text-decoration:none;
}
.screens div.center-wrap {
	overflow:hidden;
	clear:both;
	zoom:1;
}
.screens div.center-wrap div {
	border:0;
	margin:15px 0;
}
.screens div.center-wrap a {
	margin:0 2px;
	padding:2px 5px;
	border:1px solid #4f4f4f;
	background:#333;
	cursor:pointer;
	color:#fff;
	-moz-border-radius:12px;
	webkit-border-radius:12px;
	border-radius:12px;
}
.screens div.center-wrap a.active {
	font-weight:bold;
	color:#5db0e6;
}
.screens {
	border:0;
}
.screens ul {
	overflow:hidden;
	padding:0;
	zoom:1;
}
.screens ul li {
	display:inline;
	float:left;
	list-style:none;
	text-align:center;
}
.screens ul li a {
	display:block;
	text-decoration:none;
	text-align:center;
}
.screens ul li a.active {
	color:#fff;
}
#content .screens p {
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	background-color:#444444;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:10px;
}
.screens .tabs-frames {
	border:2px solid #333;
	padding:10px;
}
.screens .js ul {
	overflow:hidden;
	zoom:1;
}
.screens .js ul li {
	overflow:hidden;
	width:250px;
	height:167px;
}
.screens .js .carousel-wrap {
	width:250px;
	margin-bottom:0;
	zoom:1;
}
.screens h3 {
	color:#5DB0E6;
}
.screens ul li p a {
	display:inline;
	color:#CCC;
	text-decoration:underline;
}
.screens ul li p a:hover {
	text-decoration:none;
	color:#FFF;
}
.portfolio_item {
	display:block;
	width:254px;
	height:344px;
	position:relative;
	float:left;
	margin:10px 12px;
}
.portfolio_item .item_bg {
	display:block;
	width:254px;
	height:344px;
	position:relative;
	background:url(../img/portfolio_item_bg.png) 0 0 no-repeat;
	z-index:2;
}
#content .portfolio_item img.icon,
.portfolio_item a.item_link {
	width:245px;
	left:4px;
	top:6px;
	position:absolute;
	z-index:1;
	margin:0;
}
.portfolio_item a.item_link {
	height:275px;
	display:block;
	z-index:3;
}
#content .portfolio_item a.appworld_link img {
	margin:0;
}
.portfolio_item .item_name {
	display:block;
	top:258px;
	position:relative;
	z-index:3;
	text-align:center;
	font:16px "Century Gothic",Georgia,"Times New Roman",Times,serif;
}
.portfolio_item .appworld_link {
	display:block;
	width:184px;
	height:49px;
	background:url(../img/get-it-at-app-world.png) 0 0 no-repeat;
	left:43px;
	top:284px;
	position:absolute;
	z-index:3;
}
.portfolio_item .itunes_link {
	display:block;
	width:116px;
	height:40px;
	left:67px;
	top:284px;
	position:absolute;
	z-index:3;
}
.portfolio_item .android_link {
	display:block;
	width:174px;
	height:47px;
	left:43px;
	top:284px;
	position:absolute;
	z-index:3;
}
#content .portfolio_item img {
	margin:0;
}
.mobile_portfolio_select {
	text-align:center;
}
.mobile_portfolio_select img {
	margin:0 20px;
}
#EmailForm label.captcha_label {
	height:auto;
}
.cleaner {
	clear:both;
}
a.playonline {
	display:block;
	width:178px;
	height: 45px;
	background-image:url(../img/play_online.png);
	background-position:left top;
	text-indent:-9999px;
}
a.playonline:hover {
	background-position:left bottom;
}
.video_container {
	background:url(../images/video_bg.png) center top no-repeat;
	text-align:center;
	width:720px;
	height:338px;
	margin:0 auto;
	padding-top:22px;
}
