body  {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	background-image: url(images/background.gif);
	background-color: #CCC;
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
p {
	color: #000;
	font-size: 14px;
	padding-right: 30px;
	padding-left: 30px;
	line-height: 22px;
}
h1, h2, h3, h4, h5, h6, th {
	font-family: 'Roboto', sans-serif;
	text-align:left;
	margin: 15px 0px;
}
h1 {
	font-size:24px;
	color:#c6222f;
	text-transform:uppercase;
	line-height: normal;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}
h2{
	font-size:21px;
	border:none;
	color: #000;
	padding:0px 30px;
	line-height: 20px;
	text-align:left;
}
h3{
	font-size:18px;
	border:none;
	color: #fff;
	text-align:left;
	padding-left:20px;
	padding-top:0px;
	text-wrap:normal;
	max-width:150px;
	*padding-top:15px; /*IE*/
}
h3 a{
	font-size:18px;
	border:none;
	color: #fff;
	text-align:left;
	padding-left:20px;
	padding-top:0px;
	text-wrap:normal;
	max-width:150px;
	*padding-top:15px; /*IE*/
}
h4{
	font-size:18px;
	border:none;
	color: #000;
	padding:0px 30px;
	line-height: 20px;
	text-align:left;
}
.nav   {
	color: #ffffff;
	text-align: left;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: 10pt;
}
.footer  {
	color: #000;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	line-height: 10pt;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.newfooter {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 10pt;
}
.newfooter table{
	color: #000;
	font-size: 14px;
}
.newfooter table p{
	color: #000;
	font-size: 14px;
	margin-bottom: 5px;
}
.split {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;
	padding-left: 25px;
}


.boldredbody {
	color: #F00;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: 12pt;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	margin-top: 15px;
	margin-bottom: 15px;
}
.Home-text-link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.Home-text-link-small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.cell-text-link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
}
.navcell {
	background-repeat: no-repeat;
}
.cell-text-indented {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.navcell2 {
	background-repeat: no-repeat;
}
div#espinLogin
{
  margin: 0px 20px 0px 20px;
  display: none;
}
/* button 
---------------------------------------------- */
.button {
	color: #fff;
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */

	*display: inline;
	vertical-align: baseline;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: .8em;
	padding-right: 2em;
	padding-bottom: .85em;
	padding-left: 2em;

}
.button a{
	color: #FFF;
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.button:visited {
	color: #FFF;
}
.bigrounded {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size:14px;
}
.medium {
	color: #fff;
	font-size: 14px;
	padding: .4em 1.5em .42em;
}
.small {
	color: #fff;
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* red */
.red {
	color: #fff;
	border: solid 1px #980c10;
	background: #cc3300;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#c6222f));
	background: -moz-linear-gradient(top,  #ed1c24,  #c6222f);

	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
	margin-top: 15px;
}
.red_home {
	color: #fff;
	border: solid 1px #980c10;
	background: #cc3300;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);

	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
	margin-top: 0px;
}
.quote {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	float: right;
}
.rental_photo {
	float: right;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	margin-left: 15px;
}

.rental_photo img{
	border: thin solid #000;
}
.red:hover {
	background: #c6222f;
	background: -webkit-gradient(linear, left top, left bottom, from(#c6222f), to(#dd2727));
	background: -moz-linear-gradient(top,  #c6222f,  #dd2727);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6222f', endColorstr='#dd2727');
}
.red:active {
	color: #c6222f;
	background: -webkit-gradient(linear, left top, left bottom, from(#c6222f), to(#dd2727));
	background: -moz-linear-gradient(top,  #c6222f,  #dd2727);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6222f', endColorstr='#dd2727');
}
.red_home:hover {
	background: #c6222f;
	background: -webkit-gradient(linear, left top, left bottom, from(#c6222f), to(#dd2727));
	background: -moz-linear-gradient(top,  #c6222f,  #dd2727);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6222f', endColorstr='#dd2727');
}
.red_home:active {
	color: #c6222f;
	background: -webkit-gradient(linear, left top, left bottom, from(#c6222f), to(#dd2727));
	background: -moz-linear-gradient(top,  #c6222f,  #dd2727);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6222f', endColorstr='#dd2727');
}
.pitch {
	padding: 5px;
	margin: 5px;
}

.rental_headers {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.formcentral {
	margin-left: -45px;
}
.app_select select{
	width: auto;
	height: auto;
	display: block;
	font-size: 11px;
	padding: .2em 1em .275em;
	margin-top:-3px;
	text-align: left;
	border: 1px solid #000
}

.app_select option{
	font-size: 12px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
table .calculator{
	border: thin solid #666;
	background-color: #FFF;
	color: #FFF;
	font-size: 14px;
	margin-right: 30px;
	margin-left: 30px;
	width: 700px;
	box-shadow: 0px 2px 3px #999;
	margin-top: 20px;
	margin-bottom: 20px;
}
.savings {
	color: #c6222f;
	border: none;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
}
.payment {
	border: 3px none #F00;
	color: #000;
	background-color: #FFF;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
}
.payment_number {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	text-align: center;
	color: #000;
}
.term{
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top,  #cccccc 0%, #dddddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cccccc 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cccccc 0%,#dddddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cccccc 0%,#dddddd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cccccc 0%,#dddddd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
}
.calculator .monthheader{
	font-size: 16px;
	background-color: #666;
	color: #FFF;
	text-align: center;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding: 5px;
}
.calculator .lvl{
	background: #333333; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #777777 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(98%,#777777)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#777777 98%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#777777 98%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#777777 98%); /* IE10+ */
	background: linear-gradient(to bottom,  #999999 0%,#777777 98%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#777777',GradientType=0 ); /* IE6-9 */
	color: #FFF;
	text-align: center;
	margin: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	text-shadow:1px 1px 2px #999;
}
.monthly_savings{
background: #777777; /* Old browsers */
background: -moz-linear-gradient(top,  #777777 0%, #999999 98%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#777777), color-stop(98%,#999999)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #777777 0%,#999999 98%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #777777 0%,#999999 98%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #777777 0%,#999999 98%); /* IE10+ */
background: linear-gradient(to bottom,  #777777 0%,#999999 98%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
	color: #FFF;
		font-family: 'Roboto', sans-serif;
	font-size: 18px;
	text-shadow:1px 1px 2px #999;
}
.af{
	font-size: 20px;
	padding: 5px;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;

}
.country{
	font-size: 14px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: right;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.newsfeed {
	font-size: 12px;
	color: #000;
}
.newsfeed a {
	font-weight: bold;
	font-size: 14px;
}
.header_right{
	width: 240px;
	margin: 0px;
	padding: 0px;
}
.header_right form {
	margin: 0px;
	float: right;
	font-size: 14px;
}
.header_right input {
	font-size: 14px;
}
.language_select{
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 2px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
}
.language_select select{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	background-color: #333;
	border: 1px solid #000;
			font-family: Verdana, Arial, Helvetica, sans-serif;
}
.cta {
	font-size: 12px;
	color: #000;
	padding-top: 20px;
	line-height: 18px;
}
.cta img{
	border:none;
}
.cta a{
	color: #cc0204;
}
.cta a:hover{
	color: #a30305;
	text-decoration: underline;
}
addthis_toolbox{
}
.image_page {
	font-size: 12px;
	color: #000;
}
.image_page td{
	padding: 10px;
}
.image_page tr td img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.news-release {
	color: #d3222a;
	padding-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
	padding-left: 10px;
}
blockquote {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	border-left-width: 5px;
	border-left-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	font-size:14px;
}
.specs{
	color: #000;
	font-size: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;

}
.specs tr td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
}
.specs tr th {
}
li {
	color: #000;
	font-size: 0.9em;
	padding-right:30px;
}
hr {
	color:#c6222f;
	margin-left:30px;
	margin-right:30px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.nav a, .nav a:active, .nav a:visited {
color:#FFF;
font-weight:bold;
}
.contact {
	color: #000;
	font-size: 16px;
	padding-right: 30px;
	padding-left: 30px;
	line-height: 22px;
	list-style-type: none;
	text-align:left;
}
a, a:visited, a:active {
	color:#c6222f;
}
a:hover {
	text-decoration:none;
}
.button.red_home.medium {
	color: #FFF;
}
.header {
	top: 0px;
	width: 100%;
	height: 130px;
	position:fixed;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index:999;
}
.content {
	width:960px;
	top: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top:145px;
	overflow: hidden;
}
.table_content {
	background-color:#FFF;
	text-align:left;
	padding-bottom: 30px;
	width:760px;
}
.table_content ol{
	padding:0 50px;
}
.table_content ul{
	padding:0 50px;
}
.footer{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
.navcell_new {
	background: #666666; /* Old browsers */
	background: -moz-linear-gradient(left,  #666666 0%, #9fa0a2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#666666), color-stop(100%,#9fa0a2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #666666 0%,#9fa0a2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #666666 0%,#9fa0a2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #666666 0%,#9fa0a2 100%); /* IE10+ */
	background: linear-gradient(to right,  #666666 0%,#9fa0a2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#9fa0a2',GradientType=1 );
	text-align:left;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 18px; 
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
 /* IE 6 - 9 */
.navcell_new
{
_padding-top: 40px;
}
.navcell_new ul, .navcell_new ul li {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
}
.navcell_new ul li ul{
	list-style-type: none;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 0px;
}
.navcell_new ul li ul li{
	padding:5px 0; 
 }

.navcell_new a,.navcell_new a:active, .navcell_new a:visited{
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	padding-left:20px;
	}
	.navcell_new a:hover{
	font-weight: bold;
	}

.googleSearch {
	overflow: hidden;
	width: 300px;
 }
.headerLink, .headerLink:visited, .headerLink:active {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	margin-right: 10px;
}
.headerLink:hover {
	text-decoration: underline;
}
.menu{
background: #c6222f; /* Old browsers */
background: -moz-linear-gradient(top,  #c6222f 0%, #dd2727 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6222f), color-stop(100%,#dd2727)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c6222f 0%,#dd2727 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c6222f 0%,#dd2727 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c6222f 0%,#dd2727 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c6222f 0%,#dd2727 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6222f', endColorstr='#dd2727',GradientType=0 ); /* IE6-9 */
}

.line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	height: 0px;
	display:block;
}
.footerWide {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 26px;
	margin-top:30px;
	height:auto;
	background-color: #333;
	padding-bottom: 40px;
	text-align:left;
	box-shadow: 0px 0px 3px #666;
}
.footerWide a, .footerWide a:active, .footerWide a:visited {
	text-decoration:none;
	color: #ccc;
}
.footerWide a:hover {
	text-decoration:underline;
}
/* Footer changes */
.footerWide ul, .footerWide li {
	text-decoration: none;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 15px;
	line-height: 24px;
}
.footerWide h4 {
	color: #fff;
	margin: 30px 0 10px 0;	
}
.footerWide p {
	color: #fff;
	font-size: 10px;
	line-height: 16px;	
}
.container{
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.clear_table{
	color: #000;
	font-size: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	border:none;
}
.clear_table tr td {
	border:none;
	padding-top: 4px;
	padding-bottom: 4px;
}
.clear_table tr th {
	color: #000;
	font-size: 16px;
}
.banner {
	width: 730px;
	margin-left: 30px;
}
.button_image:link, .button_image:active, .button_image:visited, .button_image{
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	border:none;
}
.button_image:hover {
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
	border:none;
}
iframe{
 z-ndex:5;
}
.machine_name {
	padding-left:0px;
}
.more_specifications {
	padding-left:0px;
	*padding-top:20px; /* IE */
}
.specifications {
	font-size: 14px;
	color: #000;
	margin:0 30px;
}
.specifications tr td{
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.specifications_row{
	padding:10px 5px;
}
.applications {
	font-size: 14px;
	color: #000;
	margin:0 30px;
}
.table_content ul li{
	list-style-type: none;
	margin:0px;
	padding:0px;
	list-style-position: outside;
	font-size: 14px;
	line-height: 26px;
}
.table_content ul li ul li{
	font-size: 14px;
	font-weight: bold;	
}
.table_content ul li ul li ul li{
	font-weight: normal;	
}
.applications_menu{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 0px;
	background-color: #eee;
}
.applications_menu ul{
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.applications_menu ul li{
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #ffffff 50%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(50%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#ffffff 50%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#ffffff 50%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#ffffff 50%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#ffffff 50%,#eeeeee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 );
	padding-left: 30px;
}
.cse-search-results{
	padding: 30px;
	width: 900px;
}
.applicos{
	line-height:24px;
	margin-left:5px;
}
.applicos ul{
	
}
.applicos ul li{
	list-style-type: disc;
	color: #000;
	list-style-position: outside;
}
.formsite{
	padding-left: 10px;
	}
.caractersisticas 	{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#press-release p {
    text-align: justify;
    text-justify: inter-word;	
}
.application_box {
	display: none;
}
.application_box img {
	padding: 0;
	margin: 0;
	width: 320px;
	display: block;
}
.logo{
	float: right;
	padding-right: 0px;
	width: 70px;	
}
img.dealer-logo{
	float: right;
	padding-right: 25px;
	max-width: 125px;	
}
.social li {
 display: inline;
}
.social-roll a img, .social-roll a:link img, .social-roll a:visited img {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
.social-roll a:hover img, .social-roll a:active img {
    opacity: 0.75;
    filter: alpha(opacity=75); /* For IE8 and earlier */		
}
.dealer-location {
	float: left;
	width: 260px;	
	padding: 0 30px;
	margin: 15px 0;
	overflow: hidden;
	display: inline
}
/* fixed header offset */
:target:before {
content:"";
display:block;
height:136px;  /*fixed header height*/
margin:-136px 0 0; /*negative fixed header height*/
}