html, body, th, td, input {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
}

html {
	overflow: auto;
}

body {
	margin: 0;
	padding: 0;
	background-color: #c0c0c0;
}

.formatTable {
	margin: 0px;
	padding: 0px;
	/*height: 100%;*/
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
}

.formatTable td{
	margin: 0px;
	padding: 0px;
}

a img {
	border-width: 0px;
}

#mainDiv {
	margin: 0 auto;
	width: 990px;
	position: relative;
	background-color: white;
	border: 1px solid black;
}

/************/


#siteHeader {
	position: relative;
	height: 119px;
}

#company_name {
	position: absolute;
	top: 15px;
	left: 50px;
	font-family: Times New Roman;
	font-style: italic;
	font-size: 60px;
	color: white;
}

#navigation {
	position: absolute;
	top: 10px;
	right: 20px;
}

#navigation img {
	width: 13px;
	height: 13px;
}


#siteHeader #bgCenter {
	width: 750px;
	height: 119px;
	background: url("images/siteHeader_bgCenter.png") top center no-repeat;
}

#siteHeader #bgLeft {
	height: 119px;
	background: url("images/siteHeader_bgLeft.png") top right repeat-x;
}

#siteHeader #bgRight {
	height: 119px;
	background: url("images/siteHeader_bgRight.png") top left repeat-x;
}
/****************/

table#mainMenu_container {
	position: absolute;
	top: 105px;
	left: 0px;
	width: 100%
}

/*table#mainMenu_container #mainMenu_container2 {*/
#mainMenu_container2 {
	height: 59px;
	background: url("images/topMenu_bg.png") top left repeat-x;
	text-align: center;
	vertical-align: top;
	filter:expression(fixPNG(this));
}

#mainMenu_container2_2 {
	position: relative;
	width: 100%;
	height: 51px;
/*	border: 1px solid red;*/
}

/*table#mainMenu_container #mainMenu_container2 #mainMenu_container3 {*/
#mainMenu_container3 {
	position: absolute;
	float: left;
	/*left: 50%;*/
	left: 0;
	top: 0;
}

table#mainMenu_container #mainMenu_right {
	width: 29px;
	background: url("images/topMenu_right.png") top left no-repeat;
	filter:expression(fixPNG(this));
}

table#mainMenu_container #mainMenu_marginRight {
	width: 220px;
}

#mainMenu_container3 ul {
	margin: 1px 0;
	padding: 0;
	position: relative;
	left: 0;
	/*left: -50%;*/
	/*height: 53px;*/
	list-style: none;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	border-left: 1px solid #c68404;
	border-right: 1px solid #faead4;
}

#mainMenu_container3 ul li {
	margin: 0;
	padding: 0;
	line-height: 51px;
	float: left
}

#mainMenu_container3 ul li a {
	display: block;
	position: relative;
	float: left;
	cursor: pointer;
	color: black;
	text-decoration: none;
}

#mainMenu_container3 ul .button {
	padding: 0 15px 0 28px;
	height: 51px;
	border-left: 1px solid #faead4;
	border-right: 1px solid #c68404;
	float: left;
	background: url("images/topMenu_marker.png") 10px 21px no-repeat;
}

/****************/
#mainTable {
	
}

/*****************/
#rightMenu {
	vertical-align: top;
	background: #bdbdbd url("images/rightMenu_bg.png") left repeat-y;
}

#rightMenu .topBorder {
	height: 9px;
	font-size: 3px;
	border-top: 1px solid white;
	background-color: #1c396a;
}

#rightMenu .blockHeader {
	position: relative;
	padding-top: 5px;
	padding-left: 40px;
	height: 20px;
	background: url("images/rightMenu_headerBg.png") top center repeat-x;
	border: 1px solid #e8e8ea;
	border-width: 1px 0;
	font-weight: bold;
	text-transform: uppercase;
	/*text-align: center;*/
	color: white;
}
#auth_icon {
	position: absolute;
	top: 7px;
	left: 12px;
	width: 25px;
	height: 13px;
	background: url("images/auth_icon.png") no-repeat;
}

#search_icon {
	position: absolute;
	top: 6px;
	left: 20px;
	width: 15px;
	height: 15px;
	background: url("images/search_icon.png") no-repeat;
}

#authorization {
	height: 93px;
	background: #1c76bd url("images/auth_bg.png") top left repeat-x;
}

#search {
	height: 53px;
	background: #1c76bd url("images/search_bg.png") top left repeat-x;
}

.blockBody{
	padding: 10px 5px 20px 10px;
	background: #0661a6 url("images/auth_bg.png") top left repeat-x;
}

.blockBody a {
	color: white;
}

#rightMenu_content {
	font-size: 11px;
	padding: 10px 5px 20px 10px;
	background: #d9dadc url("images/shadow_top.png") top repeat-x;
}

div#rightMenu_container {
	position: relative;
}

div.shadow_left {
	width: 6px;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: url("images/shadow_left.png") left repeat-y;
	/*border: 1px solid red;*/
}

/********** content **********/
#content {
	margin-top: 30px;
	padding: 10px 20px;
	text-align: justify;
}

h2.title {
	padding-top: 3px;
	padding-left: 35px;
	background: url("images/h1_icon.png") 0px 0px no-repeat;
	border-bottom: 3px dotted #999;
	font-family: Monotype Corsiva;
	font-size: 24px;
	color: #1c396a;
}


/************ footer ************/
#bottomMenu {
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	border: 1px solid #cecece;
	border-width: 1px 0;
	background: url("images/bottomMenu_bg.png") repeat-x;
}

#footer {
	margin-top: 3px;
	height: 13px;
	background-color: #ff7d0c;;
}

#rightMenu_content h4 {
	margin: 0;
	padding: 3px;
	text-align: center;
	
}

.url_list {
	/*margin: 10px 5px 20px 10px;*/
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
}

.url_list li {
	margin: 7px 0;
	padding: 0;
}

#content .url_list {
	padding-left: 20px;
	list-style: circle;
	font-size: 12px;
}
