/*****************************************************************************\
  TOP LEVEL
\*****************************************************************************/

*
{
	margin: 0px;
	padding: 0px;
	border: 0px none;
	outline: 0px;
}

body
{
	background: url(images/background.png) repeat-x top left;
	background-color: #ffffff;
	text-align: center;
}

h3
{
	font-family: verdana, arial, sans-serif;
	font-size: 16px;
}

h4
{
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 10px;
}

/*****************************************************************************\
  GROUP ELEMENTS
\*****************************************************************************/

.container-top
{
	overflow: hidden;
	width: 950px;
	height: 108px;
	margin: 0px auto;
	background: url(images/head.jpg) no-repeat top left;
}

.container-content
{
	overflow: hidden;
	width: 950px;
	margin: 10px auto;
	background: url(images/content-background.png) repeat-y top center;
}

/*****************************************************************************\
  MAIN MENU
\*****************************************************************************/

.menu
{
	height: 18px;
	margin-top: 78px;
	margin-left: 325px;
	padding-left: 35px; 
}

.menu p,
.menu a
{
	float: left;
	display: block;
	margin-right: 35px;
}

/* Hifidelio --------------------------------------------------------------- */

.menu p.hifidelio,
.menu a.hifidelio 
{
	width: 56px;
	height: 30px;
}

.menu p.hifidelio
{
	background: url(images/menu-hifidelio.png) 0px -30px;
}

.menu a.hifidelio:link, 
.menu a.hifidelio:visited,
.menu a.hifidelio:focus
{
	background: url(images/menu-hifidelio.png) 0px 0px;
}

.menu a.hifidelio:hover,
.menu a.hifidelio:active
{
	background: url(images/menu-hifidelio.png) 0px -30px;
}

/* Level 9 ----------------------------------------------------------------- */

.menu p.level9,
.menu a.level9
{
	width: 49px;
	height: 30px;
}

.menu p.level9
{
	background: url(images/menu-level9.png) 0px -30px;
}

.menu a.level9:link, 
.menu a.level9:visited,
.menu a.level9:focus
{
	background: url(images/menu-level9.png) 0px 0px;
}

.menu a.level9:hover,
.menu a.level9:active
{
	background: url(images/menu-level9.png) 0px -30px;
}

/* Gentoo iBook ------------------------------------------------------------ */

.menu p.ibook,
.menu a.ibook
{
	width: 87px;
	height: 30px;
}

.menu p.ibook
{
	background: url(images/menu-gentoo-ibook.png) 0px -30px;
}

.menu a.ibook:link, 
.menu a.ibook:visited,
.menu a.ibook:focus
{
	background: url(images/menu-gentoo-ibook.png) 0px 0px;
}

.menu a.ibook:hover,
.menu a.ibook:active
{
	background: url(images/menu-gentoo-ibook.png) 0px -30px;
}

/* Quotations -------------------------------------------------------------- */

.menu p.quotes,
.menu a.quotes
{
	width: 73px;
	height: 30px;
}

.menu p.quotes
{
	background: url(images/menu-quotations.png) 0px -30px;
}

.menu a.quotes:link, 
.menu a.quotes:visited,
.menu a.quotes:focus
{
	background: url(images/menu-quotations.png) 0px 0px;
}

.menu a.quotes:hover,
.menu a.quotes:active
{
	background: url(images/menu-quotations.png) 0px -30px;
}

/* Contact ----------------------------------------------------------------- */

.menu p.contact,
.menu a.contact
{
	width: 53px;
	height: 30px;
}

.menu p.contact
{
	background: url(images/menu-contact.png) 0px -30px;
}

.menu a.contact:link, 
.menu a.contact:visited,
.menu a.contact:focus
{
	background: url(images/menu-contact.png) 0px 0px;
}

.menu a.contact:hover,
.menu a.contact:active
{
	background: url(images/menu-contact.png) 0px -30px;
}

/*****************************************************************************\
  Side bar
\*****************************************************************************/

.sidebar
{
	float: left;
	width: 210px;
	padding: 10px 15px 0px 0px;
	font-family: verdana, arial, sans-serif;
	line-height: 160%;
	font-size: 12px;
	text-align: left;
}

.sidebar h3
{
	padding: 2px 0px 2px 4px;
	color: #ffffff;
	background-color: #444444;
	border-bottom: 2px solid #f9bb18;
}

.sidebar ul
{
	margin: 10px 0px 20px 15px;
	list-style-type: square;
}

.sidebar p
{
	margin-top: 10px;
}

.sidebar a
{ 
	text-decoration: none;
	border-bottom: 0px;
	background-color: transparent; 
}

.sidebar a:link,
.sidebar a:visited, 
.sidebar a:focus
{
	color: #447700;
}

.sidebar a:hover,
.sidebar a:active
{
	color: #aa3300;
}

/*****************************************************************************\
  CONTENT
\*****************************************************************************/

.content
{
	float: left;
	width: 700px;
	padding: 10px 0px 5px 15px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 160%;
	text-align: justify;
}

.content .section
{
	overflow: hidden;
	padding: 15px 0px 15px 0px;
	border-bottom: 1px solid #cccccc;
}

.content .section.no-top
{
	padding: 0px 0px 15px 0px;
}

.content .section.no-bottom
{
	padding: 15px 0px 0px 0px;
	border-bottom: 0px;
}

.content .section.ie-hack
{
	height: 100%;
}

.content p
{
	margin-top: 10px;
}

.content a
{ 
	text-decoration: none;
	border-bottom: 1px dashed #447700;
	background-color: transparent; 
}

.content a:link,
.content a:visited, 
.content a:focus
{
	color: #447700;
}

.content a:hover,
.content a:active
{
	color: #aa3300;
}

.content ul
{
	margin-left: 15px;
}

/*****************************************************************************\
  IMAGE & CAPTION
\*****************************************************************************/

.image
{
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-style: italic;
	float: right;
	clear: right;
	margin: 15px 0px 10px 15px;
}

.image.left
{
	float: left;
	clear: left;
	margin: 15px 15px 5px 0px;
}

.image a
{
	border: 0px;
}

.image p
{
	margin-top: 5px;
}

/*****************************************************************************\
  PRE-FORMATTED
\*****************************************************************************/

.code
{
	margin-top: 10px;
	background-color: #f6f6f0;
	font-family: monospace;
	padding: 10px;
	border-style: dashed; 
	border-width: 1px;
	border-color: #d6d6d0;
}

/*****************************************************************************\
  FILES LIST
\*****************************************************************************/

ul.files
{
	margin-top: 10px;
	margin-left: 0px;
	list-style-type: none;
}

ul.files li
{
	margin-bottom: 5px;
}

ul.files img
{
	vertical-align: middle;
	margin-right: 6px;
}

ul.files a
{
	border: 0px;
	text-decoration: none;
	background-color: transparent;
	padding-right: 3px;
}

/*****************************************************************************\
  QUOTE
\*****************************************************************************/

.quote > i
{
	color: #666666;
	font-style: italic;
	padding-left: 20px;
}

/*****************************************************************************\
  TABLE
\*****************************************************************************/

.tab            
{ 
	margin: 10px 0px 15px 0px; 
}

.tab table
{
	border-width: 0 0 1px 1px;
	border-style: solid; 
	border-color: #d6d6d0; 
}

.tab th, td
{ 
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-align: center;	
	background-color: #fafaf6; 
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #d6d6d0;
	padding: 5px 10px 5px 10px;
}

.tab th
{ 
	background-color: #e8e8d4; 
	color: #45453f;
}

.tab td
{
	vertical-align: top;
}

.tab td.left, th.left
{
	text-align: left	
}

.tab td a
{
	border: 0px;
}

/*****************************************************************************\
  FORM
\*****************************************************************************/

.form
{
	padding: 15px 0px 10px 0px;
}

.form input,
.form textarea
{
	font-family: verdana, arial, sans-serif;
	font-size: 12px; 
	padding: 2px 0px 2px 0px;
}

.form input.field,
.form textarea.field
{
	width: 99%;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

.form input.button
{
	background-color: #eeeeee;
	border: 1px solid #000000;
	padding: 2px 5px 2px 5px;
}

