/* Public Css Definition */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#index {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(top-navi-bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	text-align: left;
}
.clear {
	clear: both;
}
a{
	color: #000000;
	text-decoration: none;
}
.fr {
	background-image: url(fr.gif);
	background-position: 0px 3px;
	padding-left: 17px;
	background-repeat: no-repeat;
}

.uk {
	background-image: url(uk.gif);
	background-position: 0px 3px;
	padding-left: 17px;
	background-repeat: no-repeat;
}
.ru {
	background-image: url(ru.gif);
	background-position: 0px 3px;
	padding-left: 17px;
	background-repeat: no-repeat;
}

/*Header Css Definition */
#header {
	background-image: url(top-bg-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 800px;
	margin: 0px;
}
#header h2 {
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	float: left;
	height: 127px;
	width: 180px;
	margin: 0px;
	padding: 0px;
}
#header h2 a {
	text-indent: -999em;
	display: block;
	height: 127px;
	width: 180px;
}
#top-navi {
	width: 620px;
	float: right;
	background-image: url(top-bg-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 10px;
}
#top-navi ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#top-navi li{
	padding-right: 8px;
	text-transform: capitalize;
	float: left;
	font-weight: bold;
	margin-right: 8px;
}
#top-navi a{
	color: #FFFFFF;
	text-decoration: none;
}
.LiBorder{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#top-navi h1{
	background-image: url(title-deco.jpg);
	background-repeat: no-repeat;
	background-position: 0px 27px;
	text-align: right;
	float: right;
	width: 600px;
	margin-top: 42px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 25px;
	text-transform: capitalize;
	font-size: 25px;
	font-weight: normal;
}

/* Content Css Definiton */
#content{
	width: 800px;
}
#left-navi{
	float: left;
	width: 150px;
	padding-left: 30px;
	background-image: url(left-navi-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-bottom: 10px;
}
#left-navi ul{
	margin: 0px;
	list-style-type: none;
	float: left;
	width: 150px;
	padding: 0px;
}
#left-navi li{
	position : relative;
	font-weight: bold;
	font-size: 13px;
	float: left;
	width: 150px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}
#left-navi li ul{
	position : absolute;
	left: -999em;
	margin-left : 150px;
	margin-top : -20px;
	padding-left: 7px;
	padding-top: 3px;
}
#left-navi li li{
	background-color: #F3F3F3;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CF1111;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CF1111;
	text-transform: capitalize;
}
#left-navi a{
	text-decoration: none;
	display: block;
	width: 150px;
}
#left-navi li ul a{
	color: #333333;
	font-weight: normal;
}
#left-navi a:hover{
	color: #CF1111;
}
#left-navi li:hover ul,#left-navi li.sfhover ul{
	left: auto;
}
#main{
	float: left;
	width: 610px;
	padding-left: 10px;
}
#main h2{
	background-image: url(title-dot.gif);
	background-repeat: no-repeat;
	background-position: 15px 7px;
	margin: 0px;
	padding-bottom: 3px;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.left-deco{
	text-align: right;
	float: left;
	width: 150px;
}

/* Footer Css Definition */
#footer{
	font-size: 11px;
	width: 790px;
	padding-top: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 10px;
	float: left;
}
#footer p{
	margin: 0px;
	padding: 0px;
	line-height: 130%;
}
.intro {
	text-align: justify;
	margin: 0px;
	width: 95%;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 140%;
}
.text {
	float: left;
	width: 440px;
	padding-left: 10px;
}
h4 {
	font-size: 12px;
	color: #887244;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
p {
	margin: 0px;
	padding-bottom: 10px;
	line-height: 130%;
}

