@charset "utf-8";
/* CSS Document */
a:link, a:visited, a:hover, a:active {
	text-decoration:none;
	color:#60a8d8;
	padding:0px;
	margin:0px;
}
.logo-title a:link, .logo-title a:visited, .logo-title a:active, .logo-title a:hover {
	color:#fff;
}
body {
	background:#27343c url(../img/background.png) no-repeat center top;
	border-top:10px solid #1d272e;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	margin:0px;
	padding:0px;
	font-size:13px;
	margin-bottom:50px;
}
.header {
	margin:10px;
	margin-bottom:20px;
}
.wrapper {
	width:850px;
	margin:0px auto;
}
.top-of-nav-img {
	margin-top:10px;
}
.nav {
	font-size:13px;
	background:#141b20;
}
.nav ul, .sub-nav ul {
	margin:0px;
	list-style:none;
	height:24px;
}
.nav ul li, .sub-nav ul li {
	float:left;
	display:block;
	padding:3px 0px;
}
.nav ul li a {
	padding:9px 16px;
	margin-bottom:2px;
}
.nav-active a {
	background:url(../img/bluenav.png) repeat-x;
	color:#000;
}
.content-wrap {
	background:#fff;
	font-family:verdana, arial, helvetica, serif;
}
.content {
	background:#fff url(../img/bodybluegrad.png) top no-repeat;
	color:#222;
	padding-left:10px;
	padding-right:10px;
}
.sub-nav {
	background:	url(../img/subnavl.png) repeat-x center;
	width:830px;
	height:30px;
	margin:3px auto;
	color:#fff;
}
.sub-nav ul {
	padding:0px;
	font-size:12px;
	padding-left:5px;
}
.sub-nav ul li {
	margin:5px 16px;
}
.sub-nav ul li.current, .sub-nav ul li.current a, .sub-nav ul li.current a:hover {
	color:#bcec57;
	font-weight:bold;
}
.sub-nav ul li a {
}
.sub-nav ul li a:hover, .nav ul li a:hover {
	color:#90c0d8;
	text-decoration:underline;
}
.nav ul li a:hover {
	text-decoration:none;
}
.img-block {
	height:230px;
	width:830px;
	margin:3px auto;
	background:url(../img/imageblock.png) no-repeat center;
	margin-bottom:30px;
}
.img-block-sitemap {
	background:url(../img/imageblock-sitemap.png) no-repeat center;
	color:#fff;
}
.img-block-index {
	background:url(../img/imagebox-index.png) no-repeat center;
	color:#222;
}
.img-block-mseo
{
	background:url(../img/imagebox-mseo.png) no-repeat center;
	color:#222;
}
.img-block-index h1, .img-block-sitemap h1, .img-block-mseo h1 {
	font-size:30px;
	padding:0;
	margin:0;
	margin-left: 29px;
	margin-top: -5px;
}
.img-block-sitemap ul, .img-block-mseo ul {
	list-style:url(../img/icons/star.png);
	margin-top:10px;
}
.img-block-index strong, .img-block-mseo strong {
	font-size:18px;
}
.img-block-index ul {
	margin-top:10px;
}
.img-block-index .desc, .img-block-sitemap .desc, .img-block-mseo desc {
	font-size:11px;
	font-style:italic;
}
.star-ul {
	list-style:url(../img/icons/star.png);
}
.tick-ul {
	list-style:url(../img/icons/tick.png);
}
.app-ul {
	list-style:none;
	padding-left: 25px;
}
.app-ul li {
	padding-left: 18px;
	font-weight:bold;
	background:url(../img/apps.png) no-repeat scroll left top;
	margin-bottom:8px;
}
.app-ul li ul li
{
	list-style:none;
	background:url(../img/apps.png) no-repeat scroll left top;
}
.app-ul li p {
	margin:0 0 0 20px;
	font-style:italic;
	font-weight:normal;
	line-height:14px;
}
.logo-title img {
	vertical-align:text-bottom;
}
.logo-title {
	vertical-align:middle;
	font-size:35px;
}
.labz {
	color: #6598b4;
}
.give-margin {
	margin-left:10px;
	margin-right:10px;
}
/*TABLES*/
.tfoot-total tr {
	background:#FFC;
}
.tfoot-total tr td.right {
	text-align:right;
	font-weight:bold;
}
.tfoot-total tr td input {
	font-size:12px;
}
.tfoot-total tr td input:hover, .tfoot-total tr td input:active {
	background:#bfd4df;
}
.infobox {
	padding:10px 20px;
	background:#fde6ca;
	border:2px dashed #f7941d;
	margin-top:4px;
	margin-bottom:5px;
}
.copyright {
	margin-top:20px;
	background:#fff;
	color:#222;
}
.copyright-content {
	padding-left:10px;
}
.footer-ul {
}
.copyright-content h4 {
	border-bottom:1px solid #ccc;
	margin:0;
}
.copyright-content ul {
	list-style-type:circle;
}
.regular-text, .push {
	padding-left:20px;
}
.license-key {
	border:2px solid #71d415;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:24px;
	padding:3px;
}
h3 {
	margin-bottom:0;
}
.underline-this {
	padding-bottom:3px;
	border-bottom:1px solid #222;
}
.border-none {
	border:0px;
}
p {
	line-height:22px;
}
.mini-desc {
	font-style:italic;
	font-size:9px;
}
.featureh2 {
	color:#F60;
	border-bottom:2px solid #F60;
}

.downloadh4
{
	margin:8px 0 4px;
}