body {
	text-align: center;
	color: #333;
	background:url(../images/main-bg.gif) repeat-x left top #fff;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	margin:0;
	padding:0;
}
div#header {
	width: 100%;
	height:218px;
	background:url(../images/header-bgr.jpg) no-repeat top center;
}
div#logos {
	width: 100%;
}
div.inner {
	width: 840px;
	margin: auto;
	text-align: left;
	padding: 0 0 15px 0;
}
div#logos div.inner {
	padding: 10px 0;
}
div#header h1 {
	font-size: 23px;
	font-weight: bold;
	float: left;
	width: 40%;
	text-shadow: 1px 0px #2B4462;
	letter-spacing: -1px;
}
div#header h1 a {
	color: #333;
	text-decoration: none;
}
ul#navigation {
	float: right;
}
ul#navigation li {
	display: inline;
}
ul#navigation li a {
	color: #aaa;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
}
ul#navigation li.active a {
	color: #BFDCFE;
}
ul#navigation li a:hover {
	color: #333;
}
ul#navigationL {
	float: left;
}
ul#navigationL li {
	display: inline;
}
ul#navigationL li a {
	color: #aaa;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
}
ul#navigationL li.active a {
	color: #BFDCFE;
}
ul#navigationL li a:hover {
	color: #333;
}
div#logos {
	text-align: center;
}
#logos a {
	float: left;
	margin: 0 35px 0 0;
}
#logos a.last {
	margin: 0;
}
input#s {
	width: 220px;
}
ul#sidebar input#s {
	width: 100px;
}
a#rss-link, a#technorati-link {
	display: block;
	float: left;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	top: 4px;
	text-decoration: none;
	margin: 0 20px 0 0;
}
a#rss-link {
	background: url('../images/rss.gif') no-repeat left center;
	padding: 0 0 1px 17px;
}
a#technorati-link {
	background: url('../images/technorati.gif') no-repeat left center;
	padding: 0 0 1px 19px;
}
a#rss-link strong, a#technorati-link strong {
	color: #666!important;
	border-bottom: 1px dotted #222;
}
a#rss-link:hover strong, a#technorati-link:hover strong {
	color: #ccc!important;
	border-bottom: 1px solid #333;
}
div#wrapper {
	text-align: left;
	width: 800px;
	padding: 20px;
	margin: auto;
	background: #fff;
	background-position: -60px 0px;
}
div#content {
	width: 500px;
	float: left;
	padding: 0 30px 0 0;
}
ul#sidebar {
	display: block;
	width: 240px;
	float: left;
	padding: 10px 0 0 30px;
	font-size: 13px;
}
ul#sidebar h2 {
	font-size: 20px;
}
ul#sidebar li {
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #ccc;
}
ul#sidebar li ul li {
	font-size: 13px!important;
	margin: 0;
	border: none;
}
ul#sidebar ul.block-list li a {
	display: block;
	padding: 7px 0;
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}
ul#sidebar ul.block-list li a:hover {
	text-decoration: none;
}
h2, h3, h4, h5, h6 {
	color: #000;
}
h2 {
	font-size: 30px;
	margin: 0 0 8px!important;
	letter-spacing: -1px;
}
h2 a {
	color: #000;
	text-decoration: none;
}
h2 a:hover {
	color: #000;
	text-decoration: underline;
}
h3 {
	font-size: 18px;
	margin: 0 0 8px;
}
div.post h3 {
	margin: 0 0 2px;
}
h4 {
	font-size: 16px;
}
div.post-title {
	margin: 0 0 10px;
}
div.post-title h2 {
	margin: 0;
}
div.post-title h3 {
	color: #999;
	font-size: 14px;
}
div.post-title h3 a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
div.post-title h3 a:hover {
	border-bottom: 1px solid #aaa;
	color: #444;
}
p {
	margin: 0 0 20px;
	font-size: 13px;
	line-height: 20px;
}
p img {
	background: #fff;
	padding: 5px;
	border: 1px solid #999;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
p a:hover img {
	border: 1px solid #777;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
img.float-left, img.alignleft {
	display: block;
	float: left;
	clear: left;
	margin: 0 24px 12px 0;
}
img.float-right, img.alignright {
	display: block;
	float: right;
	clear: right;
	margin: 0 0 12px 12px;
}
img.center, img.centered {
	display: block;
	clear: both;
	margin: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
div.post-content ul, div.post-content ol {
	margin: 5px 0 12px 24px;
	list-style: disc;
	font-size: 13px;
}
div.post-content ol {
	list-style: decimal;
}
div.post-content h2 {
	font-size: 16px;
	font-weight: normal;
}
a {
	color: #bb0000;
}
a:hover {
	color: #000000;
}
blockquote {
	font-size: 15px!important;
	font-family: Georgia, Times, 'Times New Roman', serif;
	color: #444;
	font-style: italic;
	margin: 0 0 0 22px;
	line-height: 24px!important;
	display: block;
}
blockquote p {
	font-size: 15px!important;
	line-height: 24px!important;
}
cite {
	text-align: right;
	float: right;
	color: #aaa;
}
cite a {
	color: #aaa;
	text-decoration: none;
}
cite a:hover {
	color: #999;
	text-decoration: underline;
}
code {
	font-size: 130%;
	background: #fafafa;
}
code.block {
	display: block;
	padding: 10px;
}
div.post {
	padding: 0 0 10px;
	margin: 0 0 25px;
	border-bottom: 1px dotted #ccc;
}
div.post-meta {
	display: block;
	padding: 15px 10px 0px 10px;
	font-size: 13px;
	background: #eaf3f9 url('../images/meta_top.gif') no-repeat top;
	color: #6f7f8a;
}
div.post-meta-cap {
	background: transparent url('../images/meta_bottom.gif') no-repeat bottom;
	height: 5px;
}
div.post-meta span {
	display: block;
	padding: 10px 0;
}
div.post-meta a {
	text-decoration: none;
}
div.post-meta a:hover {
	text-decoration: underline;
}
ul.post-comments {
	margin: 26px 0;
}
ul.post-comments h3 {
	margin: 0 0 5px;
}
li.comment {
	display: block;
	padding: 20px 20px 0;
	border-bottom: 1px dotted #ccc;
	background: #fafafa;
}
li.comment.alt {
	background: #fff;
}
cite.comment-author {
	text-align: left;
	float: left;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	width: 150px;
	clear: left;
	display: block;
}
cite.comment-author a {
	color: #333;
	text-decoration: none;
}
cite.comment-author a:hover {
	text-decoration: underline;
}
cite.comment-author img {
	position: relative;
	top: 6px;
	margin: 0 10px 0 0;
}
div.comment-content {
	display: block;
	width: 300px;
	float: left;
	padding: 0 0 0 10px;
}
table#wp-calendar {
	margin: auto;
	text-align: center;
}
table#wp-calendar caption {
	font-size: 14px;
	text-align: center;
	color: #999;
}
table#wp-calendar td {
	padding: 5px;
	font-size: 13px;
	text-align: center;
}
table#wp-calendar th {
	font-size: 14px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
table#wp-calendar td a {
	font-weight: bold;
}
a abbr, a acronym {
	border: none;
}
div#footer_container {
	width: 100%;
	background:url(../images/footer-bkg1.gif) repeat-x left #000;
	height:234px;
}
div#footer {
	clear: both;
	padding: 15px 10px 15px;
	display: block;
	width: 820px;
	margin: auto;
	text-align: left;
}
div#footer p {
	font-size: 12px;
	margin: 0 0 5px 0;
	color: #fff;
}
div#footer a {
	color: #eee;
	text-decoration: none;
	font-weight:bold;
}
div#footer a:hover {
	color: #ccc;
}
div#footer p#blog-name {
	font-size: 16px;
	color: #aaa;
	text-align:right;
}
div#footer p#webrevolutionary-link {
	color: #999;
	text-align:right;
}
div#footer p#webrevolutionary-link a {
	color: #ccc;
}
div#footer p#webrevolutionary-link a:hover {
	color: #666;
}
div#soclogos {
	text-align: left;
	margin-bottom:20px;
}
#soclogos a {
	float: left;
	margin: 0 10px 0 0;
}
#soclogos a.last {
	margin: 0;
}
/*---------------Header 03.07.2009 -----------------*/
div.toplink {
	width:800px;
	height:30px;
	margin:0px auto;
	font-size:12px;
	color:#d0d0d0;
}
div.toplink p{line-height:28px;}
div.toplink p span {float:right; margin:-20px 0 0 0;}
div.toplink p a{color:#FF0000; text-decoration:none;}
div.toplink p a:hover{color:#eee;}

/*----Left side----*/

div.left-header {
	width:375px;
	float:left;
	margin:54px 0 0 18px;
}
div.left-header p{ margin:0 0 18px 90px; color:#fff; font-size:12px;}
div.left-header p.title{color:#fff; font-size:24px;}
div.left-header p.title a{color:#fff; font-size:24px; text-decoration:none; margin:0px !important; padding:0px !important}
div.left-header p.title a:hover{color:#eee;}

/*----Right-header----*/

div.right-header {
	width:400px;
	float:right;
}
div.right-header a.send-request {
	width:246px;
	height:50px;
	color:#fff;
	text-decoration:none;
	text-align:left;
	display:block;
	background:url(../images/request-button.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	margin:46px 0 0 132px;
}
* {outline:none}
div.right-header a.send-request:hover {background-position:0 -50px;}
div.right-header a.send-request:active {background-position:0 -100px;}
div.right-header a.send-request span.min {
	font-size:10px;
	display:block;
	margin:0 0 0 30px;
	padding:10px 0 0 0;
}
div.right-header a.send-request span.max {
	font-size:18px;
	display:block;
	margin:-16px 0 0 30px;
}
div.right-header div.socnet {
	float:right;
	height:41px;
	margin:48px 11px 0 0;
	width:260px;
}
div.right-header div.socnet a {
	width:52px;
	height:40px;
	float:left;
	text-decoration:none;
	display:block;
	background:url(../images/social-net.jpg);
	background-repeat:no-repeat;
}
div.right-header div.socnet a.facebook {background-position:0px 0px;}
div.right-header div.socnet a.facebook:hover {background-position:0px -40px;}
div.right-header div.socnet a.youtube {background-position:-52px 0px;}
div.right-header div.socnet a.youtube:hover {background-position:-52px -40px;}
div.right-header div.socnet a.twetter {background-position:-104px 0px;}
div.right-header div.socnet a.twetter:hover {background-position:-104px -40px;}
div.right-header div.socnet a.linked {background-position:-156px 0px;}
div.right-header div.socnet a.linked:hover {background-position:-156px -40px;}
div.right-header div.socnet a.svejo {background-position:-208px 0px;}
div.right-header div.socnet a.svejo:hover {background-position:-208px -40px;}

div.rss {padding:10px 0 0; clear:both;}

/*---------------Footer 03.07.2009 -----------------*/

#footer div.left-footer {width:200px; float:left;}
#footer div.left-footer p{color:#999; font-size:12px;}
#footer div.left-footer p span{text-transform:uppercase; font-size:14px;}
#footer div.left-footer a {text-decoration:underline; color:#eee;}
#footer div.left-footer a:hover {text-decoration:none;}

#footer div.left-footer2 {width:300px; float:left; margin:0 0 0 30px;}
#footer div.left-footer2 p span{text-transform:uppercase; font-size:14px; color:#999}
#footer div.left-footer2 a {text-decoration:underline; color:#eee; display:block; margin:8px 0}
#footer div.left-footer2 a:hover {text-decoration:none;}

#footer div.products {margin:0px auto; width:860px; padding:8px 0 0 0;}
#footer div.products a{
	background-repeat:no-repeat;
	display:block;
	width:130px;
	height:30px;
	margin:0 54px 0 0;
	text-decoration:none;
	float:left;
	background:url(../images/products.gif);
}
#footer div.products a.cms {background-position:0 -4px;}
#footer div.products a.cms:hover {background-position:0 -55px;}
#footer div.products a.ecms {background-position:-178px -4px;;}
#footer div.products a.ecms:hover {background-position:-178px -55px;}
#footer div.products a.est {background-position:-367px -9px; margin:5px 52px 0 0 !important}
#footer div.products a.est:hover {background-position:-367px -44px;}
#footer div.products a.sft {background-position:-538px -4px; width:95px!important;}
#footer div.products a.sft:hover {background-position:-538px -55px;}
#footer div.products a.snl {background-position:-670px -4px; width:105px!important;}
#footer div.products a.snl:hover {background-position:-670px -54px;}

#footer div.right-footer {
	float:right;
	width:260px;
}