html, body {
	padding: 0;
	margin: 0;
	text-align: center;
	height: 100%;
	font-family: 'Arial';
}

p, h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: none;
}

input, textarea {
	font-family: 'Arial';
	font-size: 10pt;
	line-height: 120%;
}

form {
	padding: 0;
	margin: 0;
}

.tl, .tr, .bl, .br {
/*	border: solid 1px red;*/
	height: 100%;
	width: 15px;
	font-size: 1px;
	background-repeat: no-repeat;
}

.tl {
	float: left;
	background-position: top left;
}

.tr {
	float: right;
	background-position: top right;
}

.bl {
	float: left;
	background-position: bottom left;
}

.br {
	float: right;
	background-position: bottom right;
}

.clear {
	font-size: 1px !important;
	height: 1px !important;
	clear: both;
}

.loader {
	background-color: #ccc;
	margin: auto;
	background-image: url('../images/loader.gif');
	background-position: center;
	background-repeat: no-repeat;
}

.null {
	color: #999;
}

.error input {
	color: red;
}

.submit:hover {
	background-position: 0 100% !important;
}

#document {
/*	border: solid 1px blue;*/
	width: 980px;
	margin: 0 auto;
	text-align: left;
	height: 100%;
}

#header {
/*	border: solid 1px red;*/
	position: absolute;
	top: 0;
	width: 980px;
	height: 80px !important;
	background-color: #fff;
}

#header a#logo {
	display: block;
	float: left;
	width: 210px;
	height: 60px;
	background: url('../images/logo.jpg') no-repeat 10px 0;
	margin-top: 10px;
	padding-left: 10px;
}

#top-menu {
	position: absolute;
	top: 0;
	right: 0;
}

#top-menu div {
	position: relative;
/*	border: solid 1px gray;*/
	float: left;
	width: 235px;
	margin-left: 5px;
	background-position: bottom;
	background-repeat: no-repeat;
}

#top-menu div div {
	margin-left: 0;
}

#top-menu ul {
	margin: 0;
	padding: 0;
	font-size: 10pt;
	list-style-type: none;
}

#top-menu a {
	margin-left: 20px;
	color: #fff;
	text-decoration: none;
}

#top-menu a:hover {
	text-decoration: underline;
}

#top-menu .menus {
	display: block;
	background-position: bottom;
}

.menus img {
	margin-left: 20px;
/*	margin-top: 5px;*/
}

#company .menus {
	background-color: #68b586;
	background-image: url('../images/company-bg.png');
}

#clients .menus {
	background-color: #b3a996;
	background-image: url('../images/clients-bg.png');
}

#faq .menus {
	background-color: #953c3d;
	background-image: url('../images/faq-bg.png');
}

#wrapper {
	background-color: #293742;
	padding-top: 80px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#body {
/*	border: solid 1px green;*/
	background-image: url('../images/content-header.jpg');
	background-repeat: no-repeat;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#body-corners {
	clear: both;
	background-color: #293742;
	height: 15px;
}

#body-corners .bl {
	background-image: url('../images/corner-bl.jpg');
}

#body-corners .br {
	background-image: url('../images/corner-br.jpg');
}

#menu {
	background: url('../images/computer.jpg') no-repeat 0px 22px;
	float: left;
/*	border: solid 1px red;*/
	padding-top: 200px;
	width: 250px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}

.menu-corners {
	background-color: #36444f;
	height: 5px;
	margin: 1px 20px;
}

.menu-corners .tl {
	background-image: url('../images/header-tl.jpg');
}

.menu-corners .tr {
	background-image: url('../images/header-tr.jpg');
}

.menu-corners .bl {
	background-image: url('../images/header-bl.jpg');
}

.menu-corners .br {
	background-image: url('../images/header-br.jpg');
}

#menu ul {
	margin: 0;
	padding: 0;
	padding-top: 30px;
	list-style-type: none;	
	background: url('../images/useful.jpg') no-repeat 60px 10px;
}

#menu ul li {
/*	border: solid 1px green;*/
	padding: 2px 20px;
}

#menu ul li.corners {
	margin: 0;
	padding:0;
/*	border: solid 1px red;*/
	font-size: 1px;
	height: 100%;
}

#menu a {
	display: block;
	padding: 2px 0;
	text-align: center;
	color: #d0d9e0;
	font-size: 10pt;
	text-decoration: none;
	background-color: #36444f;
}

#menu a:hover {
	background-color: #58ac7a;
}

#slogan p {
	text-align: right;
	margin: 0;
	margin-right: 20px;
	font-size: 10pt;
	font-weight: bold;
	color: #b0bec9;
}

#content {
/*	margin-right: 145px;*/
	padding-top: 10px;
}

#content h1 {
	font-size: 18pt;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 40px;
	text-indent: 60px;
	color: #b6bfc8;
}

#search {
	margin-top: 30px;
	text-align: center;
}

#search form {
	margin: 0;
	padding: 0;
}

#cse-search-box div {
	width: 700px;
	margin: 0 auto;
	padding: 1px;
    padding-right: 23px;
	color: #fff;
	font-size: 14px;
	font-family: 'Arial';
	font-weight: bold;
}

#cse-search-box .submit {
	width: 50px;
	height: 22px;
	margin: 0;
	padding: 0;
	border: none;
	background-image: url('../images/search-btn.jpg');
	background-repeat: no-repeat;
	color: #fff;
	cursor: pointer;
}

#contents {
	margin-top: 30px;
	padding: 5px;
	font-size: 10pt;
	color: #a8acaf;
}

#contents li {
	color: #b6bfc8;
}

#contents p {	
	font-size: 10pt;
	padding: 3px 5px;
	text-indent: 10px;
}

#contents .menu {
	width: 670px;
	height: 45px;
	margin: 0;
	padding: 0;
	padding-left: 25px;
	list-style-type: none;
}

#contents .menu li {
	float: left;
	width: 140px;
	height: 45px;
}

#contents .menu li a {
	height: 40px;
	color: #b6bfc8;
	font-weight: bold;
	display: block;
	line-height: 280%;
	padding-left: 25px;
	text-indent: 20px;
}

#contents .menu li a:hover {
	color: #cac7c2;
}

#contents .menu li.exit {
	float: right;
	text-align: right;
	width: 100px;
	background: url('../images/ico-exit.jpg') 30px 10px no-repeat;
}

#contents .menu li.exit a {
	padding-left: 0;
}

#contents .menu li.info {
	background: url('../images/ico-info.jpg') 0 5px no-repeat;
}

#contents .menu li.paid {
	background: url('../images/ico-paid.jpg') 0 5px no-repeat;
}

#contents .menu li.stat {
	background: url('../images/ico-stat.jpg') no-repeat;
}

#contents .menu li.antivirus {
	background: url('../images/ico-antivirus.gif') 0 5px no-repeat;
}


#contents .clear {
	clear: right;
}

#contents table {
	width: 670px;
	margin: 0 auto;
	border-collapse: separate;
}

#contents table .id {	
	width: 40px;
}

#contents table th {
	font-size: 10pt;
	background-color: #6d7d8d;
	color: #fff;
	text-align: center;
}

#contents table td {
	font-size: 10pt;
	background-color: #f0f0f0;
	color: #000;
}

#content .block {
/*	border: solid 1px red;*/
	float: left;
	width: 320px;
	margin: 0 15px;
	margin-top: 20px;
	min-height: 180px;
	height: auto !important;
	height: 150px;
	font-size: 10pt;
	color: #a8acaf;
}

#content h3 {
	font-size: 12pt;
	background-color: #36444f;
	margin-bottom: 5px;
	line-height: 170%;
}

#content a {
	color: #b7b7b7;
}

#content .block p {
	padding: 0 5px;
}

#content .tl {
	background-image: url('../images/header-tl.jpg');
}

#content .tr {
	background-image: url('../images/header-tr.jpg');
}

#content .block a {
	color: #b7b7b7;
}

#content .block a.more {
	color: #758390;
	margin-left: 5px;
}

#content .block a.more:hover {
	color: #b7b7b7;
}

#content .block h3 a {
	text-decoration: none;
}

#content .block h3 a:hover {
	text-decoration: underline;
}

#banner {
	clear: both;
/*	border: dashed 1px #fff;*/
	margin: 125px;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 90px;
	text-align: center;
	color: #ccc;
	font-size: 8pt;
}

#contacts_bottom {
/*	border: solid 1px black;*/
	height: 60px;
	margin-right: 140px;
	background-color: #fff;
	font-size: 9pt;
	color: #424e57;
	padding-top: 10px;
	margin-left: 140px;
}

#gigastudio {
	float: right;
	width: 140px;
	margin-top: 10px;
	text-align: center;
}

#gigastudio img {
	opacity: .60;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}

#gigastudio a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

#contacts_bottom a {
	color: 424e57;
}

#contacts_bottom address {
	text-align: right;
	font-style: normal;
	padding-right: 10px;
	margin-right: 10px;
	border-right: solid 1px #425361;
	float: left;
	width: 50%;
}

#contacts_bottom div {
	float: left;
}

#statistic {
	margin: 0 20px;
}

#statistic table {
	border-collapse: separate;
	border: solid 1px #36444f;
}

#statistic table tr.each td {
	color: #ccc;
	background-color: #36444f;
}

#statistic td {
	color: #36444f;
	background-color: transparent;
	border: solid 2px #293742;
	padding: 2px 5px;
	margin: 1px;
}

#statistic th {
	color: #293742;
	white-space: nowrap;
	background-color: #6d7d8d;	
	text-align: center;
}

#statistic input {
	text-align: center;
}

#statistic select {
	margin-left: 100px;
}

#statistic .header span {
	height: 10px;
}

#statistic .submit {
	cursor: pointer;
	width: 44px;
	height: 22px;
	border: none;
	background: transparent;
	background-image: url('../images/send.gif');
}

#contacts {
	width: 680px;
	height: 200px;
	background: url('../images/contacts.gif') no-repeat;
}

#contacts label {
	margin: 0;
	padding: 0;
}

#contacts input, #contacts .message textarea {
	height: 18px;
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
}

#contacts .userinfo {
	margin-top: 9px;
	margin-left: 18px;
	height: 20px;
}

#contacts .userinfo input {
	padding: 0;
	width: 120px;
}

#contacts #contact3 {
	margin-left: 7px;
	width: 165px;
}

#contacts .message {
	margin-top: 7px;
	margin-left: 18px;
}

#contacts .message textarea {
	margin-top: 5px;
	width: 295px;
	height: 80px;
}

#contacts .message input {
	padding: 0;
	width: 295px;
}

#contacts .submit {
	cursor: pointer;
	width: 44px;
	height: 22px;
	border: none;
	background: transparent;
	background-image: url('../images/send.gif');
	margin-top: 10px;
	margin-left: 275px;
}

#login {
	background-image: url('../images/login.jpg');
	width: 385px;
	height: 145px;
}

#login .data {
	margin-left: 100px;
	margin-top: 10px;
}

#login label {
	color: #fff;
	font-size: 9pt;
}

#login label.null {
	color: #ccc;
}

#login .info {
	margin: 20px 0;
	height: 25px;
	padding-top: 1px;
	clear: right;	
	background-image: url('../images/info.gif');
	background-repeat: no-repeat;
}

#login .info input {
	float: left;
	margin-left: 10px;
	margin-top: 2px;
	background: transparent;
	border: none;
	width: 80px;
}

#login .info .submit {
	margin: 0px;
	margin-left: 15px;
	cursor: pointer;
	width: 44px;
	height: 22px;
	background-image: url('../images/send.gif');
}

#login .info #username {
	width: 95px;
}
