/*
Version: 1.0 
Date: August 2009
Author:
	Traffic-Tech (www.traffic-tech.com)
	Edson Tongol Nuqui - Web & Graphic Designer
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #131313 url(../images/hdr_bg.gif) repeat-x;
}

h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

h1, h2 {
	display: none;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	color: #F90;
	line-height: 30px;
}

h3.hide {
	display: none;
}

h3.title {
	padding-bottom: 5px;
}

.black {
	color: #333;
}

.yellow{
	color: #F90;
	font-weight: bold;
}

.red{
	color: #F00;
	font-weight: bold;
}

h4 {
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 30px;
}

h4.title {
	font-size: 14px;
	font-weight: bold;
	color: #F90;
	line-height: normal;
	text-align: left;
	margin-bottom: 12px;
}

h4.title2 {
	font-size: 16px;
	font-weight: bold;
	color: #F90;
	line-height: normal;
	text-align: left;
	margin-bottom: 12px;
}

h4.title2a {
	font-size: 16px;
	font-weight: bold;
	color: #F90;
	line-height: normal;
	text-align: left;
}

h4.title3 {
	font-size: 18px;
	font-weight: bold;
	color: #F90;
	line-height: normal;
	text-align: left;
	margin-bottom: 12px;
}

h4.title-c {
	font-size: 14px;
	font-weight: bold;
	color: #F90;
	line-height: normal;
	text-align: left;
}

h4.subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	line-height: normal;
	text-align: left;
	margin-bottom: 12px;
}

a:link, a:visited, a:active {
	color: #F90;
	text-decoration: underline;
}

a:hover {
	color: #F90;
	text-decoration: none;
}

p {
	margin-bottom: 12px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px !important;
	
}

b {
	font-weight: bold;
}

ul {
	padding-left: 30px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: square;
}

li {
	margin-bottom: 10px;
}

ul li ul {
	padding-left: 30px;
	padding-top: 10px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
}

img {
	border: medium none;
}

hr {
	display: none;
}

.hidden {
	display: none;
}

.spacer {
	clear: both;
	height: 1px;
	font-size: 1px;
}

.spacer-gap {
	clear: both;
	height: 10px;
	font-size: 1px;
}

.spacer-gap2 {
	clear: both;
	height: 20px;
	font-size: 1px;
}

.spacer-line {
	border-bottom:1px dotted #F90;
	clear:both;
	font-size:1px;
	height:1px;
}

/* header start */
#hdr {
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 980px;
	height: 105px;
}

.hdr-logo {
	float: left;
	width: 255px;
	height: 105px;
	background: url(../images/bg_logo.png) no-repeat;
}

* html .hdr-logo {
	float: left;
	width: 255px;
	height: 105px;
	background: url(../images/bg_logo.gif) no-repeat;
}

.logo {
	float: left;
	padding: 0px 5px 0px 10px;
	width: 240px;
	height: 105px;
}
/* header end */

/* menu start */
.hdr-menu {
	float: left;
	width: 725px;
	height: 45px;
	padding: 45px 0px 15px 0px;
}

.menu-holder {
	width: 725px;
	height: 45px;
}

.menu-left {
	float: left;
	width: 15px;
	height: 45px;
	background: url(../images/menu_bg_left.png) no-repeat right;
}

.menu-right {
	float: right;
	width: 31px;
	height: 45px;
	background: url(../images/menu_bg_right.png) no-repeat left;	
}

.menu {
	float: left;
	width: 679px;
	height: 45px;
}


.menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu li {
	margin: 0;
	padding: 0;
	float: left;
}

.menu a {
	display: block;
	width: 97px;
	height: 45px;
}

      .home a { background: url(../images/menu.png) no-repeat    0px 0px; }
       .who a { background: url(../images/menu.png) no-repeat  -97px 0px; }
.integrated a { background: url(../images/menu.png) no-repeat -194px 0px; }
      .news a { background: url(../images/menu.png) no-repeat -291px 0px; }
   .project a { background: url(../images/menu.png) no-repeat -388px 0px; }
   .careers a { background: url(../images/menu.png) no-repeat -485px 0px; }
   .contact a { background: url(../images/menu.png) no-repeat -582px 0px; }
   
      .home-hover { background: url(../images/menu.png) no-repeat    0px -45px; }
       .who-hover { background: url(../images/menu.png) no-repeat  -97px -45px; }
.integrated-hover { background: url(../images/menu.png) no-repeat -194px -45px; }
      .news-hover { background: url(../images/menu.png) no-repeat -291px -45px; }
   .project-hover { background: url(../images/menu.png) no-repeat -388px -45px; }
   .careers-hover { background: url(../images/menu.png) no-repeat -485px -45px; }
   .contact-hover { background: url(../images/menu.png) no-repeat -582px -45px; }
   
      .home-selected { background: url(../images/menu.png) no-repeat    0px -90px; }
       .who-selected { background: url(../images/menu.png) no-repeat  -97px -90px; }
.integrated-selected { background: url(../images/menu.png) no-repeat -194px -90px; }
      .news-selected { background: url(../images/menu.png) no-repeat -291px -90px; }
   .project-selected { background: url(../images/menu.png) no-repeat -388px -90px; }
   .careers-selected { background: url(../images/menu.png) no-repeat -485px -90px; }
   .contact-selected { background: url(../images/menu.png) no-repeat -582px -90px; }
/* menu end */

/* drop down menu start */
ul#nav, ul#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul#nav ul {
	width: 180px;
	height: auto;
    border: 1px solid #F90;
	border-bottom: none;
	display: none;
	position: absolute;
	z-index: 1;
}

ul#nav li {
	margin: 0;
	padding: 0;
	float: left;
}

ul#nav ul li a {
	display: block;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-transform: none;
	text-decoration: none;
	text-align: left;
}

.dd-menu-list a {
	width: 170px !important;
	height: 23px;
	line-height: 23px;
	display: block;
	background-color: #212121;
	border-bottom: 1px solid #F90;
}

.dd-menu-list a:hover {
	color: #000;
	background-color: #F90;
}

.hilite {
	color: #000 !important;
	background-color: #F90 !important;
}
/* drop down menu end */

/* left panel start */
.left-panel {
	float: left;
	width: 250px;
	height: auto;
	padding: 15px 5px 0px 0px;
	color: #FFF;
}

.lp-ps {
	clear: both;
	float: left;
	width: 250px;
	height: auto;
}

.lp-ps-title {
	float: left;
	width: 250px;
	height: 43px;
	background: url(../images/product_&_sevices_menu.png) no-repeat;
}

* html .lp-ps-title {
	float: left;
	width: 250px;
	height: 43px;
	background: url(../images/product_&_sevices_menu.gif) no-repeat;
}

.lp-ps-cont {
	width: 240px;
	height: auto;
	margin-left: 10px;
	color: #FFF;
	/*border-top: 1px dotted #F90;*/
}

.lp-ps-cont ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.lp-ps-cont li {
	margin: 0;
	padding: 0;
}

.p-line {
	clear: both;
	width: 240px;
	height: 3px;
	background: url(../images/panel_line.gif) repeat-x;
	font-size: 1px;
	margin-left: 10px;
	padding-bottom: 10px;
}

.lp-downloads {
	clear: both;
	float: left;
	width: 250px;
	height: auto;
}

.lp-downloads a:link, .lp-downloads a:visited, .lp-downloads active {
	color: #FFF;
	text-decoration: none;
}

.lp-downloads a:hover {
	color: #F90;
	text-decoration: underline;
}

.lp-downloads-title {
	float: left;
	width: 250px;
	height: 43px;
	background: url(../images/downloads_menu.png) no-repeat;
}

* html .lp-downloads-title {
	float: left;
	width: 250px;
	height: 43px;
	background: url(../images/downloads_menu.gif) no-repeat;
}

.lp-downloads-cont {
	float: left;
	width: 225px;
	height: auto;
	padding: 0px 5px 10px 20px;
}

.lp-downloads-cont ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.lp-downloads-cont li {
	margin: 0;
	padding: 5px 10px 5px 15px;
	/*border-bottom: 1px dotted #FFFFFF;*/
	background: url(../images/bullet_news.gif) no-repeat 3px 10px;
}

.lp-partners {
	clear: both;
	float: left;
	width: 250px;
	height: auto;
}

.lp-partners-title {
	float: left;
	width: 250px;
	height: 43px;
	background: url(../images/our_partners_menu.png) no-repeat;
}

* html .lp-partners-title {
	float: left;
	width: 250px;
	height: 43px;
	background: url(../images/our_partners_menu.gif) no-repeat;
}

.lp-partners-cont {
	float: left;
	width: 240px;
	height: auto;
	padding: 0px 0px 10px 10px;
}

.lp-more {
	color: #F90;
	float: right;
	font-size: 11px;
	font-weight: bold;
	line-height: 38px;
	margin: 0;
	padding: 0 10px 0 8px;
}

.lp-more a:link, .lp-more a:visited, .lp-more a:active {
	background: url(../images/bullet_more.gif) no-repeat 0 5px;
	color: #F90;
	padding: 0 5px 0 8px;
	text-decoration: underline;
}

.lp-more a:hover {
	background: url(../images/bullet_more.gif) no-repeat 0 5px;
	color: #F90;
	padding: 0 5px 0 8px;
	text-decoration: none;
}
/* left panel end */


/*news ticker start */
.lp-news {
	clear: both;
	float: left;
	width: 250px;
	height: auto;
}

.lp-news a:link, .lp-news a:visited, .lp-news a:active {
	color: #FFF;
	text-decoration: none;
}

.lp-news a:hover {
	color: #F90;
	text-decoration: underline;
}

.lp-news-title {
	float: left;
	width: 250px;
	height: 43px;
	background: url(../images/news_room_menu.png) no-repeat;
}

* html .lp-news-title {
	float: left;
	width: 250px;
	height: 43px;
	background: url(../images/news_room_menu.gif) no-repeat;
}

.lp-news-cont-holder {
	clear: both;
	width: 225px;
	height: auto;
	padding: 0px 5px 10px 20px;
}

.lp-news-cont, .newsticker-jcarousellite {
	clear: both;
	width: 225px;
	height: auto;
}

/*.lp-news-cont-btn {
	clear: both;
	width: 218px;
	height: auto;
	padding: 10px 10px 0px 0px;
	margin: 0;
	text-align: right;
}*/

/*.lp-news-cont {
	clear: both;
	width: 228px;
	height: 140px;
	padding: 0;
	margin: 0;
	display: block;
	overflow: hidden;
	position: relative;
}*/

/*#TickerVertical {
	width: 228px;
	height: 140px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}*/

/*#play_scroll_cont {
	display:none;
}*/

.lp-news-cont ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.lp-news-cont li {
	margin: 0;
	padding: 5px 10px 5px 15px;
	/*border-bottom: 1px dotted #FFFFFF;*/
	background: url(../images/bullet_news.gif) no-repeat 3px 10px;
}

/*news ticker end */



/* Left Panel Menu Start */
ul#navmenu-v * {
	padding: 0; margin: 0;
}

ul#navmenu-v, ul#navmenu-v li {
	width: 240px;
	list-style: none;
}

ul#navmenu-v ul {
	display: none;
	position: absolute;
	top: -1px;
	left: 100%;
	z-index: 9999;
	width: 215px;
	list-style: none;
	border: 1px solid #F90;
	border-bottom: none;
	background: #212121;
}

ul#navmenu-v li {
	float: left;
	position: relative;
	width: 100%;
}

ul#navmenu-v li.iehover {
	z-index: 1000; /* IE z-index bugfix */
}

/* Root Menu */
ul#navmenu-v a {
	padding: 5px 10px 5px 25px;
	display: block;
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dotted #F90;
	background: url(../images/bullet_products.gif) no-repeat 8px 8px;
	text-decoration: none;
 	height: 1%;
}

/* Root Menu Hover Persistence */
ul#navmenu-v a:hover, ul#navmenu-v li:hover a, ul#navmenu-v li.iehover a {
	color: #000;
	background: #F90 url(../images/bullet_products_hover.gif) no-repeat 8px 8px;
}


/* 2nd Menu */
ul#navmenu-v li:hover li a, ul#navmenu-v li.iehover li a {
	color: #FFF;
	background: #212121;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid #F90;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-v li:hover li a:hover, ul#navmenu-v li:hover li:hover a, ul#navmenu-v li.iehover li a:hover, ul#navmenu-v li.iehover li.iehover a {
	color: #000;
	background: #F90;
}

/* 3rd Menu */
ul#navmenu-v li:hover li:hover li a, ul#navmenu-v li.iehover li.iehover li a {
	color: #FFF;
	background: #212121;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-v li:hover li:hover li a:hover, ul#navmenu-v li:hover li:hover li:hover a, ul#navmenu-v li.iehover li.iehover li a:hover, ul#navmenu-v li.iehover li.iehover li.iehover a {
	color: #000;
	background: #F90;
}

/* 4th Menu */
ul#navmenu-v li:hover li:hover li:hover li a, ul#navmenu-v li.iehover li.iehover li.iehover li a {
	color: #FFF;
	background: #212121;
}

/* 4th Menu Hover */
ul#navmenu-v li:hover li:hover li:hover li a:hover, ul#navmenu-v li.iehover li.iehover li.iehover li a:hover {
	color: #000;
	background: #F90;
}

/* Hover Function - Do Not Move */
ul#navmenu-v li:hover ul ul, ul#navmenu-v li:hover ul ul ul, ul#navmenu-v li.iehover ul ul, ul#navmenu-v li.iehover ul ul ul {
	display: none;

}
ul#navmenu-v li:hover ul, ul#navmenu-v ul li:hover ul, ul#navmenu-v ul ul li:hover ul, ul#navmenu-v li.iehover ul, ul#navmenu-v ul li.iehover ul, ul#navmenu-v ul ul li.iehover ul {
	display: block;
}
/* Left Panel Menu End */

/* page start */
#page {
	clear: both;
	background-color: #FFF;
}

.page-holder {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	height: auto;
	background: url(../images/bg_page.png) repeat-y;
}

* html .page-holder {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	height: auto;
	background: url(../images/bg_page.gif) repeat-y;
}

.main {
	float: left;
	width: 680px;
	height: auto;
	padding: 10px 30px 0px 15px;
}

.breadcrumbs {
	clear: both;
	float: left;
	width: 680px;
	font-size: 11px;
	padding-bottom: 5px;
}

.sfont {
	font-size: 11px;
	color: #F90;
}

.main-visual {
	clear: both;
	width: 680px;
	height: 250px;
}

.main-cont {
	clear: both;
	float: left;
	width: 680px;
	height: auto;
	padding: 15px 0px 10px 0px;
	line-height: 20px;
}

.main-cont-banner-holder {
	clear: both;
	float: left;
	width: 680px;
	height: auto;
	padding-top: 15px;
	line-height: 15px;
}

.main-cont-banner {
	font-size: 12px;
	/*font-weight: bold;*/
	padding: 5px 10px;
	border: 1px solid #CCC;
	line-height: 24px;
	/*background-color: #f5f5f5;*/
	/*height: 73px;*/
	height:80px;
}

.main-cont-banner2 {
	font-size: 12px;
	/*font-weight: bold;*/
	padding: 5px 10px;
	border: 1px solid #CCC;
	line-height: 24px;
	/*background-color: #f5f5f5;*/
	/*height: 73px;*/
	height:60px;
}

.mc-th {
	float: left;
	width: 680px;
	height: 30px;
	border-bottom: 1px dotted #F90;
}

.mc-t {
	float: left;
	width: 500px;
	height: 30px;
	background: url(../images/bullet-title.gif) no-repeat 10px 7px;
	padding-left: 35px;
}

.mc-details {
	clear: both;
	float: left;
	width: 680px;
	height: auto;
	padding-top: 20px;
}

.mc-details2 {
	clear: both;
	float: left;
	width: 680px;
	height: auto;
	padding-top: 20px;
	border-bottom: 1px dotted #CCC;
}

.mc-details3 {
	clear: both;
	float: left;
	width: 680px;
	height: auto;
	padding: 20px 0px 10px 0px;
	border-bottom: 1px dotted #F90;
}

.mc-details-desc {
	clear: both;
	float: left;
	width: 680px;
	height: auto;
	padding-bottom: 10px;
}

.mc-details-desc1 {
	clear: both;
	float: left;
	width: 660px;
	height: auto;
	padding: 0px 0px 20px 20px;
}

.mc-details-desc2 {
	clear: both;
	float: left;
	width: 680px;
	height: auto;
	padding: 10px 0px;
	border-top: 1px dotted #CCC;
}

.mc-details-desc3 {
	clear: both;
	float: left;
	width: 660px;
	height: auto;
	padding: 0px 0px 20px 20px;
	border-bottom: 1px solid #CCC;
}

.mc-details-left {
	float: left;
	width: 480px;
	height: auto;
	padding-left: 20px;
}

.mc-details-l {
	float: left;
	width: 430px;
	height: auto;
	padding-left: 20px;
}

.mc-details-left-ref {
	float: left;
	width: 350px;
	height: auto;
	padding-left: 20px;
}

.mc-details-left-ref-sec {
	float: left;
	width: 380px;
	height: auto;
	padding-left: 20px;
}

.mc-details-left-truck {
	float: left;
	width: 430px;
	height: auto;
	padding-left: 20px;
}

.mc-details-right {
	float: right;
	width: 152px;
	height: auto;
}

.mc-details-right2 {
	float: right;
	width: 152px;
	height: auto;
	padding-top: 30px;
}

.mc-details-r1 {
	float: right;
	width: 202px;
	height: auto;
}

.mc-details-r2 {
	float: right;
	width: 202px;
	height: auto;
	padding-top: 30px;
}

.mc-details-right-ref {
	float: right;
	width: 282px;
	height: auto;
}

.mc-details-right-ref-sec {
	float: right;
	width: 250px;
	height: auto;
}

.mc-details-right-truck {
	float: right;
	width: 202px;
	height: auto;
}

.mc-details-img {
	float: right;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}

.mc-details-img2 {
	float: right;
	margin-bottom: 10px;
	text-align: center;
}

.mc-details-img-cont {
	float: right;
	padding-bottom: 10px;
	text-align: center;
}

.mc-left {
	float: left;
	width: 310px;
	padding: 10px;
	background: url(../images/bg_quote.gif);
}

.mc-left-r {
	float: right;
	width: 310px;
	padding: 10px;
	background: url(../images/bg_quote.gif);
}

.mc-right {
	float: right;
	width: 330px;
}

.mc-right-l {
	float: left;
	width: 330px;
}

.mc-left2-title {
	clear: both;
	float: left;
	width: 330px;
	line-height: 30px;
	font-weight:bold;
}

.mc-left2-cont {
	float: left;
	width: 310px;
	padding-left: 20px;
}

.mc-left2-desc {
	clear: both;
}

.mc-more {
	color: #F90;
	float: right;
	font-size: 11px;
	font-weight: bold;
	line-height: 30px;
	margin: 0;
	padding: 0 5px 0 8px;
}

.mc-more a:link, .mc-more a:visited, .mc-more a:active {
	background: url(../images/bullet_rmore.png) no-repeat 0 5px;
	color: #F90;
	padding: 0 5px 0 8px;
	text-decoration: underline;
}

.mc-more a:hover {
	background: url(../images/bullet_rmore_hover.png) no-repeat scroll 0 5px;
	color: #900;
	padding: 0 5px 0 8px;
	text-decoration: none;
}

.mc-map {
	color: #F90;
	float: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
	margin: 0;
	padding: 0 5px 0 8px;
}

.mc-map a:link, .mc-map a:visited, .mc-map a:active {
	background: url(../images/bullet_rmore.png) no-repeat 0 5px;
	color: #F90;
	padding: 0 5px 0 8px;
	text-decoration: underline;
}

.mc-map a:hover {
	background: url(../images/bullet_rmore_hover.png) no-repeat scroll 0 5px;
	color: #900;
	padding: 0 5px 0 8px;
	text-decoration: none;
}

.mc-backtotop {
	color: #F90;
	float: right;
	font-size: 11px;
	font-weight: bold;
	line-height: 30px;
	margin: 0;
	padding: 0 5px 0 8px;
	width: 80px;
}

.mc-backtotop a:link, .mc-backtotop a:visited, .mc-backtotop a:active {
	background: url(../images/bullet_backtotop.png) no-repeat 0 5px;
	color: #F90;
	padding: 0 5px 0 8px;
	text-decoration: underline;
}

.mc-backtotop a:hover {
	background: url(../images/bullet_backtotop_hover.png) no-repeat scroll 0 5px;
	color: #900;
	padding: 0 5px 0 8px;
	text-decoration: none;
}

.mc-clickhere {
	color: #F90;
	font-size: 11px;
	font-weight: bold;
	line-height: 30px;
	margin: 0;
	padding: 0 5px 0 8px;
}

.mc-clickhere a:link, .mc-clickhere a:visited, .mc-clickhere a:active {
	background: url(../images/bullet_rmore.png) no-repeat 0 5px;
	color: #F90;
	padding: 0 5px 0 8px;
	text-decoration: underline;
}

.mc-clickhere a:hover {
	background: url(../images/bullet_rmore_hover.png) no-repeat scroll 0 5px;
	color: #900;
	padding: 0 5px 0 8px;
	text-decoration: none;
}

.mc-t-cont {
	clear: both;
	float: left;
	width: 645px;
	line-height: 30px;
	border-bottom: 1px dotted #F90;
	background: url(../images/bullet-title.gif) no-repeat 10px 7px;
	padding-left: 35px;
}

.mc-left-cont {
	float: left;
	width: 330px;
}

.mc-right-cont {
	float: right;
	width: 330px;
}

.mc-t-cont-anchor {
	clear: both;
	font-size:1px;
	height:1px;
}

.mc-subtitle {
	font-size: 14px !important;
	font-weight: bold;
}

.mc-details-events {
	clear: both;
	float: left;
	width: 680px;
	height: auto;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #F90;
}

.mc-details-events-right {
	float: right;
	width: 480px;
	height: auto;
	padding-right: 20px;
}

.mc-details-events-left {
	float: left;
	width: 152px;
	height: auto;
	text-align: center;
}
/* page end */


/* footer start */
#ftr {
	clear: both;
	height: 90px;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	background: url(../images/bg_ftr.gif) repeat-x;
}

.ftr-cont {
	margin: 0 auto;
	width: 940px;
	height: 70px;
	padding: 15px 20px 5px 20px;
}

.ftr-tabs {
	clear: both;
	float: left;
	width: 500px;
	line-height: 22px;
	font-size: 11px;
	padding: 15px 0px 10px 0px;
}

.ftr-tabs a:link, .ftr-tabs a:visited, .ftr-tabs a:active  {
	color: #FFF;
	text-decoration: none;
}


.ftr-tabs a:hover {
	color: #FFF;
	text-decoration: underline;
}

.ftr-logo {
	float: right;
	width: 411px;
	height: 70px;
	background: url(../images/logo_winner_seal.png) no-repeat;
	/*width: 120px;
	height: 50px;
	background: url(../images/logo_footer.png) no-repeat;*/
}

* html .ftr-logo {
	float: right;
	width: 190px;
	height: 60px;
	background: url(../images/logo_footer.gif) no-repeat;
}
/* footer end */
