/*	CSS-Framework

	Version		: 0.3
	File name	: cssf-base.css
	Author		: Aleksej Romanovskij (http://css-framework.ru)
	License		: Creative Commons Attribution 3.0 Unported License (http://creativecommons.org/licenses/by/3.0/)

------------------------------ */

/* Core
------------------------------ */

* { margin: 0; padding: 0; }

*:focus { outline: none; }
.hidden { display: none; }
.show { display: block!important; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-bg { background: none!important; }
.no-border, a img { border: none!important; }
.container { width: 100%; }
.container:after, .columns:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.img-repl { text-indent: -9999px; overflow: hidden; display: block; }
.cc { clear: both; }

/* Main styles
------------------------------ */

html { height: 100%; background: #f4f4f4; font: .75em/1.5 Arial, Helvetica, sans-serif; }
body { height: auto !important; height: 100%; min-height: 100%; position: relative; } /* body height 100% */

a { color: #333; font-weight: bold; text-decoration: underline; }
a:visited {  }
a:hover { text-decoration: none; }
a:active {  }

/* Layout Boxs
------------------------------ */

.page-layout { /* margin-right: -5px; */ }
.layout-box { float: left; margin: 0; }

.lb-1 { width: 990px; } /* 100% */
.lb-2 { width: 742px; } /* 75% */
.lb-3 { width: 495px; } /* 50% */
.lb-4 { width: 248px; } /* 25% */

/* Demo Template
------------------------------ */

#page { width: 990px; margin: 0 auto; padding: 0; }
#header { padding-bottom: 1em; border-bottom: 2px solid #ccc; margin-bottom: 1em; }
#col-left { float: left; width: 25%; }
#content { width: 73%; float: right; }
#footer { clear: both; padding-top: 1em; border-top: 2px solid #ccc; }

/* Horizontal Menu
------------------------------ */

.menu-h { overflow: hidden; border-left: 1px solid #ccc; }
.menu-h li { float: left; list-style: none; padding: 0 .8em; border-right: 1px solid #ccc; }
.menu-h a { text-decoration: none; display: block; }
.menu-h a:hover { text-decoration: underline; }

/* Horizontal Drop Down Menu
------------------------------ */

.menu-h-d { min-height: 24px; border-left: 1px solid #ccc; }
.menu-h-d li { float: left; display: block; position: relative; border: 1px solid #ccc; border-width: 1px 1px 1px 0px; list-style: none; }
.menu-h-d a { text-decoration: none; padding: 2px 10px; display: block; }

.menu-h-d ul { display: none; position: absolute; top: 22px; left: -1px; width: 160px; background: #fff; border: 0; border-bottom: 1px solid #ccc; }
.menu-h-d ul ul { left: 100%; top: -1px; }

.menu-h-d li li { float: none; border-width: 1px 1px 0px 1px; }

.menu-h-d li:hover { background: #ccc; }
.menu-h-d a:hover { color: #fff; }

.menu-h-d li:hover ul ul,
.menu-h-d li:hover ul li:hover ul ul { display: none; }

.menu-h-d li:hover ul,
.menu-h-d li:hover ul li:hover ul,
.menu-h-d li:hover ul li:hover ul li:hover ul { display: block; }

/* Horizontal Drop Up Menu
------------------------------ */

.menu-h-d.d-up ul { bottom: 22px; }
.menu-h-d.d-up ul ul { bottom: -1px; }

/* Vertical Menu
------------------------------ */

.menu-v { border-top: 1px solid #ccc; }
.menu-v li { padding: 2px 0; list-style: none; border-bottom: 1px solid #ccc; }
.menu-v li ul { padding-left: 1em; margin-top: 2px; }
.menu-v li li { border: none; border-top: 1px solid #ccc; }
.menu-v a { text-decoration: none; display: block; }
.menu-v a:hover { text-decoration: underline; }

/* Vertical Drop Down Menu
------------------------------ */

.menu-v-d { border-top: 1px solid #ccc; }
.menu-v-d li { padding: 2px 0; display: block; position: relative; border: 1px solid #ccc; border-width: 0px 1px 1px 1px; list-style: none; }
.menu-v-d li a { display: block; position: relative; text-decoration: none; padding-left: 10px; }

.menu-v-d li:hover { background: #ccc; }
.menu-v-d a:hover { color: #fff; }

.menu-v-d li ul { display: none; position: absolute; top: -1px; border-top: 1px solid #ccc; left: 100%; width: 100%; background: #fff; }
.menu-v-d li ul li { background: #fff; }

.menu-v-d li:hover ul ul,
.menu-v-d li:hover ul li:hover ul ul { display: none; }

.menu-v-d li:hover ul,
.menu-v-d li:hover ul li:hover ul,
.menu-v-d li:hover ul li:hover ul li:hover ul { display: block; }

.menu-v-d ul ul { left: 100%; }

/* Corners (em)
------------------------------ */

.corners { position: relative; overflow: hidden; }
.corners em.tl, .corners em.tr, .corners em.bl, .corners em.br { position: absolute; font-size: 1px; }

.corners-2 em.tl, .corners-2 em.tr, .corners-2 em.bl, .corners-2 em.br { width: 4px; height: 4px; background-image: url(../i/corners/corners-2.png); }
	.corners-2 em.tl { left: -2px; top: -2px; } .corners-2 em.tr { right: -2px; top: -2px; } .corners-2 em.bl { left: -2px; bottom: -2px; } .corners-2 em.br { right: -2px; bottom: -2px; }
.corners-3 em.tl, .corners-3 em.tr, .corners-3 em.bl, .corners-3 em.br { width: 6px; height: 6px; background: url(../i/corners/corners-3.png); }
	.corners-3 em.tl { left: -3px; top: -3px; } .corners-3 em.tr { right: -3px; top: -3px; } .corners-3 em.bl { left: -3px; bottom: -3px; } .corners-3 em.br { right: -3px; bottom: -3px; }
.corners-4 em.tl, .corners-4 em.tr, .corners-4 em.bl, .corners-4 em.br { width: 8px; height: 8px; background: url(../i/corners/corners-4.png); }
	.corners-4 em.tl { left: -4px; top: -4px; } .corners-4 em.tr { right: -4px; top: -4px; } .corners-4 em.bl { left: -4px; bottom: -4px; } .corners-4 em.br { right: -4px; bottom: -4px; }
.corners-5 em.tl, .corners-5 em.tr, .corners-5 em.bl, .corners-5 em.br { width: 10px; height: 10px; background: url(../i/corners/corners-5.png); }
	.corners-5 em.tl { left: -5px; top: -5px; } .corners-5 em.tr { right: -5px; top: -5px; } .corners-5 em.bl { left: -5px; bottom: -5px; } .corners-5 em.br { right: -5px; bottom: -5px; }
.corners-6 em.tl, .corners-6 em.tr, .corners-6 em.bl, .corners-6 em.br { width: 12px; height: 12px; background: url(../i/corners/corners-6.png); }
	.corners-6 em.tl { left: -6px; top: -6px; } .corners-6 em.tr { right: -6px; top: -6px; } .corners-6 em.bl { left: -6px; bottom: -6px; } .corners-6 em.br { right: -6px; bottom: -6px; }
.corners-7 em.tl, .corners-7 em.tr, .corners-7 em.bl, .corners-7 em.br { width: 14px; height: 14px; background: url(../i/corners/corners-7.png); }
	.corners-7 em.tl { left: -7px; top: -7px; } .corners-7 em.tr { right: -7px; top: -7px; } .corners-7 em.bl { left: -7px; bottom: -7px; } .corners-7 em.br { right: -7px; bottom: -7px; }
.corners-8 em.tl, .corners-8 em.tr, .corners-8 em.bl, .corners-8 em.br { width: 16px; height: 16px; background: url(../i/corners/corners-8.png); }
	.corners-8 em.tl { left: -8px; top: -8px; } .corners-8 em.tr { right: -8px; top: -8px; } .corners-8 em.bl { left: -8px; bottom: -8px; } .corners-8 em.br { right: -8px; bottom: -8px; }
.corners-9 em.tl, .corners-9 em.tr, .corners-9 em.bl, .corners-9 em.br { width: 18px; height: 18px; background: url(../i/corners/corners-9.png); }
	.corners-9 em.tl { left: -9px; top: -9px; } .corners-9 em.tr { right: -9px; top: -9px; } .corners-9 em.bl { left: -9px; bottom: -9px; } .corners-9 em.br { right: -9px; bottom: -9px; }
.corners-10 em.tl, .corners-10 em.tr, .corners-10 em.bl, .corners-10 em.br { width: 20px; height: 20px; background: url(../i/corners/corners-10.png); }
	.corners-10 em.tl { left: -10px; top: -10px; } .corners-10 em.tr { right: -10px; top: -10px; } .corners-10 em.bl { left: -10px; bottom: -10px; } .corners-10 em.br { right: -10px; bottom: -10px; }

/* Content elements
------------------------------ */

.content h1, .content h2, .content h3, .content h4 { font: 1.7em Verdana, Arial, Helvetica, sans-serif; margin-bottom: .5em; }
.content h2 { font-size: 1.5em; }
.content h3 { font-size: 1.3em; font-weight: bold; }
.content h4 { font-size: 1.1em; font-weight: bold; }

blockquote { margin-left: 10em; padding-left: 1em; border-left: 2px solid #ccc; }
code, pre { font: 1.2em/1 "Courier New", Courier, monospace; padding: 1px 2px; background: #eee; }
pre { border: 1px dashed #aaa; line-height: 1.7em; padding: 5px; font-size: .9em; background: #eee; margin: 0; }
strong {  }
em {  }
sup, sub { vertical-align: baseline; position: relative; }
sup { top: -0.4em; }
sub { bottom: -0.3em; }

hr { color: #ccc; background-color: #ccc; height: 1px; border-width: 0px; }

.em { font-style: italic; }
.strong { font-weight: bold; }

.content ul, .content ol { margin-left: 3em; line-height: 1.3em; }
.content ul li, .content ol li { margin-bottom: .2em; }

.content dl {  }
.content dl dt { margin-bottom: .2em; font-weight: bold; }
.content dl dd { padding-left: 5em; margin-bottom: .4em; }

.icons a, .icon { padding: 1px 0 1px 20px; background-repeat: no-repeat; background-position: left center; }

.content p, .content ul, .content ol, .content dl, .content table, blockquote, pre, .columns, .content img, hr { margin-bottom: 11px; }

.box { margin: 20px; }

/* Text align, float
------------------------------ */

.a-left { text-align: left; }
.a-center { text-align: center; }
.a-right { text-align: right; }

.f-left { float: left; }
.f-right { float: right; }

/*	Tables
------------------------------ */

table.z { border-collapse: collapse; width: 100%; }
table.z th, table.z td { border: 1px solid #ccc; padding: 2px 3px; vertical-align: top; }
table.z th { background: #f4f4f4; }
table.z td {  }

/*	Columns
------------------------------ */

.columns {  }
.w-5, .w-10, .w-15, .w-20, .w-25, .w-30, .w-35, .w-40, .w-45, .w-50, .w-55, .w-60, .w-65, .w-70, .w-75, .w-80, .w-85, .w-90, .w-95, .w-100, .w-33, .w-66, .w-38, .w-62 { float: left;  }

.col-content { padding-right: 6px; }
.col-first { padding-left: 0!important; }
.col-last { padding-right: 0!important; }

.w-5 { width: 5%; }
.w-10 { width: 10%; }
.w-15 { width: 15%; }
.w-20 { width: 20%; }
.w-25 { width: 25%; }
.w-30 { width: 30%; }
.w-35 { width: 35%; }
.w-40 { width: 40%; }
.w-45 { width: 45%; }
.w-50 { width: 50%; }
.w-55 { width: 55%; }
.w-60 { width: 60%; }
.w-65 { width: 65%; }
.w-70 { width: 70%; }
.w-75 { width: 75%; }
.w-80 { width: 80%; }
.w-85 { width: 85%; }
.w-90 { width: 90%; }
.w-95 { width: 95%; }
.w-100 { width: 100%; }

.w-33 { width: 33%; }
.w-66 { width: 66%; }

.w-38 { width: 38%; }
.w-62 { width: 62%; }

/* Images
------------------------------ */

/*
.content img { padding: 5px; border: 1px solid #ccc!important; margin-top: .4em; }
*/
.content img.null-image { padding: 0!important; border: none!important; margin: 0!important; }
img.f-left { margin-right: 1em; }
img.f-right { margin-left: 1em; }

/* Content Form
------------------------------ */

.content form { padding: .5em 0; }
.content fieldset { margin-bottom: 1em; border: none; }
.content legend { margin-top: -1px; padding-bottom: 1em; font-size: 1.1em; font-weight: bold; }

.content .f-row { overflow: hidden; margin-bottom: .5em; }
.content label { float: left; text-align: right; width: 25.99%; padding: 0 2%; }
.content .f-inputs { padding-left: 30%; }

.f-actions { padding-top: 1em; border-top: 1px solid #ccc; }

/* Inputs
------------------------------ */

input { vertical-align: middle }
.i-checkbox { margin-top: 3px; }
.i-text { width: 200px; padding: 1px; font: 1em sans-serif; }
.button { padding: 0 .25em; width: auto; overflow: visible; cursor: pointer; }

/* Customs
------------------------------ */

.box-mini { margin: 20px 10px 10px 20px; }

.lb-l, .lb-r, .w-2, .w-12, .w-16, .w-32, .w-38 { float: left;  }
.w-2 { width: 2%; }
.w-12 { width: 12%; }
.w-16 { width: 16%; }
.w-32 { width: 32%; }
.w-38 { width: 38%; }

.lb-l { width: 628px; } /* minus frame border */
.lb-r { width: 320px; }

body {
	background: #fff url('/i/main_bg_dark.jpg') repeat-x left top;
}

#head {
	height: 80px;
}

#logo {
	float:left;
	position:relative;
	right:96px;
}

#foot {
	color: #666;
	background: #000 url(/i/footer_bg.gif) repeat-x;
	margin-top: 4em;
	width: 100%;
}

#foot .wrap { margin: 0 auto; width: 990px; }
#foot .top { height: 37px; margin: 0 auto; padding-top: 24px; }
#foot .bottom { height: 30px; font-size: 80%; padding-top: 15px; }

div.centered, div.wrapper { position: relative; }
div.centered { float: right; right: 50%; width: auto; }
div.wrapper { float: none!important; float: left; right: -50%; }

/* Menus
------------------------------ */

#menu { height: 34px; margin-left: -10px; }
#submenu { height: 28px; }

#menu ul li { display: inline; float: left; list-style: none; line-height: 33px; }
#menu ul li a { display: inline-block; color: #000; font-size: 120%; font-weight: bold; text-decoration: none; padding: 0 15px; }
#menu ul li a:hover,
#menu ul li.current a { background: #f90; }

#submenu ul li { display: inline; float: left; list-style: none; line-height: 28px; }
#submenu ul li a { display: inline-block; color: #fff; font-size: 100%; font-weight: normal; text-decoration: underline; text-transform: uppercase; padding: 0 10px; }
#submenu ul li a:hover,
#submenu ul li.current a { text-decoration: none; }

#site-nav { float: left; margin-top: 49px; position: relative; right: 75px; }
#site-nav ul { color: #fff; }
#site-nav ul li {
	background: url('/i/link_divider.jpg') no-repeat right center;
	float: left;
	list-style: none;
	margin-right: 10px;
	padding-right: 10px;
}
#site-nav ul li a { color: #fff; font-weight: normal; text-decoration: none; }
#site-nav ul li a:hover { color: #fff; text-decoration: underline; }

#ho_site_links {  }
#ho_site_links li { border-right: 1px solid #666; float: left; list-style: none; line-height: 12px; margin-right: 10px; padding-right: 10px; }
#ho_site_links li a { color: #666; font-weight: bold; text-decoration: none; }
#ho_site_links li a:hover { color: #666; font-weight: bold; text-decoration: underline; }

#privacy_links {  }
#privacy_links li { border-right: 1px solid #999; float: left; list-style: none; line-height: 10px; margin-right: 10px; padding-right: 10px; }
#privacy_links li a { color: #999; font-weight: normal; text-decoration: underline; }
#privacy_links li a:hover { color: #fff; font-weight: normal; text-decoration: underline; }

li.last { border: 0!important; }

/* Frames
------------------------------ */

.frame { background: #fff; 	border: 1px solid #555; margin-top: 20px; overflow: hidden; }
.frame .frame { background: #fff; 	border: 1px solid #ddd; }
.frame .title { padding: 6px 0 6px 12px; }

.frame h2.title,
.frame h2.title a { color: #fff; background: #555; font-size: 115%; font-weight: bold; text-decoration: none; text-transform: uppercase; }
.frame h2.title a:hover { color: #f90; }
.frame h3.title { color: #000; background: #f3f3f3; font-size: 100%; border-bottom: 1px solid #ddd; }
.frame h3.dash { color: #000; background: url('/i/dash_column.gif') repeat-x right 3px; text-transform: uppercase; }
.dash span { padding-right: 10px; background: #fff; }

.frame img.head { width: 990px; }

.container2 {
	clear: left;
	float: left;
	width: 100%;
	overflow: hidden;
}
.container1 {
	border-right: 1px solid #555;
	float: left;
	width: 100%;
	position: relative;
	right: 30%;
}
.col1 {
	float: left;
	position: relative;
	overflow: hidden;
	left: 30%;
	width: 70%;
}
.col2 {
	float: left;
	position: relative;
	overflow: hidden;
	left: 30%;
	width: 30%;
}

.item .right .content { margin-left: 40px; }
.item .left { background: #fff url('/i/right_border.jpg') no-repeat right top; }
.item .right { background: #fff url('/i/left_border.jpg') no-repeat left top; }
.item .left, .item .right { min-height: 500px; }

/* Catalog
------------------------------ */

.catalog { margin: 20px 0; text-align: center; }
.catalog .box { margin: 0 0 0 20px; }
.catalog img { margin: 0 auto; }
.catalog a { display: block; margin: 0 auto 5px; }

/* Gallery
------------------------------ */
#gallery { width: 100%; }
#gallery .main, #gallery .images { text-align: center; }
/*
#gallery .main img, #gallery .images img { display: block; cursor: pointer; }
*/

ul.frames { margin: 0; padding: 0; }
ul.frames li {
	clear: both;
	list-style: none;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	height: 100px;
}
ul.frames li.last {
	border: 0!important;
}
ul.frames li img {
	margin: 0 20px;
}
ul.frames li table {
	margin: 0;
	padding: 0;
	height: 100px;
}
ul.frames li table td {
	vertical-align: middle;
}

.tech-icons {
	width: 100%;
	text-align: center;
}
.tech-icons img { margin: 0; padding: 0; }
