﻿body
{
	margin: 0;
	padding: 0;
	background-image: url(../../Images/bg_new.png);
	/*background-repeat: repeat-y;*/
	font-family: Arial;
	font-size: 13px;
}



img
{
	border: 0;
}



/* Header Settings styles */

.Hdr_Settings
{
	position: absolute;
	top: 5px;
	left: 590px;
	width: 300px;
	z-index: 8;
}



.Hdr_Settings .SettingsBlock
{
	float: right;
	padding: 5px;
}



.Hdr_Settings .CurrencyLabel
{
	float: left;
	line-height: 20px;
}



.Hdr_Settings .Flag
{
	float: left;
	margin-left: 5px;
}



.Hdr_Settings .Currency
{
	float: left;
	margin-left: 5px;
	margin-right: 10px;
}



.SearchEngineOptimize
{
	z-index: 0;
	color: #CCCCCC;
	position: absolute;
	width: 700px;
	top: 150px;
}





/* Menu Tab styles */

.Hdr_Logo
{
	position: absolute;
	width: 800px;
	padding-top: 5px;
	z-index: 5;
	margin-left: 15px;
}





/* Menu Tab styles */

.Hdr_Menu
{
	position: absolute;
	top: 70px;
	width: 780px;
	margin-top: 20px;
	margin-left: 20px;
	font: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	z-index: 5;
}



.Hdr_Menu .TabActive
{
	position: absolute;
	width: 110px;
	height: 30px;
	padding-top: 8px;
	background-image: url(../../Images/tab_active.png);
	background-repeat: no-repeat;
	text-align: center;
}



.Hdr_Menu .TabInActive
{
	position: absolute;
	width: 110px;
	height: 30px;
	padding-top: 8px;
	background-image: url(../../Images/tab_inactive.png);
	background-repeat: no-repeat;
	text-align: center;
}



.Hdr_Menu .TabActive a
{
	color: #FFFFFF;
	text-decoration: none;
}



.Hdr_Menu .TabActive a:hover
{
	color: #666666;
}



.Hdr_Menu .TabInActive a
{
	color: #666666;
	text-decoration: none;
}



.Hdr_Menu .TabInActive a:hover
{
	color: #333333;
}







/* Background styles */

.BG_Cover_Top
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 801px;
	height: 141px;
	/*background-image: url(../../Images/bg_cover_top.gif);*/
	background-repeat: no-repeat;
	z-index: 1;
}



.BG_Sigill
{
	position: absolute;
	top: 20px;
	left: 425px;
	width: 625px;
	height: 550px;
	background-image: url(../../Images/bg_sigill.gif);
	background-repeat: no-repeat;
	z-index: 2;
}



.BG_Sigill_Cover
{
	position: absolute;
	top: 141px;
	left: 0px;
	width: 900px;
	/*height: 550px;*/
	height: 100%;
	background-color: #FFFFFF;
	z-index: 3;
}



.BG_Gradient
{
	position: absolute;
	top: 118px;
	width: 899px;
	height: 85px;
	background-image: url(../../Images/layout_gradient.gif);
	background-repeat: no-repeat;
	z-index: 4;
}





.ContentContainer
{
	position: absolute;
	left: 20px;
	top: 158px;
	z-index: 10;
}


.Error
{
	position: absolute;
	left: 850px;
	width: 300px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	color: #FF0000;
}



#__asptrace
{
	position: absolute;
	top: 600px;
	z-index: 30000;
}
