@charset "utf-8";
/* CSS Document */


#myTabs .mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	
	
}
div#portfoliosidebar #myTabs ul {
	float:left;
	display:inline;
}
input#sidebarNewsletterEmail{

	border:1px solid #fff;
	font-size:11px;
	vertical-align:top;
	width:140px;
	height:13px;
	padding-left:5px;

}
#sidebarNewsletterInputs{

	position:relative;
	left:-8px;
	height:15px;

}
#NewsletterDiv p#NewsletterWidget{
	padding-bottom:5px;
}
#sidebarSubmitNewsletter{

		/*position:relative;
	top:2px;*/
	vertical-align:top;

}
/*  styles for tabs */
#myTabs .mootabs_title li {
	float: left;
	margin-right: 2px;
	cursor: pointer;
	color: #fff;
	font-family: "Trebuchet MS";
	font-size: 12px;
	height: 24px;
	line-height: 24px;
}
div#portfoliosidebar #myTabs ul li{
	clear: none;

}
#myTabs .mootabs_title li#TalkToUsLi {
	background-image:url(http://www.eroi.com/uploads/images/talkToUs_inactive.jpg);
	background-repeat:no-repeat;
	width:79px;
}
#myTabs .mootabs_title li#TalkToUsLi.active {
	background-image:url(http://www.eroi.com/uploads/images/talkToUs_active.jpg);
	background-repeat:no-repeat;
	width:79px;
}
#myTabs .mootabs_title li#NewsletterLi {
	background-image:url(http://www.eroi.com/uploads/images/newsletter_inactive.jpg);
	background-repeat:no-repeat;
	width:88px;
}
#myTabs .mootabs_title li#NewsletterLi.active {
	background-image:url(http://www.eroi.com/uploads/images/newsletter_active.jpg);
	background-repeat:no-repeat;
	width:88px;
}
#myTabs .mootabs_title li#GuidesLi {
	background-image:url(http://www.eroi.com/uploads/images/guides_inactive.jpg);
	background-repeat:no-repeat;
	width:75px;
}
#myTabs .mootabs_title li#GuidesLi.active {
	background-image:url(http://www.eroi.com/uploads/images/guides_active.jpg);
	background-repeat:no-repeat;
	width:75px;
}
/* styles for div content*/
#myTabs div#TalkToUsDiv{
	background-image:url(http://www.eroi.com/uploads/images/widget_lets_talk.jpg);
	padding:40px 0 0 115px;
	background-repeat:no-repeat;
	width:190px;
	height:113px;

}
#myTabs div#NewsletterDiv{
	background-image:url(http://www.eroi.com/uploads/images/widget_keep_with_us.jpg);
	padding:40px 0 0 115px;
	background-repeat:no-repeat;
	width:190px;
	height:113px;
}
#myTabs div#GuidesDiv{
	background-image:url(http://www.eroi.com/uploads/images/widget_feed_your_brain.jpg);
	padding:40px 0 0 115px;
	background-repeat:no-repeat;
	width:190px;
	height:113px;
}
#myTabs .mootabs_panel {
	display: none;
	position: relative;
	top: -1px;
	font-family: "Trebuchet MS";
	clear: both;
	overflow: auto;
	padding: 5px;
}

#myTabs .mootabs_panel.active {
	display: block;
}
#myTabs p#TalkToUsWidget, #myTabs p#NewsletterWidget, #myTabs p#GuidesWidget{
	margin-left:-8px;
	margin-top:-1px;
	width:185px;
	color:#d5d5d5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#myTabs input#submitNewsletter {	
	background: url(http://www.eroi.com/uploads/images/go2.gif) no-repeat;
	width:25px;	
	border:none;
	height:21px;
}
