/*///////////////////////////////////////////////////////*/
/*//                                                   //*/
/*//           L'ARSENAL DEFAULT CSS                   //*/
/*//                                                   //*/
/*// author    : VB                                    //*/
/*// version   : CVS $Revision: 1.8 $                  //*/
/*// date      : CVS $Date: 2005/12/20 02:14:17 $             //*/
/*//                                                   //*/
/*///////////////////////////////////////////////////////*/





body {
	margin-top: 60px; /* take care - if changed - all boxpositions must be changed too */
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 0 none; /*	border: 1px solid #fff;  for proof only - if - box-positions will change */
	padding: 0px;
	color: #000;
	font-size: 12px;
	line-height: 12px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
  background-color: #b0afaf;
  background-image: url('../../img/gen/grad-bg.gif');
  background-repeat: repeat-x;
	background-position: top right;
  background-attachment: fixed;
	z-index: 1;
	}

h1 {
  color: #e05050;
	margin: 0px 0px 10px 0px; /* top, right, bottom, left */
	padding: 0px;
	text-decoration: none;
	font-weight: normal;
	}

p {
	font-size: 12px;
	line-height: 20px;
	font-family: Georgia, Times, serif;
	color: #000;
	margin: 0px 0px 8px 0px; /* top, right, bottom, left */
	padding: 0px;
  text-align: justify; 
	}

p.note {
	font-size: 10px;
	line-height: 20px;
	font-family: Georgia, Times, serif;
	color: #000;
	margin: 0px 0px 8px 0px; /* top, right, bottom, left */
	padding: 0px;
  text-align: justify; 
/*   font-style: italic; */
	}

a {
	color: #000;
	text-decoration: none;
	}
	
a:link {
	color: #000;
	}
	
a:visited {
	color: #111;
	}
	
a:hover {
	background-color: #eee;
	color: #000;
	}

img { /* affects all images */
	border: 0 none;
	}
  
img.w3cimage { /* affects only images with class w3cimage */
	background-color: #fff;
	border: 0 none;
	vertical-align: middle;
  display:none;
	}


.content {
	position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). good idea ... */
	width: auto;
	min-width: 150px;
	margin-top: -48px; /* because of headliner */
	margin-right: 180px; /* width of rightside + position right */
	margin-bottom: 50px;
	margin-left: 170px; /* width of leftside + position left */
	border: 0px;
	padding: 10px;
  background-image: url('../../img/gen/transp_bg.png');
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='../../img/gen/transp_bg.png');
  _background-image: none;
	border: 1px #eee solid;
	z-index: 4; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

.content h1 {
	border-bottom: 1px solid #e5e5e5;
	font-size: 18px;
	line-height: 19px;
	font-family: Georgia, Times, serif;
	}

.content a {
         color : #e05050;
        }

#leftside {
	position: absolute;
	width: 140px;
	top: 160px;
	left: 10px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 10px;
	z-index: 3;
	}


#leftside h1 {
	font-size: 10px;
	line-height: 16px;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
/*    font-weight: bold;*/
  color : #e05050;
	margin: 0px 0px 0px 0px; /* top, right, bottom, left */
	padding: 0px;
	}

#leftside p {
	font-size: 10px;
	line-height: 20px;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #000;
	margin: 0px 0px 0px 0px; /* top, right, bottom, left */
	padding: 0px;
	}

#leftside ul {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 18px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#leftside li {
	list-style-type: none;
	border-bottom: 1px dotted #666;
	margin: 0;
	}
	
#leftside li a {
	display: block;
	padding-left: 10px;
	color: #000;
	text-decoration: none;
	width: 130px;
	background-image: url(bullets_c_01.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	}
	
#leftside li a:hover {
	display: block;
	padding-left: 10px;
	color: #000;
	text-decoration: none;
	width: 130px;
	background-image: url(bullets_c_03.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	}
	
#leftside li a:visited { /* shows the visited links with other image */
	display: block;
	padding-left: 10px;
	color: #111;
	text-decoration: none;
	width: 130px;
	background-image: url(bullets_c_01.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	}
	
#leftside li a:visited:hover { /* if you use li a:visited then this */
	display: block;
	padding-left: 10px;
	color: #000;
	text-decoration: none;
	width: 130px;
	background-image: url(bullets_c_03.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	}
		
#rightside {
	position: absolute;
	width: 150px;
	top: 160px;
	right: 10px;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	padding: 10px;
	z-index: 2;
	}	
	
#rightside h1 {
	font-size: 10px;
	line-height: 16px;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
color : #e05050;
	margin: 0px 0px 0px 0px; /* top, right, bottom, left */
	padding: 0px;
	}

#rightside p {
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #000;
	margin: 0px 0px 0px 0px; /* top, right, bottom, left */
	padding: 0px;
	text-align: left;
	}


#rightside a {
  color : #e05050;
  }

.headliner {
	position: relative;
	width: auto; /* is positioned after body, so it gets the right width */
	top: -50px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0px solid #333;
	background-color: transparent;
	color: #000;
	font-weight: bold;
	padding: 0px;
	z-index: 6;
	}
	
#legalese {
	position: relative;
	width: auto; /* is positioned after body, so it gets the right width */
	margin-top: 10px;
	margin-right: 190px;
	margin-bottom: 0px;
	margin-left: 170px;
	border: 0px;
	background-color: transparent;
	padding: 10px;
	z-index: 7;
	font-size: 8px;
	line-height: 12px;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
    	text-align: center;
	font-size: 8px;
	line-height: 12px;
	}
	
#legalese p {
	font-size: 8px;
	line-height: 12px;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #000;
	padding: 0px;
    	text-align: center;
	}

/*** Index styles ***/

.indexContent
{
 	position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). good idear ... */
	width: auto;
	min-width: 150px;
	margin-top: -48px; /* because of headliner */
	margin-right: 180px; /* width of rightside + position right */
	margin-bottom: 50px;
	margin-left: 160px; /* width of leftside + position left */
	border: 0px;
  font-family: Helvetica, Geneva, Times, serif;
	font-size: 12px;
	line-height: 16px;
	padding: 10px;
  background-image: url('../../img/gen/transp_bg.png');
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='../../img/gen/transp_bg.png');
  _background-image: none;
	border: 1px #eee solid;
	z-index: 4; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}

.indexMatrix
{
	cursor: default;
}

.indexMatrix td
{
	padding: 2px;
}

.indexMatrix td a
{
	text-decoration: none;
	display: block;
	padding: 3px;
}

.indexMatrix td a:hover {
	background-color : #f7f7f5;
	display: block;
	border-right: 1px solid #e05050;
	border-bottom: 1px solid #e05050;
	border-left: 1px solid #f7f7f5;
	border-top: 1px solid #f7f7f5;
	padding: 2px;
	color: #000;
}

.indexSection
{
	font-size: 18px;
  line-height: 19px;
  font-family: Georgia, Times, serif;
	border-bottom: 1px solid #e5e5e5;
	padding-top: 10px;
  color : #e05050;
}

.indexItem
{
	vertical-align: top;
	margin-top: 10px;
	width: 50%; 
}

.indexPageName
{
	font-weight: bold;
	margin-bottom: 4px;
	font-size: 12px;
	line-height: 16px;
	font-family: Georgia, Times, serif;
}

.indexPageDesc
{
	text-align: justify;
	font-size: 12px;
	line-height: 16px;
	font-family: Georgia, Times, serif;
	text-indent: 15px;
}
