/*FORMS
-----------------------------------------------*/
FORM
{
	margin: 0;
	padding: 0;
}
SELECT, TEXTAREA, INPUT.text
{
	background: #FFF;
}
INPUT.image
{
	border: 0;
}
* HTML INPUT.text, * HTML INPUT.file, * HTML TEXTAREA
{
	margin: -1px 0;
}
*:first-child+HTML INPUT.text, *:first-child+HTML INPUT.file, *:first-child+HTML TEXTAREA
{
	margin: -1px 0;
}
INPUT.error
{
	background: #FCC;
}
LABEL.error
{
	font-size: 10px;
	color: #F00;
	display: block;
	clear: both;
}
INPUT.disabled
{
	background: #D4D0C8;
	color: #808080;
}
/*form*/
.form
{
	font-size: 11px;
}
.form DIV.full
{
	width: 100%;
	margin-bottom: 10px;
	clear: both;
}
.form DIV.half
{
	width: 155px;
	margin: 0 20px 10px 0;
	float: left;
	display: inline;
}
.form DIV.full LABEL, .form DIV.half LABEL
{
	display: block;
	margin-bottom: 2px;
}
.form DIV.full TEXTAREA
{
	height: 210px;
}
.form DIV.full TEXTAREA, .form DIV.full INPUT.text
{
	width: 326px;
}
* HTML .form DIV.full TEXTAREA, * HTML .form DIV.full INPUT.text
{
	width: 324px;
}
*:first-child+HTML DIV.form .full TEXTAREA, *:first-child+HTML DIV.form .full INPUT.text
{
	width: 324px;
}
.form DIV.half SELECT
{
	width: 155px;
}
.form DIV.half INPUT.text
{
	width: 151px;
}
* HTML .form DIV.half INPUT.text
{
	width: 149px;
}
*:first-child+HTML .form DIV.half INPUT.text
{
	width: 149px;
}
.form DIV.checkbox LABEL
{
	display: inline;
	margin: 0 0 0 5px;
}
.form DIV.checkbox LABEL, .form DIV.checkbox INPUT
{
	vertical-align: middle;
}
.form DIV.radio LABEL
{
	display: inline;
	margin: 0 0 0 5px;
}
.form DIV.radio LABEL, .form DIV.radio INPUT
{
	vertical-align: middle;
}
.form DIV.multi
{
	margin-bottom: 10px;
}
.form DIV.multi LABEL
{
	display: inline;
	margin: 0;
}
.form DIV.multi LABEL, .form DIV.multi INPUT
{
	margin-right: 5px;
	vertical-align: middle;
}
.form DIV.multi .sep
{
	margin-right: 52px;
}
.form DIV.multi INPUT.text
{
	width: 26px;
}
* HTML .form DIV.multi INPUT.text
{
	width: 24px;
}
*:first-child+HTML .form DIV.multi INPUT.text
{
	width: 24px;
}
.form DIV.multirow
{
	margin-bottom: 10px;
}
.form DIV.multirow LABEL
{
	float: left;
	margin: 0 0 5px;
	line-height: 21px;
}
.form DIV.multirow LABEL.main
{
	width: 100px;
}
.form DIV.multirow LABEL.normal
{
	line-height: normal;
}
.form DIV.multirow INPUT
{
	float: left;
	margin: 0 5px 5px 0;
}
.form DIV.multirow INPUT.text
{
	width: 26px;
}
* HTML .form DIV.multirow INPUT.text
{
	width: 24px;
}
*:first-child+HTML .form DIV.multirow INPUT.text
{
	width: 24px;
}
/*
.form label {width: 90px; float: left; margin-top: 3px;}
.form select {width: 250px; float: right;}
.form input.text,
.form textarea {width: 246px; float: right;}
* html .form input.text,
* html .form textarea {width: 244px; float: right;}
*:first-child+html .form input.text,
*:first-child+html .form textarea {width: 244px; float: right;}
.form textarea {height: 220px;}
.form .button {margin-left: 100px;}

LAYOUT
-----------------------------------------------*/
HTML, BODY
{
	height: 100%;
}
BODY
{
	margin: 0;
	padding: 0;
	min-width: 990px;
	background: #CCAF8C url(../img/body_bg.gif) repeat 50% 0;
}
#body
{
	background: #CCAF8C url(../img/body_bg.gif) repeat 50% 0;
	min-width: 990px;
	min-height: 100%;
}
* HTML #body
{
	height: 100%;
}
#bodyWrap
{
	padding-bottom: 100px;
}
#header
{
	width: 990px;
	height: 195px;
	background: url(../img/tape_top.gif) no-repeat 300px 0;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}
#content
{
	width: 990px;
	margin: -82px auto 0;
	background: #FCFCFC url(../img/content_bg.jpg) repeat-y;
	position: relative;
}
#contentTop
{
	background: url(../img/content_top.jpg) no-repeat;
}
#contentBot
{
	background: url(../img/content_bot.jpg) no-repeat 0 100%;
	width: 100%;
	padding: 105px 0 135px;
}
#contentBot:after
{
	content: '';
	display: block;
	clear: both;
}
#contentBot P
{
	text-align: justify;
}
#main A, #main A:hover, #main A:link, #main A:visited
{
	color: #000;
	text-decoration: none;
}
#left
{
	width: 175px;
	margin: 0 42px 0 83px;
	padding-bottom: 100px;
	float: left;
	display: inline;
	position: relative;
	z-index: 1;
}
#main
{
	width: 350px;
	margin-top: 10px;
	float: left;
	min-height: 440px;
	position: relative;
	z-index: 1;
}
* HTML #main
{
	height: 440px;
}
.right-none #main
{
	width: 600px;
}
#right
{
	width: 200px;
	margin: 15px 90px 0 0;
	float: right;
	display: inline;
	position: relative;
	z-index: 1;
}
#footer
{
	width: 990px;
	height: 175px;
	margin: -175px auto 0;
	background: url(../img/tape_bot.gif) no-repeat 300px 100%;
	position: relative;
}
/*STATIC
-----------------------------------------------*/
#logo
{
	width: 200px;
	margin: 56px 0 0 50px;
	float: left;
	display: inline;
}
#cont
{
	/*+placement:shift 491px -21px;*/
	position: relative;
	left: 705px;
	top: -135px;
}

#cont2
{
    position: relative;
	left:450px;
	top:0px;
}

#nogi
{
	width: 300px;
	height: 190px;
	background: url(../img/nogi.jpg) no-repeat 100% 1px;
	position: absolute;
	right: 0;
	top: -58px;
}
#stamp
{
	width: 128px;
	height: 56px;
	left: 10px;
	top: 300px;
	background: url(../img/stamp.gif) no-repeat;
	position: absolute;
}
#signs
{
	width: 175px;
	height: 30px;
	margin: 20px 42px 0 83px;
	background: url(../img/signs.gif) no-repeat 17px 0;
	float: left;
	display: inline;
}
#copy
{
	font-size: 11px;
	color: #333;
	background: url(../img/copy_top.gif) no-repeat;
	padding: 30px 0 0 3px;
	margin-left: -3px;
	float: left;
}
#atelier
{
	font-size: 11px;
	color: #333;
	width: 200px;
	margin: 30px 90px 0 0;
	float: right;
	display: inline;
}
/*auth*/
#auth
{
	margin: 95px 0 0 80px;
	width: 200px;
	float: left;
	text-align: right;
}
#auth DIV
{
	height: 21px;
	margin-bottom: 5px;
	background: url(../img/auth_input.gif) no-repeat 62px 0;
	text-align: left;
}
#auth LABEL, #auth INPUT.text
{
	float: left;
}
#auth LABEL
{
	width: 54px;
	height: 21px;
	overflow: hidden;
	text-indent: -1000px;
}
#auth LABEL.login
{
	background: url(../img/auth_login.gif) no-repeat 100% 0;
}
#auth LABEL.pass
{
	background: url(../img/auth_pass.gif) no-repeat 100% 0;
}
#auth INPUT.text
{
	font-size: 11px;
	color: #336;
	width: 128px;
	border: 0;
	margin: 2px 0 0 10px;
	background: transparent;
}
#auth INPUT.image
{
	margin-top: 10px;
}
/*contacts*/
#contacts
{
	position: absolute;
	left: 94px;
	margin-top: -187px;
	z-index: 1;
}

#contacts3
{
	position: absolute;
	left: 94px;
	margin-top: -535px;
	margin-left:-30px;
	z-index: 1;
}

#contacts4
{
	position: absolute;
	left: 94px;
	margin-top: -435px;
	margin-left:-5px;
	z-index: 1;
}

#part
{
	position: absolute;
	left: 14px;
	margin-top: 35px;
	margin-left:-30px;
	z-index: 1;
}

#part2
{
	position: absolute;
	left: 14px;
	margin-top: 135px;
	margin-left:-5px;
	z-index: 1;
}

#main #contacts
{
	position: static;
	margin: 0 0 0px -6px;
	float: left;
	position: relative;
	left: 0;
}
#contacts P
{
	font-size: 11px;
	font-style: normal;
	margin: 0 0 5px 6px;
}
#contacts IMG
{
	margin-left: -6px;
}
.contacts
{
	width: 100%;
}
.contacts .address
{
	width: 150px;
	float: right;
}
.contacts .address P
{
	margin: 0 0 5px;
}
.contacts .address .email
{
	font-size: 11px;
}
.contacts .map
{
	clear: both;
	text-align: center;
}
/*NAVIGATION
-----------------------------------------------
m0*/
#m0, #m0 LI
{
	float: left;
	display: block;
	margin-left: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
#m0
{
	margin: 8px 0 0 260px;
	width: 100px;
}
#m0 LI
{
	margin-right: 10px;
	display: inline;
}
#m0 LI, #m0 IMG
{
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
/*m1*/
#m1, #m1 UL, #m1 LI
{
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
#m1
{
	font-size: 14px;
	font-weight: bold;
	width: 100%;
}
#m1 LI
{
	margin-bottom: 5px;
	padding: 0 17px;
	vertical-align: top;
}
#m1 A
{
	vertical-align: top;
}
#m1 LI.a
{
	background: url(../img/m1_a_top.gif) no-repeat;
	padding-top: 15px;
}
#m1 UL, #m1 LI.a EM
{
	margin: 0 -17px;
	background: url(../img/m1_a_bot.gif) no-repeat 0 100%;
}
#m1 UL
{
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	padding: 5px 0 10px;
	min-height: 15px;
}
* HTML #m1 UL
{
	height: 15px;
}
#m1 LI.a EM
{
	height: 15px;
	display: block;
	font-size: 0;
	line-height: 0;
}
#m1 UL LI.a
{
	font-weight: bold;
	padding-top: 0;
	background: none;
}
/*BLOCKS
-----------------------------------------------*/
A IMG
{
	border: 0;
}
.clear
{
	clear: both;
	float: none;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
H1 SMALL
{
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	margin-left: 20px;
	white-space: nowrap;
}
DIV.editor
{
	width: 200px;
	float: left;
}
.index DIV.editor
{
	font-size: 14px;
}
H1 A, H1 A:hover, H1 A:link, H1 A:visited
{
	text-decoration: none;
	color: #000000;
}
/*teasers*/
.teasers, .teasers LI
{
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
.teasers
{
	font-size: 10px;
	text-align: center;
	width: 130px;
	float: right;
}
.teasers LI
{
	margin-bottom: 25px;
}
.teasers A
{
	text-decoration: none;
}
.teasers IMG
{
	vertical-align: top;
	margin-bottom: 8px;
}
.teasers STRONG
{
	text-decoration: underline;
}
/*news*/
.news
{
	color: #333;
}
.news H2
{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 20px;
}
.news .date
{
	font-size: 11px;
	margin-bottom: 1px;
}
.news H3
{
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
}
.news .lnk A
{
	background: url(../img/news_lnk.gif) no-repeat 0 3px;
	padding-left: 15px;
}
.news P
{
	text-align: justify;
	margin-bottom: 20px;
}
#main .news
{
	width: 100%;
}
#main .news:after
{
	content: '';
	display: block;
	clear: both;
}
#main .news .li
{
	width: 180px;
	margin-right: 20px;
	float: left;
	display: inline;
}
/*pages*/
.pages, .pages LI
{
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
.pages
{
	font-size: 11px;
	line-height: 24px;
	width: 100%;
	clear: both;
}
.pages:after
{
	content: '';
	display: block;
	clear: both;
}
.pages LI
{
	float: left;
	margin-right: 9px;
}
.pages STRONG
{
	font-size: 18px;
	font-weight: normal;
}
/*vacancies*/
.vacancies
{
	min-height: 1px;
	margin-left: -20px;
}
* HTML .vacancies
{
	height: 1px;
}
.vacancies:after
{
	content: '';
	display: block;
	clear: both;
}
.vacancies .li
{
	width: 165px;
	margin: 0 0 20px 20px;
	float: left;
	display: inline;
}
.vacancies H2
{
	font-size: 14px;
	font-weight: bold;
}
/*calc*/
.calc
{
	margin-left: -50px;
	min-height: 1px;
	position: relative;
}
.calc:after
{
	content: '';
	display: block;
	clear: both;
}
* HTML .calc
{
	height: 1px;
}
.calc .input
{
	width: 150px;
	margin: 0 0 15px 50px;
	float: left;
	display: inline;
}
.calc .wide
{
	width: 350px;
}
.calc LABEL
{
	padding-bottom: 5px;
	display: block;
}
.calc INPUT.text
{
	width: 146px;
}
* HTML .calc INPUT.text
{
	width: 144px;
}
.calc .wide DIV, .calc .wide INPUT.text
{
	float: left;
}
.calc .wide INPUT.text
{
	width: 80px;
}
* HTML .calc .wide INPUT.text
{
	width: 78px;
}
*:first-child+HTML .calc .wide INPUT.text
{
	width: 78px;
}
.calc .wide DIV
{
	width: 49px;
	line-height: 21px;
	text-align: center;
}
.calc .button
{
	margin-left: 50px;
}
.home
{
	margin: 45px 0pt 0pt;
	float: left;
}
.home P
{
	text-indent: 15px;
	text-align: justify;
}
.tracking
{
	border: 1px solid #000000;
}
.tracking TD
{
	padding: 3px;
}

#counter
{
display:none;
}

#text
{
    margin-top: -110px;
	margin-left:270px;
	
	display: inline;
	position: absolute;

}

