html, body { 
	background: #fff;   
	margin: 0px; 
	padding: 0px; 
	border: 0; 
   	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a { text-decoration: none; }


/*--- { Top } -------------------------------------- */

.top { background: #ebebeb; } 

#tsl { background: url("i/tsl.gif") repeat-y; }

#tsr { background: url("i/tsr.gif") repeat-y; }  


/*--- { Body } -------------------------------------- */

.white { background: #fff; }

.msl { background: url("i/msl.gif") repeat-y; }

.msr { background: url("i/msr.gif") repeat-y; } 

#content { padding: 36px 25px 72px 0; }

#content h1 {
	font-size: 11px;
}

#content p { 
	font-size: 11px;
	line-height: 18px;  
}

#content a { color: #d80a0a; }

#content a:hover { color: #999; }

#sidebar { padding: 58px 0 0 0; }

#sidebar img { border: 2px solid #d80a0a; }


/*--- { Navigation } -------------------------------------- */

.red { background: #d80a0a; }

.rsl { background: url("i/rsl.gif") repeat-y; }

.rsr { background: url("i/rsr.gif") repeat-y; }

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
} 

#nav ul li { float: left; }

#nav ul li a, #nav a { 
	color: #fff; 
	font-size: 12px;
	margin: 0 7px 0 7px;
}

#nav ul li a:hover, #nav a:hover { color: #820916; }

#lang { 
	float: right; 
	padding: 0 10px 0 0;
	margin: 0;
} 


/*--- { Subnavigation } -------------------------------------- */

#subnav { border-bottom: 1px solid #d80a0a; }

#subnav ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
} 

#subnav ul li { float: left; }

#subnav ul li a { 
	color: #d80a0a; 
	font-size: 12px;
	margin: 0 7px 0 7px; 
}

#subnav ul li a:hover { color: #999; }


/*--- { Subnavigation 2 } -------------------------------------- */

#subnav2 { padding: 36px 0px 72px 0; }

#subnav2 ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
} 

#subnav2 ul li { line-height: 18px }

#subnav2 ul li a { 
	color: #d80a0a; 
	font-size: 11px;
	margin: 0 7px 0 7px; 
}

#subnav2 ul li a:hover { color: #999; }


/*--- { Footer } -------------------------------------- */

#whiteText {
	font-size: 11px; 
	color: #fff; 
}

.btm { background: #4c4c4c; }

#bsl { background: #4c4c4c url("i/bsl.gif") no-repeat; } 

#bsr { background: #4c4c4c url("i/bsr.gif") no-repeat; }

#footer { 	
	font-size: 10px; 
	color: #8c8c8c; 
	padding: 11px 11px 0 0;
}

#footer a { 
	color: #8c8c8c; 
	font-weight: bold;
}

#footer a:hover { color: #a6a6a6;  }





