div#cta {
  width : 100%;
  height : 145px;
  
  border-top : 3px solid #00000A;
  margin : 0;
  padding : 0;
}
ul.cta {
	display : block;
	margin : 2em 0 0 34px;
	text-align : justify;
	font-size : 0.75em;
	list-style : none;
}
ul.cta li {
	width : 224px;
	float : left;
}
ul.cta li.cta_1 {
	margin-right : 12px;
}
ul.cta li.cta_2 {
	margin : 0px;
}
ul.cta li a.cta_tab {
	display : block;
	background : url(images/black_tab.gif) -10px top no-repeat;
	color : #FF6633;
	text-decoration : none;
	padding : 0.2em 0.5em;
	height : 20px;
	line-height : 20px;
}

ul.cta li a.cta_tab div {
	border : 2px solid #000;
	height:  66px;
	width:  200px;
	margin-left:  -0.5em;
	background-position: top left;
	background-repeat: no-repeat;
}

ul.cta li a.cta_tab:hover div {
	background-position: bottom left;
}

a#cta_news div{
	background-image: url(images/rutherford_news_sprite.jpg);
}

a#cta_limited div{
	background-image: url(images/rutherford_limited_sprite.jpg);
}

a#cta_commercial div{
	background-image: url(images/rutherford_commercial_sprite.jpg);
}

a#cta_workshop div{
	background-image: url(images/rutherford_workshop_sprite.jpg);
}

#flashcontent {
	width:100%;
	text-align:center;
}

.home .right_2b {
  margin-top: 404px;
}

.home div.right_2b .inside {
  padding: 0;
}

.home .home-inner {
  padding-right: 40px;
}

.cta-new {
  width: 348px;
  float: right;
  margin: 0 0 20px -20px;
}

body.home div#content_wrapper .cta-new img {
  margin: 0 0 8px 0;
}

.right {
  float: right;
}

/* Newsletter Subscription Form */

.newsletter-form {
  margin: 0 0 10px -20px;
  color: #9a9a9a;
}

p.small-text {
  font-size: 0.875em;
}

.newsletter-form input {
  border: none;
  background-color: #999;
  height: 26px;
  padding: 0 4px;
  margin: 0 8px 8px 0;
  display: block;
  font-size: 0.875em;
}

.newsletter-form input.form-name {
  width: 340px;
  margin-right: 0;
}

.newsletter-form input.form-email {
  width: 200px;
  float: left;
}

.newsletter-form input.form-submit {
  background-color: #3b3b3b;
  color: #fff;
  border: none;
  width: 84px;
  height: 26px;
  font-size: 1.25em;
  cursor: pointer;
}