/* === PRODUCT PAGE === */
.producttop {
	float: left;
	width: 218px;
        height: 560px;
	position: relative;
	padding: 0px 5px 0px 0px;
        border: 0px dotted;
}

.productbot {
	float: left;
	width: 216px;
        height: 220px;
	position: relative;
	padding: 0px 5px 0px 0px;
        border: 0px dotted;
        background:url(/portals/61984/images/blue%20gradient2.png) no-repeat left top;
}

/* === HOME PAGE === */
#content{
  position:relative; 
  float:left;  
  padding-bottom:10px;
  width:975px;
  text-align:left;
  background-color:#FFFFFF;
  border:0px dotted #000000;  
}

#conleft{
width:170px;
margin:10px 0px 10px 0px;
float:left;
/* background-color:#e4ecee;  */
border:0px dotted #1665a1;
font-family:"Trebuchet MS", Helvetica, sans-serif;
padding:10px;
}

#conmid{
width:510px;
margin:10px 0px 10px 5px;
float:left;
/* background-color:#e4ecee;  */
border:0px dotted #1665a1;
font-family:"Trebuchet MS", Helvetica, sans-serif;
padding:10px;
}

#conright{
width:235px;
margin:50px 0px 10px 0px;
float:right;
background-color:#e4ecee;
border:1px dotted #1665a1;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding-left:8px;
/*height:300px;*/
}

.m {background: url('/Portals/61984/images/boxmid.png') 0 100% repeat-y}
.b {background: url('/Portals/61984/images/boxbottom.png') 0 100% no-repeat; width:225px;}
.t {background: url('/Portals/61984/images/boxtop.png') 0 0 no-repeat; padding-top:1px;}

.mm {background: url('/Portals/61984/images/boxmid3.png') 0 100% repeat-y}
.bb {background: url('/Portals/61984/images/boxbottom3.png') 0 100% no-repeat; width:155px;}
.tt {background: url('/Portals/61984/images/boxtop3.png') 0 0 no-repeat; padding-top:1px;}

.mft {background: url('/Portals/61984/images/boxmidFT.png') 0 100% repeat-y}
.bft {background: url('/Portals/61984/images/boxbotFT.png') 0 100% no-repeat; width:214px;}
.tft {background: url('/Portals/61984/images/boxtopFT.png') 0 0 no-repeat; padding-top:1px;}

/* === IMAGE ROTATOR === */
/* rotator in-page placement */
#rotator {
	position:relative;
	height:210px;
	margin-left: -40px;
}
/* rotator css */
#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
#rotator ul li img {
	border:1px solid #ccc;
	padding: 4px;
	background: #FFF;
}
#rotator ul li.show {
	z-index:1;
}

/* === TICKER === */
#ticker {
font-family: Verdana; 
font-size: 11px;
padding: 4px;
}

#tickerb {
padding: 4px;
color:#000000;
}

/* === TABS === */
.tabNavigation{
height:32px;
}

UL.tabNavigation {
list-style-type: none;
margin: 0;
padding: 0;
}

UL.multitab > LI {
list-style-image:url("/Portals/61984/images//dash%20bullet.png");
}

UL.tabNavigation LI {
display: inline;
}

UL.tabNavigation LI A {
padding: 0px 0px;
text-decoration: none;
}

UL.tabNavigation LI img {
/* for IE */
filter:alpha(opacity=40);
/* CSS3 standard */
opacity:0.4;
}

UL.tabNavigation LI A.selected img,
UL.tabNavigation LI A:hover img{
/* for IE */
filter:alpha(opacity=100);
/* CSS3 standard */
opacity:1;
font-weight:bold;
padding-top: 7px;
text-decoration: none;
}
		
UL.tabNavigation LI A:focus {
outline: 0;
}

div.tabs > div {
padding: 5px;
margin-top: 3px;
border: 5px solid #e4ecee;
}
		
div.tabs > div h2 {
margin-top: 0;
}

#first {
background-color: #FFFFFF;
padding: 0px 40px 20px 20px;
}

#second {
background-color: #FFFFFF;
padding: 0px 40px 20px 20px;
}

#third {
background-color: #FFFFFF;
padding: 0px 40px 20px 20px;
}

#fourth {
background-color: #FFFFFF;
padding: 0px 40px 20px 20px;
}

#fifth {
background-color: #FFFFFF;
padding: 0px 40px 20px 20px;
}

#sixth {
background-color: #FFFFFF;
padding: 0px 40px 20px 20px;
}

#seventh {
background-color: #FFFFFF;
padding: 0px 40px 20px 20px;
}
		
.waste {
min-height: 30px;
}

#box {
display: none;
}