html, body
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	position: relative;
	background-image: url("/images/body-bg-sub.jpg");
	min-width: 1000px;
	
	font-family: Tahoma;
}

table, img
{
	border: 0;
}

table td
{
	border-collapse: collapse;
}

a
{
    color: Black;
    text-decoration: underline;
}

#all
{
	width: auto;
	margin: 0 99px 0 99px;
}

* html #all
{
	width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1000)? "1000px" : "auto");
}

#top
{
	width: 100%;
	float: left;
	clear: both;
	margin-top: 53px;
}

#top .inner
{
	float: left;
	clear: both;	
}

#top h2
{
	margin: 0;
	float: left;
}

#top .menu
{
	float: left;
	margin: 70px 0 0 42px;
}

#top .menu a
{
	margin-right: 34px;
	border-bottom: 1px solid black;
	padding-bottom: 3px;
	line-height: 0;
	font-size: 0;
	display: block;
	float: left;
}

#main 
{
	clear: both;
	width: 100%;

	position: relative;

}

#main .inner
{
	position: relative;

	height: 100%;
	width: auto;
}

#main .block
{
	border: 20px solid black;
	padding: 0 36px 0 36px;
	height: 90%;
	background: #fff;
	
	position: relative;
}

#main .border
{
	font-size: 0;
	line-height: 0;
}

#main .left-border-1
{
	background-image: url("/images/left-border-img-1.gif");
	width: 20px;
	height: 114px;
	
	position: absolute;
	left: -20px;
	top: 78px;

}

#main .left-border-2
{
	background-image: url("/images/left-border-img-2.gif");
	width: 20px;
	height: 76px;
	
	position: absolute;
	left: -20px;
	bottom: 30%;	

}

#main .bottom-border
{
	background-image: url("/images/bottom-border-img.gif");
	width: 96px;
	height: 20px;
    margin-left: -56px;
    margin-bottom: -20px;	
}

* html #main .bottom-border
{
	bottom: -21px;
}

* html #main .right-border
{
	right: -21px;
}



#main .right-border
{
	background-image: url("/images/right-border-img.gif");
	width: 20px;
	height: 73px;
	
	position: absolute;
	right: -20px;
	top: 109px;
	
}

#main .block .inner
{
	padding: 50px;
	width: auto;
	position: relative;
	padding-bottom: 200px;
	z-index: 10;
	
	font-size: 12px;
	line-height: 16px;
}
/*
#contacts
{
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 215px;
	height: 60px;
	font-size: 0;
	line-height: 0;	
	background-color: black;

	padding-top: 26px;
	padding-left: 36px;
}
*/

#contacts
{
	width: 215px;
	height: 60px;
	font-size: 0;
	line-height: 0;	
	margin-left: -36px;
	background-color: black;

	padding-top: 26px;
	padding-left: 36px;
}

#contacts .block
{
	float: left;
	clear: both;
	font-size: 0;
	line-height: 0;
	margin: 0;	
	margin-bottom: 9px;
	width: 170px;
	border: 0;
	padding: 0;
	height: auto;
	background: #000;
}

#contacts p
{
	float: left;
	margin: 0;
	margin-right: 16px;
	font-size: 0;
	line-height: 0;
}

#bottom
{
	height: 50px;
}

ul
{
    margin-top: 0px;
    padding-top: 2px;
    list-style-image: url('/images/uldash.gif');
}

div.bg-pic
{
    position:absolute;
    bottom: 0px;
    right: 0px;
    text-align: right;
}
div.bg-pic img
{
    float:right;
    z-index:1;
}

.subtitle
{
    color: Black;
    font-size:14px;
    line-height: 17px;
    text-transform: uppercase;
}

ul.wcorner
{
    margin: 0;
    padding-left: 13px;
}

ul.wcorner li
{
    padding-left: 0px;
    margin-left: 0px;
    list-style-position: outside;
    list-style-image: url(/images/list_corn.gif);
    margin-bottom: 5px;
    line-height:11px;
}
ul.wcorner li a
{
    color: #515151;
    text-decoration:underline;
    padding-bottom:0px;
    margin-bottom:0px;
}
ul.wcorner li span
{
    padding-top: 0px;
    margin-top: 0px;
    font-size: 10px;
    color: #a8a8a8;
    line-height: 11px;
}
#bss table
{
    height: 480px;
}

#upscr, #dwnscr, #scrllpart {width: 120px;}

#scrllpart div
{
    margin-right: 5px;
}

input
{
    border: solid 1px black;
}

textarea
{
    border: solid 1px black;
}