html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-size: 12px;
	background-color: #000000;
	font-family: arial;
}

table, img {
	margin: 0;
	padding: 0;
	border: 0;
	color: #9CA4AF;
	font-size: 12px;
}
h4 {
	color: #9CA4AF;
	font-size: 20px;
	font-weight: normal;
	font-family: arial;
}
table.all {
	width: 100%;
	height: 100%;
}

table#main {
	width: 100%;
	height: 100%;
}
tr.main_v {
	height: 20px;
}
td.main_g {
	width: 30px;
}
table#main2 {
	width: 100%;
	height: 100%;
	background-image: url('img/body_back.gif');
	background-position: top;
	background-repeat: repeat;
}
td#main2 {
	vertical-align: top;
}

td#m_left {
    width: 368px;
}
td#m_right {
    width: 345px;
}
tr#m_left_bottom {
    height: 256px;
}
tr#m_center_bottom {
    height: 415px;
}
tr#m_right_bottom {
    height: 256px;
}


td#s_l_g {
	background-image: url('img/s_l_g.jpg');
	background-position: left;
	background-repeat: repeat-y;

}
td#s_t_g {
	background-image: url('img/s_t_g.jpg');
	background-position: top;
	background-repeat: repeat-x;

}
td#s_r_g {
	background-image: url('img/s_r_g.jpg');
	background-position: right;
	background-repeat: repeat-y;

}
td#s_b_g {
	background-image: url('img/s_b_g.jpg');	

}
td#s_l_t {
	background-image: url('img/s_l_t.jpg');
	background-position: left top;
	background-repeat: no-repeat;

}
td#s_r_t {
	background-image: url('img/s_r_t.jpg');
	background-position: right top;
	background-repeat: no-repeat;

}
td#s_l_b {
	background-image: url('img/s_l_b.jpg');
	background-repeat: repeat-y;


}
td#s_r_b {
	background-image: url('img/s_r_b.jpg');
    background-repeat: repeat-y;


}




td#m_left_gum {
    background-image: url('img/gum1.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
    vertical-align: top;
    padding-left: 60px;
}
td#m_center_gum {
    background-image: url('img/gum2.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
	vertical-align: top;
	vertical-align: top;
    padding-left: 5px;
padding-bottom: 100px;
}
td#m_center_gum2 {
    background-image: url('img/gum2.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
	vertical-align: top;
	vertical-align: top;
    padding-left: 60px;
padding-bottom: 100px;
}
td#m_right_gum {
    background-image: url('img/gum1.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
	vertical-align: top;
	vertical-align: top;
    padding-left: 15px;
	padding-right: 15px;

}
td#content {
    padding-top: 50px;
}



tr#logo {
	height: 60px;
}
tr#phones {
	height: 80px;
}
td#logo {
	width: 200px;
	text-align: right;
	vertical-align: bottom;
}
td#phones {
	text-align: right;
	vertical-align: bottom;
	padding-right: 15px;
}
td#menu {
	padding-top: 30px;
	text-align: right;
	padding-right: 10px;
}
table#menu {
	height: 16px;
	font-size: 10px;
}
tr.sep {
    height: 10px;
}
td.sep {
	width: 12px;
	background-image: url('img/l.gif');
	background-position: center center;
	background-repeat: no-repeat;
}
tr#head {
	height: 110px;
}
tr.scens {
    height: 46px;
}
td.scens {
    width: 46px;
    text-align: center;
    vertical-align: middle;
    background-image: url('img/scene_back.gif');
	background-position: center center;
	background-repeat: no-repeat;
}
td.scens2 {
    padding-left: 15px;
    padding-top: 15px;
    vertical-align: top;
}
tr.good {
    height: 96px;
}
td.good {
    width: 96px;
    text-align: center;
    vertical-align: middle;
    background-image: url('img/good.gif');
	background-position: center center;
	background-repeat: no-repeat;
}
td.good2 {
    padding-left: 15px;

    vertical-align: top;
}

table.i {
    font-size: 1px;
}
tr.itop, tr.ibottom {
    height: 5px;
}
td.itop_left {
    background-image: url('img/left_top.gif');
    width: 5px;
    background-position: center center;
	background-repeat: no-repeat;
}
td.itop_right {
    background-image: url('img/right_top.gif');
    width: 5px;
    background-position: center center;
	background-repeat: no-repeat;
}
td.ibottom_left {
    background-image: url('img/left_bottom.gif');
    width: 5px;
    background-position: center center;
	background-repeat: no-repeat;
}
td.ibottom_right {
    background-image: url('img/right_bottom.gif');
    width: 5px;
    background-position: center center;
	background-repeat: no-repeat;
}
td.iwhite {
    background-color: #ffffff;
}

span.good {
    font-family: arial;
	font-size: 12px;
	color: #FF6F00;
}
span.comment {
    margin-bottom: 10px;
}

a    { font-family: arial; font-size: 12px; color: #FF6F00; text-decoration: underline; }
a:active  { }
a:visited { }
a:hover   { text-decoration: none; }

a.l {
	padding-left: 15px;
	background-image: url('img/l.gif');
	background-position: left 4px;
	background-repeat: no-repeat;
	font-family: arial;
	font-size: 12px;
	color: #FF6F00;
	text-decoration: underline;
}
a.l:active  { }
a.l:visited { }
a.l:hover   { text-decoration: none; }

div.l {
	padding-left: 15px;
	background-image: url('img/l.gif');
	background-position: left 4px;
	background-repeat: no-repeat;
	font-size: 12px;
}

a.l2 {
	padding-left: 15px;
	background-image: url('img/l.gif');
	background-position: left 4px;
	background-repeat: no-repeat;
	font-family: arial;
	font-size: 12px;
	color: #FF6F00;
	text-decoration: underline;
}
a.l2:active  {font-weight: bold; }
a.l2:visited { }
a.l2:hover   { text-decoration: none; }

a.p {
	padding-left: 25px;
	background-image: url('img/exel.gif');
	background-position: left 4px;
	background-repeat: no-repeat;
	font-family: arial;
	font-size: 12px;
	color: #FF6F00;
	text-decoration: underline;
	line-height: 27px;
}
a.p:active  { }
a.p:visited { }
a.p:hover   { text-decoration: none; }

a.v {
	padding-left: 5px;
	font-family: arial;
	font-size: 12px;
	color: #FF6F00;
	text-decoration: underline;
}
a.v:active  { }
a.v:visited { }
a.v:hover   { text-decoration: none; }

p.p1 {
    padding-left: 12px;
    padding-top: 4px;
    background-image: url('img/star.gif');
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: 25px;
font-size: 12px;
}
p.p2 {
    padding-left: 12px;
    padding-top: 4px;
    background-image: url('img/star2.gif');
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: 25px;
font-size: 12px;
}           
a.fluger    { font-family: arial; font-size: 10px; color: #808693; text-decoration: none; }
a.fluger:active  { }
a.fluger:visited { }
a.fluger:hover   { text-decoration: underline; }
