@charset "utf-8";
/**
*	@author:		Rubens Mariuzzo.
*	@date modified:	19/oct/2007.
*/

body{
	margin:0px;
	padding:32px 0px 32px 0px;
	background-color:#5B2C8F;
	background-image:url(../../img/site_background.png);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
}

/**
*	Generic Containers
*/
.container, .header, .menu{width:828px}
.container{background-color:#FFFFFF}
.content{
	border:#FFFFFF solid 1px;
	text-align:left;
	overflow:visible;
}
.header{
	background-color:#221E1F;
	height:102px;
	text-align:left;
	overflow:hidden;
}
.menu{
	padding:0px 0px 0px 0px;
	/*this is new from Paolo*/
	width:100%;
	height:21px;
	background-color:#000000;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.header img{border:none}


/**
*	Menu
*/
#menu{
	width:100%;
	height:21px;
	margin-top:2px;
	border:0;
}
#menu .item{
	width:164px;
	height:21px;
	background-color:#000000;
}
#menu .item div{
	width:100%;
	height:100%;
	overflow:hidden;
}
#menu .separator{
	width:2px;
	height:21px;
	background-color:#FFFFFF;
}
#menu .item a, #menu .item a.selected{	
	display:block;
	height:19px;	/* 21px - 2px*/
	background-color:#221E1F;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	text-align:left;
	vertical-align:middle;
	padding-left:5px;
	padding-top:2px;
	overflow:hidden;	
}
#menu .item a.selected, #menu .item a:hover{background-color:#5C2D91}
#menu td{white-space:nowrap}

/**
*	Flash effects
*/
#flash_image{
	position:absolute;
	z-index:50;
	height:90px;
	display:block;
	visibility:hidden;
}
#flash_text{
	position:absolute;
	z-index:100;
	display:block;
	overflow:hidden;
	visibility:visible;
}

/**
*	Sponsors
*/
#sponsor{
	width:162px;
	height:415px;
}
#sponsors #title{
	width:152px;
	height:22px;
	padding:2px 0px 0px 0px;
	color:#000000;
	background:url(../../img/bg_sponsors.png) left top repeat-x;
	font-family:'Times New Roman', Times, serif;
	font-size:15px;
	font-style:italic;
	font-weight:bold;
	text-align:center;
	display:none;
}
#sponsors #sponsors-description{
	width:162px;
	height:439px;/*height:415px;*/
	background:#FFFFFF;/*background:url(../../img/bg_sponsors.png) left top repeat-x;*/
	text-align:center;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
}

#sponsors .sponsors-container{
	padding-top:100px;
	padding-left:13px;
	width:136px;
	height:65px;
}
#sponsors-hover{
	width:162px;
	height:402px;
	padding-top:8px;
	float:right;
	position:relative;
	z-index:150;
	color:#000000;	
	font-family:Verdana, Arial, Helvetica, sans-serif;/*font-family:'Times New Roman', Times, serif;*/
	font-size:10px;/*font-size:15px;*/
	/*font-style:italic;*/
	font-weight:; /*Its Bold before change*/
	text-align:center;
	text-align:center;
	display:none;
	
}
#sponsors-hover .description{
	text-align: center;
	display:block;
	margin-top:5px;
}
#sponsors-hover .photodiv{
	background-repeat: no-repeat;
	background-position:left;
	text-align:left;
}
#sponsors-hover img{border:0;}
  

#sponsors_category1Id .description {font-weight: bolder;}
#sponsors_category2Id .description {font-weight: bolder;}
#sponsors_category3Id .description {font-weight: bolder;}
#sponsors_category4Id .description {font-weight: bolder;}

table#pastpresidents h3,
table#pastpresidents h5 {
	margin: 0;	
}

// for the forum
body.plumbclub .container {
	margin-bottom: 20px;
} 


div.overlay {
  position: absolute;
  background-image: url('/img/banner_corner_soon.gif');
  background-repeat: no-repeat;
  width: 300px;
  height: 300px;
  top: 0;
  left: 350px;
  opacity: .5;
  filter:alpha(opacity=50);
  z-index: 1000;
}

div.overlay2 {
  position: absolute;
  background-image: url('/img/banner_corner_info.gif');
  background-repeat: no-repeat;
  width: 300px;
  height: 300px;
  top: 0;
  left: 350px;
  opacity: .5;
  filter:alpha(opacity=50);
  z-index: 1000;
}

div.higher {
	top: -50px;
}

