html, body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: black;
	background-color: #ccc;
}

#mainDiv {
	margin: 0 auto;
	position: relative;
	width: 950px;
	border: 1px solid black;
	background-color: white;
}

.formatTable {
	margin: 0px;
	padding: 0px;
	/*height: 100%;*/
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
}

.formatTable td{
	margin: 0px;
	padding: 0px;
}

#header {
	position: relative;
}

#companyName {
	position: absolute;
	top: 43px;
	left: 72px;
	font-weight: bold;
	font-size: 24px;
	color: white;
}

#companySlogan {
	position: absolute;
	top: 68px;
	left: 74px;
	font-size: 11px;
	color: white;
}

#topArea {
	height: 150px;
	background: url("images/header_bg.jpg") top left repeat-x;
}

/*#header_image {
	height: 169px;
	border-bottom: 2px solid white;
	background: url("images/header_image.jpg") left top no-repeat;
}*/

#header_image {
	float: left;
	width: 577px;
	height: 150px;
	background: url("images/header_image.jpg") left top no-repeat;
}

#header_bgRight {
	float: right;
	width: 8px;
	height: 150px;
	background: url("images/header_bgRight.jpg") right top repeat-x;
	/*border: 1px solid green;*/
}

#topArea_right {
	float: right;
	width: 270px;
	height: 150px;
	/*border: 1px solid green;*/
}

#topMenu {
	border-bottom: 1px solid white;
}

#topMenu table.menu {
	margin: 0;
	padding: 0;
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	background: url("images/topMenu_bg.png") top left repeat-x;
	border-bottom: 1px solid #cecece;
}

#topMenu table.menu td {
	margin: 0;
	padding: 0;
	height: 43px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: gray;
	border-right: 1px solid #cecece;
	border-left: 1px solid white;
	/*outline: 1px solid blue;*/
}

#topMenu table.menu td a {
	color: gray;
	text-decoration: none;
}

#topArea_right #search {
	height: 104px;
	border-top: 1px solid #016394;
	border-left: 1px solid #016394;
	/*border: 1px solid red;*/
	background: #257dc4 url("images/search_bg.png") left center repeat-x;
}

#mainMenu_container {
	position: relative;
	clear: all;
	height: 36px;
	border-width: 1px 0;
	border-style: solid;
	border-color: white;
	background: url("images/mainMenu_bg.png") top left repeat-x;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}

#mainMenu_container .menu {
	position: absolute;
	left: 20px;
	top: 0;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	/*border-right: 1px solid white;
	border-left: 1px solid #1c5195;*/
}

#mainMenu_container .menu li {
	margin: 0;
	padding: 0;
	float: left;
}

#mainMenu_container .menu a, #mainMenu_container .menu span {
	position: relative;
	float: left;
	cursor: pointer;
	background: url("images/mainMenuButton_bg.png") left top repeat-x;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
}

#mainMenu_container .menu span {
	color: #ddd;
}

#mainMenu_container .menu .button {
	margin-left: 10px;
	padding: 0 10px 0 25px;
	float: left;
	height: 35px;
	/*border-right: 1px solid #1c5195;
	border-left: 1px solid white;*/
	background: url("images/mainMenuMarker.png") 8px 11px no-repeat;
	line-height: 34px;
}




#authorization {
	position: absolute;
	top: 230px;
	right: 90px;
	width: 274px;
	height: 155px;
}

#authorization_bgLeft {
	float: left;
	width: 22px;
	height: 155px;
	background: url("images/authorization_bgLeft.png") right top no-repeat;
	filter:expression(fixPNG(this));
}

#authorization_center {
	float: left;
	width: 224px;
	height: 155px;
	background: url("images/authorization_bgCenter.png") top repeat-x;
	filter:expression(fixPNG(this));
}

#authorization_bgRight {
	float: right;
	width: 28px;
	height: 155px;
	background: url("images/authorization_bgRight.png") left top no-repeat;
	filter:expression(fixPNG(this));
}

/********************************/
#bodyRightArea {
	width: 50px;
}

/********** secondMenu **********/
#secondMenu {
	width: 248px;
	background: url("images/secondMenu_bg.png") top repeat-y;
}




#content {
	padding: 10px;
}

/*********** footer ***********/

#footer {
	background: url("images/footer_bg.png") top repeat-x;
	border-width: 1px 0;
	border-style: solid;
	border-color: #cecece;
}

#footer td {
	height: 40px;
	vertical-align: middle;
	text-align: center;
}

#footerCopyright {
	width: 200px;
	
}

#footerMenu_container {
	position: relative;
	left: 50%;
	float: left;
}

#footerMenu_container .menu {
	margin: 0;
	padding: 0;
	position: relative;
	left: -50%;
	float: left;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
}

#footerMenu_container .menu li {
	margin: 0;
	padding: 0;
	float: left;
	height: 40px;
	line-height: 40px;
}

#footerMenu_container .menu li a {
	padding: 0 15px;
	display: block;
	float: left;
	color: black;
	text-decoration: none;
}

#footer_line {
	margin-top: 1px;
	height: 15px;
	background-color: #f77100;
}


