@charset "utf-8";
/*@import url("undohtml.css");*/
h1,h2,h3,h4,h5,h6,pre,code{font-size:1em}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd{margin:0;padding:0;line-height:1.2em}
a img,:link img,:visited img{border:none}
address{font-style:normal}
dl{margin:0 0 0 .8em}
dl dt{margin:0 0 .5em 0}
dl dd+dt{margin-top:1.5em}
dl dd,ul li{margin:0 0 1em 2em}
ol{list-style:decimal}
ol li{margin:0 0 1em 2.5em}
ol li ol,ol li ul,ul li ul,ul li ol{margin:1em 0 1em 1em}
p{margin-bottom:1em}
ul{list-style:disc}
ul li ul{list-style:circle}
ul li ul li ul{list-style:square}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #ccc;
	background: #3f3e3f;
	min-width: 998px;
	width:expression((document.documentElement.clientWidth)<998?"998px":"auto");
}
.clear,.clrleft,.clrright{clear:both;width:100%;display:block}
.clrleft{clear:left}
.clrright{clear:right}
.left{float:left}
.right{float:right}
.nobr{white-space:nowrap}
div{_height:1%}
a{
	color: #666;
	text-decoration: underline;
	cursor: pointer;
}
a:visited{
	color: #b7b0a1;
}
a {
	color: #b7b0a1;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #EFD686;
}
img.photo, a:hover img.photo {
	background-color: #666;
	background-image: url(../i/bgphoto.png);
	padding: 4px;
	float: right;
}
img.photo {
	margin: 0 0 20px 30px;
}
a:hover img.photo {
	background-color: #ba1616;
}
h1, h2, h3 {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	margin: 0 0 0.4em 0;
	font-weight: normal;
}
h1 {
	color: #ceb566;
	font-size: 1.6em;
}
h2 {
	color: #ba1616;
	font-size: 1.25em;
	font-weight: normal;
}
h3 {
	font-size: 1.2em;
}

table {
	border-collapse: collapse;
	border: #838383;
	background-color: #5C5B5C;
	margin-bottom: 1em;
	font-size: 100%;
}
th, td {
	border: 1px solid #838383;
	padding: 5px;
}
th {
	background: #5C5B5C;
	color: #D3BC92;
}
img {
	vertical-align: middle;
}
p {
	line-height: 130%;
}

/* logo */
#logo {
	background: url('../i/top_bg.gif') repeat-x top;
	border-bottom: 1px solid #474647;
	height: 70px;
	padding: 20px 0 0;
}

#logo1 {
	background: url('../i/logo.png') no-repeat;
	margin: 0 auto;
	width: 900px;
}

#logo2 {
	background: url('../i/logo.png') no-repeat;
	margin: 0 auto;
	width: 898px;
	height: 57px;
	line-height: 0.9em;
}

#logo2 img {
	margin-right: 14px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity: 0.01;
	-khtml-opacity: 0.01;
	opacity: 0.01;
	float: left;
}

#logo a {
	display: block;
	/*padding: 12px 0 0 70px;*/
	height: 56px;
	color: #999;
	text-decoration: none;
	width: 510px;
	line-height: 0.9em;
}

#logo span.title {
	color: #cfb666;
	font-size: 1.4em;
}

#logo a img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity: 0.01;
	-khtml-opacity: 0.01;
	opacity: 0.01;
	float: left;
	margin-right: 14px;
}

/* photo */
#photo {
	background: #464546 url('../i/photo_bg.png') repeat-x bottom;
	border-top: 1px solid #393839;
}

#photo1 {
	margin: 0 auto;
	width: 900px;
	padding: 25px 0;
}

#photo1 table {
	width: 900px;
	height: 449px;
	position: absolute;
	background: transparent;
	z-index: 100;
}

div.photo1 {
	background: url('../i/photo1.jpg') no-repeat;
}

div.photo2 {
	background: url('../i/photo2.jpg') no-repeat;
}

div.photo3 {
	background: url('../i/photo3.jpg') no-repeat;
}

#photo1 td {
	border: 2px solid #474647;
}

#phtable {
	background: transparent url('../i/logo_bg.png') no-repeat center;
	height: 449px;
}

/* shortinfo */
#shortinfo {
	border-top: 1px solid #212121;
	border-bottom: 1px solid #393839;
	background: #474647 url('../i/shortinfo_top_bg.gif') repeat-x top;
}

#shortinfo1 {
	background: transparent url('../i/shortinfo_bottom_bg.gif') repeat-x bottom;
	padding-bottom: 30px;
}

#shortinfo2 {
	width: 900px;
	margin: 0 auto;
	background: transparent url('../i/shortinfo_sep.gif') repeat-y center;
}

#shortinfo3 {
	background: transparent url('../i/shortinfo_top_bg.gif') repeat-x top;
}

#shortinfo ul {
	list-style: none;
}

#shortinfo li {
	margin: 0;
	float: left;
	color: #ccc;
	background: transparent url('../i/light.jpg') no-repeat top center;
	width: 252px;
	padding: 55px 18px 0 30px;
}

#shortinfo li.first {
	padding-left: 0;
}

#shortinfo a {
	text-decoration: none;
	color: #ccc;
}

#shortinfo a:hover {
	color: #eee;
}

#shortinfo span {
	color: #cfb666;
	font-size: 1.5em;
}

#shortinfo a:hover span {
	color: #efd686;
}

/* main center */
#main_center {
	background: #3d3c3d url('../i/news_top_bg.gif') repeat-x top;
	border-bottom: 1px solid #393839;
	border-top: 1px solid #212121;
}

#main_center1 {
	width: 900px;
	margin: 0 auto;
}

#news {
	padding: 39px 0 18px;
	width: 600px;
	float: left;
}

#news1 {
	border-right: 1px solid #5c5b5c;
}

#news2 {
	border-right: 1px solid #353535;
}

#news_wrapper {
	float: left;
	width: 1px;
	height: 300px;
}

#news ul {
	list-style: none;
}

#news li {
	margin: 0;
	background: url('../i/news_triang.gif') no-repeat 0px 5px;
	padding-left: 20px;
	padding-bottom: 12px;
}

#news a {
	color: #d3bc92;
	text-decoration: none;
}

#news a:hover {
	color: #e3cca2;
}

#news p {
	color: #999;
}

#news a.arch {
	background: url('../i/news_arch.gif') no-repeat 0 1px;
	padding-left: 19px;
	font-size: 0.95em;
	text-decoration: underline;
}

#news a.rss {
	margin-left: 43px;
	background: url('../i/rss.png') no-repeat 0 1px;
	padding-left: 19px;
	font-size: 0.95em;
	text-decoration: underline;
}

/* right_sxem */
#right_sxem {
	background: url('../i/right_sxem.jpg') no-repeat;
	float: right;
	margin-right: -20px;
	padding: 41px 51px 0 0px;
	width: 265px;
	height: 289px;
	text-align: right;
}

#right_sxem img {
	margin-bottom: 36px;
}

#right_sxem a {
	color: #d3bc92;
	font-size: 1.2em;
}

#right_sxem a.email {
	color: #cfb666;
	font-size: 1.5em;
}

/* photoes */
#photoes {
	background: #474647;
}

#photoes1 {
	width: 954px;
	margin: 0 auto;
}

a.bar {
	color: #fff;
}

#photoes1 img {
	float: left;
	border-left: 1px solid #999;
	border-top: 1px solid #757575;
	border-right: 1px solid #333;
	background: #fff;
}

#photoes img.bd {
	border: none;
}

/* menu */
#menu {
	background: #5f5f5f url('../i/menu_bg.gif') repeat-x;
	border-top: #2e2e2e solid 1px;
	border-bottom: #2e2e2e solid 1px;
	height: 40px;
}

#menu1 {
	width: 900px;
	margin: 0 auto;
}

#menu1 ul {
	list-style: none;
	padding-top: 11px;
}

#menu1 li {
	float: left;
	color: #929292;
	margin: 0;
	padding: 0 28px;
	border-right: 1px solid #565656;
	border-left: 1px solid #838383;
	text-align: center;
	cursor: default;
	font-size: 1.2em;
}

#menu1 li.first {
	padding-left: 0;
	border-left: none;
}

#menu1 li.last {
	border-right: none;
}

#menu1 a {
	color: #ceb666;
}

#menu1 a:hover {
	color: #efd686;
	text-decoration: none;
}

/* inner_center */
#inner_center {
	border-top: 1px solid #535253;
	border-bottom: 1px solid #363636;
	background: #474647 url('../i/content_bg.png') repeat-x bottom;
}

#inner_center1 {
	width: 900px;
	padding: 0 50px 40px;
	margin: 0 auto;
}

#nav {
	padding: 21px 0 20px;
}

#nav ul {
	list-style: none;
	border-bottom: 1px solid #474647;
}

#nav li {
	float: left;
	color: #707070;
	background: url('../i/nav_triang.gif') no-repeat 0 5px;
	padding-left: 10px;
	margin: 0 15px 0 0;
}

#nav li.first {
	background: none;
}

#nav li.first img {
	margin-top: -4px;
}

#nav a {
	color: #999;
}

/* content */
#content {
	float: left;
	width: 570px;
}

#content_in {
	float: left;
}

/* right_menu */
#right_menu {
	margin-left: 630px;
	padding-bottom: 75px;
}

#right_menu ul {
	list-style: none;
}

#right_menu ul li {
	background: url('../i/menu_triang.gif') no-repeat;
	margin: 0 0 9px;
	padding: 0 0 0 28px;
	color: #999;
}

#right_menu li ul{
	margin: 10px 0 0 0;
	padding: 0;
}

#right_menu li ul li {
	background: url('../i/menu_minus.gif') no-repeat;
	padding: 0 0 0 14px;
	margin: 0 0 9px;
}

#right_menu ul li.active {
	background: url('../i/menu_triang_active.gif') no-repeat 5px 5px;
}

#right_menu ul li.active li.active {
	background: url('../i/menu_minus_activ.gif') no-repeat;
}

#right_menu li li {
	margin-left: 5px;
}

#right_menu a {
	color: #d3bc92;
	text-decoration: underline;
}

#right_menu a:hover {
	color: #f3dcb2;
}

/* footer */
#footer {
	height: 81px;
	background: #393839 url('../i/bottom_inner_bg.gif') repeat-x;
	border-top: 1px solid #454445;
}

#inner_footer {
	height: 84px;
	background: url('../i/inner_bottom_right.png') no-repeat right top;
}

#footer1 {
	width: 900px;
	margin: 0 auto;
	padding-top: 17px;
}

#copyright {
	float: left;
	color: #999;
}

#copyright a {
	color: #ccc;
}

#footer1 div.right {
	text-align: right;
}

#counter {
	padding-bottom: 15px;
}

#developers a {
	color: #858485;
	text-decoration: none;
}

#developers a:hover {
	color: #a5a4a5;
}

#dealers{
	height: 110px; 
	margin-top: 25px;
}


#dealers p{
	color: #838383;
}

#smb, #toiler, #ned, #daichi, #mitsubishi, #testo{
	height: 84px;
	display: block;
	float: left;
	margin-right: 25px;
}

#smb{
	background: transparent url(../i/smbh.png) no-repeat center;
	width: 180px;
}

#toiler{
	background: transparent url(../i/toilerh.png) no-repeat center;
	width: 94px;
}

#ned{
	background: transparent url(../i/nedh.png) no-repeat center;
	width: 150px;
}

#daichi{
	background: transparent url(../i/daichih.png) no-repeat center;
	width: 119px;
}

#mitsubishi{
	background: transparent url(../i/mitsubishih.png) no-repeat center;
	width: 140px;
}

#testo{
	background: transparent url(../i/testoh.png) no-repeat center;
	width: 86px;
}


#smb:hover img, #toiler:hover img, #ned:hover img, #daichi:hover img, #mitsubishi:hover img, #testo:hover img{
	cursor: default;
}

/* Form */

.form{
	width: 98%;
	margin-bottom: 1em;
	font-size: 11px;
	padding-top: 1em;
}

.form div{
	padding: 4px;
}

.form div div{
	padding: 0;
}

.form div.short{
width: 380px;
float: left;

}

.form label, .fitem label{
	color: #B7B0A1;
	width: 120px;
	display: block;
	float: left;
	padding-right: 1em;
	text-align: right;
}

label.check{
	color: #B7B0A1;
}

.form .prim{
	color: #999999;
	margin-left: 130px;
	font-size: 1em;
}

.form img{
	margin-right: 1em;
	border: 1px solid #CCCCCC;
}

.vkey{
	width: 120px;
	text-align: center;
	font-weight: bold;
	color: #838383;
}

input.text, textarea{
	padding: 2px;
	font-size: 100%; 
	font-family: Tahoma, "MS Sans Serif", Geneva, sans-serif;
	width: 350px; 
}

.buttons{
margin: 15px 10px 15px 150px;
}

.errors{
	padding: 10px;
	background-color: #393839;
	margin-bottom: 1em;
	color: #BA1616;
}

.msgok{
	padding: 10px;
	margin-bottom: 1em;
	background-color: #393839;
	color: #EFD686;
}

.pdf{
	padding-left: 26px;
	background: transparent url(../i/pdf.png) no-repeat left; 
}

/* */

.centered td{
	text-align: center;
}

p.prim{
	margin-top: 2.5em;
	color: #EFD686;
}

#content ul li{
	padding: 0 0 0 20px;
	margin: 0 0 9px;
	list-style: none;
	background: url('../i/menu_minus_activ.gif') no-repeat;
}
