/*** RESET ***/
body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,th,td { margin:0; padding:0; }
img { border:none; }
:focus { outline:none; }
body {
	background:#e3e3e3;
	/*
	font-family: 'CiscoSansRegular', Arial, sans-serif;
	*/
	font-family: Arial, sans-serif;
	color: #333333; /*#464646;*/
	font-size:14px; 
	line-height: 14px;
}
p { padding-bottom:5px; }
a { color:#2278BD; text-decoration:none; }
a:hover { text-decoration:underline; }
h1,h2,h3,h4,h5,h6 
{
	/*font-family: 'CiscoSans', Arial, sans-serif;*/
	font-family: Arial, sans-serif;
	font-weight: normal;
}
.container {
	position:relative;
	margin: 0px auto;
	width:964px;
	clear:both;
}

.utility-nav
{
	position: absolute;
	right: 0px;
	top: 30px;
}

.header {
	background-image: url(../img/header/tile.jpg);
	background-repeat: repeat-x;
	height:85px;
	margin: 0px 0px 20px 0px;
}
.footer {
	margin: 38px auto 20px auto;
	text-align: left;
	clear:both;
}

.clear
{
	clear: both;
}

/*** HEADER ***/
.header .logo {
	position:absolute;
	top:0px;
	left: 0px;
}
.box-share {			
	margin: 8px 18px 8px 0px;
	text-align: right;	
}

/*** CONTENT ***/
.item {
	position:relative;
	float:left;
	width:233px;
	height:233px;
	margin:0px 7px 7px 0px;
	background:#fff;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #acacac;
	border-style: none solid solid none;
	overflow:hidden;
}
.item-loader,
.item-link {
	display:block;
	position:absolute;
	overflow:hidden;
	text-indent:-1000px;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	z-index:500;
}
.item-loader {
	background:#000 url(../img/loader.gif) no-repeat center center;
	filter: alpha(opacity=50);
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.expanded {
    overflow:visible;
}
.expanded .item-link {
	display:none;
}

.expanded .expanded-share
{
	position: absolute;	
	right: 0px;
	top: 0px;
	padding-right: 40px;
	z-index: 2000;
}

.expanded .expanded-share img
{
	margin-right: 5px;
}

.expanded blockquote
{
	background-color: #20a6cb;
	color: #ffffff;	
	font-size: 19px;	
	line-height: 22px;
	margin: 0px;
	padding: 20px 60px 20px 80px;
	width: 569px;
}

blockquote  span.speaker, blockquote  span.title
{
	clear: both;
	color: #85d3e9;
	display: block;
	/*font-family: 'CiscoSansBold',Arial,Helvetica,sans-serif;*/
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 17px;	
	position: relative;
	right: 0px;
	text-align: right;
	width: 100%;
}

blockquote  span.title
{
	/*font-family: 'CiscoSans',Arial,Helvetica,sans-serif;*/
	font-family: Arial,Helvetica,sans-serif;	
	font-size: 13px;
	text-transform: uppercase;		
}

/*2 column layout from http://www.alistapart.com/articles/multicolumnlayouts/ */
.standout
{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;	
}

.two-column-image
{
	border-bottom: solid 1px #cfcfcf;
	border-top: solid 1px #cfcfcf;
	overflow: hidden;
	padding: 1px 0px 0px 1px;
	width: 709px;	
}

.two-column-image .image-column
{
	float: left;
	border-right: 319px solid #ffffff;
	margin-right: -319px;
	width: 390px;
}

.two-column-image .copy-column
{
	background-color: #ffffff;
	color: #484848;
	float: left;
	line-height: 20px;
	padding: 30px 30px 20px 30px;	
	width: 255px;	
}

.white-paper-callout
{
	background-image: url(../img/buttons/pdf_callout.jpg);
	background-position:  top left;
	background-repeat: no-repeat;
	color:#1dacd3;
	display: block;
	/*font-family: 'CiscoSansBold',Arial,Helvetica,sans-serif;*/
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	height: 37px;
	padding: 18px 0px 0px 45px;
}

/*item footer (blue gradient area) */
.item-footer
{
	background: url(../img/content/item_footer_gradient.jpg) repeat-x;	
	height: 210px;
	margin: 0px;
	padding: 20px 10px 0px 40px;
}

.item-footer-content
{	
	height: 192px;
	margin: 0px 30px 10px 0px;
	position: relative;
	float: left;
	width: 296px;
	
}

.item-close,
.item-close a {
	position:absolute;
	display:block;
	width: 22px;
	height:21px;
	z-index:1000;
	background: url(../img/buttons/button-close.jpg) no-repeat center center;
	overflow:hidden;	
}

.expanded-share .item-close,
.expanded-share .item-close a {	
	/*display:block;*/
	float: right;
	background: url(../img/buttons/button-close-top.jpg) no-repeat center center;
	height:17px;
	overflow:hidden;	
	/*
	position: absolute;
	right: 0px;
	top: 1px;
	*/
	width: 17px;	
	z-index:1000;		
}

.item-close:hover {
	cursor: pointer;
}

.item-close {
	bottom: 3px;
	right: 2px;
}
.item-close a {
	text-indent:-1000px;
}

.quote-box {
	background:#ceeaf6;
}
.x2 {
	width:474px;
	height:auto;
	min-height:233px;	
}
.x3 {
	width:715px;
	height:auto;
	min-height:233px;
}
.x4 {
	width:956px;
	height:auto;
	min-height:233px;
}
/*** CTA BUTTON **/
p.cta-button a,
p.cta-button a span {
    display:inline-block;
    background: url('../img/buttons/button-generic.png') no-repeat top left;
    height:30px;
    line-height:30px;
    cursor:pointer;
}
p.cta-button a {
    padding-left:6px;
    color:#fff;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
    text-shadow: #114c7e 0px 0px 4px;
}
p.cta-button a span {
    background-position:top right;
    padding:0px 30px 0px 24px;
}
p.cta-button a:hover { background-position: bottom left; text-decoration:none; }
p.cta-button a:hover span { background-position: bottom right; }
/*** FOOTER ***/


.menu ul,
.menu li {
	list-style:none;
	padding:0;
	margin:0;
}
.menu li {
	color:#ffffff;
	display:inline;
	font-family: Arial;
	font-size:13px;
	
}
.menu li a {		
	color:#ffffff;
	text-decoration:none;	
}
.menu li a:hover {
	color:#ffffff;
	text-decoration:underline;
}
.menu li {
	padding: 5px 0px;
}
.menu li a, .menu .not_link_needs_border{
	border-right: 1px solid #c2c2c2;	
	padding:0px 7px;	
}
.menu .first {
	
}
.menu .last,     
.menu .last a {
	border-right:none;
}

#footer a, #footer a:hover 
{
	/*border: none;*/	
	color: #353535;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

/*** CONTENT TYPES ***/
.content {
	position:relative;
	margin:3px;
	width:227px; height:227px;
	overflow:hidden;
}

.content-contracted a, .content-contracted a:hover {	
	background-position:top left;
	background-repeat:no-repeat;
	color: #484848;
	display:block;	
	/*font-size: 15px; 15 for cisco font, arial is a size smaller*/
	font-size: 14px;
	height:100%;
	line-height: 17px;
	text-decoration: none;
	text-transform: uppercase;
	width:100%;	
}

.content-contracted a p {		
	padding: 11px;	
} 

.content-contracted a span{
	clear: left;
	display: block;
	/*font-family: 'CiscoSansBold',Arial,Helvetica,sans-serif;*/
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
}

.content-contracted p.overlayed {	
	color: #383838;
	font-size: 18px;	
	height: 200px;
	line-height: 24px;
	left: 0px;
	padding: 20px 11px 20px 11px;
	position: absolute;		
	top: 0px;
	width: 200px;
}

.overlayed span.turquoise {	
	/*font-family: 'CiscoSansBold',Arial,Helvetica,sans-serif;*/
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	
}

.item-footer-content a {
	display:block;
	width:100%;
	height:100%;
	background-position:top left;
	background-repeat:no-repeat;
	text-indent:-5000px;
}
.no-touch .content-contracted a:hover , .no-touch .item-footer-content a:hover {
	background-position:top right;
}
.content-over,
.content-expanded  {
	display:none;
}
.content-over .view-count {
	position:absolute;
	top:16px;
	left:16px;
	color:#fff;
	font-size:10px;
	font-weight:bold;
}
.content p, .content h2 {
	padding:0px 0px 5px;
}

.content h2 {
	font-size:23px;	
	line-height: 28px;
	margin-bottom: 15px;
}

.content h3 {
	/*font-family: 'CiscoSansBold',Arial,Helvetica,sans-serif;*/
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size:23px;	
	line-height: 28px;
	margin-bottom: 15px;
}

.expanded .content {
	margin:3px;
	width:auto;
	height:auto;
	background:#fff;
	overflow:visible;
}
.expanded .content h1, .csvid-endcard h1  {
    color: #333333;
	/*font-family: 'CiscoSans',Arial,Helvetica,sans-serif;*/
	font-family: Arial,Helvetica,sans-serif;	
	font-size:32px;	
	line-height: 32px;
	padding-bottom: 10px;		
}

.csvid-endcard h1  {    
	font-size: 28px;	
}

.content-contracted p.overlayed a, .turquoise 
{
	text-transform: uppercase;
	color:#1dacd3; 
}
.light-gray
{
	/*color: #838383; no longer needed, ogilvy changed color*/
}
.purple { color:#822db4; }
.green { color:#19832a; }
.magenta { color:#C2193F;}
.aqua { color:#3EB5E4; }

.expanded .content .turquoise, div.csvid-endcard-panel .turquoise
{ 
	color:#1dacd3; 
	/*font-family: 'CiscoSansBold',Arial,Helvetica,sans-serif;*/
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
}

.expanded .content p {
	padding:0px 0px 15px 0px;
}

.item-footer strong
{
	/*font-family: 'CiscoSansBold',Arial,Helvetica,sans-serif;*/
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	display: block;
	color:#1dacd3; 		
	font-size: 14px;
	line-height: 15px;
	margin: 0px;	
	text-transform: uppercase;
}

.item-footer p.footer-overlay
{	
	color: #535353;
	display: block;
	font-size: 11px;
	left: 0px;
	height: 70px;
	line-height: 12px;
	overflow: hidden;
	padding: 8px 12px 0px 12px;
	position: absolute;
	top: 0px;
	width: 270px;
}

.item-footer a.callout-link, .item-footer a.callout-link:hover {
	background-image: url(../img/content/footer/arrow.png);
	background-position: right 4px;
	background-repeat: no-repeat;	
	/*font-family: 'CiscoSansBold',Arial,Helvetica,sans-serif;*/
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	padding: 0px 10px 0px 0px;
	position: absolute;
	right: 12px;
	bottom: 15px;
	color: #ffffff;
	height: auto;
	text-decoration: none;
	text-indent: 0px;
	text-transform: uppercase;
	width: auto;
	
}

.expanded .footer
{
}

/*** Video Container ***/
#videoContainer, #videoClip, .csvid-clip {
	width:709px;
	height:400px;
	z-index:-1;
}


/*** Cisco tv ads ***/
#ciscoAds .padded-content h1 {
	padding-bottom:0px;
}
.ct-tvads {
	position:relative;
	padding:5px 15px;
	height:150px;
}
.ct-tvads a.ct-prev,
.ct-tvads a.ct-next {
	display:block;
	position:absolute;
	background: #fff url(../img/carousel-navigation.png) no-repeat left center;
	width: 20px;
	height:145px;
	text-indent:-5000px;
	overflow:hidden;
	cursor:pointer;
	z-index:5;
}
.ct-tvads a.ct-prev {
	background-position: left center;
	top:0px; left:2px;
}
.ct-tvads a.ct-next {
	background-position: right center;
	top:0px; right:2px;
}
.ct-tvads-thumbs {
	overflow:auto;
}
.ct-tvads a.disabled {
	filter: alpha(opacity=25);
	-khtml-opacity: 0.25;
	-moz-opacity: 0.25;
	opacity: 0.25;
	cursor:default;
}
.ct-tvads-thumbs ul {
	list-style:none;
	padding: 10px 15px;
	height:140px;
}
.ct-tvads-thumbs ul li {
	position:relative;
	float:left;
	width:150px;
	padding:0px 9px;
	border-right: 1px solid #999;
	height:140px;
}
.ct-tvads-thumbs ul li.ct-last {
	border-right:none;
}
.ct-tvads-thumbs ul li a img {
	display:block;
	padding-bottom:4px;
	filter: alpha(opacity=70); -khtml-opacity: 0.7;	-moz-opacity: 0.7; opacity: 0.7;
}
.ct-tvads-thumbs ul li a {
	color:#C2193F;
	font-size:13px;
}
.ct-tvads-thumbs ul li a:hover {
	text-decoration: none;
}
.ct-tvads-thumbs ul li a:hover img,
.ct-tvads-thumbs ul li a.active img {
	filter: alpha(opacity=100); -khtml-opacity: 1.0; -moz-opacity: 1.0; opacity: 1.0;
}
.ct-tvads-thumbs ul li div.ct-tvads-now-playing {
	position:absolute;
	width:150px;
	height:140px;
	top:0px;
	left:9px;
	text-align:right;
}
.ct-tvads-thumbs ul li div.ct-tvads-now-playing span {
	display:block;
	position:absolute;
	bottom:35px;
	right:5px;
	text-align:right;
	font-weight:bold;
	color:#fff;
	text-shadow:1px 1px 5px #444;
}

/*** FACEBOOK BUTTON **********/

.facebook-like {
	position:absolute;
	right:7px;
	top:20px;
	width:90px;
	height:20px;
	overflow:hidden;
}
.template-video .facebook-like {
	position:absolute;
	right:7px;
	top:410px;
	width:90px;
	height:20px;
	overflow:hidden;
}
.template-video .flash-container {
	text-align:center;
	height:709px;
}
.padded-content
{
	position:relative;
	padding: 15px 55px 20px 35px;
}

.padded-content p
{	
	line-height: 20px;
}

.bio {
	position:relative;
	clear:both;
	margin-bottom:20px;
}
.bio-image {
	display:inline;
	float:left;
	width:160px;
}
.bio-content {
	padding-left:15px;
	border-left:1px solid #cecece;
	margin-left:175px;
}
.bio h2 {
	/*font-family: 'CiscoSansRegular', sans-serif;*/
	font-family: Arial,Helvetica,sans-serif;
	color:#42b7e5;
	font-size:13px;
}
.bio p {
	/*font-family: 'CiscoSansRegular', sans-serif;*/
	font-family: Arial,Helvetica,sans-serif;
	color: #666666;
}

.twocol-content {
	position:relative;
}
.twocol-content .left-column {
	position:relative;
	margin-right:155px;
	border-right: 1px solid #c9cacc;
	padding-right:10px;
}
.twocol-content .continue-discussion {
	position:absolute;
	top:0px;
	left:535px;
	width:158px;
	color:#808080; /*#808080;*/
}
.twocol-content .continue-discussion p {
    font-size:11px;
    text-transform:uppercase;
}
.twocol-content .continue-discussion p.discussion-title {
    font-size:12px;
    font-weight:bold;
    color:#000;
    text-transform:none;
}
.icon-link-list {
	margin:0px;
	padding:0px;
	list-style:none;	
}
.icon-link-list li {
	padding: 3px 0px 7px 30px;
	background-repeat: no-repeat;
}
.icon-link-list a {
	/*font-family: 'CiscoSansRegular', sans-serif;*/
	font-family: Arial,Helvetica,sans-serif;
	font-size:15px;
	color: #2278bd;
}
.icon-link-twitter, .icon-link-facebook, .icon-link-rss,
.icon-link-youtube, .icon-link-flickr {
	background: url(../img/follow-icons-all.png) no-repeat;
}

.icon-link-twitter { background-position: 0px 3px;}
.icon-link-facebook { background-position: 0px -97px; }
.icon-link-rss { background-position: 0px -297px; }
.icon-link-youtube { background-position: 0px -194px; }
.icon-link-flickr { background-position: 0px -397px; }

.offer {
	margin-top:10px;
	position:relative;
	clear:both;
	
}
.offer-content {
	padding-left:15px;
	border-left:1px solid #cecece;
	margin-left:180px;
}
.offer-content h2 {
	font-size:14px;
}
.offer-content p {
	font-size:12px;
}
.offer-image {
	float:left;
	width:170px;
}

.solutions-links {
	width:99%;
	margin-bottom:0px;
	overflow:auto;
}
.solutions-links ul {
	float:left;
	width:33%;
	list-style:none;
	border-width:1px;
	border-color: #cacaca;
	border-style: none solid;
	margin-bottom:3px;
}
.solutions-links ul.first,
.solutions-links ul.last {
	border:none;
}
.solutions-links ul li {
	padding:4px 30px;
}
a.button-hover {
	position:relative;
	text-indent:-1000px;
	overflow:hidden;
}
a.button-hover {
	display:block;
	height:30px;
	background-repeat: no-repeat;
}
a.button-hover:hover {
	background-position: 0px -35px;
}
a.button-read-more { width:103px; background-image: url(../img/buttons/btn-read-more.png);}
a.button-read-now {width:103px; background-image: url(../img/buttons/btn-read-now.png);}
a.button-learn-more {width:103px; background-image: url(../img/buttons/btn-learn-more.png);}
a.button-view-survey-results {width:135px; background-image: url(../img/buttons/btn-view-survey-results.png);}
a.button-try-webex {width:163px; background-image: url(../img/buttons/btn-try-webex.png);}


/* START LIGHTBOX */
#DOMWindow {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.t1m-lb {
    background-color: #FFFFFF;
    border: 1px solid #666666;
    font-size: large;
    height: auto;
    left: 198px !important;
    margin-left: 0;
    min-width: 480px;
    padding: 15px;
    position: fixed;
    text-align: center;
    top: 108px;
    display:none;
}
.t1m-lb-content {
	display:block;
    font-family: sans-serif;	
    font-size:11px;
    color:#333;
    /*background: url(../img/modal-fixed.png) left top;*/
    padding: 4px 0px 0px 4px;
	
	height:432px;
    width:720px;
	
}
* html .t1m-lb-content {
	background:none;
}
.t1m-lb-content * {
	/*font-family: sans-serif;*/
}
.t1m-lb-content h2 {
    color: #336666;
    font-size: 19px;
    margin: 0 60px 10px 0;
    text-align: left;
    font-weight: bold;
    font-family: sans-serif;
}
.t1m-lb-content .lb-close {
    font-size: small;
    position: absolute;
    right: 17px;
    top: 7px;
    z-index: 10000;
    width:17px;
    height:17px;
}
.t1m-lb-content .lb-close a {
    display:block;
    color: #666666;
    font-size: 99.1%;
    outline: medium none;
    text-decoration: none;
    text-indent:-1000px;
    background:url(../img/button-close.png) no-repeat top left;
    overflow:hidden;
    width:17px;
    height:17px;    
}
.t1m-lb-content .lb-close a:hover {
	text-decoration:underline;
}
.t1m-lb-content .flash-alt {
	padding-top:0px;
	text-align:center;

}
/* END LIGHTBOX */

/** BEGIN End Card Content **/
/* Html5 section */
div.csvid-endcard {
    height:400px;
    width:709px;
    position:absolute;
    overflow:hidden;
    background-color:#666;
    top:4px; left:4px;
    display:none;
}
div.csvid-endcard-bg {
    position:absolute;
    top:0px;
    left:0px;
}
div.csvid-endcard-panel {
    position:relative;
    width:284px;
    height:365px;
    top:4px;
    left:4px;
    background: transparent;
}

/** BEGIN Player Links - Replay, Share, Embed **/
ul.csvid-player-links {
    padding: 20px 5px 35px 17px;
}
ul.csvid-player-links li{
    position:relative;
    padding:0  7px 0 27px;
    height:20px;
    list-style-type:none;
    float:left;
    line-height:25px;
    /*font-family: 'CiscoSansRegular', sans-serif;*/
	font-family: Arial,Helvetica,sans-serif;
    font-size:15px;
    text-transform:capitalize;    
}
ul.csvid-player-links li a{
    color:#000;
    background:none;
    border:none;
}
ul.csvid-player-links li.csvid-replay{
    background: url('../img/endscreen/buttons/button-replay.png') 0px 0px no-repeat scroll;
    height:25px;
}
ul.csvid-player-links li.csvid-share{
    background: url('../img/endscreen/buttons/button-share.png') 6px 4px no-repeat scroll;
    height:25px;
    width:62px;
}
ul.csvid-player-links li.csvid-embed{
    background: url('../img/endscreen/buttons/button-embed.png') 0px 2px no-repeat scroll;
    height:25px;
}
ul.csvid-player-links ul {
    position:absolute;
    padding:0px 0px 0px 0px;
    margin:0px;
    top:25px;
    left:0px;
    display:none;
}
ul.csvid-player-links ul li {
	padding:0px;
	margin:0px;
	font-size:10px;
}
ul.csvid-player-links li.active,
ul.csvid-player-links li.csvid-share:hover {
	background:url(../img/endscreen/share-bg.png) no-repeat;
}
ul.csvid-player-links li.active ul,
ul.csvid-player-links li.csvid-share:hover ul {
	display:block;
	background:url(../img/endscreen/share-bg.png) no-repeat 0px -25px;
	width:95px;
	/*height:154px;*/
	height:114px;
	padding-top:5px;
}
ul.csvid-player-links li.active ul li,
ul.csvid-player-links li.csvid-share:hover ul li {
	float:none;
	line-height:16px;
	height:auto;
	padding:0px 0px 2px 25px;
	font-family:Arial, Helvetica, sans-serif;
}
/** END Player Links **/
/** BEGIN End Card Content **/
div.csvid-endcard-panel h1 {
    padding:0px 5px 10px 15px;
    font-size:28px;    
    line-height:30px;
}

div.csvid-endcard-panel h1.smaller {
	font-size: 24px;
	line-height: 26px;
	padding:0px 5px 10px 15px;
}

div.csvid-endcard-panel p {
    font-size: 12px;
	line-height: 16px;
	padding:0px 10px 15px 15px;
	width: 215px;    
}
div.csvid-endcard-panel p.csvid-explore {
    color:#000;
    text-transform:uppercase;
    padding:0px 5px 8px 15px;
    font-size: 10px;
}
div.csvid-endcard-panel ul.csvid-select-links ul {
    display:none;
}
div.csvid-endcard-panel ul.csvid-select-links li{
    list-style-type:none;
    padding-left:115px;
}

div.csvid-endcard-panel ul.csvid-select-links li a{
    padding-right:15px;
    background: url('../img/endscreen/buttons/links-arrow.png') no-repeat right center;
    border:none;
    color:#000;
    font-size:13px;
}
div.csvid-endcard-panel ul.csvid-select-links li a:hover {
    color:#999;
}
div.csvid-endcard-panel a.csvid-play-next {
	display:block;
	padding-top:15px;
}
/** END End Card Content **/ 

/** CLICK TO CHAT **/
div#lpButton-cxo
{
	display: inline;
}

.visualization
{
	overflow: hidden;
}

.footer_shifted ul
{
	padding-left: 234px;
}

/** Custom tool tip requested by Ogilvy**/
a.custom-tool-tip {    
    position: relative;
	text-decoration: none
	
}
a.custom-tool-tip:hover {    
    position: relative
}
a.custom-tool-tip span {
    display: none	
}

a.custom-tool-tip:hover span 
{        
	background-image: url(../img/tooltip-background.png);
	color: #000000;
	display: block;
	/*font-family: 'CiscoSansExtraLight', sans-serif;*/
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	height: 16px;
    left: 90px;
    margin: 10px;
	padding: 16px 0px 0px 5px;
	position: absolute;
    text-decoration: none;
    top: -18px;
	*top: 58px; /*IE 7 workaround*/
	width: 550px;
}

/** HEADER NAV SHARE**/
ul.nav-share
{
	background-image: url(../img/nav_share.png);
	display: none;
	height: 20px;	
	padding: 9px 0px 0px 7px; 
	position: absolute;
	right: 4px;
	top: 14px;	
	width: 65px;
}

ul.utility-nav li:hover ul
{
	display: block;
}

ul.nav-share li 
{
	padding: 0px 0px 0px 8px;
}

ul.nav-share li a
{
	padding: 0px;
}

/** HEADER NAV SHARE**/