* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	text-align: center;
	font: 12px Arial, sans-serif;
	color: #636363;
}

#container {
	width: 975px;
	margin: 30px auto 0;
	text-align: left;
	padding-bottom: 40px;
}

body#login #container {
	width: 570px;
	margin-top: 150px;
}

body#administer #container {
	margin-top: 30px;
	width: 590px;
}

a {
	color: #5cabc9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

.clear {
	clear: both;
}

h2 {
	font-size: 14px;
	margin-bottom: 10px;
}

h3 {
	font-size: 13px;
	margin-bottom: 5px;
	color: #333;
}

h4 {
	font-size: 11px;
	margin-bottom: 8px;
}

h5 {
	font-size: 13px;
	color: #07a9e4;
	margin-bottom: 12px;
}

#logo {
	margin-bottom: 20px;
}

.block {
	border: 1px solid #e6e6e6;
	background: #fff;
	position: relative;
}

.block-inner {
	background: transparent url(../images/box-tile.gif) repeat-x;
	margin: 3px;
	padding: 10px;
}

#i-news h1 {
	background: url(../images/i-news.gif) no-repeat;
	width: 344px;
	height: 88px;
	text-indent: -9999px;
}

#i-news ul {
	margin-top: -45px;
	padding-left: 5px;
}

#blog h1 {
	background: url(../images/blog.gif) no-repeat;
	width: 547px;
	height: 114px;
	text-indent: -9999px;
}

#blog ul {
	margin: -60px 0 0 5px;
}

#solutions h1 {
	background: url(../images/other-solutions.gif) no-repeat;
	width: 547px;
	height: 114px;
	text-indent: -9999px;
}

#solutions ul {
	margin: -60px 0 0 5px;
}

#support h1 {
	background: url(../images/support.gif) no-repeat;
	text-indent: -9999px;
	width: 346px;
	height: 134px;
}

#support ul {
	margin: -94px 0 0 5px;
}

#support {
	line-height: 13pt;
}

#products h1 {
	background: url(../images/products.gif) no-repeat;
	width: 548px;
	height: 123px;
	text-indent: -9999px;
}

#products ul {
	margin: -80px 0 0 5px;
}

#go h1 {
	background: url(../images/go.gif) no-repeat;
	width: 548px;
	height: 123px;
	text-indent: -9999px;
}

#go form {
	margin-top: -80px;
	padding-bottom: 50px;
}

#administer h1 {
	background: url(../images/add-new.gif) no-repeat;
	width: 548px;
	height: 123px;
	text-indent: -9999px;
}

#administer form {
	margin-top: -80px;
	padding-left: 5px;
}

#add-i-news h1 {
	background: url(../images/add-i-news.gif) no-repeat;
}

#new-login form {
	margin-top: -80px;
	padding-left: 5px;
}

#new-login h1 {
	background: url(../images/add-login.gif) no-repeat;
	width: 343px;
	height: 123px;
	text-indent: -9999px;
}

#new-login textarea {
	width: 310px;
	height: 100px;
}

#new-login p {
	line-height: 13pt;
	margin-bottom: 10px;
}

li {
	list-style-type: none;
	padding: 20px 0;
	border-bottom: 1px dashed #d8d8d8;
}

li ul {
	margin-top: 20px !important;
}

li li {
	border-bottom: 1px dotted #d8d8d8;
	width: 80%;
	margin-left: 30px;
	overflow: hidden;
}

li a {
	font-size: 14px;
	text-decoration: none;
	color: #464646;
}

li a img.screen {
	margin-left: -167px;
}

li p {
	line-height: 13pt;
}

li.first-item {
	padding-top: 0px;
}

li.last-item {
	border: none;
	padding-bottom: 0px;
}

li span {
	color: #464646;
	font-size: 14px;	
}

li p {
	padding-top: 3px;
}

span.date {
	color: #636363;
	font-size: 10px;
}

span.date em {
	font-style: normal;
	color: #5cabc9;
}

span.read-more {
	padding-left: 5px;
}

span.read-more, span.read-more a {
	color: #5cabc9;
	font-size: 12px;
}

span.read-more a:hover {
	text-decoration: underline;
}

.main {
	width: 570px;
}

.side {
	width: 368px;
}

.next {
	margin-top: 15px;
}

#cols {
	overflow: hidden;
}

#col-1, #col-2 {
	float: left;
}

#col-2 {
	margin-left: 15px;
}

#login-btn {
	margin-left: 160px;
}

#np-btn {
	margin-left: 140px;
}

#blogs-btn {
	margin-left: 74px;
}

#show-btn {
	margin-left: 91px;
}

#mail-btn {
	margin-left: 46px;
	position: relative;
	top: -5px;
}

#copyright {
	margin-top: 20px;
	color: #959595;
	font-size: 11px;
}

input.inp {
	border: 1px solid #ebebeb;
	padding: 5px;
	margin: 0 4px;
}

input.inp-n {
	border: 1px solid #ebebeb;
	padding: 5px;
	margin: 0 4px 10px;
	width: 280px;
}

#log-sub {
	position: relative;
	top: 13px;
	left: 10px;
}

.e-i-news {
	font-size: 11px;
	font-weight: bold;
	float: left;
	display: block;
	margin-right: 10px;
	color: #07a9e4;
}

textarea {
	width: 500px;
	height: 200px;
	border: 1px solid #ebebeb;
	padding: 10px;
}

#header {
	overflow: hidden;
}

#logout {
	text-align: right;
	float: right;
	position: relative;
	left: -20px;
}

#logout, x:-moz-any-link {margin-top: -80px;}


#logout h3, .web-title {
	color: #07a9e4;
	font: normal 18px 'Century Gothic', Arial, sans-serif;
}

#err {
	position: absolute;
	color: #07a9e4;
	font: bold 10px Verdana;
	text-transform: uppercase;
	top: 100px;
}

#solutions a {
	color: #07a9e4;
	font-size: 12px;
	position: relative;
	left: 10px;
	top: -7px;
}