﻿body
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Tahoma, Arial;
	font-size: 12px;
	background: #0d0d0e url('../Images/body_bkg.png') no-repeat;
}

a
{
	outline: none;
}

a:link, a:visited
{
	color: #eee;
	text-decoration: none;
}

a:hover
{
	color: #fff;
	text-decoration: none;
}

#MainContainer
{
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background: url('../Images/bkg.jpg') no-repeat;
	padding-top: 10px;
}

img { border: none; }

p
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

form
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* Header START */

#HeaderContainer
{
	width: 1000px;
	height: auto;
	float: none;
	overflow: hidden;
}

#LogoContainer
{
	float: left;
	width: 450px;
}

/*Navigation START*/

.NavContainer
{
	width: auto;
	float: right;
	font-family: Tahoma;
	font-size: 15px;
	padding-top: 8px;
}

.NavContainer ul
{
	float: right;
	font-size:12px;
	height: 35px;
	width: 550px;
	border-bottom: 2px #36383d solid;
	margin: 0px;
	padding: 0px;
}

.NavContainer ul li
{
	display: inline;
}

.NavContainer ul li a
{
	float: left;
	text-decoration: none;
	color: #fff;
	margin: 0px 18px 0px 0px;
	padding: 12px 1px 5px 1px;
}

.NavContainer ul li a:visited
{
	color: white;
}

.NavContainer ul li a:hover
{
	color: #fff;
	border-bottom: 4px #fec40f solid;	
}

.NavContainer ul li .NavSelected 
{
    color: #fff;
	border-bottom: 4px #fec40f solid;
	font-weight:bold;
}

#Language {
	padding-top: 10px;
	float: right;
	margin: 0px;
	padding-right:8px
}

/*Navigation END*/
/* Header END */

/* Center START */

#CenterContainer
{
	width: 1000px;
	overflow: hidden;	
}

#LeftOnMain
{
	width: 393px;
	height: auto;
	float: left;
	padding: 8px 22px 0px 0px;
	text-align: right;
	margin-top:40px
}

#RightOnMain
{
	width: 540px;
	height: auto;
	padding: 0px 15px 0px 15px;
	text-align: left;
	float: right;
	margin-top:40px
}

#BottomOnMain
{
	width: 990px;
	float: none;
	overflow: hidden;
	margin-bottom:20px
}

.TextContainer
{
	overflow: hidden;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top:15px;
	margin-bottom:15px;
}

.TextContainerTop
{
	height: 9px;
	width: 1000px;
	font-size: 5px;
	background-image: url('../Images/text_top.png');
	overflow: hidden;
	float: left;
}

.TextContainerCenter
{
	width: 1000px;
	height: auto;
	background: url('../Images/1px.png') repeat;
	overflow: hidden;
}

.TextContainerBottom
{
	height: 10px;
	width: 1000px;
	background-image: url('../Images/text_bottom.png');
	font-size: 5px;
	float: left;
}


/* Footer START */
#FooterContainer
{
	width: 980px;
	height: auto;
	background: url('../Images/footer_bkg.jpg') no-repeat;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
}

#FooterLeft
{
	width: 660px;
	height: auto;
	float: left;
}

#FooterLeftTop
{
	width: 660px;
	height: 10px;
	background-image: url('../Images/footer_top_l.png');
	font-size: 8px;
}

#FooterLeftCenter
{
	width: 660px;
	height: auto;
	background: url('../Images/footer_center_l.png') repeat;
	overflow: hidden;
	text-align:left;
}

#FooterLeftCenter ul
{
	
	width: 150px;
	list-style: none;
	list-style-position: outside;
	margin: 0px 0px 0px 10px;
	float: left;
	padding-left: 0px;
	font-size: 11px;
}

#FooterLeftCenter li
{
	padding: 3px 5px 3px 0px;
}

#FooterLeftCenter li.Header
{
    color:#999;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}

#FooterLeftCenter a:link, #FooterLeftCenter a:visited
{
    color:#aaa;
}

#FooterLeftCenter a:hover
{
    color:#fff;
}

.Footer2PX
{
    margin-right:5px;
	width: 2px;
	height: 140px;
	float: left;
	background: url('../Images/4px.png') repeat-y;
}

#FooterLeftBottom {
	width: 660px;
	height: 10px;
	background-image: url('../Images/footer_bottom_l.png');
	font-size: 8px;
}
#FooterRight {
	width: 310px;
	height: auto;
	float: right;
	overflow: hidden;
}

#FooterRightTop
{
	width: 310px;
	height: 10px;
	background-image: url('../Images/footer_top_r.png');
	font-size: 8px;
}

#FooterRightCenter
{
    font-size:12px;
	width: 290px;
	height: 140px;
	background: url('../Images/footer_center_r.png') repeat;
	overflow: hidden;
	padding: 0px 10px;
}

#FooterRightCenter p
{
    color:#a5a5a6;
    font-size:12px;
    margin:8px 0px 8px 5px;
}

#FooterRightBottom
{
	width: 310px;
	height: 10px;
	background-image: url('../Images/footer_bottom_r.png');
	font-size: 8px;
}

#Copyright
{    
    font-size:10px;
    margin:5px 0px 10px 0px;
    text-align:center;
    color:#666;  
}

/* Footer END */
