/* CSS RESETS */
html,body,div,span,applet,object,iframe, h1,h2,h3,h4,h5,h6,p,blockquote,pre, a,abbr,acronym,address,big,cite,code, del,dfn,em,font,img,ins,kbd,q,s,samp, small,strike,strong,sub,sup,tt,var, b,u,i,center, dl,dt,dd,ol,ul,li, fieldset,form,label,legend, table,caption,tbody,tfoot,thead,tr,th,td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    padding-top: 20px;
    background: #fff;
    color: #666;
    font: 75%/1 arial,Helvetica,sans-serif;
    line-height: 1;
}

ol,ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after,
q:before,q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    color: #000;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

*:first-child+html .clearfix { /* only for IE 6 */
    zoom: 1;
}

/*  FUNDAMENTAL BLOCKS  */
#header, #inner-content, #footer {
    width: 960px;
    margin: 0 auto;
}

#header {
    height: 110px;
    height: 90px;
    border-bottom: 1px solid #eaeaea;
}

#home #inner-content, #media  {
    width: 1120px;
    margin: 0 auto;
}

#home #header {
    width: 960px;
    border-bottom: 0 none;
    padding-left: 80px;
    padding-right: 80px;
}

#main {
    border-top: 1px solid #e9e9e9;
}

/* COLUMNS */
.column {
    display: inline;
    float: left;
    padding: 30px 0 40px 0;
}

.c40 {
    width: 40px;
}

.c100 {
    width: 100px;
}

.c160 {
    width: 160px;
}

.c220 {
    padding-top: 40px;
    width: 220px;
}

.c240 {
    width: 240px;
}

.c320 {
    width: 320px;
}

.c540 {
    width: 540px;
}

.c60 {
    width: 560px;
}

.c640 {
    width: 640px;
}

.c700 {
    width: 700px;
}

.c480 {
	width: 480px;
}

.c700 {
	width: 700px;
}

.c740 {
    width: 740px;
}

.c800 {
    width: 800px;
}

.c960 {
    width: 960px;
}

/* ODDS AND ENDS */
legend {
    display: none;
}

.txt-replace {
    display: block;
    overflow: hidden;
    text-indent: -9999999px;
}

.hide {
    display: none!important;
}

/* LINKS */
a.btn, .font-replace {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -9999999px;
}

a {
    text-decoration: none;
    color: #08a5e1;
}

a:hover {
    cursor: pointer;
    text-decoration: underline;
}

/* HEADERS */
h1#logo {
    padding-top: 10px;
    float: left;
}

h1#logo a {
    display: block;
    overflow: hidden;
    text-indent: -9999999px;
    width: 161px;
    height: 58px;
    background: url(/en/images/global/ge-logo.png) no-repeat 0 0;
}

#header #nav {
    float: left;
    width: 759px;
    position: relative;
}

/* SITE SEARCH */
FORM.search-form .search-field {
    width:211px;
    padding:0 9px 0 0;
    height:20px;
    position:relative;
    overflow:hidden;
    background:url(/en/images/global/search.png) no-repeat bottom right;
}

FORM.search-form .search-field .active {
    color: #333;
}

FORM.search-form .search-field input {
    border: 0 none;
    padding:3px 0 0 10px;
    color:#ccc;
    width:201px;
    height:17px;
    position:absolute;
    z-index:50;
    background:url(/en/images/global/search.png) no-repeat 0 0;
}

FORM.search-form BUTTON.search-btn {
    position:absolute;
    z-index:54;
    right:8px;
    top:3px;
    border:0 none;
    cursor:pointer;
    width:13px;
    height:14px;
    padding:0;
    background:url(/en/images/global/search.png) no-repeat 0 -26px;
}

FORM.search-form BUTTON.search-btn span {
    position: absolute;
    left: -9999999px;
}

#auxiliary {
    float: left;
    height: 50px;
    width: 220px;
    padding: 0 0 20px 0px;
}

#auxiliary form {
    margin-top: 30px;
}

/* Footer */
#footer {
    width: 960px;
    padding: 30px 0 50px 0;
    margin-top: 30px;
    border-top: 1px solid #eaeaea;
    color: #999999;
    text-align: center;
}

#home #footer {
    width: 960px;
    margin: auto;
    margin-top: 30px;
    border-top: 0 none;
}

#footer ul li {
    display: inline;
    margin: 0 0 0 5px;
    font-size: 0.9em;
}

#footer ul li a {
    color: #999999;
    text-decoration: none;
}

#footer ul li a:hover {
    text-decoration: underline;
}

/* INNER CONTENT */
#inner-content .headline {
    height: 80px;
    position: relative;
}

#inner-content h2 {
    font-size: 3em;
}

#inner-content .communicate {
    width: 220px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 0;
    z-index: 100;
}

#inner-content .communicate a {
    display: block;
    float: right;
    height: 20px;
    background:#e5e5e5;
    background: transparent url(/en/images/buttons/sprite-communicate.png) no-repeat top left;
}

#inner-content .communicate a.share-this {
    background-position: 0 0;
    width: 90px;
}

#inner-content .communicate a.talk {
    margin-left: 10px;
    background-position: 0 -20px;
    width: 100px;
}

#home #inner-content {
    height: 600px;
    color: #333;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

#home #inner-content .slide-txt-container {
    position: absolute;/*z-index:100;*/
    top:0;
    left: 0;
    width: 720px;
    padding: 50px 0 40px 80px;
    height: 580px;
}


/* Slides */
#case-study-slides div.slide {
    display: none;
    width: 1120px;
    height: 600px;
    float: left;
}

.slide-txt-container h1.title {
    font-size: 4em;
}

/* SLIDE ID SPECIFIC H1's */
.slide-txt-container .slide-text {
    width: 400px;
    line-height: 20px;
}

.slide-txt-container .slide-text p {
    font-size: 1.2em;
    padding: 0 0 10px 0;
}

.slide-txt-container .slide-text span {
    margin-top: 5px;
    display: block;
}

.slide-txt-container .reps {
    width: 250px;
    line-height: 16px;
    font-size: 0.9em;
    margin-top: 30px;
}

.slide-txt-container .reps p a.more {
    font-weight: bold;
}

/* SLIDE NAVIGATION */
.follow-study {
    margin-top: 30px;
}

.follow-study a {
    float: left;
}

.follow-study .view-study {
    width: 120px;
    height: 20px;
    margin-right: 10px;
    background: url(/en/images/carousel/view-case-study.png) no-repeat 0 0;
}

.follow-study .next-slide {
    line-height: 20px;
    display: block;
    font-weight: bold;
    padding-right: 10px;
}

.slide-txt-container .trigger {
    position: absolute;
    left: 120px;
    top: 15px;
    width: 720px;
}

.slide-txt-container .trigger .dropdown {
    float: left;
    width: 200px;
}

.slide-txt-container .trigger .dropdown .title {
    text-transform: uppercase;
}

.slide-txt-container .trigger select {
    border: 0 none;
    font-weight: bold;
    text-transform: uppercase;
    color: #08a5E1;
    background: none;
}

/* SIDEBAR */
#sidebar {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    padding-left: 20px;
    padding-top: 50px;
    background: none;
    height: 550px;
    background: none;
    color: #fff;
    z-index: 100;
}

#sidebar .sidebar-module {
    width: 225px;
}

#sidebar .sidebar-module h2 {
    font-size: 2em;
}

#sidebar .sidebar-module p {
    font-size: 12px;
}

/* Remove underline for Chrome Google voice extensions <span>'s */
#sidebar .sidebar-module .gc-cs-link {
    color: #fff;
    text-decoration: none;
}

#sidebar .sidebar-module p strong {
    font-size: 120%;
}

#sign-up-btn {
    display: block;
    overflow: hidden;
    text-indent: -9999999px;
    width: 79px;
    height: 20px;
    margin-top: 20px;
    background: url(/en/images/global/buttons/sign-up-btn.png) no-repeat 0 0;
}

#sidebar .sidebar-module .solutions {
    padding-top: 18px;
}

#sidebar .dropdown {
    width: 201px;
    height: 22px;
    margin-top: 8px;
    position: relative;
}

#sidebar .dropdown a.trigger {
    color: #333;
    height: 22px;
    line-height: 22px;
    padding: 0 0 0 10px;
    width: 191px;
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url(/en/images/global/select-dropdown.png);
    zoom: 1;
}

#sidebar .dropdown a.open-trigger {
    background-image: url(/en/images/global/select-dropdown-open.png);
}


#sidebar .dropdown ul {
    width: 201px;
    display: none;
    position: absolute;
    z-index: 200;
    top: 22px;
    padding-bottom: 13px;
    left: 0;
    background: url(/en/images/global/select-dropdown-bkg.png) no-repeat bottom center;
}

#sidebar .dropdown li {
    background: #fff;
    border-top: 1px solid #e5e5e5;
    line-height: 1.3;
    border: 1px solid #ffffff; /* this fixes a spacing problem in ie6 */
}

#sidebar .dropdown li a {
    display: block;
    margin: 0 1px;
    padding: 5px 0 5px 10px;
}

#sidebar .dropdown li a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #08a5e1;
}

#select-solution-module {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #fff;
}

#select-solution-module p {
    line-height: 20px;
}

#select-solution-module h2 {
    width: 210px;
    height: 95px;
    background: url(/en/images/sidebar/select-solution.png) no-repeat 0 0;
}

#sidebar #talk-with-us {
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
    *padding-bottom: 15px;
}

#sidebar #talk-with-us h2 {
    width: 217px;
    height: 60px;
    margin-bottom: 23px;
    background: url(/en/images/sidebar/connect-with-a-team.png) no-repeat 0 0;
}

#sidebar #talk-with-us .btn {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    float: left;
    width: 144px;
    height: 35px;
    background: url(/en/images/sidebar/contact-us.png) no-repeat 0 0;
}

#sidebar #insights {
    padding-top: 33px;
    line-height: 1.3;
}

#insights h2 {
    width: 184px;
    height: 20px;
    margin-bottom: 11px;
    background: url(/en/images/sidebar/insights-at-ge-capital.png) no-repeat 0 0;
}

#insights P {
    margin-bottom: 17px;
}

#insights .btn {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    width: 79px;
    height: 20px;
    background: url(/en/images/sidebar/sign-up.png) no-repeat 0 0;
}

/* MEDIA & NEWSFEED */
#media {
    width: 960px;
    line-height: 1.5;
    color: #333333;
}

#media H6 {
    color: #333333;
    margin-top: 15px;
    padding-bottom: .25em;
    font-size: 10px;
    font-weight: bold;
}

#media .feed-items li {
    padding-right: 35px;
}


#media .feed-items li span {
    font-size: 10px;
    color: #333333;
    display: block;
}

#media H3 a {
    background: url(/en/images/headers/sprite-media-container-titles.png) no-repeat 0 0;
    text-indent: -9999px;
    display: block;
}

#media .press-release-container {
    overflow: hidden;
    zoom: 1;
    width: 360px;
    float: left;
}

#media .press-release-container H3 a {
    background-position: 0 0;
    width: 91px;
    height: 16px;
}

#media .report-container {
    overflow: hidden;
    zoom: 1;
    float: left;
    border-left: 1px solid #e9e9e9;
    padding-left: 20px;
    width: 340px;
}

#media .report-container H3 a {
    width: 71px;
    height: 16px;
    background-position: 0 -20px;
}

#media .careers-container {
    border-left: 1px solid #e9e9e9;
    float: left;
    padding-left: 20px;
    width: 215px;
}

#media P.error {
    padding-top: 1em;
    padding-right: 3em;
    font-size: 11px;
}


#media .careers-container a {
    font-weight: bold;
}

#media .careers-container a.more {
    font-size: 11px;
}

#media .careers-container ul {
    margin-top: 20px;
}

#media .careers-container li {
    float: left;
}

#media .careers-container li.divider {
    padding: 0 9px;
}


#media .careers-container H3 a {
    background-position: 0 -40px;
    width: 133px;
    height: 16px;
    margin-bottom: 20px;
}


#media #careers {
    float: left;
    width: 220px;
    line-height: 20px;
    padding-left: 20px;
}


#news-feed {
    width: 720px;
    float: left;
}

/* removed by michael a
#careers .font-replace {
    margin-bottom: 15px;
}

#careers p a {
    text-transform: uppercase;
}

#careers ul {
    margin-top: 10px;
    width: 220px;
}

#careers ul li {
    font-weight: normal;
    float: left;
    margin-right: 10px;
}

#careers ul li a {
    padding-right: 10px;
}

#careers ul li.last {
    margin-right: 0;
    list-style: disc;
}

#careers ul li.last a {
    padding-right: 0;
}
*/

#press-release .gfc-resultsHeader .gfc-title {
    background-position: 0 0;
    width: 92px;
}

#homepage-investor-reports .gfc-resultsHeader .gfc-title {
    background-position: 0 -14px;
    width: 105px;
}

/* removed by michael a
#careers .font-replace {
    background-position: 0 -28px;
}
*/

#homepage-investor-reports {
    padding-left: 20px;
    padding-right: 20px;
    width: 300px;
}

.media-icons {
    float: right;
    margin-right: 20px;
}

.media-icons ul li {
    display: block;
    float: left;
}

.media-icons ul li a {
    display: block;
    overflow: hidden;
    text-indent: -9999999px;
    background: url(/en/images/global/media.png) no-repeat 0 0;
    width: 15px;
    height: 15px;
    margin-left: 5px;
}

.media-icons ul li a.email {
    background-position: 0 0;
}

.media-icons ul li a.rss {
    background-position: -20px 0;
}

.media-icons ul li a.twitter {
    background-position: -40px 0;
 
}

.loading-indicator {
    text-indent: -9999px;
    background: transparent url(/en/images/global/loading.gif) no-repeat top left;
    margin: auto;
    width: 16px;
    height: 16px;
}

.module-divider {
    margin: 27px 0;
    border-top: 2px solid #e9e9e9;
}

.module ul.related-links li {
    line-height: 1.3;
}

.module ul.related-links a {
    font-size: 14px;
    margin-bottom: 25px;
}

.module H4 {
    margin-bottom: 15px;
}

.module li {
    margin-bottom: 14px;
}

.module-foot {
    padding-top: 10px;
}


.ir-related-links {
    background: transparent url(/en/images/headers/sprite-module-titles.png) no-repeat 0 0;
    width: 95px;
    height: 13px;
}

.ir-insight-at-ge-capital {
    background: transparent url(/en/images/headers/sprite-module-titles.png) no-repeat 0 -16px;
    width: 134px;
    height: 17px;
}

.ir-see-how {
    background: transparent url(/en/images/headers/sprite-module-titles.png) no-repeat 0 -50px;
    width: 196px;
    height: 56px;
}

.ir-quick-reference-guide {
    background: transparent url(/en/images/headers/sprite-module-titles.png) no-repeat 0 -35px;
    width: 137px;
    height: 16px;
}

.ir-ge-capital-fact-sheet {
    background: transparent url(/en/images/headers/sprite-module-titles.png) no-repeat 0 -118px;
    width: 133px;
    height: 15px;
}

.module P {
    font-size: 11px;
    line-height: 1.4;
    float: left;
}

.module .button {
   margin-top: 20px;
}

.module .art {
    float: left;
    width: 45px;
    margin-right: 5px;
}

.module dt {
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	padding: 0 0 5px 0;
}

.module dd {
	line-height: 1.3;
	margin: 0 0 20px;
}

.module dd span {
    font-size: 10px;
}

.button-sign-up {
    background: transparent url(/en/images/buttons/sign-up.png) no-repeat top left;
    width: 70px;
    height: 20px;
}

.module .indented-text {
    float: left;
    width: 170px;
}

.module .action-link {
    margin-top: 15px;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.module-case-study {
	background-color: #f4f4f4;
	margin: 30px 0 0;
	padding: 10px 10px 0;
}

.module-case-study img {
	padding: 0 0 15px;
}

.module-case-study h4 {
    padding: 0;
	margin: 0;
}

.module-case-study p {
	padding: 5px 0 10px;
}

.module-case-study ul {
	float: none !important;
	margin: 0 !important;
	padding: 5px 0;
	width: auto !important;
}

.module-case-study ul li {
	margin: 0 0 5px !important;
    line-height: 1.3 !important;;
}

li.subcategory {
    padding-left: 10px;
}

.ir-case-study {
    background-image: url(/en/images/solutions/lbl-case-study.png);
	float: left;
    height: 16px;
	margin: 0 5px 0 0;
    width:  75px;
}

.ir-solutions {
    background-image: url(/en/images/solutions/lbl-solutions.png);
    height: 10px;
    width:  54px;
}

.ir-industry {
    background-image: url(/en/images/solutions/lbl-industry.png);
    height: 13px;
    width:  51px;
}

.ir-taylor-guitars {
    background-image: url(/en/images/solutions/link-taylor-guitars.png);
    height: 16px;
    width:  96px;
}

.ir-polaris {
    background-image: url(/en/images/solutions/link-polaris.png);
    height: 18px;
    width:  59px;
}

.ir-polaris-industries {
    background-image: url(/en/images/headers/polaris-industries.png);
    width: 399px;
    height: 79px;
}

.module .ir-casestudy-triumph {
    background-image: url(/en/images/solutions/link-triumph.png);
    height: 16px;
    width:  57px;
}
.module .ir-casestudy-kalita {
    background-image: url(/en/images/solutions/link-kalita.png);
    width: 66px;
    height: 16px;
}

.chevron {
    font-size: 1.2em;
}

/* TOP NAV */

/*
  The markup for the dropdown menus is very complicated.

  - It starts out with a ul with left-floated lis.

  - Inside each li is a div which receives the "over" class via
  JS. This div is not styled directly. It is a convenience, so that we
  may have CSS selectors like:

  .foo .over .bar

  rather than something IE6-incompatible, such as

  .foo.over .bar

  - a "cap" div, whose background image is the top edge of the dropshadow.

  - a "body" div, whose background image is the left/right edge of the dropshadow.

  - a "title" div, because the menu for Our Solutions needs a smaller
    dropshadow for the top part versus the bottom. This div uses a png
    background that does not use alpha transparency, because the png
    fix library can't see the background image until the over class
    has been applied.

  - a link with rel="trigger", which is referenced by JS to hide and
    show the menus.

  - a ul containing the contents of the dropdown menu. The lis within
    this ul have alpha-based PNGs so that they look nice when
    displayed on top of the page content.

  - Spans inside links to manage padding around the text without
    disrupting the width.

  - a "boot" div, whose background images to the bottom edge of the
    dropshadow.

  Note that the width of each dropdown is different. Due to the many
  images used to create the dropshadow effect, these widths are fixed.

*/

#top-nav {
    margin-top: 17px;
    float: left;
    overflow: hidden;
    width: 578px;
}

#top-nav li {
    float: left;
}

#top-nav li.who-we-are {
    padding-left: 7px;
}
#top-nav li.our-solutions {
    margin-left: 0px;
}

#top-nav li.our-customers {
    margin-left: -104px;
}

#top-nav li.news {
    margin-left: -2px;
    *padding-right: 5px;
}

#top-nav li.careers {
    margin-left: -48px;
    padding-top: 5px;
    *padding-right: 5px;
}

#top-nav li.contact {
    padding-top: 5px;
    margin-left: 14px;
    *padding-right: 5px;
}

#top-nav a {
    line-height: 1.3;
    color: #6a6a6a;
    font-size: 13px;
}

#top-nav a:hover {
    color: #08a5E1;
    text-decoration: none;
}

#top-nav li a span {
    display: block;
}

#top-nav ul {
    display: none;
}

#top-nav .over ul {
    position: absolute;
    z-index: 9999;
    margin-top: 11px;
    display: block;
}

#top-nav ul li {
    float: none;
    *zoom: 1;
}

#top-nav ul a {
    zoom: 1;
    border-top: 1px dashed #e9e9e9;
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 7px;
}

#top-nav .our-solutions ul a {
    margin-right: 6px;
}

#top-nav ul a span {
    display: inline;
    text-indent: 0;
}

#top-nav ul a:hover {
    color: #ffffff;
    background-color: #08a5e1;
}

#top-nav .title a {
    /* keeps the section links left aligned with the subnav links */
    margin-left: 3px;
    font-size: 14px;
    margin-right: -3px;
}

#top-nav .who-we-are .cap {
    width: 100px;
    height: 5px;
    overflow: hidden;
}

#top-nav .who-we-are .over .cap {
    background: transparent url(/en/images/subnav/shadow-whoweare-top.png) no-repeat top left;
}

#top-nav .who-we-are .boot {
    border-top: 0;
    width: 100px;
    height: 5px;
    font-size: 1px;
    background: transparent url(/en/images/subnav/shadow-whoweare-bottom.png) no-repeat;
}

#top-nav .who-we-are ul {
    width: 100px;
    margin-top: 0;
}

#top-nav .who-we-are ul li {
    background: transparent url(/en/images/subnav/shadow-whoweare-middle.png) repeat-y top left;
}

#top-nav .who-we-are ul a {
    margin-left: 4px;
    margin-right: 4px;
}

#top-nav .who-we-are .title {
    width: 100px;
    padding-bottom: 9px;
}

#top-nav .who-we-are .over .title {
    background: transparent url(/en/images/subnav/shadow-whoweare-middle-noalpha.png) repeat-y top left;
}

#top-nav .our-solutions .cap {
    width: 112px;
    height: 5px;
    overflow: hidden;
}

#top-nav .our-solutions .over .cap {
    background: transparent url(/en/images/subnav/shadow-oursolutions-top.png) no-repeat top left;
}

#top-nav .our-solutions .boot {
    border-top: 0;
    width: 212px;
    height: 5px;
    font-size: 1px;
    background: transparent url(/en/images/subnav/shadow-oursolutions-bottom.png) no-repeat;
}

#top-nav .our-solutions ul {
    width: 212px;
    margin-top: 0;
}

#top-nav .our-solutions ul li {
    background: transparent url(/en/images/subnav/shadow-oursolutions-body-middle.png) repeat-y top left;
}

#top-nav .our-solutions ul a {
    margin-left: 3px;
    margin-right: 6px;
}

#top-nav .our-solutions .body-top {
    width: 212px;
    height: 2px;
    overflow: hidden;
    zoom: 1;
    font-size: 1px;
}

#top-nav .our-solutions .over .body-top {
    background: transparent url(/en/images/subnav/shadow-oursolutions-body-top.png) repeat-y;
}

#top-nav .our-solutions .title {
    width: 112px;
    padding-bottom: 9px;
}

#top-nav .our-solutions .over .title {
    background: transparent url(/en/images/subnav/shadow-oursolutions-middle-noalpha.png) repeat-y top left;
}


#top-nav .our-customers .cap {
    width: 120px;
    height: 5px;
    overflow: hidden;
}

#top-nav .our-customers .over .cap {
    background: transparent url(/en/images/subnav/shadow-ourcustomers-top.png) no-repeat top left;
}

#top-nav .our-customers ul li.boot {
    border-top: 0;
    width: 120px;
    height: 5px;
    font-size: 1px;
    background: transparent url(/en/images/subnav/shadow-ourcustomers-bottom.png) no-repeat top left;
}

#top-nav .our-customers ul {
    margin-top: 0px;
}

#top-nav .our-customers ul li {
    width: 120px;
    margin-top: 0;
    background: transparent url(/en/images/subnav/shadow-ourcustomers-middle.png) repeat-y top left;
}

#top-nav .our-customers ul a {
    margin-left: 4px;
    margin-right: 6px;
}

#top-nav .our-customers .title {
    width: 120px;
    padding-bottom: 9px;
}

#top-nav .our-customers .over .title {
    background: transparent url(/en/images/subnav/shadow-ourcustomers-middle-noalpha.png) repeat-y top left;
}

#top-nav .our-solutions .body {
    margin-left: 0;
    margin-right: 0;
}

#top-nav .news .cap {
    width: 60px;
    height: 5px;
    overflow: hidden;
}

#top-nav .news .over .cap {
    background: transparent url(/en/images/subnav/shadow-news-top.png) no-repeat top left;
}

#top-nav .news .boot {
    border-top: 0;
    width: 106px;
    height: 5px;
    font-size: 1px;
    background: transparent url(/en/images/subnav/shadow-news-bottom.png) no-repeat;
}

#top-nav .news ul {
    width: 107px;
    margin-top: 0;
}

#top-nav .news ul li {
    background: transparent url(/en/images/subnav/shadow-news-body-middle.png) repeat-y top left;
}

#top-nav .news ul a {
    margin-left: 4px;
    margin-right: 6px;
}

#top-nav .news .body-top {
    width: 106px;
    height: 2px;
    overflow: hidden;
    zoom: 1;
    font-size: 1px;
}

#top-nav .news .over .body-top {
    background: transparent url(/en/images/subnav/shadow-news-body-top.png) repeat-y;
}

#top-nav .news .title {
    width: 60px;
    padding-bottom: 5px;
}

#top-nav .news .over .title {
    background: transparent url(/en/images/subnav/shadow-news-middle-noalpha.png) repeat-y top left;
}

#top-nav div.body a {
    padding-top: 8px;
    display: block;
    padding-left: 9px;
}

/* SEARCH RESUlTS PAGE */
.ir-search-results {
    background-image: url(/en/images/headers/search-results.png);
    width: 330px;
    height: 79px;
}

.ir-you-asked-for {
    background-image: url(/en/images/headers/you-asked-for.png);
    width: 125px;
    height: 17px
}

div.search-again {
    margin-top: -3px;
    margin-bottom: 45px;
}

div.search-again .search-field {
    float: left;
}

div.search-again FORM.search-form .search-field {
    width: 235px;
}

div.search-again FORM.search-form .search-field input {
    width: 225px;
}

div.search-again .checkbox-field {
    margin-top: 1px;
    margin-left: 13px;
    float: left;
}

div.search-again .checkbox-field label {
    vertical-align: middle;
}


div.search-again INPUT.input-checkbox {
    float: left;
}

div.search-again H6 {
    padding-bottom: 20px;
}

div.search-again H6 span {
    float: left;
    margin-top: 1px;
    margin-right: .5em;
}

div.search-again h6 em {
    font-style: normal;
    color: #ff8c00;
    font-size: 21px;
}

div.search-again label {
    font-size: 11px;
}

div.pagination-container {
    font-size: 14px;
    overflow: hidden;
    zoom: 1;
    padding: 10px 0 8px 0;
}

div.pagination-top {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 2em;
}

div.pagination-bottom {
    margin-top: 2em;
    border-top: 1px solid #e9e9e9;
}

div.pagination-container ul {
    float: left;
}

div.pagination-container li {
    display: inline;
    padding-right: .3em;
}

div.pagination-container a.active {
    color: #999999;
}

div.pagination-container .pagination-result-count {
    float: right;
    color: #999999;
}

dl.search-results {
    margin-top: 33px;
}

dl.search-results DT {
    font-weight: bold;
    font-size: 16px;
    margin-top: 1.75em;
    margin-bottom: .9em;
}

dl.search-results DD {
    font-size: 12px;
    color: #666666;
    margin-bottom: .25em;
    line-height: 1.6;
}

dl.search-results DD.search-result-date {
    font-weight: bold;
}

dl.search-results DD.search-result-similar {
    margin-bottom: 0;
}

/* NEWS PAGE */
.ir-news {
    background-image: url(/en/images/headers/news.png);
    width: 133px;
    height: 79px
}

#newsfeed-container DT {
    font-weight: bold;
    text-transform: uppercase;
    color: #333333;
    line-height: 2;
    font-size: 11px;
}

#newsfeed-container DD {
    font-size: 18px;
    margin-bottom: 2em;
    line-height: 1.3;
}

#go-to-news-center {
    font-size: 14px;
    line-height: 1.3;
    color: #666666;
}

#go-to-news-center H5 {
    margin-bottom: 15px;
}

#go-to-news-center .ir-visit-ge-news-center {
    background-image: url(/en/images/headers/visit-the-ge-news-center.png);
    width: 190px;
    height: 15px;
}

#go-to-news-center .btn {
    margin-top: 20px;
    background: transparent url(/en/images/buttons/visit-ge-news-center.png) no-repeat top left;
    width: 150px;
    height: 20px;
}


#lower-content {
    margin-top: 30px;
    border-top: 1px solid #e9e9e9;
    padding-top: 15px;
}

#subscribe {
    margin-top: 25px;
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 25px;
}

#subscribe DT {
    float: left;
    padding-top: 4px;
    padding-right: 8px;
}

#subscribe DD {
    float: left;
    display: block;
    line-height: 2;
}

#subscribe DD a {
    color: #999999;
    background: transparent url(/en/images/buttons/sprite-media.png) no-repeat;
    padding: 2px 9px 2px 20px;
}

#subscribe DD.subscribe-email a {
    background-position: 0 0;
}

#subscribe DD.subscribe-rss a {
    background-position: 0 -18px;
}

#subscribe DD.subscribe-twitter a {
    background-position: 0 -36px;
}

#page-photo {
    margin-top: -30px;
}

.button-download {
    background: transparent url(/en/images/buttons/download.png) no-repeat top left;
    width: 83px;
    height: 20px;
}


/* ACCESSIBILITY */
#main H3 {
    color: #999999;
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
}

ul.bullet li {
    list-style-type: disc;
    margin-left: 1.3em;
    line-height: 1.5;
}

#accessibility-features {
    font-size: 14px;
    color: #666666;
    margin-bottom: 25px;
}

.ir-accessibility {
    background: transparent url(/en/images/headers/accessibility.png) no-repeat top left;
    width: 286px;
    height: 79px;
}

.ir-accessibility-first-paragraph {
    background: transparent url(/en/images/headers/accessibility-first-paragraph.png) no-repeat top left;
    width: 697px;
    height: 161px;
    margin-bottom: 35px;
}

#accessibility-closer {
    font-size: 14px;
    color: #999999;
    line-height: 1.5;
}

/* SITEMAP */
.ir-site-map {
    background: transparent url(/en/images/headers/site-map.png) no-repeat top left;
    width: 203px;
    height: 79px;
}

.sitemap-section {
    border-bottom: 1px dashed #e9e9e9;
    padding-bottom: 30px;
    margin-bottom: 23px;
}

.last-sitemap-section {
    border-bottom: 0;
}

.sitemap-section H3 a {
    background: transparent url(/en/images/headers/sprite-sitemap-titles.png) no-repeat;
    display: block;
}

.sitemap-section ul {
    margin-top: 5px;
}

.sitemap-section li {
    font-size: 14px;
    line-height: 2;
}


.sitemap-section H3 a.ir-sitemap-who-we-are {
    background-position: 0 0;
    width: 107px;
    height: 22px;
}

.sitemap-section H3 a.ir-sitemap-our-solutions {
    background-position: 0 -22px;
    width: 114px;
    height: 22px;
}

.sitemap-section H3 a.ir-sitemap-our-customers {
    background-position: 0 -45px;
    width: 125px;
    height: 22px;
}

.sitemap-section H3 a.ir-sitemap-news {
    background-position: 0 -72px;
    width: 48px;
    height: 22px;
}

.sitemap-section H3 a.ir-sitemap-careers {
    background-position: 0 -99px;
    width: 68px;
    height: 22px;
}

.sitemap-section H3 a.ir-sitemap-contact {
    background-position: 0 -126px;
    width: 70px;
    height: 22px;
}

.sitemap-section H3 a.ir-sitemap-home {
    background-position: 0 -149px;
    width: 51px;
    height: 22px;
}

/* LEADERSHIP AND BIO */
.ir-leadership {
	background-image: url(/en/images/headers/leadership.png);
	height: 79px;
	width: 260px;
}

.leaders {
	float: left;
	height: 200px;
	margin: 0 0 25px;
	padding: 0 25px;
	width: 195px;

    /* a fixed height ensures IE6 isn't confused by height variations */
    *height: 220px;
}

.leaders a {
	text-decoration: none;
	width: auto;
}

.leaders a img {
	margin: 0 0 10px;
}

.leaders a span {
	font-weight: bold;
	margin: 0 0 10px;
}

.leaders a:hover span {
	text-decoration: underline;
}


.leaders p.title {
    font-size: 11px;
	line-height: 1.2;
	margin: 10px 0;
}

#bio p.title {
    font-size: 11px;
	line-height: 1.2;
	margin: 10px 0 20px 0;
}

#bio img {
	float: left;
	padding: 0 25px 15px 0;
}

#bio h2 {
    color: #666666;
    font-size: 14px;
	font-weight: bold;
}

#bio p {
	line-height: 1.4;
	margin: 0 45px 10px 0;
}

/* SOLUTIONS */

#solutions h2 {
	margin: 35px 0;
}

#solutions h3 {
	margin: 0;
}

#solutions p {
	font-size: 12px;
	line-height: 1.4;
}	

#solutions ul {
	float: left;
	margin: 25px 0;
	width: 138px;
}

#solutions ul li {
	line-height: 1.2;
	margin: 0 25px 20px 0;
}

#solutions ul li h3 {
	margin: 0;
}

#solutions a.chevron-link {
	font-weight: bold;
}

.ir-our-solutions {
    background-image: url(/en/images/headers/our-solutions.png);
    height: 79px;
    width: 316px;
}

#solutions .bg {
	background-image: url(/en/images/solutions/bg-our-solutions.jpg);
	height: 409px;
	margin: -30px 0 0;
	position: relative;
	width: 800px;
	border-bottom:2px solid #3873b5;
}

#news.bg {
    background-image: url( /en/images/photography/news.jpg);
    width: 700px;
    height: 279px;
    margin: -30px 0 0;
    border-bottom: 2px solid #ff8c00;
}

#solutions .ir-intro-hdr {
    background-image: url(/en/images/solutions/intro-hdr-our-solutions.png);
    height: 103px;
    left: 20px;
    margin: 0;
    position: absolute;
    top: 25px;
    width: 435px;
}

#solutions .ir-intro {
    background-image: url(/en/images/solutions/intro-our-solutions.png);
    height: 210px;
    left: 20px;
    position: absolute;
    top: 25px;
    width: 513px;
}

.ir-intro-solutions {
    background-image: url(/en/images/solutions/intro-ge-capital-businesses.png);
    height: 68px;
    margin: 0;
    width: 530px;
    margin-bottom: 43px;
}

.ir-intro-solutions-index {
    background-image: url(/en/images/solutions/intro-solutions-index.png);
    width: 474px;
    height: 18px;
}

.ir-link-commercial-lending {
    background-image: url(/en/images/solutions/link-commercial-lending.png);
    height: 64px;
    width: 138px;
}

.active .ir-link-commercial-lending,
.ir-link-commercial-lending:hover {
    background-image: url(/en/images/solutions/link-active-commercial-lending.png);
}

.ir-link-consumer-financing {
    background-image: url(/en/images/solutions/link-consumer-financing.png);
    height: 39px;
    width: 138px;
}

.active .ir-link-consumer-financing,
.ir-link-consumer-financing:hover {
    background-image: url(/en/images/solutions/link-active-consumer-financing.png);
}    

.ir-link-energy-financial {
    background-image: url(/en/images/solutions/link-energy-financial.png);
    height: 59px;
    width: 138px;
}

.active .ir-link-energy-financial,
.ir-link-energy-financial:hover {
    background-image: url(/en/images/solutions/link-active-energy-financial.png);
}    

.ir-link-ge-capital-aviation {
    background-image: url(/en/images/solutions/link-ge-capital-aviation.png);
    height: 59px;
    width: 138px;
}

.active .ir-link-ge-capital-aviation,
.ir-link-ge-capital-aviation:hover {
    background-image: url(/en/images/solutions/link-active-ge-capital-aviation.png);
}    

.ir-link-real-estate-financing {
    background-image: url(/en/images/solutions/link-real-estate-financing.png);
    height: 39px;
    width: 138px;
}

.active .ir-link-real-estate-financing,
.ir-link-real-estate-financing:hover {
    background-image: url(/en/images/solutions/link-active-real-estate-financing.png);
}

.ir-link-solutions-index {
    background-image: url(/en/images/solutions/link-solutions-index.png);
    height: 39px;
    width: 138px;
}

.active .ir-link-solutions-index,
.ir-link-solutions-index:hover {
    background-image: url(/en/images/solutions/link-active-solutions-index.png);
}

.ir-link-solutions-directory {
    background-image: url(/en/images/solutions/link-solutions-directory.png);
    height: 39px;
    width: 138px;
}

.active .ir-link-solutions-directory,
.ir-link-solutions-directory:hover {
    background-image: url(/en/images/solutions/link-active-solutions-directory.png);
}

#solutions ul.solutions-links,
#solutions-index ul.solutions-links {
	margin: -30px 0 0 !important;
}

#solutions ul.solutions-links li,
#solutions-index ul.solutions-links li {
	border-bottom: 1px dashed #e9e9e9;
    width: 140px;
	margin: 0;
}

#solutions ul.solutions-links li a img.plus {
	position: absolute;
	right: 0px;
	top: 15px;
}

.ir-business-sections {
    background-image: url(/en/images/solutions/lbl-business-sections.png);
    height: 16px;
    width: 146px;
}

.ir-industry-focus {
    background-image: url(/en/images/solutions/lbl-industry-focus.png);
    height: 20px;
    width: 119px;
}

.ir-north-america {
    background-image: url(/en/images/solutions/lbl-north-america.png);
    width: 110px;
    height: 15px;
}

.ir-rest-of-the-world {
    background-image: url(/en/images/solutions/lbl-rest-of-the-world.png);
    width: 132px;
    height: 15px;
}

.ir-europe-asia {
    background-image: url(/en/images/solutions/lbl-europe-and-asia.png);
    width: 114px;
    height: 20px;
}

#solutions .section {
	padding: 0 0 25px;
}

#solutions .section h2 {
	margin: 10px 0 25px;
}

/* COMMERCIAL LENDING PAGE */
#solutions.commercial-lending .bg {
	background-image: url(/en/images/solutions/bg-commercial-lending.jpg);
	height: 411px;
	margin: -30px 0 0 0;
	position: relative;
	width: 800px;
}

#solutions.consumer-financing .bg {
	background-image: url(/en/images/solutions/bg-consumer-financing.jpg);
	height: 411px;
	margin: -30px 0 0 0;
	position: relative;
	width: 800px;
}

#solutions.energy-financial-services .bg {
	background-image: url(/en/images/solutions/bg-energy-financial-services.jpg);
	height: 411px;
	margin: -30px 0 0 0;
	position: relative;
	width: 800px;
}

#solutions.ge-capital-aviation-services .bg {
	background-image: url(/en/images/solutions/bg-ge-capital-aviation-services.jpg);
	height: 411px;
	margin: -30px 0 0 0;
	position: relative;
	width: 800px;
}

#solutions.real-estate-financing .bg {
	background-image: url(/en/images/solutions/bg-real-estate-financing.jpg);
	height: 411px;
	margin: -30px 0 0 0;
	position: relative;
	width: 800px;
}


#solutions.commercial-lending .ir-hero-hdr {
    background-image: url(/en/images/solutions/intro-hdr-commercial-lending.png);
    height: 35px;
    left: 20px;
    margin: 0;
    position: absolute;
    top: 25px;
    width: 457px;
}

#solutions.consumer-financing .ir-hero-hdr {
    background-image: url(/en/images/solutions/intro-hdr-consumer-financing.png);
    height: 34px;
    left: 20px;
    margin: 0;
    position: absolute;
    top: 25px;
    width: 303px;
}

#solutions.energy-financial-services .ir-hero-hdr {
    background-image: url(/en/images/solutions/intro-hdr-energy-financial-services.png);
    height: 35px;
    left: 20px;
    margin: 0;
    position: absolute;
    top: 25px;
    width: 372px;
}

#solutions.ge-capital-aviation-services .ir-hero-hdr {
    background-image: url(/en/images/solutions/intro-hdr-ge-capital-aviation-services.png);
    height: 68px;
    left: 20px;
    margin: 0;
    position: absolute;
    top: 25px;
    width: 251px;
}

#solutions.real-estate-financing .ir-hero-hdr {
    background-image: url(/en/images/solutions/intro-hdr-real-estate-financing.png);
    height: 35px;
    left: 20px;
    margin: 0;
    position: absolute;
    top: 25px;
    width: 314px;
}

#solutions.energy-financial-services .ir-hero-hdr {
    background-image: url(/en/images/solutions/intro-hdr-energy-financial-services.png);
    height: 35px;
    left: 20px;
    margin: 0;
    position: absolute;
    top: 25px;
    width: 450px;
}

#solutions.commercial-lending .ir-hero-intro {
    background-image: url(/en/images/solutions/intro-hdr-commercial-lending-copy.png);
    height: 81px;
    left: 20px;
    position: absolute;
    top: 65px;
    width: 456px;
}

#solutions.consumer-financing .ir-hero-intro {
    background-image: url(/en/images/solutions/intro-hdr-consumer-financing-copy.png);
    height: 35px;
    left: 20px;
    position: absolute;
    top: 65px;
    width:288px;
}

#solutions.energy-financial-services .ir-hero-intro {
    background-image: url(/en/images/solutions/intro-hdr-energy-financial-services-copy.png);
    height: 81px;
    left: 20px;
    position: absolute;
    top: 65px;
    width: 299px;
}

#solutions.ge-capital-aviation-services .ir-hero-intro {
    background-image: url(/en/images/solutions/intro-hdr-ge-capital-aviation-services-copy.png);
    height: 38px;
    left: 20px;
    position: absolute;
    top:110px;
    width: 284px;
}

#solutions.real-estate-financing .ir-hero-intro {
    background-image: url(/en/images/solutions/intro-hdr-real-estate-financing-copy.png);
    height: 38px;
    left: 20px;
    position: absolute;
    top: 65px;
    width: 268px;
}

.ir-intro-commercial-lending {
    background-image: url(/en/images/solutions/intro-commercial-lending.png);
    height: 118px;
    width: 528px;
}

.ir-intro-consumer-financing {
    background-image: url(/en/images/solutions/intro-consumer-financing.png);
    height: 93px;
    width: 529px;
}

.ir-intro-energy-financial-services {
    background-image: url(/en/images/solutions/intro-energy-financial-services.png);
    height: 118px;
    margin: 0 0 25px;
    width: 531px;
}

.ir-intro-ge-capital-aviation-services {
    background-image: url(/en/images/solutions/intro-ge-capital-aviation-services.png);
    height: 143px;
    width: 536px;
}

.ir-intro-real-estate-financing {
    background-image: url(/en/images/solutions/intro-real-estate.png);
    height: 143px;
    width: 532px;
}

.ir-aircraft-leasing-financing {
    background: transparent  url(/en/images/solutions/lbl-aircraft-leasing-financing.png) no-repeat top left;
    width: 255px;
    height: 20px;
}

#solutions.commercial-lending .section {
	border-bottom: 1px solid #e9e9e9;
}

#solutions.commercial-lending .section .region {
	border-bottom: 1px dashed #e9e9e9;
	padding: 0 0 10px;
}

#solutions.commercial-lending a.non-ir-link {
	display: block;
	font-weight: bold;
	margin: 15px 0 0;
}

#solutions.commercial-lending .last,
#solutions.commercial-lending .section .last-region {
    border-bottom: 0 !important;
	padding: 0;
}

.ir-americas {
	background-image: url(/en/images/solutions/lbl-americas.png);
	height: 11px;
	width: 63px;
}

.ir-asia-pacific {
	background-image: url(/en/images/solutions/lbl-asia-pacific.png);
	height: 12px;
	width: 86px;
}

.ir-emea {
	background-image: url(/en/images/solutions/lbl-emea.png);
	height: 14px;
	width: 190px;
}

#solutions.commercial-lending .section {
	padding: 25px 0 15px;
}	

#solutions.commercial-lending ul {
	float: left;
	margin: 25px 0 0;
	width: 160px;
}

#solutions.commercial-lending .last {
	margin-bottom: 0;
	padding-bottom: 0;
}

#solutions.commercial-lending .section h3 {
    color: #666666;
	margin: 0;
}

#solutions.commercial-lending .section p {
	margin: 0;
}

#solutions.commercial-lending .section .region h4 {
	font-size: 11px;
    font-weight: bold;
    color: #666666;
	margin: 25px 0 5px;
}

#solutions.commercial-lending .section .region p {
	margin: 0;
}

/* SOLUTIONS INDEX PAGE */
#solutions-index .bg {
	background-image: url(/en/images/solutions/bg-solutions-index.jpg);
	height: 409px;
	margin: -30px 0 0;
	position: relative;
	width: 800px;
	border-bottom:2px solid #ff8c00;
}

#solutions-index .ir-intro-hdr {
    background-image: url(/en/images/solutions/intro-hdr-solutions-index.png);
    height: 215px;
    left: 20px;
    margin: 0;
    position: absolute;
    top: 25px;
    width: 275px;
}

#solutions-index .ir-hero-intro {
    background-image: url(/en/images/solutions/intro-hdr-solutions-index-copy.png);
    height: 215px;
    left: 20px;
    margin: 0;
    position: absolute;
    width: 264px;
    top: 65px;
}

#solutions-index .section {
    clear:both;
    border-bottom:1px solid #e9e9e9;
    padding: 30px 0 0 0;
}

#solutions-index .section h3{
    margin-bottom: 15px;
    background-image: url(/en/images/solutions/sprite-solutions-index-titles.png);
    background-repeat: no-repeat;
    height: 22px;
}

#solutions-index h4.solution-subhead {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    display: inline;
    border-bottom: 1px solid #21c8ff;
}

#solutions-index h4.alt-subhead {
    font-size: 14px;
    color: #666666;
    margin-bottom: 20px;
}


#solutions-index .solution-subhead-container {
    margin-bottom: 30px;
}    

#solutions-index h5 {
    font-size: 11px;
    font-weight: bold;
    margin-top: 32px;
    color: #6a6a6a;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

#solutions-index .section LI {
    font-size: 11px;
}

.last-section {
    border-bottom: 0 !important;
}


h3.ir-hdr-energy-financial {
	background-position: 0px -25px;
}

h3.ir-hdr-ge-capital-americas {
	background-position: 0px -50px;
}

h3.ir-hdr-ge-capital-aviation {
	background-position: 0px -74px;
}

h3.ir-hdr-ge-capital-asia-pac {
	background-position: 0 -148px;
}

h3.ir-hdr-ge-europe-me-africa {
	background-position: 0px -97px;
}

h3.ir-hdr-real-estate-financing {
	background-position: 0px -121px;	
}


#solutions-index .section h4{
    color: #666;
    font-weight: 700;
}

#solutions-index .dotted-bdr {
    border-bottom:1px dotted #e9e9e9;
}

#solutions-index .section ul {
	float: left;
    padding-bottom: 20px;
}

#solutions-index .section ul.col1 {
    width: 190px;
    margin-right: 10px;
}

#solutions-index .section ul.col2 {
    width: 150px;
    margin-right: 30px;
}

#solutions-index .section ul.col3 {
    width: 150px;
}


#solutions-index .section ul li {
    margin:0 25px 18px 0;
    line-height:1.2em;
}

/* WHO WE ARE */
.ir-who-we-are {
	background-image: url(/en/images/headers/who-we-are.png);
	height: 79px;
	width: 289px;
}

#who-we-are .bg {
	background-image: url(/en/images/who-we-are/bg-who-we-are.jpg);
	height: 422px;
	margin: -30px 0 35px;
	width: 700px;
}

.ir-ge-capital-businesses {
	background-image: url(/en/images/who-we-are/ge-capital-businesses.png);
	height: 171px;
	width: 696px;
}

#who-we-are .section {
	border-top: 2px solid #e9e9e9;
	margin: 35px 0 25px;
}

#who-we-are .section h2 {
	margin: 25px 0 20px;
}

#who-we-are .section .regions {
	float: left;
	width: 230px;
}

#who-we-are .section p {
	line-height: 1.6;
	padding: 0 20px 0 0;
}

#who-we-are .section a {
	display: block;
	font-weight: bold;
	margin: 15px 0 0;
}

#who-we-are .section .regions h3 {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	line-height: 2;
	padding: 0 0 5px;
}

#who-we-are .section .regions p a {
	display: inline;
	font-weight: normal;
	margin: 0;
}

#who-we-are .last {
	margin: 35px 0 0;
}

.ir-commerical-lending {
	background-image: url(/en/images/who-we-are/lbl-commercial-lending.png);
	height: 18px;
	width: 232px;
}

.ir-consumer-finance {
	background-image: url(/en/images/who-we-are/lbl-consumer-finance.png);
	height: 14px;
	width: 141px;
}

.ir-consumer-financing {
	background-image: url(/en/images/who-we-are/lbl-consumer-financing.png);
	height: 17px;
	width: 155px;
}

.ir-energy-financial {
	background-image: url(/en/images/who-we-are/lbl-energy-financial.png);
	height: 18px;
	width: 190px;
}

.ir-ge-capital-aviation {
	background-image: url(/en/images/who-we-are/lbl-ge-capital-aviation.png);
	height: 18px;
	width: 211px;
}

.ir-real-estate {
	background-image: url(/en/images/who-we-are/lbl-real-estate.png);
	height: 15px;
	width: 84px;
}

.ir-real-estate-financing {
    background-image: url(/en/images/who-we-are/lbl-real-estate-financing.png);
    width: 161px;
    height: 18px;
}


.ir-ge-is-imagination {
	background-image: url(/en/images/who-we-are/lbl-ge-is-imagination.png);
	height: 18px;
	width: 198px;
}

/* CAREERS */
.ir-careers {
	background-image: url(/en/images/headers/careers.png);
	height: 79px;
	width: 184px;
}

.ir-intro-careers {
	background-image: url(/en/images/careers/intro-careers.png);
	height: 118px;
	width: 699px;
    margin-bottom: 20px;
}

a.careers {
	background-image: url(/en/images/buttons/go-to-ge-careers.png);
	height: 33px;
	margin: 35px 0 55px;
	width: 186px;
}

a.see-careers-blog {
	float: left;
	font-size: 18px;
	font-weight: bold;
	margin: -78px 0 0 200px;
}

#careers .section {
	border-top: 2px solid #e9e9e9;
	padding: 35px 0 0;
}

#careers .section h2 {
	margin: 0;
}

.ir-working-at-ge-capital {
	background-image: url(/en/images/careers/working-at-ge-capital.png);
	height: 18px;
	width:166px;
}

#careers .section .video-region {
	float: left;
	height: 260px;
	margin: 15px 0 0;
	padding: 0 0 0 5px;
	width: 230px;
}

#careers .section .left {
	clear: both;
	padding-left: 0;
}

#careers .section .video-region a {
	text-decoration: none;
}

#careers .section .video-region a img {
	margin: 5px 0 10px;
}

#careers .section .video-region a span {
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	padding: 0 0 0 5px;
	text-decoration: none;
}

#careers .section .video-region a:hover span {
	text-decoration: underline;
}

#careers .section .video-region p {
	font-size: 11px;
	line-height: 1.3;
	padding: 15px 5px 0 5px;
}

#careers .section .video-region .profile {
	background-color: #7fdbff;
	color: #333333;
	padding: 10px;
	width: 200px;
}

#careers .section .video-region .profile span.title {
	font-size: 10px;
	text-transform: uppercase;
}

#careers .section .video-region .profile a span {
	color: #ffffff;
	padding: 2px 0 0;
}

#careers .section .video-region .profile a img {
	margin: 0 0 10px;
}

#careers .section .video-region .profile p {
	padding: 15px 0;
}

#careers .section .video-region .profile a.read-profile {
	color: #ffffff;
}

#careers .section .video-region .profile a.read-profile span {
	color: #ffffff;
	display: inline;
	padding: 0;
}

#careers .section .video-region .profile a.read-profile:hover,
#careers .section .video-region .profile a.read-profile:hover span {
	text-decoration: underline;
}

/* CAREERS SIDEBAR */
.ir-department-links {
	background-image: url(/en/images/careers/lbl-our-departments.png);
	height: 16px;
	width: 108px;
}

a.see-more {
	display: block;
	font-weight: bold;
	margin: 15px 0 0;
}

.ir-careers-blog {
	background-image: url(/en/images/careers/link-careers-blog.png);
	height: 16px;
	width: 80px;
}

.module .ir-ge-reports {
    background: transparent url(/en/images/headers/sprite-module-titles.png) no-repeat 0 -138px;
    width: 73px;
    height: 15px;
}

.module .ir-faq {
    background: transparent url(/en/images/headers/sprite-module-titles.png) no-repeat 0 -180px;
    width: 184px;
    height: 16px;
}

.module .ir-ge-press-releases {
    background: transparent url(/en/images/headers/sprite-module-titles.png) no-repeat 0 -157px;
    width: 92px;
    height: 16px;
}

.faq-container {
    padding-bottom: 30px;
    border-bottom: 2px solid #e9e9e9;
    margin-bottom: 30px;
}

.faq DT A {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
}

.module-faq A {
    font-size: 11px;
    line-height: 1.3;
}

.faq DD {
    padding-bottom: 10px;
    padding: 0;
    margin: 0;
    display: none;
    margin-bottom: 15px;
    line-height: 1.3;
    margin-left: 13px;
    text-indent: -13px;
}

.module-faq DD {
    font-size: 11px;
}

.faq DD.last {
    padding-bottom: 0;
}

.faq DT {
    padding: 0;
    margin: 0;
    border-top: 1px dashed #e9e9e9;
    padding: 13px 0;
}

.faq DT.first {
    border-top: 0;
    padding-top: 0;
}


.module .dropdown a.trigger {
    display: block;
    background: transparent url(/en/images/dropdown/trigger-background-module.png) no-repeat 0 2px;
    width: 208px;
    height: 16px;
    padding-top: 6px;
    padding-left: 12px;
}

.module .dropdown a.open-trigger {
    background-position: 0 -23px;
}

.module .trigger {
    color: #6a6a6a;
}

.module .dropdown ul {
    width: 220px;
    position: absolute;
    display: none;
    padding-bottom: 14px;
}

.module .dropdown li {
    background: transparent url(/en/images/dropdown/menu-background-module.png) repeat-y;
    margin: 0;
    *zoom: 1;
    *margin-bottom: -3px;
}

.module .dropdown li a {
    display: block;
    padding: 7px 10px;
    margin: 0 4px 0 2px;
    border-bottom: 1px dashed #e9e9e9;
}

.module .dropdown LI.last  A {
    border-bottom-width: 0;
}

.module .dropdown LI.boot {
    zoom: 1;
    width: 220px;
    height: 14px;
    background: transparent url(/en/images/dropdown/menu-boot-module.png) no-repeat top left;
}

.module .dropdown LI A:hover {
    background-color: #08a5e1;
    color: #ffffff;
    text-decoration: none;
}

/* OUR CUSTOMERS */
.ir-our-customers {
    background-image: url(/en/images/headers/our-customers.png);
    height: 79px;
    width: 358px;
}

#customers .ir-intro {
    background-image: url(/en/images/customers/our-customers-intro.png);
    height: 65px;
    width: 535px;
}

.ir-case-studies {
    background: transparent url(/en/images/headers/case-studies.png) no-repeat top left;
    width: 99px;
    height: 15px;
    margin-bottom: 18px;
}

.case-study-intro {
    font-size: 14px;
    color: #6a6a6a;
    line-height: 1.3;
    width: 580px;
}


#customers .case-studies {
	float: left;
	margin: 30px 0 0;
	padding: 0 20px 0 0;
	width: 340px;
}

#customers .right {
	padding-right: 0px;
}

#customers .case-studies p {
	font-size:12px;
	line-height:1.4;
    height: 85px;
}

#customers .case-studies a {
    line-height: 1.3;
	background-repeat: no-repeat;
 	margin: 24px 0 20px;
	height: 19px;
}

#customers  .case-studies a.ir-ariens {
	background-image: url(/en/images/customers/lbl-ariens.png);
	width: 63px;
}

#customers .case-studies a.ir-esmark {
	background-image: url(/en/images/customers/lbl-esmark.png);
	width: 72px;
}

#customers .case-studies a.ir-pfenning {
	background-image: url(/en/images/customers/lbl-pfenning.png);
	width: 90px;
}

#customers .case-studies a.ir-rooms-to-go {
	background-image: url(/en/images/customers/lbl-rooms-to-go.png);
	width: 125px;
}

#customers .case-studies a.ir-taylor-guitars {
	background-image: url(/en/images/customers/lbl-taylor-guitars.png);
	width: 144px;
}

#customers .case-studies a.ir-tribox {
	background-image: url(/en/images/customers/lbl-tribox.png);
	width: 63px;
}

#customers .case-studies a.ir-triumph {
	background-image: url(/en/images/customers/lbl-triumph.png);
	width: 79px;
}

#customers .case-studies a.ir-kalitta {
	background-image: url(/en/images/customers/lbl-kalitta.png);
    width: 88px;
    height: 19px;
}

#customers .case-studies a.ir-jetblue {
	background-image: url(/en/images/customers/lbl-jetblue.png);
	width: 65px;
    height: 18px;
}

#customers .case-studies a.ir-bobcat {
	background-image: url(/en/images/customers/lbl-bobcat.png);
	width: 62px;
}


#customers .case-studies a.ir-polaris {
	background-image: url(/en/images/customers/lbl-polaris.png);
	width: 59px;
}

/* currently not being used
 .case-studies a.ir-ariens {
 	border-bottom: 1px solid #fff;
 }
 
 .case-studies a.ir-ariens:hover {
 	border-bottom: 1px solid #08a5e1;
 }
*/
 
#customers .case-studies .solutions {
 	float: left;
 	font-size: 11px;
 	width: 180px;
}
 
#customers .case-studies .industry {
 	float: left;
 	font-size: 11px;
 	width: 160px;
}
 
#customers .case-studies .ir-solutions {
 	background-image: url(/en/images/customers/lbl-solutions.png);
 	height: 8px;
 	width: 58px;
 }
 
#customers .case-studies .ir-industry {
 	background-image: url(/en/images/customers/lbl-industry.png);
 	height: 8px;
 	width: 52px;
}
 
#customers .case-studies ul {
}
 
#customers .case-studies ul li {
	line-height: 1.2;
 	margin: 10px 35px 0 0;
}

/* TV AND PRINT */
#press {
	border-top: 2px solid #e9e9e9;
	clear: both;
	color: #333333;
	float: left;
	margin: 35px 0 0;
	padding: 35px 0;
}

#press p {
	font-size: 14px;
	line-height: 1.4;
}

.ir-tv-print {
	background-image: url(/en/images/customers/lbl-tv-print.png);
	height: 14px;
	margin: 0 0 20px;
	width: 78px;
}

.ad {
	float: left;
	height: 150px;
	margin: 30px 0 0;
	padding: 0 18px 0 0;
	width: 125px;
    height: 180px;
}

.last {
	padding-right: 0;
}

.ad h4 {
	font-size: 14px;
	line-height: 1.4;
	padding: 15px 0 0;
}

.ad ul {
	margin: 0;
}
 
.ad ul li {
	margin: 10px 0 0;
} 
 
/* Single Case Studies */
#case-study .bg {
	position: relative;
}

#case-study .bg .side-bar {
	position: absolute;
	height: 400px;
	right: 0px;
	top: 0px;
	width: 240px;
}

#case-study .bg .side-bar p {
	color: #ffffff;
	font-size: 13px;
	line-height: 1.4;
	margin: 20px 20px 10px;
}

#case-study .bg .side-bar a {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	margin: 0 20px;
	text-decoration: underline;
}

#case-study .bg .side-bar a:hover {
	text-decoration: none;
}

/* Contact Overlay - Colorbox Core Styles */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
#cboxOverlay{background:#000;}


/* Contact Overlay - Colorbox customizations */
#cboxTopLeft {
    display: none;
}

#cboxTopRight {
    display: none;
}

#cboxTopCenter {
    background: transparent url(/en/images/overlay/background-top.png) no-repeat top left;
    width: 675px;
    height: 23px;
}

.americas #cboxTopCenter {
    background: transparent url(/en/images/overlay/background-top-americas.png) no-repeat top left;
    width: 846px;
}


#cboxBottomCenter {
    background: transparent url(/en/images/overlay/background-bottom.png) no-repeat top left;
    width: 675px;
    height: 23px;
}

.americas #cboxBottomCenter {
    background: transparent url(/en/images/overlay/background-bottom-americas.png) no-repeat top left;
    width: 846px;
    height: 23px;
}

#cboxContent {
    width: 675px;
    background: transparent url(/en/images/overlay/background-middle.png) repeat-y top left;
}

.americas #cboxContent {
    width: 846px;
    background: transparent url(/en/images/overlay/background-middle-americas.png) repeat-y top left;
}

#cboxLoadedContent IFRAME {
    width: 628px;
    margin: auto;
}

.americas #cboxLoadedContent IFRAME {
    width: 800px;
}


#cboxClose {
    background: transparent url(/en/images/overlay/close.png) no-repeat top left;
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin-top: -18px;
    margin-right: 15px;
    position: absolute;
    right: 0;
    top: 0;
    text-indent: -9999px;
}

/* Contact Overlay - form */
#contact-form-container {
    margin: 0 40px;
    margin-bottom: 20px;
}

#contact-form-container .head {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 20px;
}

#contact-form-container .head H6 {
    font-size: 12px;
    color: #333333;
    margin-bottom: 12px;
}

.ir-tell-us-how-we-can-help {
    background: transparent url(/en/images/headers/tell-us-how-we-can-help.png) no-repeat top left;
    width: 221px;
    height: 22px;
    margin-bottom: 20px;
}

.ir-tell-us-about-you {
    background: transparent url(/en/images/headers/tell-us-about-you.png) no-repeat top left;
    width: 546px;
    height: 22px;
    margin-bottom: 20px;
}


.ir-tell-us-how-we-can-contact-you {
    background: transparent url(/en/images/headers/tell-us-how-we-can-contact-you.png) no-repeat top left;
    width: 291px;
    height: 22px;
    margin-bottom: 20px;
}

.ir-thank-you-for-your-inquiry {
    background: transparent url(/en/images/headers/thank-you-for-your-inquiry.png) no-repeat top left;
    width: 247px;
    height: 22px;
}

#contact-form-container .required-field-message {
    padding-bottom: 20px;
}

#contact-form-container #contact-form-errors {
    margin-bottom: 25px;
    color: #ff0000;
    line-height: 1.3;
}


#contact-form-container TABLE {
    width: 550px;
}

#contact-form-container TABLE TD.spacer {
    height: 40px;
}


#contact-form-container TR.hidden {
    display: none;
}

#contact-form-container TR.error TH {
    color: #ff0000;
}

#contact-form-container TR.error .textbox {
    border: 1px solid #ff0000;
}

#contact-form-container .step2 {
    display: none;
}

#contact-form-container TH {
    vertical-align: middle;
    text-align: right;
    font-weight: bold;
    padding-right: 10px;
    color: #333333;
    width: 190px;
    line-height: 1.3;
    padding-bottom: 10px;
}

#contact-form-container TD .inline-label {
    padding: 0 10px;
    font-weight: bold;
}



#contact-form-container TH.flushtop {
    padding-top: 2px;
    vertical-align: top;
}

#contact-form-container TD.flushmiddle {
    padding-bottom: 0;
    vertical-align: middle;
}

#contact-form-container TD {
    vertical-align: top;
    padding-bottom: 10px;
}


#contact-form-container TH div {
    font-weight: normal;
}

#contact-form-container .foot {
    text-align: right;
    padding-top: 30px;
    padding-bottom: 20px;
}

#contat-form TH, #leadgen TD {
    vertical-align: top;
    padding-bottom: 10px;
}

#contact-form-container SELECT {
    display: block;
    margin-bottom: 10px;
}

#contact-form-container .textbox {
    border: 1px solid #bdbdbd;
    padding: 6px 3px;
    width: 400px;
}

#contact-form-container #button-container {
    padding-top: 20px;
}

#contact-form-container #button-container div {
    overflow: hidden;
    zoom: 1;
    float: right;
}


#contact-form-container #contact-trigger-previous {
   float: left;
   font-weight: bold;
   padding-top: 2px;
   padding-right: 20px;
   display: none;
}


#contact-form-container #contact-trigger-next {
    display: block;
    text-indent: -9999px;
    width: 70px;
    height: 20px;
    float: left;
    background: transparent url(/en/images/buttons/next.png) no-repeat top left;
}


#contact-form-container #contact-trigger-submit {
    float: right;
}

#contact-form-container #privacy {
    padding-top: 5px;
    float: left;
}


#contact-form-container #thankyou {
    display: none;
    overflow: hidden;
    *zoom: 1;
}

#contact-form-container #thankyou H2 {
    margin-top: 10px;
    margin-bottom: 25px;
}

/* Press Contacts */
.ir-press-release-contacts {
    background: transparent url(/en/images/headers/press-release-contacts.png) no-repeat top left;
    width: 527px;
    height: 79px;
}

.press-contacts {
    margin-top: -30px;
    *margin-top: 0;
}

/* Contact Page */
.ir-contact {
    background: transparent url(/en/images/headers/contact.png) no-repeat top left;
    width: 188px;
    height: 79px;
}

.ir-looking-for-more-information {
    background: transparent url(/en/images/headers/looking-for-more-information-on-ge-capital.png) no-repeat top left;
    width: 626px;
    height: 35px;
}

.ir-for-existing-customers {
    background: transparent url(/en/images/headers/for-existing-customers.png) no-repeat top left;
    width: 318px;
    height: 34px;
}


.ir-for-general-inquiries {
    background: transparent  url(/en/images/headers/for-general-inquiries.png) no-repeat top left;
    width: 239px;
    height: 33px;
}

.ir-make-a-selection {
    background: transparent url(/en/images/headers/make-a-selection-below.png) no-repeat top left;
    width: 560px;
    height: 35px;
}

.ir-connect-with-a-team {
    background: transparent url(/en/images/headers/connect-with-a-team.png) no-repeat top left;
    width: 484px;
    height: 16px;
}

#prescreen-container {
    padding: 25px 20px 35px 20px;
    margin-top: -30px;
    background-color: #7cd5f8;
    margin-bottom: 30px;
}

#prescreen DT {
    clear: both;
    line-height: 1.75;
    float: left;
    width: 115px;
    margin-bottom: 10px;
}

#prescreen DL {
    overflow: hidden;
    *zoom: 1;
    margin-top: 30px;
}

#prescreen DD {
    float: left;
    margin-bottom: 10px;
}

#prescreen LABEL {
    font-weight: bold;
    color: #ffffff;
    font-size: 12px;
}

#prescreen SELECT {
    width: 300px;
}

#prescreen-result {
    clear: both;
    overflow: hidden;
    *zoom: 1;
    margin-top: 25px;
    border-top: 1px solid #bfedff;
    padding-top: 30px;
    display: none;
}

#prescreen-result P {
    float: left;
    width: 450px;
    color: #ffffff;
    line-height: 1.4;
    font-size: 16px;
	font-weight: bold;
}

#prescreen-result P A {
    color: #ffffff;
}


#prescreen-result .button {
    float: right;
    margin-right: 40px;
}

.ir-frequently-asked-questions {
    background: transparent url(/en/images/headers/frequently-asked-questions.png) no-repeat top left;
    width: 218px;
    height: 18px;
    margin-bottom: 25px;
}


.ir-find-help-ge-americas {
    background: transparent url(/en/images/headers/find-the-help-you-need-at-ge-americas.png) no-repeat top left;
    width: 305px;
    height: 18px;
}



#contact-general-inquiries {
    padding-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 20px;
}

#contact-general-inquiries P {
    margin-bottom: 15px;
}


.ir-for-general-inquiries-from-existing-customers {
    background: transparent url(/en/images/headers/for-general-inquiries-from-existing-customers.png) no-repeat top left;
    width: 321px;
    height: 16px;
    margin-bottom: 10px;
}

#contact-general-inquiries-left {
    float: left;
    width: 350px;
    line-height: 1.3;
}

#contact-general-inquiries-right {
    float: right;
    width: 255px;
    padding-top: 14px;
    line-height: 1.3;
    font-size: 13px;
}

#contact-general-inquiries-right LI {
    margin-bottom: 15px;
}

#contact-general-inquiries-right LI.businesses {
    padding-top: 30px;
}

.contact-column-preface {
    margin: 10px 0 20px 0;
}


.ir-corporate-offices {
    background: transparent url(/en/images/headers/corporate-offices.png) no-repeat top left;
    margin-bottom: 20px;
    width: 133px;
    height: 18px;
    text-indent: -9999px;
}

.ir-to-begin-a-new-partnership {
    background: transparent url(/en/images/headers/to-begin-a-new-partnership.png) no-repeat top left;
    margin-bottom: 5px;
    width: 344px;
    height: 18px;
}

.ir-need-financing-begin-partnership {
    background: transparent url(/en/images/headers/ir-need-financing-begin-partnership.png) no-repeat top left;
    margin-bottom: 5px;
    width: 405px;
    height: 16px;
}

#contact-call-to-action {
    color: #ffffff;
    font-size: 13px;
    padding-top: 25px;
    padding-bottom: 30px;
    padding-left: 20px;
    background-color: #7fdbff;
}

#contact-call-to-action .button {
    margin-top: 2px;
    float: right;
    background: transparent url(/en/images/buttons/talk-with-us-contact.png) no-repeat top left;
    width: 146px;
    height: 36px;
    text-indent: -9999px;
    margin-right: 58px;
}

.ir-are-you-existing-customer {
    background: transparent url(/en/images/headers/are-you-an-existing-customer.png) no-repeat top left;
    width: 211px;
    height: 16px;
    text-indent: -9999px;
    padding-bottom: 15px;
}


.ir-credit-card-holders {
    background: transparent url(/en/images/headers/credit-card-holders.png) no-repeat top left;
    width: 116px;
    height: 10px;
    text-indent: -9999px;
    margin-bottom: 5px;
}

.ir-businesses {
    background: transparent url(/en/images/headers/businesses.png) no-repeat top left;
    width: 63px;
    height: 10px;
    text-indent: -9999px;
    margin-bottom: 5px;
}



.ir-press-contacts-for-business-solutions {
    width: 277px;
    height: 15px;
    background: transparent url(/en/images/headers/press-contacts-for-business-solutions.png) no-repeat top left;
    margin-top: 35px;
    margin-bottom: 25px;
}

.ir-press-contacts-for-global-offices {
    width: 238px;
    height: 18px;
    clear: both;
    margin-bottom: 25px;
    background: transparent url(/en/images/headers/press-contacts-for-global-offices.png) no-repeat top left;
}

.contact-column {
    float: left;
    width: 240px;
    margin-top: -25px;
}

.contact-column-last {
    width: 220px;
}

.contact-column H4 {
    width: 220px;
    line-height: 1.3;
    font-weight: bold;
    color: #08a5e1;
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 5px;
}

.contact-column ADDRESS {
    font-style: normal;
    line-height: 1.6;
    margin-bottom: 25px;
}

.contact-column H4.empty {
    padding-bottom: 18px;
    *padding-bottom: 2px;
}

.contact-divider-dashed {
    clear: both;
    zoom: 1;
    border-top: 1px dashed #e9e9e9;
    margin-bottom: 25px;
}

.contact-divider-solid {
    clear: both;
    border-bottom: 2px solid #e9e9e9;
    padding-top: 25px;
    margin-bottom: 35px;
}

.ir-looking-for-more-information {
    background-image: url(/en/images/headers/looking-for-more-information.png);
    width: 432px;
    height: 70px;
}

.pad-to-two-lines {
    padding-bottom: 1em;
}
    

#email-signup {
    padding-bottom: 20px;
}

#email-signup P.privacy {
    font-size: 12px;
    clear: both;
    padding-top: 10px;
    *padding-top: 0;
    padding-left: 5px;
    display: block;
}

#home #email-signup A {
    color: #ffffff;
    text-decoration: underline;
}

#email-signup .fields {
    overflow: hidden;
    *zoom: 1;
    padding-top: 15px;
}

#email-signup .text {
    margin-left: 5px;
    *margin-left: 0;
    width:110px;
    height:20px;
    position:relative;
    overflow:hidden;
    float: left;
    background: transparent url(/en/images/global/rounded-textfield-right.png) no-repeat top right;
}

#email-signup .text input {
    border: 0 none;
    padding:3px 0 0 10px;
    color:#000;
    width:92px;
    height:17px;
    position:absolute;
    z-index:50;
    background: transparent url(/en/images/global/rounded-textfield-left.png) no-repeat 0 0;
}

#email-signup .submit-btn {
    cursor:pointer;
}

#email-signup .button {
    display: block;
    margin: 0;
    margin-left: 10px;
    float: left;
}

#contact-close {
    margin-top: 50px;
    background: transparent url(/en/images/buttons/close.png) no-repeat top left;
    width: 70px;
    height: 20px;
    float: right;
}

#email-signup .submit-btn {
    border: 0 none;
    background: transparent url(/en/images/buttons/sign-up.png) no-repeat top left;
    width: 69px;
    height: 20px;
    float: left;
    text-indent: -9999px;
    margin-left: 10px;
}

.module #email-signup .submit-btn {
    background: transparent url(/en/images/buttons/sign-up-blue.png) no-repeat top left;
}



#email-signup .text input.active {
    color: #333;
}

#contact-disclaimer {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #333333;
}

#email-signup-confirmation {
    display: none;
    line-height: 1.3;
}

#email-signup-error {
    clear: both;
    padding-left: 5px;
    padding-top: 5px;
    *padding-top: 0;
    color: red;
    display: none;
    line-height: 1.3;
}

#home #email-signup-error {
    color: #ffffff;
}
