/*---------- RESET --------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*---------- CLEARFIX --------------------------------------------------------------------------------------*/
.clearfix:after {   
    content: ".";   
    display: block;   
    clear: both;   
    visibility: hidden;   
    line-height: 0;   
    height: 0;   
}   
  
.clearfix {   
    display: inline-block;   
}   
  
html[xmlns] .clearfix {   
    display: block;   
}   
  
* html .clearfix {   
    height: 1%;   
}

/*---------- REDEFINITIONS --------------------------------------------------------------------------------------*/
* html body	{
	height: 100%;
	min-height: 100%;
}
html, body {
	height: 100%;
	min-height: 100%;
}
body {
	background: #939598;
	font-family: "Trebuchet MS", Arial
}
a {
    color: #336699;
}
input, textarea {
    font-family: "Trebuchet MS", Arial
}
h1 {
    color: #336699;
    font-size: 20pt;
    margin-bottom: 10px;
    font-weight: normal;
}
h2 {
    font-family: Lucida Sans, sans-serif;
    color: #434242;
    font-size: 14pt;
    margin-bottom: 2px;
    margin-top: 20px;
    font-weight: normal;
    letter-spacing: -1pt;
}
p {
    margin-bottom: 10px;
}
/*---------- BUILDING BLOCKS --------------------------------------------------------------------------------------*/
#ctn {
	width: 970px;
	background: #efefef url('/imgs/layout/ctn_bg.jpg') repeat-y;
	margin: 0 auto;
}
#header {
	height: 114px;
	background: url('/imgs/layout/header_bg.jpg') no-repeat;
}
#header .logo {
	margin-left: 60px;
	margin-top: 10px;
	float: left;
}
#header .title {
	margin: 60px 0 0 100px;
	float: left;
}
#header .title strong {
	font-size: 9pt;
	color: white;
	background: #434242;
	padding: 3px;
	text-transform: uppercase;
	line-height: 150%;
}
#header .lngsel {
	font-size: 10pt;
	color: #666;
	background: #434242;
	float: right;
	width: 160px;
	margin-right: 30px;
	padding: 3px;
	margin-top: 93px;
	text-align: center;
}
#header .lngsel a {
	color: #efefef;
	text-decoration: none;
}
#navi {
	float: left;
	width:203px;
	background: url('/imgs/layout/navi_bg.jpg') top right no-repeat;
}
#navi ul {
	margin: 15px 0 0 40px;
}
#navi ul ul {
	margin: 0 0 0 15px;
}
#navi a {
	text-decoration: none;
	font-size: 14pt;
	line-height: 150%;
	color: #666;
	font-weight: lighter;
	display: block;
}
#navi ul ul a {
	font-size: 10pt;
	border-bottom: 1px solid #dadada;
	width: 130px;
}
#navi a.active {
	color: #336699;
}
#main {
	width: 726px;
	float: right;
	min-height: 500px;
	padding: 20px;
	text-align: left !important;
}
#footer {
	background: #cdcdcd url('/imgs/layout/ppg.gif') no-repeat;
	background-position: 840px 15px;
	padding: 10px 0 10px 0;
	font-size: 8pt;
	color: #666;
	border-bottom: 5px solid #dadada;
	text-align: center;
	line-height: 150%;
}