/* Base Template CSS */

/* reset whitespace */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
 margin:0;
 padding:0;
}

a img{
 border: 0px;
}

a.tooltip {
 color:#F37021;
}

a.tooltip p {display:none; padding:2px 3px; margin-left:18px; width:260px; color:#F37021;}
a.tooltip:hover p{display:inline; position:absolute; background:#ffffff; border:2px solid #F37021; color:#6c6c6c;}

#rightcolumn a {
 color:#F37021;
 text-decoration: none;
}

#rightcolumn a:hover {
 color: #40312D;
 text-decoration: none;
}

#logoprint{
	display:none;
}

/* general links for the all website */

a {
 color:#F37021;
 text-decoration: none;
}

a:hover {
 color: #40312D;
 text-decoration: none;
}

/**/

html, body {
 margin:0; 
 padding:0; 
 width:100%; 
 height:100%; 
 overflow:hidden;
}

.background{ 
 position:absolute; 
 z-index:1; 
 width:100%; 
 height:100%;
}

#scroller {
 position:absolute; 
 width:100%; 
 height:100%; 
 top:0; 
 left:0; 
 overflow:auto; 
 z-index:2;
} 


/* basic layout */
body {
 font-family:Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #000;
 line-height: 18px;
}

.center {
 width: 800px;
 margin-left: 20px;
}

.left {
 float: left;
}

#footer .right {
 float: right;
 margin-right: 11px;
}

.clear { 
 clear: both; 
 height: 0; 
 margin: 0;
}

#logo {
 margin: 0px 0px 0px 0px;
 padding-top:20px;
 padding-bottom:9px;
 border-bottom: 1px solid #FFF;
}
.flag{
float:right;
margin-top:-30px;
width: 120px;
}

.flag img{
	
	margin-right:3px;
}

#logoprint img {
 visibility: hidden;
}

#header .center {
 position: relative;
 margin-left: 20px;
 padding-bottom:11px;
 float: left;
 z-index: 1200;
 border-bottom: 1px solid #FFF;
}

#content div.center {
 margin-left: 20px;
 position: relative;
 padding: 0px 0px 15px 0px;
}


* html #content {
 position: relative;
 top: -3px;
}

#footer {
 height: 100px;
 color: #000;
 margin-top: 0px;
}

/* linksbottom */

.linksbottom {
 float: left;
 width: 150px;
 color:#FF6600;
 margin: 0px 0px 3px 0px;
}

.linksbottom a {
 color:#FF6600;
 text-decoration: none;
}

.linksbottom a:hover {
 color:#333;
 text-decoration: none;
}

/* end home central content */

#nav {
 width: 200px;
 float: left;
}

#nav ul {
 width: 180px;
 /*float: left;*/
 margin: 12px 0px 12px 0px;
 list-style-type: none;
}

#breadcrumb {
 width: 100%;
 padding-bottom:5px;
 color: #FFFFFF;
 font-size:10px;
 float: left;
}

#nav li {
 display: block;
 height: 20px;
 margin: 0px;
 font-size: 17px;
 text-transform: uppercase;
 font-family: Arial;
 font-weight: 300;
 padding: 3px 0px 3px 0px;
}

#breadcrumb a,
#nav a,
#nav a:visited {
 text-decoration: none;
 color: #FFFFFF;
}

#nav .selected a,
#nav .selected a:visited {
 text-decoration: none;
 color: #FFDB00;
}

#breadcrumb a:hover {
 color:#FFDB00;
 text-decoration: none;
}

#nav a:hover {
 color:#FFDB00;
 text-decoration: none;
}

/* links */

#footer {
 color: #FFF;
 text-transform:uppercase;
}

#underfooter a {
 color: #FFF;
 text-decoration: none;
 padding-right:0px;
}

#footer a {
 color: #FFF;
 text-decoration: none;
}

#underfooter a:hover,
#footer a:hover {
 color: #FFF;
 text-decoration: underline;
}

#underfooter {
 width: 800px;
 text-transform:none;
 float: left;
 text-align: right;
 margin-top: 10px;
}

/* ul sitemap */

#appsitemap ul {
 list-style-type:none;
 list-style-position:inside;
}

#rightcolumn ul li,
#appsitemap ul li {
 display: block;
 color: #000;
 width: 250px;
 padding: 0px 0px 0px 12px;
 margin-left:12px;
 margin-top: 0px;
 list-style-type:none;
 background: transparent url(../images/disc.gif) 0 6px no-repeat; 
}

#addressforprint, #addressleft, #addressright{
 display:none;
}

.wrapper #centercolumn ul,
.wrapper #rightcolumn ul {
 list-style-type:none;
 list-style-position:inside;
}

.wrapper #centercolumn ul li, 
.wrapper #rightcolumn ul li {
 display: block;
 color: #000;
 width: 250px;
 padding: 0px 0px 0px 0px;
 margin-left:4px;
 margin-top: 0px;
 list-style-type:none;
 background: transparent url(../images/disc_grey.gif) 6px 6px no-repeat; 
}

#leftcolumn ul li a {
 font-size: 11px;
}
