/*-----------------------------------------------------
   BASIC
------------------------------------------------------ */
*                                                      { margin: 0; padding: 0; list-style: none; }
body                                                   {
	font: normal .7em/1.4em Arial, Helvetica, sans-serif;
	color: #282828;
	background: #fff;
	text-align: center;
	padding: 25px 0;
}

a img                                                  { border: none; }
a, a img,
a:link, a:visited,
a:hover, a:active                                      { outline: none; }
input:focus, textarea:focus,
select:focus, textarea:focus                           { outline: none; } /* Safari Fix. */

/*-----------------------------------------------------
   LAYOUT
------------------------------------------------------ */
#wrapper                                               {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	height: 100%;
	overflow: hidden;
}
		
/*-----------------------------------------------------
   OPTIONS
------------------------------------------------------ */
#options                                               {
	text-align: right;
	display: inline;
	float: right;
	height: 100%;
	margin: 0 35px 25px 0;
}
	
#options li                                            { margin-left: 30px; float: left; }
#language li										   { margin: 0; }

#options li#small                                      { font-size: 9px; padding-top: 2px; }
#options li#normal                                     { font-size: 11px; padding-top: 1px; margin-left: 3px; }
#options li#large                                      { font-size: 14px; margin-left: 2px; }

#options a                                             { color: #282828; text-decoration: none; }
#options a:hover                                       { color: #282828; text-decoration: underline; }

#print a                                               {
	display: block;
	width: 15px;
	height: 13px;
	text-indent: -9999px;
	background: transparent url(../images/layout/print.gif) no-repeat 0 0;
	overflow: hidden;
	cursor: pointer;
}
	
#options a.on                                          { text-decoration: underline; }

#options #en,
#options #hr { line-height: 1em; margin-top: 3px; }
#options #en { margin-left: 5px; padding-left: 5px; border-left: 1px solid #282828; }
	
/*-----------------------------------------------------
   CONTAINER (LAYOUT - Basic)
------------------------------------------------------ */
#container                                             { clear: both; height: 100%; overflow: hidden; }
	
#secContainer                                          {
	display: inline;
	float: left;
	width: 225px;
	margin: 0 35px 20px 25px;
}	
	
#mainContainer                                         {
	display: inline;
	float: left;
	width: 663px;
	margin-bottom: 20px;
}	

#mainContent                                           { height: 100%; overflow: hidden; font-size: 1.1em; line-height: 1.5em; }

#logo                                                  { margin-bottom: 70px; }

#headerContent                                         {
	width: 663px;
	height: 200px;
	overflow: hidden;
	margin-bottom: 20px;
}
.home #headerContent                                   { height: 260px; }

/*-----------------------------------------------------
   NAV / Path
------------------------------------------------------ */
#nav                                                   { height: 45px; font-size: 10px; }
#path li                                               {
	float: left;
	margin-right: 3px;
	padding-right: 7px;
	background: transparent url(../images/layout/path-slash.gif) no-repeat right center;
}
#path li.on                                            { background: none; }
#path a                                                { color: #808080; text-decoration: none; cursor: pointer; }

/*-----------------------------------------------------
   FOOTER
------------------------------------------------------ */
#footer                                                {
	width: 663px;
	height: 37px;
	margin: 0 0 15px 285px;
	overflow: hidden;
	background: transparent url(../images/layout/footer-bg.gif) no-repeat 0 0;
	clear: both;
	font-size: 9px;
}
#footer p                                              {
	display: inline;
	float: left;
	color: #fff;
	margin-top: 11px;
}	
	
#basicContacts                                         { margin-left: 10px; margin-right: 15px; }
#topLink                                               { margin-right: 15px; }
	
#topLink a                                             { background: transparent url(../images/layout/toplink.gif) no-repeat 0 0; padding: 0 15px; }

#footer a                                              { color: #fff; text-decoration: underline; }
#footer a:hover                                        { color: #fff; text-decoration: none; }

#development                                           {
	width: 663px;
	margin: 0 0 0 285px;
	text-align: center;
	color: #a3a3a3;
}	
#development a                                         { color: #a3a3a3; text-decoration: underline; }
#development a:hover                                   { color: #333; text-decoration: none; }
#development a.wem,
#development a.wem:hover                               { color: #a3a3a3; text-decoration: none; }