#homeContent, #GenericsContent, #BrandsContent {
	display: block;
	width: 596px;
	height: 358px;
	z-index:5;	
}

#homeContent {background: transparent url(../images/home-bg-green.gif) no-repeat; z-index:5;}
#GenericsContent {background: transparent url(../images/gen-bg.gif) no-repeat;}
#BrandsContent {background: transparent url(../images/brands-bg.gif) no-repeat;}


#contRightHome {
	/*position: relative;*/
	width: 596px;	
	float: right;
	margin-top: 30px;	
	z-index:5;		
}

#contLeftHome {
	width: 350px;	
}

.Container ul {margin: 5px 20px;}
.Container ul li {padding-left: 20px; list-style-type: none; background: url(../images/bullet.gif) left 5px no-repeat; font: 1em trebuchet ms; line-height: 1.5em;}


/* Scroll:
------------------------------------------------------ */
.Container {
	position: relative;
	top: 0px;
	width: 285px;
	height: 305px;
	z-index:10;
}

#Scroller-1 { 
	position: absolute; 
	overflow: hidden;
	width: 285px;
	height: 282px;
	top: 15px;
}


#Scroller-1 p {
	margin: 0; padding: 5px 10px;
	font-size: 12px;
	color: #666666;
}

#Scroller-1 h1 {
	margin: 0; padding: 5px 10px 0px 10px;
	font-size: 18px;
	font-weight: bold;
	color: #446e92;
	font-family: VAGRoundedLTLightRegular, sans-serif; 
}

#Scroller-1 h1.blue {color: #22a6e0;}
#Scroller-1 h1.orange {color: #eda348;}


.Scroller-Container {
	position: absolute;
	top: 0px; left: 0px;
}

#Scrollbar-Container {
	position: relative;
	top: 15px; left: 290px;
}
.Scrollbar-Up {
	cursor: pointer;
	position: absolute;
	width: 10px; height: 10px;
	background-color: #CCC;
	font-size: 0px;
}
.Scrollbar-Track {
	width: 10px; height: 260px;
	position: absolute;
	top: 15px;
	background-color: #EEE;
}
.Scrollbar-Handle {
	position: absolute;
	width: 10px; height: 30px;
	background-color: #CCC;
}
.Scrollbar-Down {
	cursor: pointer;
	position: absolute;
	top: 280px;
	width: 10px; height: 10px;
	background-color: #CCC;
	font-size: 0px;
}

/* ticker and poll ------------------------------------ */
#ticker {
	float: right;
	display: inline;
	width: 266px;
	height: 150px;
	background: url(../images/ticker-bg.gif) no-repeat;
	margin: 10px 20px 0 0;
	overflow: auto;
}

.tickerCont {margin: 0px 0 0 0; color: #666666;}

 #poll {
	float: right;
	display: inline;
	width: 266px;
	height: 155px;
	background: url(../images/poll-bg.gif) no-repeat;
	margin: 0px 20px 0 0;
	overflow: auto;
}
#poll p {padding: 0px; margin: 0px;}

.poll_bar {display: block; background: #bebebe; height: 8px; font-size: 1px;}



.form-poll {margin-top: 4px;}
#submit-poll input {display: block;  float: right; width: 60px; height: 15px; border: none; margin: 0px 5px 0px 0px;} 
.tickerCont {margin: 5px 10px; color: #666666}
.tickerCont2 {height: 110px;  }

#rssticker {height: 100px; z-index:5;}
.ticker-article {margin-bottom: 8px;}

h3 {
	font-family: VAGRoundedLTLightRegular, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 2px 0;	
	color: #00a786;
	line-height: 18px;
	font-size:16px;
	width: 240px;	
}

.hometitle {margin-left: 10px;}




