/**
 * Common Blocks
 */
html,
body {
	height: 100%;
}

#layout {
	margin: 0 auto;
	padding: 20px 40px 0;
	width: 940px;
	position: relative;
}


/**
 * Header
 */
#languages {
	float: left;
	font-size: 11px;
	left: 160px;
	margin: -2px 0 0 35px;
	position: absolute;
	top: 20px;
}

#languages a,
#languages b {
	margin: 0 5px;
}


/**
 * Logo
 */
#logo_print {
	display: none;
}

#logo {
	padding: 0 0 16px;
	width: 118px;
}

#logo a,
#logo b {
	display: block;
	font-size: 32px;
	font-weight: bold;
	text-decoration: none;
}

#logo a:link,
#logo a:visited {
	color: #000;
}

#logo img {
	display: block;
}


/**
 * Search Panel
 */
#search_panel {
	right: 40px;
	position: absolute;
	top: 20px;
}

#search_panel form {
	margin: 0;
}

#search_panel form input {
	font-size: 13px;
	width: 220px;
}


/**
 * Navigation
 */
#navigation {
	margin: -47px 0 0 160px;
}

#navigation table {
	font-size: 13px;
	margin: 0;
	width: 100%;
}

#navigation td {
	border-bottom: 1px solid #ccc;
	padding: 0 20px;
	padding: 0 40px;
	text-align: center;
}

#navigation td.first {
	padding-left: 0;
	text-align: left;
}

#navigation td.last {
	padding-right: 0;
	text-align: right;
}

#navigation a,
#navigation b {
	border-bottom: 1px solid #ccc;
	display: inline-block;
	padding-bottom: 13px;
	position: relative;
	text-decoration: none;
	top: 1px;
}

#navigation td .selected {
	border-bottom-color: #ec008c;
}


/**
 * Content
 */
#content {
	clear: both;
	line-height: 1.3;
	padding: 20px 0 40px;
	width: 100%;
}

#content:after {
	clear: left;
	content: '';
	display: block;
	height: 0;
}

#content .main {
	float: left;
	font-size: 13px;
	position: relative;
	width: 100%;
}

#content .extra {
	clear: left;
	float: left;
	font-size: 13px;
	padding-right: 20px;
	width: 220px;
}


/**
 * Extra Content
 */
#extra_content {
	border-top: 1px solid #ccc;
	clear: both;
	font-size: 11px;
	line-height: 1.5;
	margin-bottom: 28px;
	padding-top: 18px;
	width: 100%;
}

#extra_content:after {
	clear: both;
	content: '';
	display: block;
	height: 0;
}

#extra_content h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 9px;
	padding: 0;
}

#extra_content ul.navigation {
	margin: 0;
}

#extra_content ul.navigation li {
	margin: 0;
}

#extra_content .clients {
	float: left;
	padding-right: 20px;
	width: 140px;
}

#extra_content .clients .date {
	color: #999;
}

#extra_content .blog {
	float: left;
	padding-right: 20px;
	width: 300px;
}

#extra_content .contacts {
	float: left;
	width: 160px;
}

#extra_content .contacts address,
#extra_content .contacts p {
	margin: 0;
}

#extra_content .subscribe {
	float: right;
	width: 220px;
}

#extra_content .subscribe .text input {
	width: 98%;
}

#extra_content .subscribe .submit input {
	padding: 2px 5px;
}

#extra_content .subscribe label {
	font-weight: bold;
}


/**
 * Footer
 */
#footer {
	border-top: 1px solid #ccc;
	clear: both;
	padding: 13px 0 20px;
	width: 100%;
}

#footer:after {
	clear: both;
	content: '';
	display: block;
	height: 0;
}

#footer .copyright {
	float: left;
	font-size: 11px;
	margin: 0 2% 0 0;
	width: 49%;
}

#footer .navigation {
	float: right;
	font-size: 11px;
	margin: 0 -2px 0 0;
}

#footer .navigation .item {
	margin: 0 2px;
}


/**
 * Columns
 */
.columns {
	clear: left;
	zoom: 1;
}

.columns:after {
	clear: both;
	content: '';
	display: block;
	height: 0;
}

.columns .column {
	float: left;
	margin-right: -1px;
	padding-right: 2%;
	width: 49%;
	zoom: 1;
}

.columns .column_last {
	padding-right: 0 !important;
}


/**
 * Prices
 */
#content table.prices {
	width: 100%;
}

#content table.prices th,
#content table.prices td {
	padding: 0 13px;
}

#content table.prices th {
	padding-left: 0;
}

#content table.prices td {
	padding-right: 0;
	text-align: right;
}

#content table.prices thead th {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 13px;
}


/**
 * Simple Picture
 */
.simple_picture {
	border: 1px solid #e5e5e5;
	float: left;
	padding: 9px;
}

.simple_picture img {
	display: block;
}


/**
 * Popup
 */
#popup {
	background: #000;
	left: 50%;
	padding: 20px;
	position: fixed;
	top: 50%;
	z-index: 11;
}

#popup .close {
	background: url(../i/close.png) no-repeat;
	cursor: pointer;
	display: block;
	height: 42px;
	left: -18px;
	position: absolute;
	top: -18px;
	width: 42px;
}

#fader {
	background: #000;
	filter: alpha(opacity=50);
	height: 100%;
	left: 0;
	opacity: .5;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}


/**
 * File Icons
 */
.file_icon {
	background: url(../i/files.png) no-repeat;
	display: block;
	height: 50px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 50px;
}

.file_pfd {
	background-position: 0 0;
}

.file_zip {
	background-position: -50px 0;
}


/**
 * Modal
 */
.modal {
	cursor: pointer;
}

.modal_content {
	display: none;
}


/**
 * Facebook
 */
.facebook_button {
	background: url(../i/facebook.png) no-repeat;
	cursor: pointer;
	height: 85px;
	position: absolute;
	position: fixed;
	right: 0;
	top: 193px;
	width: 28px;
}

.facebook_button:hover {
	background-position: -28px 0;;
}

.facebook_popup {
	background: #fff;
	height: 538px;
	left: 50%;
	margin: -269px 0 0 -175px;
	position: absolute;
	position: fixed;
	top: 50%;
	width: 350px;
	z-index: 100;
}

.facebook_popup .content {
	background: #fff;
	position: relative;
}

.facebook_popup .back {
	background: #000;
	-moz-border-radius: 9px;
	-o-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	display: block;
	filter: alpha(opacity=30);
	height: 100%;
	left: -9px;
	opacity: .3;
	padding: 9px;
	position: absolute;
	top: -9px;
	width: 100%;
}

.facebook_popup iframe {
	display: block;
	margin: 0;
}

.facebook_popup h3 {
	background: #edeff5;
	border: 1px solid #aaa;
	color: #333;
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 -1px;
	position: relative;
	padding: 8px 10px 7px;
}

.facebook_popup .bottom {
	background: #f2f2f2;
	border: 1px solid #aaa;
	margin: -4px 0 0;
	padding: 8px 10px 8px;
	position: relative;
	text-align: right;
}

.facebook_popup .close {
	background: #5b74a8;
	border: 1px solid;
	border-color: #29447e #29447e #1a356e;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	//display: inline;
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 6px;
	zoom: 1;
}