/* @override 
	http://ims.local/css/cb_core.css
	http://ims.dev/css/cb_core.css
*/

html, body {
	padding: 0;
	margin: 0;
	font-family: "myriad-pro-n4","myriad-pro", Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 0.92em;
	*font-size: 14px; /* targeting IE7? */
	color: #333;
}

#content .wrapper .widgets {
    height: 120px;
    background: url(../img2012/_widgets.jpg) no-repeat;
    text-indent: -9000px;
}

body {
    background: #E8E6E3 url(../img2012/body_bg.png) repeat-x;
}

a {
	color: #069CD2;
	font-weight: 400;
	font-style: normal;
}

h1, h2, h3, #content h4, #content h5 {
	font-family: "myriad-pro-n4","myriad-pro", Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #333;
}

b, strong {
	font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
	font-weight: 600;
}

p.shallow {
	margin-bottom: 10px;
}
p.nogap {
	margin-bottom: 0px;
}

img.rightpadded {
	padding-right: 10px;
}
img.leftpadded {
	padding-left: 10px;
}

#page {
	width: 100%;
}

/*
    header and global navigation
*/

#header {
    position: relative;
    height: 130px;
    width: 960px;
    margin: auto;
    zoom: 1;
    z-index: 100;
}

#header #logo {
    position: absolute;
    left: 20px;
    top: 22px;
}

#header #logo a {
    display: block;
    width: 174px;
    height: 50px;
    background: url(../img2012/head_logo.png) no-repeat;
    text-indent: 0px;
    overflow: hidden;
	text-indent: -9000px;
}

#header #nav_top #items ul li {
    font-size: 0.88em;
    font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
    font-weight: 600;
    color: #676767;
    line-height: 13px;
    padding-right: 12px;
    padding-left: 10px;
    background: url(../img2012/topnav_div.png) 100% 0% no-repeat;
    margin: 0;
    border: 0;
}

#header #nav_top #items ul li.last {
    background: none;
    padding-right: 0;
}

#header #nav_top #items a.lock {
    padding-right: 12px;
    background: url(../img2012/icon_lock.png) 100% 45% no-repeat;
}

#header #country_selector {
	font-size: 0.88em;
    font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
    font-weight: 600;
    color: #b8b8b8;
	position: absolute;
	right: 0px;
	bottom: 52px;
}
#header #country_selector a {
	font-family: "myriad-pro-n4", "myriad-pro", sans-serif;
    font-weight: 400;
    color: #b8b8b8;
}
#header #country_selector a:hover {
	text-decoration: underline;
}

#nav_global {
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0px;
    bottom: 0px;
}

#nav_global div.search {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10;
}

#nav_global input[type=image] {
    height: 28px;
    padding-top: 1px;
}

#nav_global div.search input.search_text {
    width: 148px;
    height: 29px;
    font-size: 1em;
    line-height: 29px;
    color: #262628;
    vertical-align: top;
    padding: 0 5px 0 5px;
    border-style: hidden;
    border-width: 0;
    background: url(../img2012/search_field_bg.png) no-repeat;
}

ul#navroot {
    width: 100%;
    height: 43px;
    background: url(../img2012/navbar_bg.png);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

ul#navroot .border {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: url(../img2012/navbar_bottomhr.png) 0 0 no-repeat;
    z-index: 5;
}

ul#navroot .border.hover {
    background-position: left bottom; }


ul#navroot li {
    display: block;
    float: left;
    position: relative;
}

ul#navroot li .shadow_left {
    display: block;
    width: 3px;
    height: 40px;
    position: absolute;
    left: -3px;
    top: 0;
    background: url(../img2012/navbar_shadow_left.png) 0% 100% no-repeat;
    display: none;
}

ul#navroot li .shadow_right {
    display: block;
    width: 3px;
    height: 40px;
    position: absolute;
    right: -3px;
    top: 0;
    background: url(../img2012/navbar_shadow_right.png) 0% 100% no-repeat;
    display: none;
}

ul#navroot li.current .shadow_left,
ul#navroot li.current .shadow_right {
    display: block;
}

ul#navroot li a {
    display: block;
    padding: 0px 22px;
    font: 16px/40px "myriad-pro-n4","myriad-pro", Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
    color: #fff;
    height: 40px;
    outline: none;
}

ul#navroot li.home a {
    width: 19px;
    background: url(../img2012/navbar_home.png) 50% 50% no-repeat;
    line-height: 150px;
}

ul#navroot li {
    background: url(../img2012/navbar_selection.png) 0px 39px no-repeat;
}

ul#navroot li.home.hover {
    background-position: 0px -78px;
}

ul#navroot li.home.current {
    background-position: 0px 0px;
    z-index: 1;
}

ul#navroot li.home.current.hover {
    background-position: 0px -39px;
    z-index: 1;
}

ul#navroot li.current {
    background: url(../img2012/navbar_selection.png) -10px 0px no-repeat;
    z-index: 1;
}

ul#navroot li.hover {
    background-position: -10px -78px;
    z-index: 2;
}

ul#navroot li.current.hover {
    background-position: -10px -39px;
}


/*--------------------------------------------
    MEGAMENU
--------------------------------------------*/

#megamenu_mask {
    position: absolute;
    top: 43px;
    left: 0px;
    width: 960px;
    height: 0px;
    overflow: hidden;
}

#megamenu {
    height: 300px;
    width: 960px;
    background: url(../img2012/megamenu_bg.png) repeat-x;
    position: absolute;
    top: 0px;
    left: 0;
    overflow: hidden;
	font-family: "myriad-pro-n4","myriad-pro", Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
	line-height: 1.2em;
}

#megamenu .megamenu_items {
    position: relative;
    left: 0px;
}

#megamenu a {
    font-size: 0.96em;
    /*line-height: 0.9em;*/
    color: #fff; 
}

#megamenu a:hover { text-decoration: underline; }

#megamenu a.moreinfo {
	font-size: 0.92em;
    font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
}

#megamenu a.moreinfo span {
	color: #08AEEB;
}

#megamenu .item {
    padding: 21px 50px 0px;
    width: 860px;
    float: left;
}

#megamenu .section {
    float: left;
    width: 200px;
    margin-right: 20px; }

#megamenu .section.wide { width: 420px; }

#megamenu .section.last { margin-right: 0px; }

#megamenu .column {
    float: left;
    width: 200px;
    margin-right: 0; }

#megamenu .column:first-child { margin-right: 20px; }

#megamenu .section_head {
    font-size: 0.96em;
    line-height: 1em;
    font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
    font-weight: 600;
    color: #C5C19D;
    margin:12px 0px 6px 0px;
    text-transform: uppercase;
}

#megamenu .section_head a {
	/*font-size: 0.9em;*/
    font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
    font-weight: 600;
    color: #C5C19D;
    font-size: 1em;
    /*color: #069CD2;*/
}

#megamenu .section_head a span.after {
	color: #069CD2;
}

#megamenu .subhead {
    font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
    font-weight: 600;
    font-size: 0.88em;
    color: #C5C19D;
    /*line-height: 16px;*/
    margin-bottom: 2px; 
    /*text-transform: uppercase;*/
}

#megamenu ul {
    margin-bottom: 16px;
    /*line-height: 1em;*/ 
}

#megamenu li {
    /*background: url(../img2012/megamenu_li.png) 0px 8px no-repeat;
    background-position: 0px 7px\0; /* targeting IE8 
    *background-position: 0px 9px; /* targeting IE7
    padding-left: 9px;
    */
    font-size: 0.92em;
    line-height: 0.98em;
    margin-bottom: 5px;
}
#megamenu li a {
	/*line-height: 1em;*/
}

#megamenu div.content {
	font-size: 0.92em;
	margin-bottom: 10px;
	color: #fff;
	/*line-height: 1em;*/
}

/*
    content and temporary styles
*/

.fl {
    float: left;
}

.fr {
    float: right;
}

#content {
	width: 960px;
	margin: 0 auto 40px;
	background: #fff;
	padding-bottom: 40px;
	font-family: "myriad-pro-n4", "myriad-pro", sans-serif;
	font-weight: 400;
}
#page.top #content {
	background: none;
}

#slideshow {
    width: 100%;
    height: 360px;
    background: #CBCAC4;
    margin-bottom: 20px;
    line-height: 360px;
    text-indent: -9000px;
}


/*
    copy and footer
*/


#footer {
    width: 100%;
    background: url(../img2012/footer_bg.png) 0px 32px repeat-x;
    font-size: 0.88em;
    line-height: 14px;
    font-family: "myriad-pro-n4", "myriad-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
}

#footer .copyright_wrapper {
	width: 960px;
	margin: auto;
	height: 22px;
	margin-bottom: 6px;
}

#footer .copyright {
    padding: 0px 20px 0px 20px;
    height: 22px;
    margin-bottom: 10px;
    color: #848484;
    font-size: 1em;
    line-height: 22px;
    overflow: hidden;
}

#footer .copy {
    font-family: "myriad-pro-n4", "myriad-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
}


#footer .copyright a {
    font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
    font-weight: 600;
    color: #848484;
}

#footer .copyright a:hover {
    text-decoration: underline;
}

#footer .copyright div {
    margin-right: 10px;
; }

#footer .copyright ul, 
#footer .copyright div {
    float: left;
}

#footer .copyright ul.utils {
    float: right;
    text-align: right;
}

#footer .copyright ul.utils li {
    display: inline;
}

#footer .copyright ul.utils li a {
    padding-left: 16px;
    margin-left: 10px;
}

#footer .copyright ul.utils li.email a { background: url(../img2012/icon_mail.png) 0% 50% no-repeat; }
#footer .copyright ul.utils li.print a { background: url(../img2012/icon_print.png) 0% 50% no-repeat; }

#footer .copyright .social_links a {
    display: block;
    width: 22px;
    height: 22px;
    background: url(../img2012/icons_social.png);
    float: left;
    margin-right: 10px;
    overflow: hidden;
    line-height: 60px;
}

#footer .copyright .social_links a.twitter { background-position: 0px 0px; }
#footer .copyright .social_links a.facebook { background-position: -22px 0px; }
#footer .copyright .social_links a.linkedin { background-position: -44px 0px; }

#footer .copyright .social_links a.twitter:hover { background-position: 0px -22px; }
#footer .copyright .social_links a.facebook:hover { background-position: -22px -22px; }
#footer .copyright .social_links a.linkedin:hover { background-position: -44px -22px; }


#footer .footer_wrapper {
    width: 960px;
    margin: auto;
    overflow: hidden;
}

#footer .sections_holder {
    width: 990px;
    padding: 20px 0px 20px 10px;
    overflow: auto;
}

#footer .section {
    float: left;
    margin-right: 20px;
}

#footer .section ul {
    margin-bottom: 10px;
; }

#footer .section li a { color: #fff; }
#footer .section li a:hover { text-decoration: underline; }

#footer .section_head {
    font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
    font-weight: 600;
    font-size: 0.9em;
    color: #C5C19D;
    line-height: 16px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

#footer .section_div {
    float: left;
    margin-right: 20px;
    width: 1px;
    height: 213px;
    background: url(../img2012/footer_div.png) no-repeat;
}

#footer .section li {
    margin-bottom: 4px;
    padding-left: 8px;
    background: url(../img2012/footer_li.png) 0px 5px no-repeat;
}

#footer .column_health { width: 163px; }
#footer .column_life { width: 159px; }
#footer .column_info { width: 163px; }
#footer .column_tech { width: 163px; }
#footer .column_services { width: 182px; }
#footer .column_driving { width: 215px; }
#footer .column_global, #footer .column_about, #footer .column_links { width: 195px; }

