@charset "UTF-8";

body  {
	background: #FFFFFF;
	color: #636260;
	font: 14px Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	min-width: 1230px;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

#container {
	width: 99%;  /* this will create a container 95% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	background: #FFFFFF;
	display: block;
	height: 170px;
}

	#header #lang_line {
		background:url(../img/lang_line_back.gif) repeat-x scroll top;
		display: block;
		height: 42px;
	}
		#lang_line #lang_line_left {
			background:url(../img/lang_line_left.jpg) no-repeat scroll top;
			clear: left;
			display: block;
			height: 42px;
			float: left;
			width: 12px;
		}

		#lang_line #lang_line_right {
			background:url(../img/lang_line_right.jpg) no-repeat scroll top;
			clear: right;
			display: block;
			height: 42px;
			float: right;
			width: 12px;
		}

		#lang_line .language {
			float: right;
			padding: 20px 20px 0px 0px;
		}

	#logo {
		background:url(../img/logo_back.jpg) repeat-x scroll;
		display: block;
		height: 114px;
		overflow: hidden;
		margin-top: 6px;
	}

		#logo #logo_left {
			background:url(../img/logo_left.jpg) no-repeat scroll;
			clear: left;
			display: block;
			height: 114px;
			float: left;
			width: 11px;
		}

		#logo #logo_right {
			background:url(../img/logo_right.jpg) no-repeat scroll;
			clear: right;
			display: block;
			height: 114px;
			float: right;
			width: 1199px;
		}

	#logo_title_img {
		position: absolute;
		left: 6%;
		top: 40px;
	}

		#logo_img {
			position: relative;
			float: left;
			left: 0px;
			top: 20px;
		}

		#logo_title {
			position: relative;
			float: left;
			left: 30px;
			top: 35px;
			overflow: visible;
			text-align: right;
		}

			#logo_title b {
				color:#FFFFFF;
				font-size: 36px;
				font-weight: bold;
			}

			#logo_title span {
				color:#FFFFFF;
				font-size: 14px;
				font-weight: bold;
				padding-right: 5px;
			}



#sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 17%; /* since this element is floated, a width must be given */
	padding: 0; /* top and bottom padding create visual space within this div  */
}

	.news_block {
		font-size: 12px;
	}

		.news_block .header {
			background:url(../img/left_column_title_back.jpg) repeat-x scroll;
			display: block;
			height: 32px;
			text-align: center;
		}

			.news_block .header .header_left {
				background:url(../img/left_column_title_left.jpg) no-repeat scroll;
				clear: left;
				display: block;
				height: 32px;
				float: left;
				width: 5px;
			}

			.news_block .header .header_right {
				background:url(../img/left_column_title_right.jpg) no-repeat scroll;
				clear: right;
				display: block;
				height: 32px;
				float: right;
				width: 5px;
			}

			.news_block .header span {
				color:#FFFFFF;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 14px;
				font-weight: bold;
				line-height: 32px;
				text-transform: uppercase;
				width: 100%;
			}

		.news_block .content {
			border: #f5f5f5 solid 1px;
			margin-bottom: 10px;
			padding: 5px;
			text-align: center;
		}

			.news_block .content div {
				color: #999999;
				text-align: justify;
			}

#sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 17%; /* since this element is floated, a width must be given */
	padding: 0; /* top and bottom padding create visual space within this div */
}

#sidebar1 p,
#sidebar1 h3,
#sidebar2 p,
#sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
#mainContent {
	margin: 0px 18% 10px 18%; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}

#footer {
	background:#ffffff;
	border-top: 1px solid #e8e8e8;
	color: #a3a1a2;
	display: block;
	font-size: 12px;
	padding: 0 15px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}

	#footer .menu a {
		color: #a3a1a2;
		padding: 2px 10px;
		text-decoration: none;
	}

	#footer .menu a:hover {
		border-bottom: 1px solid #636260;
		border-top: 1px solid #636260;
		color: #636260;
		text-decoration: none;
	}

	#footer .copyright a {
		color: #a3a1a2;
		padding: 0px;
		text-decoration: none;
	}

	#footer .copyright a:hover {
		color: #636260;
		text-decoration: none;
	}

	#footer p {
		margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
		padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#menu {
	height: 82px;
	text-align: center;
}

	#menu .menu_hosting {
		background:url(../img/menu_hosting_out.gif) no-repeat top left;
		display: block;
		height: 36px;
		margin-right: 10px;
		text-decoration: none;
		width: 115px;
	}

	#menu .menu_hosting:hover,
	#menu .menu_hosting.active {
		background:url(../img/menu_hosting_over.gif) no-repeat top left;
		height: 73px;
	}

	#menu .menu_domains {
		background:url(../img/menu_domains_out.gif) no-repeat top left;
		display: block;
		height: 36px;
		margin-right: 10px;
		text-decoration: none;
		width: 115px;
	}

	#menu .menu_domains:hover,
	#menu .menu_domains.active {
		background:url(../img/menu_domains_over.gif) no-repeat top left;
		height: 73px;
	}

	#menu .menu_partners {
		background:url(../img/menu_partners_out.gif) no-repeat top left;
		display: block;
		height: 36px;
		margin-right: 10px;
		text-decoration: none;
		width: 115px;
	}

	#menu .menu_partners:hover,
	#menu .menu_partners.active {
		background:url(../img/menu_partners_over.gif) no-repeat top left;
		height: 73px;
	}

	#menu .menu_payment {
		background:url(../img/menu_payment_out.gif) no-repeat top left;
		display: block;
		height: 36px;
		margin-right: 10px;
		text-decoration: none;
		width: 115px;
	}

	#menu .menu_payment:hover,
	#menu .menu_payment.active {
		background:url(../img/menu_payment_over.gif) no-repeat top left;
		height: 73px;
	}

	#menu .menu_documents {
		background:url(../img/menu_documents_out.gif) no-repeat top left;
		display: block;
		height: 36px;
		margin-right: 10px;
		text-decoration: none;
		width: 115px;
	}

	#menu .menu_documents:hover,
	#menu .menu_documents.active {
		background:url(../img/menu_documents_over.gif) no-repeat top left;
		height: 73px;
	}

	#menu .menu_contacts {
		background:url(../img/menu_contacts_out.gif) no-repeat top left;
		display: block;
		height: 36px;
		text-decoration: none;
		width: 115px;
	}

	#menu .menu_contacts:hover,
	#menu .menu_contacts.active {
		background:url(../img/menu_contacts_over.gif) no-repeat top left;
		height: 73px;
	}

.news_block_separator {
	padding-top: 5px;
	padding-bottom: 5px;
}

.advertise {
	background: #f6f6f6;
	color: #636260;
	padding: 10px;
	text-align: justify;
}

	.advertise .icon {
		padding-left: 10px;
		width: 140px;
	}

	.advertise .hint {
		font-size: 10px;
	}

	.advertise .domains_checkboxes {
		font-size: 12px;
	}

.chapter_label .label_left {
	background: url(../img/label_left.gif) no-repeat top right;
	height: 35px;
	display: block;
	width: 10px;
}

.chapter_label .label_right {
	background: url(../img/label_right.gif) no-repeat top left;
	height: 35px;
	display: block;
	width: 10px;
}

.chapter_label .label {
	background: url(../img/label_back.gif) repeat-x top left;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 50px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.chapter_label .label span {
	white-space: nowrap;
}

.product {
	font-size: 12px;
	padding-right: 5px;
	padding-bottom: 5px;
}

	.product table {
		background: #76c5f0;
	}

	.product table td span {
		white-space: nowrap;
	}

	.product .title {
		color: #ffffff;
		font-size: 16px;
		font-weight: bold;
		height: 25px;
		text-align: center;
		padding: 1px 5px;
	}

	.product .mb {
		color: #0f0b08;
		font-size: 15px;
		font-weight: bold;
		text-align: right;
	}

		.product .mb span {
			background-color: #f6f6f6;
			margin-right: 10px;
			padding: 3px 5px 8px 5px;
		}

	.product .white {
		background: #f6f6f6;
	}

	.product .left {
		padding: 3px 5px 3px 10px;
		text-align: left;
	}

	.product .right {
		padding: 3px 10px 3px 5px;
		text-align: right;
	}

	.product .middle {
		padding: 3px 10px 3px 10px;
		text-align: center;
	}

	.product .center {
		height: 30px;
		text-align: center;
	}

	.product .product_link {
		background-color: #76c5ee;
		color: #ffffff;
		font-weight: bold;
		padding: 5px 17px 1px 17px;
		text-decoration: none;
	}

	.product .product_link:hover {
		background-color: #3ca1d9;
		text-decoration: none;
	}

.thin_table {
	background: #76c5f0;
}

	.thin_table tr {
		background: #f6f6f6;
	}

	.thin_table .left {
		padding: 3px 5px 3px 10px;
		text-align: left;
	}

	.thin_table .right {
		padding: 13px 10px;
		text-align: right;
	}

	.thin_table .middle {
		padding: 3px 10px 3px 10px;
		text-align: center;
	}

	.thin_table .center {
		height: 30px;
		text-align: center;
	}

a.btn {
	height: 26px;
	text-decoration: none;
}

a.btn:hover {
	text-decoration: none;
}

	.btn .btn_left {
		background: url(../img/btn_left.gif) no-repeat top left;
		padding: 0px 0px 10px 1px;
	}

	.btn .btn_right {
		background: url(../img/btn_right.gif) no-repeat top left;
		padding: 0px 10px 10px 0px;
	}

	.btn .label {
		background-color: #76c5ee;
		color: #ffffff;
		font-weight: bold;
		padding: 0px 10px 10px 10px;
		text-decoration: none;
	}

	.btn .label:hover {
		color: #555555;
		text-decoration: none;
	}

		.btn span b {
			position: relative;
			top: 5px;
		}

a.lang_btn {
	display: block;
	text-decoration: none;
}

	.lang_btn .lang_btn_left {
		background: url(../img/lang_btn_left.gif) no-repeat top left;
		height: 26px;
		display: block;
		float: left;
		width: 5px;
	}

	.lang_btn .lang_btn_right {
		background: url(../img/lang_btn_right.gif) no-repeat top left;
		height: 26px;
		display: block;
		float: left;
		width: 5px;
	}

	.lang_btn .lang_label {
		background-color: #ffffff;
		color: #999999;
		display: block;
		float: left;
		font-size: 12px;
		height: 20px;
		padding: 3px 10px;
		text-decoration: none;
	}

	.lang_btn .lang_label:hover {
		color: #909090;
		text-decoration: none;
	}

.text_ended {
	display: block;
	height: 15px;
	width: 100%;
}

.text_continued {
	display: block;
	height: 20px;
	padding-top: 3px;
	width: 100%;
}

	.text_continued img {
		cursor: pointer;
	}

a {
	color: #49a2d1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.submit_btn{
	cursor: pointer;
	background: url(/assets/img/btn.gif) no-repeat 0px 2px;
	border:none;
	color: #ffffff;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: -2px;
	height: 28px;
	width: 130px;
	text-decoration: none;
}

.submit_btn:hover {
	color: #555555;
	text-decoration: none;
}

.copyright {
	font-size: 10px;
}

