@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
/*	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
*/	background-color: #f5f5f5;
	background-image: url(../images/Body_BG.gif);
	background-repeat: repeat-y;
	background-position: center;
}

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

html {
	font-size: 100%;
}

hr {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #DE6123;
}
.solid {
	border-top-style: solid;
	clear:both;
}

div#output form input.text, div#output form input.button, div#output form select, div#output form textarea {
}
html>body input.text, html>body input.button html>body select {

}
*:root input.text, *:root input.button, *:root select {
	height: auto;
}
input.text, input.button, textarea, select {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
input.button, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #b0b0b0;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 14px;
	padding: 3px;
}
input[type="submit"]:hover, input[type="submit"]:focus {
	background-color: #FFFFFF;
	border: 1px solid #f47420;
}
input[type="submit"]:active {
	background-color: #FFFFFF;
}
input[type="submit"][disabled] {
	border-color: #b0b0b0;
	color: #000000;
	background-color: #FFFFFF;
}
input.text, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #b0b0b0;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 14px;
	padding: 3px;
}
input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
	background-color: #FFFFFF;
	border: 1px solid #f47420;

}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	background-color: #FFFFFF;
	border: 1px solid #f47420;
}

h1 {
	font-size: 21px;
	font-weight: normal;
	line-height: 28px;
}
.h1 {
	font-size: 21px;
	font-weight: normal;
	line-height: 28px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	line-height: 26px;
}
.h2 {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	line-height: 26px;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	line-height: 25px;
}
.h3 {
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	line-height: 25px;
}

#float-left {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	
}


.float-left {
	float: left;
	padding: 0 10px 10px 0;
	display:block;
	width:600px;
}


.float-left img {
	float:left;
	padding-right:0px;
	width:89px;
	margin-right: 26px;
	display:block;
	border:0;
}

.float-left p {
	padding: 0px;
	line-height: 20px;
	margin: 0px;
	float: left;
	width: 464px; 
  display:block;}



#float-right {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}

.textred {
	color: #FF0000;
}
.textred a {
	color: #FF0000;
}
.textred a:visited {
	color: #FF0000;
}
.textred a:hover {
	color: #FF0000;
}

.textgreydark {
	color: #555555;
}
.textgreydark a {
	color: #555555;
}
.textgreydark a:visited {
	color: #555555;
}
.textgreydark a:hover {
	color: #555555;
}

.textgreylight {
	color: #cbcbcb;
}
.textgreylight a {
	color: #cbcbcb;
}
.textgreylight a:visited {
	color: #cbcbcb;
}
.textgreylight a:hover {
	color: #cbcbcb;
}

.textorange {
	color: #f3711e;
}
.textorange a {
	color: #f3711e;
}
.textorange a:visited {
	color: #f3711e;
}
.textorange a:hover {
	color: #f3711e;
}

.textsmall {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.textnewsletter {
	font-size: 12px;
}

.textwhite {
	color:#FFFFFF;
}
.textwhite a {
	color: #FFFFFF;
}
.textwhite a:visited {
	color: #FFFFFF;
}
.textwhite a:hover {
	color: #FFFFFF;
}

.textblack {
	color:#000000;
}
.textblack a {
	color: #000000;
}
.textblack a:visited {
	color: #000000;
}
.textblack a:hover {
	color: #000000;
}


#container {
	margin-left: auto;
	margin-right: auto;
	width: 951px;
}

#left-col {
	z-index: 3;
	float: left;
	width: 168px;
	background-image: url(../images/subnav_Top.gif);
	background-repeat: no-repeat;
	background-position: top;
	clear:both;
}
#left-col-padd {
	width: 148px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#right-col {
	float: left;
	width: 783px;
}

#logo {
}

#language {
	margin-top: 132px;
	display:inline;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 7px;
	padding-bottom: 10px;
}
#language form {
	margin: 0px;
}
#language select {
	margin: 0px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 19px;
}

#nav-position {
	position:absolute;
	width:100%;
	height:169px;
	z-index: 4;
	left: 0px;
	top: 0px;
}

#nav {
	height:34px;
	margin-top:132px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	top: 0px;
	float: left;
	width: 777px;	
}
ul.nav-list {
	list-style-type: none;
	width: auto;
	margin: 0px;
	height:34px;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

ul.nav-list li {
	list-style-type: none;
	position: relative;
	text-align: center;
	width: auto;
	float: left;
	height:34px;
	background-image:url(../images/navButt_BG_OFF.gif);
	background-repeat:repeat-x;
	padding: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul.nav-list a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding-right: 14px;
	padding-left: 13px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 15px;
	margin: 0px;
	line-height: 34px;
}
ul.nav-list a:visited {
	color: #ffffff;
}
ul.nav-list a:hover {
	background-image: url(../images/navButt_BG_ON.gif);
	background-repeat: repeat-x;
	background-position: top;
	color:#FFFFFF;
}

#sidenav {
	margin-top: 64px;
	background-image:url(../images/subnav_BG.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-size: 14px;
	width: 148px;
}
ul.sidenav { 
	margin: 0px;
	padding: 0px;
}
ul.sidenav li { 
	list-style: none;
	margin:0px;
	padding:0px;
	background-repeat:repeat-x;
	background-image:url(../images/subnav_Underline.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	position: relative;
	line-height:18px;
} 

ul.sidenav a {
	display:block;
	text-decoration:none;
	padding-left:10px;
	padding-right:0px;
	line-height:18px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;
	color: #333333;
}
ul.sidenav a:hover {
	background-image: url(../images/subnav_BG_ON.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #f57420;
	color:#FFFFFF;
}

#footer {
	width:951px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 10px;
}
#footer-bg {
	background-image: url(../images/footer_BG.gif);
	background-position: top;
	background-color: #818181;
	background-repeat: repeat-x;
}
#footer-padd {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#footer p {
	clear: both;
	margin: 0px;
	line-height: 18px;
}
#footer ul { 
	margin: 0px;
	padding: 0px;
	width:931px;
}
#footer ul li {
	list-style: none;
	padding: 0px;
	margin-bottom:0px;
	height: 18px;
	float: left;
	width: auto;
	line-height: 18px;

} 
#footer ul li a {
	color: #FFFFFF;
	background-image: url(../images/footer_Devider.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
	text-decoration: none;
	display: inline-block;
}
#footer ul li a:hover {
	text-decoration: underline;
}

#author {
	color: #8f8f8f;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#author a {
	color:#8f8f8f;
} 
#author a:hover {
	color:#8f8f8f;
	text-decoration: none;
}

#strap {
	color: #f4731e;
	font-size: 21px;
	font-style: italic;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	clear: both;
}

#header {
	float:right;
	height: 166px;
	width: 783px;
}
#header #padd {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 10px;
}

#clear {
	clear:both;
}

#quote {
	height: 89px;
}

#rapidpayback-left {
	position:absolute;
	width:100%;
	z-index:1;
	left: 0;
	top: 0;
	padding-top: 537px;
}
#rapidpayback-left-padd {
	padding-top: 110px;
}

#marquee {
	font-size: 18px;
	font-style: italic;
	margin-top: 10px;
	width: 951px;
	padding: 0px;
}
#marquee a {
	color: #f3711e;
}
#marquee a:visited {
	color: #f3711e;
}
#marquee a:hover {
	color: #f3711e;
}
#Marquee {
margin-top: 10px;
}

#top {
	display: block;
	clear: both;
	padding:0px;
	margin:0px;
	height:20px;
}
#top hr {
	float: left;
	width:720px;
	display: inline;
	line-height:20px;
	padding:0px;
	margin-right: 10px;
	margin-top: 10px;
	margin-left: 0px;
}
#top a {
	float:right;
	display: inline;
	line-height:20px;
	color:#f4761f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#resellers {
	margin-top: 30px;
}
#resellers h4 {
	color: #8D8D8D;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#resellers p {
	font-size: 12px;
	line-height:16px;
	margin: 0px;
}

/* Homepage */

#home-quote-text {
	color: #FFFFFFl;
	float: right;
	width:295px; 
	text-align:right; 
	margin:0px; 
	line-height: 18px;
}
#home-quote-text .h1 {
	color: #f4731e;
	font-size: 21px;
	font-style: italic;
	line-height: 18px;
}
#home-quote-text .h3 {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 18px;
}

#homeblock-container {
	position: absolute;
	width: 100%;
	z-index:2;
	left: 0px;
	top: 0px;
	padding-top: 523px;
	text-align: center;
}
#homeblock-alt {
	padding-top: 75px;
}
#block-spacer {
	height:60px;
}

#homeflashblock-container {
	position: absolute;
	width: 100%;
	z-index:2;
	left: 0px;
	top: 485px;
	text-align: center;
}
#homeflashblock-alt {
	padding-top: 75px;
}
#flashblock-spacer {
	height:60px;
}

#home {
	background-image: url(../images/BG_Home.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 550px;
	width:783px;
	float:right;
}
#home #content {
	margin-left: 246px;
	margin-top: 33px;
	width: 507px;
	float: left;
}
#home #content h2 {
	font-size: 21px;
	margin: 0px;
}
#home #content h3 {
	font-size: 18px;
	margin: 0px;
}
#home #content p {
	padding: 0px;
	line-height: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#home #content li {
	padding: 0px;
	line-height: 20px;
}
#home #content ul {
	padding: 0px;
	margin: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

/* Homepage */

#products {
	background-image: url(/images/Nav_BG.gif);
	background-repeat: repeat-x;
	
	
}
#products-quote-text {
	color: #333333;
	float: right;
	width:570px;
	text-align:right;
	margin:0px;
	line-height: 18px;
	font-weight: bold;
}
#products-quote-text .h1 {
	color: #f4731e;
	font-size: 21px;
	font-style: italic;
	line-height: 18px;
}
#products #content{
	width: 774px;
	/* margin-left:0px; margin-top:0px; margin-right:0px; padding: 175px 0px 0px 0px; */
}
#products #content h1 {
	margin: 0px;
}
#products #content p {
	padding: 0px;
	line-height: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#product-block {
	height: 160px;
	width: 382px;
	float: left;
	border-top:10px solid #FFFFFF;
}
#product-block-padd {
	height: 160px;
	width: 382px;
	float: left;
	border-top:10px solid #FFFFFF;
	border-right:10px solid #FFFFFF;
}


#product-block #title {
	font-size: 23px;
	color: #989898;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	height: 30px;
}

#product-block-padd #title {
	font-size: 23px;
	color: #989898;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	height: 30px;
}


#product-block #title a {
	color: #ffffff;
	text-decoration: none;
}

#product-block-padd #title a {
	color: #ffffff;
	text-decoration: none;
}


#product-block #description {
	color: #FFFFFF;
	float: left;
	width: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}

#product-block-padd #description {
	color: #FFFFFF;
	float: left;
	width: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}

/* Test Results */

#testresults {
	background-image: url(../images/BG_TestResults.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 802px;
	width: 783px;
}
#testresults-quote-text {
	color: #FFFFFF;
	float: right;
	width:570px;
	text-align:right;
	margin:0px;
	line-height: 18px;
	font-size: 16px;
}
#testresults-quote-text .h1 {
	color: #f4731e;
	font-size: 21px;
	font-style: italic;
	line-height: 18px;
}
#testresults #content{
	width: 715px;
	/*margin-left:0px; margin-top:0px; margin-right:0px; margin-right:0px; padding: 207px 0px 0px 31px; */
	padding: 27px 0 0 31px;
	clear:right;

}
#testresults #content h1 {
	margin: 0px;
}
#testresults #content p {
	padding: 0px;
	line-height: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* Compay Profile */

#company-profile {
	background-image: url(../images/BG_CoPro.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 1097px;
	width: 783px;
}
#company-profile #content{
	width: 720px;
	/*margin-left:0px; margin-top:0px; margin-right:0px; margin-right:0px; padding: 186px 0px 0px 20px; 
	lewis code below
	*/ 
	padding: 27px 0 0 31px;
	clear:right;
	
}
#company-profile #content h1 {
	margin: 0px;
}
#company-profile #content h4 {
	margin-top: 7px;
}

#company-profile #content p {
	padding: 0px;
	line-height: 20px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#company-profile #content #float-left {
	margin-top: 20px;
	padding-right: 20px;
}
#company-profile #content #float-right {
	margin-top: 20px;
	padding-left: 20px;
}

/* Environmental */

#environmental {
	background-image: url(../images/BG_Environmental.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 1123px;
	width: 783px;
}
#environmental-quote-text {
	color: #FFFFFF;
	float: right;
	width: 350px;
	text-align:right;
	margin:0px;
	line-height: 18px;
	font-size: 16px;
}
#environmental-quote-text .h1 {
	color: #f4731e;
	font-size: 21px;
	font-style: italic;
	line-height: 18px;
}
#environmental-quote-text .h3 {
	color: #000000;
	font-size: 15px;
	line-height: 18px;
	font-style:normal;
}
#environmental #content{
	width: 715px;
	/*margin-left:0px; margin-top:0px; margin-right:0px; margin-right:0px; padding: 324px 0px 0px 19px;
	lewis code below
	*/ 
	padding: 164px 0 0 31px;
	clear:right;
	
}
#environmental #content h1 {
	margin: 0px;
}

#environmental #content p {
	padding: 0px;
	line-height: 20px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* News */

#news {
	background-image: url(../images/Nav_BG.gif);
	background-repeat: repeat-x;
}
#news-quote-text {
	color: #333333;
	float: right;
	width:570px;
	text-align:right;
	margin:0px;
	line-height: 18px;
	font-weight: bold;
}
#news-quote-text .h1 {
	color: #f4731e;
	font-size: 21px;
	font-style: italic;
	line-height: 18px;
}
#news #content{
	width: 774px;
/* 	margin-left:0px; margin-top:0px; margin-right:0px; margin-right:0px; padding: 175px 0px 0px 0px;
	lewis code below */
	
	padding: 5px 0px 0px 0px;
	clear:right;
}
#news #content h1 {
	margin: 0px;
}
#news #content p {
	padding: 0px;
	line-height: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* Clients */

#clients {
	background-image: url(../images/BG_Clients.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 966px;
	width: 783px;
}

#clients #content{
	width: 588px;
	/* margin-left:0px; margin-top:0px; margin-right:0px; margin-right:0px; padding: 186px 0px 0px 21px;
	
		lewis code below
	*/ 
	padding: 17px 0 0 31px;
	clear:right;
	
	
}
#clients #content h1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#clients #content #float-left {
	clear: left;
	float:left;
	padding-right: 0px;
	width: 588px;
}
#clients #content #float-left img {
	float:left;
	padding-right:0px;
	width:89pxl;
	margin-right: 26px;
}
#clients #content #float-left p {
	padding: 0px;
	line-height: 20px;
	margin: 0px;
	float: left;
	width: 464px;
}

/* Contact */

#contact {
	background-image: url(../images/BG_Contact.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 584px;
	width: 783px;
	float: right;
}
#contact #header #padd #quote {
	width: 500px;
}
#contact-quote-text {
	color: #FFFFFF;
	float: right;
	width: 350px;
	text-align:right;
	margin:0px;
	line-height: 18px;
	font-size: 16px;
}
#contact-quote-text .h1 {
	color: #f4731e;
	font-size: 21px;
	font-style: italic;
	line-height: 18px;
}
#contact-quote-text .h3 {
	color: #000000;
	font-size: 15px;
	line-height: 18px;
	font-style:normal;
}
#contact #content{
	width: 773px;
	/*margin-left:0px; margin-top:0px; margin-right:0px; margin-right:0px; padding: 182px 0px 0px 22px;
	lewis code below
	*/ 
	padding: 17px 0 0 10px;
	clear:right;
}
#contact #content h1 {
	margin: 0px;
}
#contact #content .h2 {
	font-style: normal;
	font-weight: bold;
	line-height: 30px;
}

#contact #content p {
	padding: 0px;
	line-height: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#map {
	height: 260px;
	width: 309px;
	float: left;
	margin-top: 131px;
	margin-left: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: inline;
}
#enquiry {
	float:left;
	color: #FFFFFF;
	background-image:url(../images/enquiry-title-BG.gif);
	height: 48px;
	background-color: #C64D22;
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 773px;
	height: 43px;
}
#enquiry #BGL {
	background-image:url(../images/enquiry-title-L.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 773px;
	height: 43px;
}
#enquiry #BGL #BGR {
	background-image:url(../images/enquiry-title-R.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 773px;
	height: 43px;
}
#enquiry #BGL #BGR #padd {
	padding: 5px;
}
#enquiry #title {
	font-size: 21px;
	float: left;
	line-height: 30px;
	margin-left: 10px;
}
#enquiry #description {
	float: left;
	width: 575px;
	line-height: 17px;
	margin-left: 10px;
}
#contact-block {
	display: block;
	clear: left;
	float: left;
	margin:0px;
	padding:0px;
	width: 380px;
}
#contact-title {
	float: left;
	width: 140px;
	text-align: right;
	margin: 5px;
	font-size: 18px;
	line-height: 25px;
}
#contact-detail {
	float: left;
	width: 220px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}

/* BoatSafe */

#boatsafe {
	background-image: url(../images/BG_BoatSafe.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 623px;
	width: 783px;
}
#boatsafe-quote-text {
	color: #FFFFFF;
	float: left;
	width: auto;
	margin:0px;
	line-height: 18px;
	font-size: 16px;
}
#boatsafe-quote-text .h3 {
	color: #000000;
	font-size: 21px;
	line-height: 18px;
	font-style:normal;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
#boatsafe-quote-text .h4 {
	color: #000000;
	font-size: 12px;
	line-height: 18px;
	font-style:italic;
	font-family: "Times New Roman", Times, serif;
}
#boatsafe #content{
	width: 507px;
	/*margin-left:0px; margin-top:0px; margin-right:0px; margin-right:0px; padding: 296px 0px 0px 244px;
		lewis code below
	*/ 
	padding: 126px 0 0 244px;
	clear:right;
}
#boatsafe #content h1 {
	margin: 0px;
}

#boatsafe #content p {
	padding: 0px;
	line-height: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* CurtainSafe */

#curtainsafe {
	background-image: url(../images/BG_CurtainSafe.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 714px;
	width: 783px;
}
#curtainsafe-quote-text {
	color: #FFFFFF;
	float: right;
	width: 580px;
	text-align:right;
	margin:0px;
	line-height: 18px;
	font-size: 16px;
}
#curtainsafe-quote-text .h1 {
	color: #f4731e;
	font-size: 21px;
	font-style: italic;
	line-height: 18px;
}
#curtainsafe-quote-text .h3 {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 18px;
	font-style:normal;
}
#curtainsafe #content{
	width: 728px;
	/*margin-left:0px; margin-top:0px; margin-right:0px; margin-right:0px; padding: 367px 0px 0px 25px;
		lewis code below
	*/ 
	padding: 197px 0 0 25px;
	clear:right;
}
#curtainsafe #content h1 {
	margin: 0px;
}
#curtainsafe #content p {
	padding: 0px;
	line-height: 20px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* FAQs */

#faqs {
	background-image: url(../images/BG_FAQs.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 783px;
}
#faqs #strap {
	margin-top: 89px;
}
#faqs #content{
	width: 464px;
	height: 486px;
	/* margin-left:0px; margin-top:0px; margin-right:0px; margin-right:0px; padding: 192px 0px 0px 289px;
	height: 486px;
	lewis code*/ 
	padding: 22px 0 0 289px;
	clear:right;
	
}
#faqs #content OL {
	margin:0px;
	padding-left: 30px;
	float:left;
}
#faqs #content OL LI {
	margin-top: 9px;
	line-height: 20px;
	color: #f3711e;
}
#faqs #content h1 {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#faqs #content p {
	padding: 0px;
	line-height: 20px;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#answers {
	width: 763px;
	margin: 0px;
}

/* Impregnable */

#impregnable {
	background-image: url(../images/BG_Impregnable.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 714px;
	width: 783px;
}
#impregnable-quote-text {
	color: #FFFFFF;
	float: right;
	width: 580px;
	text-align:right;
	margin:0px;
	line-height: 18px;
	font-size: 16px;
}
#impregnable-quote-text .h1 {
	color: #f4731e;
	font-size: 21px;
	font-style: italic;
	line-height: 18px;
}
#impregnable-quote-text .h3 {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 18px;
	font-style:normal;
}
#impregnable #content{
	padding: 43px 0px 0px 260px;
	clear:right;
	width:470px;

}
#impregnable #content h1 {
	margin: 0px;
}
#impregnable #content p {
	padding: 0px;
	line-height: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* TankSafe */

#tanksafe {
	background-image: url(../images/BG_TankSafe.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 803px;
	width: 783px;
}
#tanksafe-quote-text {
	color: #FFFFFF;
	float: right;
	width: 320px;
	text-align:right;
	margin:0px;
	line-height: 18px;
	font-size: 16px;
}
#tanksafe-quote-text .h1 {
	color: #f4731e;
	font-size: 21px;
	font-style: italic;
	line-height: 18px;
}
#tanksafe-quote-text .h3 {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 18px;
	font-style:normal;
}
#tanksafe #content{
	width: 692px;
	/*margin-left:0px; margin-top:0px; margin-right:0px; margin-right:0px; padding: 208px 0px 0px 39px;
	lewis code*/ 
	padding: 38px 0 0 39px;
	clear:right;
	
	
}
#tanksafe #content h1 {
	margin: 0px;
}
#tanksafe #content h2 {
	font-size: 21px;
	font-weight: normal;
	line-height: 28px;
	font-style:normal;
	margin-top: 10px;
	margin-bottom:0px;
}
#tanksafe #content .h3 {
	margin: 0px;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	line-height: 23px;
}
#tanksafe #content #float-left {
	margin: 0px;
	padding: 0px;
	width: 301px;
}

#tanksafe #content p {
	padding: 0px;
	line-height: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* Standard */

#standard {
	background-image: url(../images/BG_Standard.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 590px;
	width: 783px;
}
#standard-quote-text {
	color: #FFFFFF;
	float: right;
	width: 320px;
	text-align:right;
	margin:0px;
	line-height: 18px;
	font-size: 16px;
}
#standard-quote-text .h1 {
	color: #f4731e;
	font-size: 21px;
	font-style: italic;
	line-height: 18px;
}
#standard-quote-text .h3 {
	font-size: 16px;
	line-height: 18px;
	font-style:normal;
	color: #333333;
}
#standard #content{
	width: 493px;
	/* margin-left:0px; margin-top:0px; margin-right:0px; margin-right:0px; padding: 213px 0px 0px 260px;
	lewis code*/ 
	padding: 43px 0 0 260px;
	clear:right;
}
#standard #content h1 {
	margin: 0px;
}
#standard #content h2 {
	line-height: 20px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#standard #content p {
	padding: 0px;
	line-height: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* LoadSafe */

#loadsafe {
	background-image: url(../images/BG_LoadSafe.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 527px;
	width: 783px;
}
#loadsafe-quote-text {
	color: #FFFFFF;
	float: left;
	width: 580px;
	margin:0px;
	line-height: 18px;
	font-size: 16px;
}
#loadsafe-quote-text .h3 {
	color: #000000;
	font-size: 21px;
	line-height: 18px;
	font-style:normal;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
#loadsafe-quote-text .h4 {
	color: #000000;
	font-size: 12px;
	line-height: 18px;
	font-style:italic;
	font-family: "Times New Roman", Times, serif;
}
#loadsafe #content{
	width: 320px;
	/*margin-left:0px; margin-top:0px; margin-right:0px; margin-right:0px; padding: 193px 0px 0px 434px;
		lewis code*/ 
	padding: 23px 0 0 434px;
	clear:right;
}
#loadsafe #content h1 {
	margin: 0px;
}
#loadsafe #content p {
	padding: 0px;
	line-height: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* PlantSafe */

#plantsafe {
	background-image: url(../images/BG_PlantSafe.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 779px;
	width: 783px;
}
#plantsafe-quote-text {
	color: #FFFFFF;
	float: right;
	width: 560px;
	margin:0px;
	line-height: 18px;
	font-size: 16px;
	text-align: right;
}
#plantsafe-quote-text .h1 {
	color: #f4731e;
	font-size: 21px;
	font-style: italic;
	line-height: 18px;
}
#plantsafe-quote-text .h3 {
	font-size: 14px;
	line-height: 18px;
	font-style:normal;
	color: #333333;
	font-weight: bold;
}
#plantsafe #content{
	width: 507px;
	/*margin-left:0px; margin-top:0px; margin-right:0px; margin-right:0px; padding: 333px 0px 0px 245px;
	lewis code*/ 
	padding: 163px 0 0 245px;
	clear:right;
}
#plantsafe #content h1 {
	margin: 0px;
}
#plantsafe #content h2 {
	line-height: 20px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#plantsafe #content p {
	padding: 0px;
	line-height: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* Rapid Payback */

#rapidpayback {
	background-image: url(../images/BG_RapidPayback.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 728px;
	width: 783px;
}
#rapidpayback-quote-text {
	color: #FFFFFF;
	float: right;
	width: 560px;
	margin:0px;
	line-height: 18px;
	font-size: 16px;
	text-align: right;
}
#rapidpayback-quote-text {
	color: #FFFFFF;
	float: right;
	width:570px;
	text-align:right;
	margin:0px;
	line-height: 18px;
	font-size: 16px;
}
#rapidpayback-quote-text .h1 {
	color: #f4731e;
	font-size: 21px;
	font-style: italic;
	line-height: 18px;
}
#rapidpayback #content{
	width: 493px;
	/*margin-left:0px; margin-top:0px; margin-right:0px; margin-right:0px; padding: 213px 0px 0px 261px;
	lewis code*/ 
	padding: 43px 0 0 261px;
	clear:right;
}
#rapidpayback #content h1 {
	margin: 0px;
}
#rapidpayback #content p {
	padding: 0px;
	line-height: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#calculator {
	margin-left:112px;
	width:381px;
	margin-top:20px;
	font-size:14px;
	line-height: 26px;
}
#calculator-title {
	background-image:url(../images/RapidPayback_Title-BG.gif);
	height:33px;
	line-height: 20px;
}

#calculator-title-L {
	width:381px;
	background-image:url(../images/RapidPayback_Title-BGL.gif);
	height:33px;
	background-repeat: no-repeat;
	background-position: left top;
}
#calculator-title-R {
	width:381px;
	background-image:url(../images/RapidPayback_Title-BGR.gif);
	height:33px;
	background-repeat: no-repeat;
	background-position: right top;
}
#calculator-title-R #padd {
	color:#FFFFFF;
	font-size: 18px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;

}
#calculator-title-R #padd form {
	margin: 0px;
}
#calculator-title-R #padd select {
	margin: 0px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 19px;
}
#calculator #BG {
	background-image:url(../images/RapidPayback-BG.gif);
	background-repeat:repeat-x;
	background-position:top;
	height: 265px;
}
#calculator #BGTL {
	background-image: url(../images/RapidPayback_BGTL.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 381px;
	height: 265px;
}
#calculator #BGTR {
	background-image: url(../images/RapidPayback_BGTR.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 381px;
	height: 265px;
}
#calculator #BG #padd {
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	
}
#calculator #BG #padd #left {
	float:left;
	width:188px;
	text-align:right;
	margin-right:8px;
}
#calculator #BG #padd #right {
	float:left;
	width:165px;
	line-height: 19px;
}
#calculator #BG #padd .h4 {
	font-size:18px;
	font-weight:normal;
}
#calculator #BG #padd #title {
	font-size:18px;
	color:#FFFFFF;
	text-align:center;
	margin-bottom: 10px;
}
#underline {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #adadad;
	height: 26px;
	margin-bottom: 4px;
}

/* ReeferSafe */

#reefersafe {
	background-image: url(../images/BG_ReeferSafe.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 718px;
	width: 783px;
}
#reefersafe-quote-text {
	color: #FFFFFF;
	float: right;
	width: 400px;
	margin:0px;
	line-height: 18px;
	font-size: 16px;
	text-align: right;
}
#reefersafe-quote-text .h1 {
	color: #f4731e;
	font-size: 21px;
	font-style: italic;
	line-height: 18px;
}
#reefersafe-quote-text .h3 {
	font-size: 16px;
	line-height: 18px;
	font-style:normal;
	color: #FFFFFF;
}
#reefersafe #content{
	width: 608px;
	/*margin-left:0px; margin-top:0px; margin-right:0px; margin-right:0px; padding: 344px 0px 0px 145px;
	lewis code*/ 
	padding: 172px 0 0 145px;
	clear:right;
	
}
#reefersafe #content h1 {
	margin: 0px;
}
#reefersafe #content h2 {
	line-height: 15px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#reefersafe #content p {
	padding: 0px;
	line-height: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* SenderSafe */

#sendersafe {
	background-image: url(../images/BG_SenderSafe.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 535px;
	width: 783px;
}
#sendersafe-quote-text {
	color: #FFFFFF;
	float: left;
	width: 290px;
	margin:0px;
	line-height: 18px;
	font-size: 16px;
}
#sendersafe-quote-text .h3 {
	color: #000000;
	font-size: 21px;
	line-height: 18px;
	font-style:normal;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
#sendersafe-quote-text .h4 {
	color: #000000;
	font-size: 12px;
	line-height: 18px;
	font-style:italic;
	font-family: "Times New Roman", Times, serif;
}
#sendersafe #content{
	width: 532px;
	/*margin-left:0px; margin-top:0px; margin-right:0px; margin-right:0px; padding: 188px 0px 0px 218px;
		lewis code*/ 
	padding: 18px 0 0 218px;
	clear:right;
}
#sendersafe #content h1 {
	margin: 0px;
}
#sendersafe #content h2 {
	line-height: 15px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sendersafe #content p {
	padding: 0px;
	line-height: 20px;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* Videos */

#videos {
	background-image: url(../images/BG_Videos.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 783px;
}
#videos-bg {
	background-image:url(../images/BG_VideosT.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	width: auto;
	min-height: 606px;
}
#videos-bgb {
	background-image:url(../images/BG_VideosB.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height: 20px;
	width: 783px;
	clear: both;
}
#videos-quote-text {
	color: #FFFFFF;
	float: left;
	width: 290px;
	margin:0px;
	line-height: 18px;
	font-size: 16px;
}
#videos-quote-text .h1 {
	color: #f4731e;
	font-size: 21px;
	font-style: italic;
	line-height: 18px;
}
#videos-quote-text .h3 {
	font-size: 16px;
	line-height: 18px;
	font-style:normal;
	color: #FFFFFF;
}
#videos #videos-bg #content{
	width: 655px;
	/*margin-left:0px; margin-top:0px; margin-right:0px; margin-right:0px; padding: 210px 0px 0px 98px;
	/*lewis code*/ 
	padding: 40px 0 0 98px;
	clear:right;
}
#videos #videos-bg #content h1 {
	margin: 0px;
}
#videos #videos-bg #content h2 {
	line-height: 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#videos #videos-bg #content p {
	padding: 0px;
	line-height: 20px;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#video {
	width: 655px;
	margin-bottom: 15px;
	clear: both;
	display: block;
	float: left;
}
#video #left {
	float:left;
	width:340px;
	margin-right: 15px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #DE6123;
	min-height: 165px;
	padding-bottom: 10px;
}
#video #right {
	float:left;
	width: 300px;
}

/* Why Fit */

#whyfit {
	background-image: url(../images/Nav_BG.gif);
	background-repeat: repeat-x;
	background-position: right top;
	width: 783px;
}
#whyfit-quote-text {
	float: right;
	width: 290px;
	margin:0px;
	line-height: 18px;
	font-size: 16px;
	text-align: right;
}
#whyfit-quote-text .h1 {
	color: #f4731e;
	font-size: 21px;
	font-style: italic;
	line-height: 18px;
}
#whyfit-quote-text .h3 {
	font-size: 16px;
	line-height: 18px;
	font-style:normal;
}
#whyfit #content{
	width: 773px;
	/*margin-left:0px; margin-top:0px; margin-right:0px; margin-right:0px; padding: 175px 0px 0px 0px;
	/*lewis code*/ 
	padding: 5px 0 0 0;
	clear:right;
}
#whyfit #content h1 {
	margin: 0px;
}
#whyfit #content h2 {
	font-style:normal;
}
#whyfit #content p {
	padding: 0px;
	line-height: 20px;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#whyfit #content #float-left {
	float:left;
	padding: 30px;
}

/* Fitting List */

#fittinglist {
	background-image: url(../images/Nav_BG.gif);
	background-repeat: repeat-x;
	background-position: right top;
	width: 783px;
}
#fittinglist-quote-text {
	float: right;
	width: 290px;
	margin:0px;
	line-height: 18px;
	font-size: 16px;
	text-align: right;
}
#fittinglist-quote-text .h1 {
	color: #f4731e;
	font-size: 21px;
	font-style: italic;
	line-height: 18px;
}
#fittinglist-quote-text .h3 {
	font-size: 16px;
	line-height: 18px;
	font-style:normal;
}
#fittinglist #content{
	width: 773px;
	/*margin-left:0px; margin-top:0px; margin-right:0px; margin-right:0px; padding: 175px 0px 0px 0px;
		/*lewis code*/ 
	padding: 5px 0 0 0;
	clear:right;
}
#fittinglist #content h1 {
	margin: 0px;
}
#fittinglist #content p {
	padding: 0px;
	line-height: 20px;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#fittinglist #content #padd {
	margin-top: 10px;
	margin-bottom: 10px;
}
#fittinglist #content #title {
	background-image: url(../images/NavButt_BG_ON.gif);
	background-color: #F47420;
	background-repeat: repeat-x;
	background-position: bottom;
	color: #FFFFFF;
}
#fittinglist #content #row-odd {
	background-color: #E5E5E5;
}
#fittinglist #content #row-even {
	background-color: #F5F5F5;
}

#tiss-position {
	position:absolute;
	width:100%;
	height:28px;
	z-index: 5;
	left: 0px;
	top: 0px;
}
#tiss-position #tiss {
	font-size: 12px;
	text-align: right;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 20px;
}
#tiss-position #tiss a {
	color: #f3711e;
}


#container #languages #right-col #languages-bgy #languages-bg-top #content {
	/* margin-left:0px; margin-top:0px; margin-right:0px; margin-right:0px; padding: 208px 0px 0px 31px;
		lewis code*/
	/*margin-left:0px; margin-top:0px; margin-right:0px; margin-right:0px; padding: 175px 0px 0px 0px;
		/*lewis code*/ 
	padding:35px 0 0 32px;
	clear:right;
	overflow:hidden;
	margin:0;
}

#languages {
	font-family: Arial, Helvetica, sans-serif;
}
#languages #right-col #languages-bgy #languages-bg-top #header {
	background-image:url(../images/languages-bg-top.jpg); 
	background-repeat: no-repeat;
	background-position: top right;
}


#languages #right-col #languages-bgy #languages-bg-top #header #padd {
	padding-top: 28px;
}
#languages #right-col #languages-bgy #languages-bg-top #header #padd #flash-quote #quote {
	height: 70px;
	background-color: #000000;
}


#languages #right-col #languages-bgy #languages-bg-top #header #padd #strap {
	font-size: 18px;
	background-color: #000000;
}
#languages #left-col {
	background-image: url(../images/Nav_BG.gif);
	background-repeat: repeat-x;
	/*lewis code*/
	width:168px;
	overflow:hidden;
	}
#languages #left-col #left-col-padd #RP {
	margin-top: 54px;
	background-color: #a73423;
	background-image: url(../images/RP-BG.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFFFFF;
}
#languages #left-col #left-col-padd #RP #padd {
	padding: 10px 10px 0px 10px;
}
#languages #left-col #left-col-padd #RP #padd h3 {
	font-style: normal;
	color: #000000;
	margin: 0px;
	font-size: 18px;
}
#languages #left-col #left-col-padd #RP #padd p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#languages #left-col #left-col-padd #RP #padd a {
	color: #FFFFFF;
	text-decoration: none;
}

#languages #left-col #left-col-padd #contact-lhs {
	font-size: 12px;
	font-style: normal;	
}
#languages #left-col #left-col-padd #contact-lhs .h3,h2 {
	font-style: normal;
}
#languages #left-col #left-col-padd #contact-lhs #padd {
	padding: 5px 0px 0px 0px;
}
#languages #left-col #left-col-padd #contact-lhs #float-left{
	padding: 3px;
}
#languages #right-col #languages-bgy {
	background-image: url(../images/languages-bgy.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#languages #right-col #languages-bg-top {
	background-image: url(../images/languages-bg-top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: scroll;
}
#languages #right-col #languages-bgy #languages-bg-top #content {
	width: 703px;
	margin-top: 42px;
	margin-left: 35px;
}
#languages #right-col #languages-bgy #languages-bg-top #content #float-right #calculator {
	margin: 0px;
	padding: 0px;
}
#languages #right-col #languages-bgy #languages-bg-top #content #video {
	width: 703px;
}
#languages #right-col #languages-bgy #languages-bg-top #content #video #left {
	width: 388px;
}
#nav-position #container #russian #nav ul.nav-list a  {
	font-size: 14px;
}

#ticker-wrapper * {
	margin: 0px;
}
#ticker-wrapper.has-js {
	width: 897px;
	height: 24px;
	display: block;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
}
#ticker {
	padding: 0px 0px 0px 10px;
	width: 775px;
	height: 23px;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	background-color: #ffffff;
}
#ticker-title {
	padding-top: 7px;
	float: left; 	
	color: #990000;
	font-weight: bold;
	background-color: #ffffff;
	text-transform: uppercase;
}
#ticker-content {
	float:left;
	margin: 0px;
	padding-top: 4px;
	float: left;
	position: absolute;
	color: #333333;
	background-color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}
#ticker-content:focus {
	none;
}
#ticker-content A {
	text-decoration: none;	
	color: #333333;
}
#ticker-content A:hover {
	text-decoration: underline;	
	color: #333333;
}
#ticker-swipe {
	padding-top: 9px;
	position: absolute;
	top: 0px;
	left: 80px;
	background-color: #ffffff;
	display: block;
	width: 800px;
	height: 23px; 
}
#ticker-swipe SPAN {
	margin-left: 1px;
	background-color: #ffffff;
	border-bottom: 2px solid #f3711e;
	height: 12px;
	width: 7px;
	display: block;
}
#ticker-controls {
	padding: 0px; list-style-type: none; float: right; height: 24px; margin: 0px;
}
#ticker-controls ul {
	margin: 0px;
}
#ticker-controls li {
	padding-bottom: 0px; padding-left: 0px; width: 28px; padding-right: 0px; display: block; float: left; height: 24px; margin-left: 7px; cursor: pointer; padding-top: 0px
}
#ticker-controls li#play-pause {
	background-image: url(../images/controls.png); background-position: 56px 25px
}
#ticker-controls li.over#play-pause {
	background-position: 56px 51px
}
#ticker-controls li.down#play-pause {
	background-position: 56px -1px
}
#ticker-controls li.paused#play-pause {
	background-image: url(../images/controls.png); background-position: 84px 25px
}
#ticker-controls li.over.paused#play-pause {
	background-position: 84px 51px
}
#ticker-controls li.down.paused#play-pause {
	background-position: 84px -1px
}
#ticker-controls li#prev {
	background-image: url(../images/controls.png); background-position: 112px 25px
}
#ticker-controls li.over#prev {
	background-position: 112px 51px
}
#ticker-controls li.down#prev {
	background-position: 112px -1px
}
#ticker-controls li#next {
	background-image: url(../images/controls.png); background-position: 28px 25px
}
#ticker-controls li.over#next {
	background-position: 28px 51px
}
#ticker-controls li.down#next {
	background-position: 28px -1px
}
.js-hidden {
	display: none
}
