body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,select {
	margin: 0;  
	padding: 0;  
}

html {
	font: 13px arial, sans-serif;
	background: #fff url("http://www.tehnoexpert.ru/images/head_triangle.png") no-repeat center top;
}

h1 {
	font: normal 27px arial;
	text-decoration: none;
	padding-bottom: 10px;
	color: #47809;
	letter-spacing: -1px;
}

h2 {
	font: bold 18px arial;
	text-decoration: none;
	padding: 5px 0 10px 0;
	color: #333;
}

h4 {
	font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #069;
	cursor: hand;
	cursor:pointer;
}

h5 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #BF0000;
}

.zag3 {
	font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #003366;
}

img {
	border: 0;
}

a {
	outline: none;
}

a:link {color: #069; text-decoration: underline}
a:visited {color: #069; text-decoration: underline}
a:active {color: #069; text-decoration: underline}
a:hover {color: #069; text-decoration: none}


#container {
	margin: 0 auto;
	width: 100%;
	min-width: 1000px;
	max-width: 1280px;
	overflow: hidden;
	position: relative;
	width: expression(document.body.clientWidth < 1000? "1000px" : document.body.clientWidth > 1280? "1280px" : "auto");
}

#head {
	float: left;
	position: relative;
	width: 100%;
	height: 175px;
}

.logo {
	position: absolute;
	left: 34px;
	top: 26px;
}

.search {
	position: absolute;
	left: 84px;
	top: 94px;
	font-size: 11px;
}

.search_text {
	width: 155px;
	font: 12px arial;
}

.loupe {
	position: absolute;
	right: 4px;
	top: 4px;
}

.search a {
	position: absolute;
	left: 0;
	top: 22px;
}

.green_line {
	position: absolute;
	left: 300px;
	top: 0;
	width: 15%;
	height: 8px;
	font-size: 0;
	background: #bed730;
}

.blue_line {
	position: absolute;
	left: 300px;
	top: 0;
	width: 15%;
	height: 8px;
	font-size: 0;
	margin-left: 15%;
	background: #0054a6;
}

.gray_line {
	position: absolute;
	left: 300px;
	top: 0;
	width: 15%;
	height: 8px;
	font-size: 0;
	margin-left: 30%;
	background: #d1d1d1;
}

.menu {
	position: absolute;
	left: 300px;
	top: 46px;
	width: 50%;
	list-style: none;
}

.menu li {
	float: left;
	width: 30%;
	padding-bottom: 10px;
}

.phone {
	position: absolute;
	right: 46px;
	top: 46px;
}

.phone p {
	margin-top: 2px;
}

.phone p span {
	padding: 0 5px 1px 5px;
	font-size: 11px;
	color: #677032;
	background: #cee164;
}

.czech {
	position: absolute;
	right: 46px;
	top: 95px;
	font-size: 11px;
}

.czech img {
	margin-right: 3px;
	vertical-align: middle;
}



.arrowlistmenu{
width: 240px; /*width of accordion menu*/
margin: 0 0 0 20px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-size: 15px;
font-weight: bold;
color: #262626;
cursor: pointer;
padding: 0 2px 1px 2px;
background: url("http://www.tehnoexpert.ru/images/dash.gif") repeat-x left bottom;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
color: #fff;
background: #333;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0 0 0 20px;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
list-style: none;
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 5px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #dadada;
font-size: 90%;
}


.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #CC0000;
background-color: #F3F3F3;
}




#content {
	float: left;
	width: 100%;
	margin-top: 33px;
}

.left_column {
	float: left;
	width: 200px;
	padding: 0 0 0 63px;
}

.empty {
	height: 95px;
}

.about_title {
	font-size: 24px;
	color: #2f2f2f;
	padding-bottom: 10px;
	letter-spacing: -2px;
}

.about {
	padding-left: 25px;
	line-height: 15px;
}

.about ul {
	padding-top: 5px;
	margin-left: -25px;
	list-style: none;
}

.about li {
	padding-top: 5px;
}

.center_column {
	position: relative;
	margin-left: 300px;
}

.big_column {
	position: relative;
	margin: -40px 0 0 360px;
	padding: 30px 25px 0 0;
}

.service {
	padding: 10px 0 30px 24px;
	list-style: none;
}

.service li {

}

.tablogo1 {
	font-family: Tahoma;
	font-size: 12px;
	color: #262626;
}
.service_name {
	margin-left: -2px;
}

.service_name span {
	font-size: 15px;
	font-weight: bold;
	color: #262626;
	cursor: pointer;
	padding: 0 2px 1px 2px;
	background: url("http://www.tehnoexpert.ru/images/dash.gif") repeat-x left bottom;
}

.service_description {
	font-size: 11px;
	color: #5c5c5c;
	padding: 3px 0 5px 0;
	width: 36%;
}

.left_column2 .service_description {
	width: 100%;
}

.service .active span {
	color: #fff;
	background: #333;
}

.service_menu {
	display: none;
	position: absolute;
	left: 450px;
	top: 40px;
	width: 280px;
	font-size: 14px;
}

.service_menu a:link {text-decoration: none; font-size: 16px; font-weight: bold;}
.service_menu a:visited {text-decoration: none; font-size: 16px; font-weight: bold;}
.service_menu a:active {text-decoration: none; font-size: 16px; font-weight: bold;}
.service_menu a:hover {text-decoration: underline; font-size: 16px; font-weight: bold;}

.left_column2 .service_menu {
	display: none;
	position: relative;
	left: 0;
	top: 0;
	width: auto;
	padding: 0 0 20px 22px;
	margin-top: -10px;
	font-size: 12px;
}

.service_menu big {
	display: block;
	font-size: 29px;
	font-weight: bold;
	color: #5c5c5c;
	letter-spacing: -1px;
}

.service_menu p {
	padding-top: 6px;
}

.collage {
	position: absolute;
	left: 40%;
	top: 20px;
	width: 502px;
	height: 337px;
	padding: 175px 128px 0 86px;
	font-size: 24px;
	color: #5c5c5c;
	letter-spacing: -1px;
	line-height: 23px;
	background: url("http://www.tehnoexpert.ru/images/collage.jpg") no-repeat;
}

.collage2{
	position: absolute;
	left: 0;
	top: 0;
	width: 890px;
	height: 270px;
	font-size: 13px;
	color: #5c5c5c;
	background: url("http://www.tehnoexpert.ru/images/defki.jpg") no-repeat;
}


.opacity {
	filter: alpha(opacity=10);
   -moz-opacity: 0.1;
   -khtml-opacity: 0.1;
   opacity: 0.1;
}

.opacity * {
	display: none;
}

.opacity2 {
	z-index: -1;
	filter: alpha(opacity=5);
	-moz-opacity: 0.05;
	-khtml-opacity: 0.05;
	opacity: 0.05;
}

.line {
	float: left;
	width: 100%;
	height: 8px;
	font-size: 0;
	margin: 30px 0 32px 0;
	background: #000 url("http://www.tehnoexpert.ru/images/line.gif") no-repeat;
}

.line p {
	float: right;
	width: 375px;
	height: 8px;
	background: #fff;
}

.right_column {
	float: right;
	width: 290px;
	padding-right: 25px;
	margin-top: -32px;
}

.title {
	color: #656565;
	font-size: 28px;
	padding-bottom: 20px;
	letter-spacing: -1px;
}

.title a:link {text-decoration: none}
.title a:visited {text-decoration: none}
.title a:active {text-decoration: none}
.title a:hover {text-decoration: underline}

.date {
	clear: both;
	float: left;
	position: relative;
	display: inline;
	width: 40px;
	margin-left: -20px;
	color: #7f7f7f;
}

.date span {
	font-size: 14px;
}

.anons {
	float: right;
	width: 170px;
	font-size: 12px;
	line-height: 17px;
	padding-bottom: 35px;
}

.left_column2 .anons {
	width: 230px;
}

.article_title {
	font-size: 14px;
	line-height: 17px;
	padding-bottom: 10px;
}

.event {
	float: left;
	width: 308px;
	height: 93px;
	display: inline;
	margin: -75px -3px 0 0;
	padding: 85px 10px 0 10px;
	font-size: 14px;
	position: relative;
	background: url("http://www.tehnoexpert.ru/images/illustration.png") no-repeat;
}

.event p {
	float: left;
	padding: 2px 5px 3px 5px;
	background: #000;
}

.event a {
	color: #fff !important;
}

.all_events {
	clear: both;
	font-size: 12px;
	padding: 0 0 10px 19px;
	margin-left: 129px;
	background: url("http://www.tehnoexpert.ru/images/arrow.gif") no-repeat 0 3px;
}

.all_events a {
	color: #000 !important;
}

.article {
	line-height: 15px;
	font-size: 14px;
	padding-bottom: 20px;
}

.article p {
	padding-bottom: 15px;
}

.director {
	float: left;
	display: inline;
	position: relative;
	margin-left: -20px;
	width: 310px;
}

.director_photo {
	float: left;
	padding: 7px;
	font-size: 0;
	border: 1px solid #b1b1b1;
}

.director_info {
	float: right;
	width: 200px;
	padding-top: 10px;
	color: #7f7f7f;
}

.director_info .title {
	font-size: 26px;
	padding-bottom: 10px;
}

.director_title {
	clear: both;
	font-size: 15px;
	padding: 6px 0;
}

.director_text {
	line-height: 15px;
}

.small_title {
	color: #656565;
	font-size: 20px;
	padding: 20px 0 15px 0;
	letter-spacing: -1px;
}

.small_title a:link {text-decoration: none}
.small_title a:visited {text-decoration: none}
.small_title a:active {text-decoration: none}
.small_title a:hover {text-decoration: underline}

.all_clients {
	padding-top: 30px;
	background: url("http://www.tehnoexpert.ru/images/arrow2.gif") no-repeat 6px 0;
}

.all_clients a {
	color: #ccc !important;
}

.client_text {
	padding-top: 15px;
	line-height: 16px;
}

.certificate {
	float: left;
	width: 313px;
	display: inline;
	position: relative;
	margin-left: -23px;
}

.certificate_image {
	float: left;
}

.certificate_text {
	float: right;
	width: 170px;
	padding-top: 5px;
	line-height: 16px;
	color: #7f7f7f;
}

.link {
	margin-top: 15px;
	float: left;
	padding-right: 19px;
	background: url("http://www.tehnoexpert.ru/images/arrow3.gif") no-repeat right 6px;
}

.carousel {
	clear: both;
	padding: 40px 100px 0 100px;
	overflow: hidden;
}

#footer {
	float: left;
	position: relative;
	margin-top: 30px;
	width: 100%;
	height: 179px;
	color: #7f7f7f;
	background: url("http://www.tehnoexpert.ru/images/footer_triangle.png") no-repeat center bottom;
}

.developer {
	position: absolute;
	left: 90px;
	top: 50px;
}

.copyrights {
	position: absolute;
	left: 325px;
	top: 50px;
}

.copyrights p {
	padding-bottom: 5px;
}

.contacts {
	position: absolute;
	left: 325px;
	top: 105px;
}

.contacts p {
	padding-bottom: 8px;
}

.map {
	position: absolute;
	right: 115px;
	top: 50px;
	padding-left: 17px;
	background: url("http://www.tehnoexpert.ru/images/map.gif") no-repeat 0 2px;
}


#maincol {
	display: table;
	float: left;
	min-height: 100%;
	height: 100%;
	width: 100%;
}

#wrapper {display: table-row; vertical-align: top;}

#main {
	min-height: 100%;
	height: 100%;
	margin: 0 375px 0 300px; 
}

#left_column {float: left; margin-left: -100%; width: 200px; padding: 0px 0px 0px 63px;}

#right_column {float: left; margin-left: -315px; width: 290px; padding-right: 25px;margin-top: -32px;}

/**
 * jCarousel begin
 */
 
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
}

.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
} 

.jcarousel-item {
    text-align: center;
	_width: 20%;
	_height: 50px;
}

.jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

.jcarousel-next-horizontal {
    position: absolute;
    top: 13px;
    right: -37px;
    width: 11px;
    height: 20px;
    cursor: pointer;
    background: transparent url("http://www.tehnoexpert.ru/images/next.gif") no-repeat 0 0;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 13px;
    left: -37px;
    width: 11px;
    height: 20px;
    cursor: pointer;
    background: transparent url("http://www.tehnoexpert.ru/images/prev.gif") no-repeat 0 0;
}

/**
 * jCarousel end
 */
 
 .left_column2 {
	float: left;
	width: 260px;
	padding: 0 0 0 63px;
}

.subtitle {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 15px 0;
}

.styled_table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 12px;
	margin-bottom: 25px;
}

.styled_table th {
	padding: 0 20px 7px 0;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}

.styled_table td {
	vertical-align: top;
	padding: 7px 20px 0 0;
}

.input {
	font: 12px arial;
	width: 345px;
}

.textarea {
	font: 12px arial;
	width: 345px;
	height: 120px;
}

.note {
	padding-top: 20px;
	color: #999;
}

.customers {
	list-style: none;
	font-size: 12px;
	color: #333;
}

.customers li {
	padding-bottom: 30px;
}

.customer {
	width: 150px;
	text-align: center;
	padding: 15px;
	margin-right: 15px;
	font-size: 0;
	border: 1px solid #ccc;
}

.customer_name {
	font-size: 14px;
	font-weight: bold;
	color: #069;
}

.customers table {
	margin-bottom: 10px;
}

.styled_table2 {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 12px;
	color: #999;
	margin-bottom: 50px;
}

.styled_table2 td {
	vertical-align: top;
	padding: 0 30px 10px 0;
}

.styled_table2 p {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 10px;
}

.title2 {
	font-size: 22px;
	color: #333;
	letter-spacing: -1px;
	padding: 5px 0 20px 0;
}

.question {
	font-size: 14px;
	color: #069;
	font-weight: bold;
	padding-top: 5px;
}

.pathway {
	font-size: 11px;
	color: #999;
	padding-bottom: 25px;
}

.list {
	font-size: 12px;
	list-style: none;
	padding-bottom: 10px;
}

.list li {
	padding: 0 0 10px 23px;
	background: url("http://www.tehnoexpert.ru/images/bullet.gif") no-repeat 8px 3px;
}

.styled_table3 {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 12px;
	color: #999;
	margin-bottom: 50px;
}

.styled_table3 td {
	vertical-align: top;
	padding: 0 30px 15px 0;
}

.event_title {
	font-size: 14px;
	font-weight: bold;
	color: #069;
}

.event_description {
	padding-bottom: 10px;
}


ul {
	padding: 0 0 10px 23px;  
}

 .left_column2 {
	float: left;
	width: 260px;
	padding: 0 0 0 63px;
}


.line {
	float: left;
	width: 100%;
	height: 8px;
	font-size: 0;
	margin: 30px 0 32px 0;
	background: #000 url("http://www.tehnoexpert.ru/images/line.gif") no-repeat;
}

.line p {
	float: right;
	width: 375px;
	height: 8px;
	background: #fff;
}
.banners {
	float: left;
	width: 100%;
	margin: 0px 0 0px 0;
	font-size: 9px;
	border-collapse: collapse;
	border-spacing: 0;
}

.banners td {
	padding: 0;
	border-bottom: 7px solid #fff;
}

.banners .first {
	width: 300px;
	height: 62px;
	background: #f2f2f2 url("http://www.tehnoexpert.ru/images/corner_left.png") no-repeat;
}

.banners .last {
	width: 335px;
	height: 62px;
	background: #bed730 url("http://www.tehnoexpert.ru/images/corner_right.png") no-repeat right;
}

.banners table {
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
}

.banners td td {
	padding: 0 15px;
	text-align: center;
	border-bottom-width: 0;
}

.bannersline {
	float: left;
	width: 100%;
	margin: 10px 0 40px 0;
	font-size: 9px;
	border-collapse: collapse;
	border-spacing: 0;
}

#top_block{
	width:100%;
	height:80px;
	position:fixed;
	bottom:0;
	left:0;
	z-index:999;
        background:#999}


#top_block_online{
	width:200px;
	height:270px;
	position:fixed;
	bottom:0;
	right:0;
	z-index:999;
	display: none;
	background: url("http://www.tehnoexpert.ru/images/spacer.gif");
}round:#999}







