/* CSS Document */
html,body {background-color: #e2e2e2;}

#container {
	position:relative;
	float: left;
	
	margin: 0 auto;
	background:#fff;
}

form {margin:0; padding:0;}

.textfield {border:1px solid #7f9db9; padding:3px}
.textfield:focus {border:1px solid #d59c68; background-color:#FFFFCC}

/*TEXT*/
body, div, p, address, label, legend, input, select, blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #666;
	font-size: 11px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	color: #666;
	font-size: 11px;
}

ul, ol, li {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}


/*MASTHEAD*/
#masthead {

	height: 86px;
	background-color: #fff;
	border-top: 2px solid #ff5312;
	border-bottom: 2px solid #ff5312;
}

#empty-wrapper {
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	padding:0;
	margin:0;
	}

#logo {
	float: left;
	width: 163px;
	height: 84px;
	margin: 0;
	display: inline;
}

#nav-wrapper {
	float: right;
	width: 803px;
	height: 84px;
	background-color: #000;
	padding:0;
	margin:0;
	display: inline;
}

#tagline {
	float:left;
	text-align:left;
	padding:15px 0 0 30px;
	display:inline;
}

#setlabs-pub {
	padding:0;
	margin:0;
}


#top-nav-wrapper {
	float:right;
	width:208px;
	padding: 18px 12px 0 0;
	text-align:left;
	display:inline;
	margin:0;
	}
	
/*TOP NAV*/
#top-nav ul {
	font-size: 12px;
	margin:0;
	padding: 0;
	list-style-type: none;
	}

#top-nav ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#top-nav li {
	display: inline;
	margin: 0;
	padding: 0;
}

#top-nav li a {
	float: left;
	display: inline;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 10px;
	/*color: #000;*/
	text-transform: uppercase;
	text-decoration: none;
}

#top-nav li a.contact {
	height: 21px;
	width: 67px;
	text-indent: -10000px;
	background-image: url("/images/nav-contact.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#top-nav li a.careers {
	height: 21px;
	width: 67px;
	text-indent: -10000px;
	background-image: url("/images/nav-careers.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#top-nav li a.investors {
	height: 21px;
	width: 74px;
	text-indent: -10000px;
	background-image: url("/images/nav-investors.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#top-nav li a:hover, #top-nav li a.selected {
	background-position: 0 -21px;
	color: #05244a;
}


#navigation-wrapper {
	float: left;
	height:31px;
	width: 803px;
	/*background-color: #000;*/
	margin: 14px 0 0 0;
	display: inline;
}

/*MAIN NAV*/
#nav ul {
	font-size: 12px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 13px;
}

#nav ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav li {
	display: inline;
	margin: 0;
	padding: 0;
}

#nav li a {
	float: left;
	display: inline;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 10px;
	/*color: #000;*/
	text-transform: uppercase;
	text-decoration: none;
}

#nav li a.home {
	height: 31px;
	width: 75px;
	text-indent: -10000px;
	background-image: url("/images/nav-home.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav li a.flatworld {
	height: 31px;
	width: 94px;
	text-indent: -10000px;
	background-image: url("/images/nav-flatworld.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav li a.offerings {
	height: 31px;
	width: 83px; 
	text-indent: -10000px;
	background-image: url("/images/nav-offerings.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav li a.globalsourcing {
	height: 31px;
	width: 134px;
	text-indent: -10000px;
	background-image: url("/images/nav-globalsourcing.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav li a.research {
	height: 31px;
	width: 89px;
	text-indent: -10000px;
	background-image: url("/images/nav-research.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav li a.beyondbusiness {
	height: 31px;
	width: 131px;
	text-indent: -10000px;
	background-image: url("/images/nav-beyondbusiness.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav li a.newsroom {
	height: 31px;
	width: 101px;
	text-indent: -10000px;
	background-image: url("/images/nav-newsroom.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav li a.about {
	height: 31px;
	width: 96px;
	text-indent: -10000px;
	background-image: url("/images/nav-aboutus.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}


#nav li a:hover, #nav li a.selected {
	background-position: 0 -31px;
	/*color: #000;*/
}

/*FOOTER*/
#footer-container {
	clear: both;
	width: 200px;
	background-image: url(/images/footer-bg.gif);
	background-repeat: repeat-x;
	font-size: 0.95em;
	height:47px;
}

#footer-container a {
	font-size: 10px;
	color: #666;
	text-decoration: none;
}

#footer-container a:hover {
	color: #ff6600;
}

#subfooterlinks {
	float: left;
	padding: 10px 0 0 15px;
	line-height: 25px;
	height:37px;
}

#rssicon {
	float: right;
	padding: 19px 15px 0 0;
	width: 37px;
}

#footer {
	clear: both;
	width: 966px;
	height: 38px;
	background-color: #fff;
	font-size: 0.95em;
	color: #333333;
}

#footertext {
	float: left;
	padding: 10px 0 0 15px;
}

#privacylinks {
	float: right;
	padding: 10px 15px 0 0;
}

.red-highlight {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9px;
	color:#FF5312;
	}
/*JOURNALIST RESOURCES END*/

.separator {
	border:1px solid #e6e6e6;
	}
	
/*LANDING PAGES*/
#fluid-container {
	float:left;
	width:966px;
	border-top:1px solid #cccccc;
	margin:0 0 20px 0;
	padding:0;
	}
	
#fluid-wrapper {
	float:left;
	display:inline;
	width:650px;
	margin-right:19px;
	padding:20px;
}

#fluid-wrapper ul {
	list-style:none;
	margin-bottom:12px;
	padding:0;
	}
	
#fluid-wrapper ul li {
	padding-left:8px;
	margin:4px 0 0 0;
	background:url(/images/bullet.gif) no-repeat 0 5px;
	vertical-align:middle;
	}
	
#fluid-wrapper ol {	padding:0; margin-left:18px; }
	
#fluid-inner { width:926px; margin:20px 0 0 20px; padding:0; }

#fluid-inner ul {
	list-style:none;
	margin-bottom:12px;
	padding:0;
	}
	
#fluid-inner ul li {
	padding-left:8px;
	margin:4px 0 0 0;
	background:url(/images/bullet.gif) no-repeat 0 5px;
	vertical-align:middle;
	}
	
.landingpage-promo {
	float:right;
	width:230px;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	border-top:2px solid #ff6600;
	border-bottom:1px solid #e6e6e6;
	margin:20px 20px 0 0;
	display:inline;
}
	
#landingpage-lead { width:926px; padding:0;	margin:0; }
	
#landingpage-main { float:left; width:726px; border-right:1px solid #eaeaea; margin-top:22px }
	
#landingpage-main p { margin-right:20px; }
	
#landingpage-related { float:left; margin:20px 0 0 19px; width:180px; }
	
.landingpage-desc {
	border-bottom:1px dotted #b5b4b4;
	margin-right:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	font-style:italic;
	line-height:18px;
	}
	
.feed-icon { background:url(/images/icon-feed.gif) no-repeat 0 2px; padding-left:15px; }
	
#landing-feat-whitepaper { float:left; padding:0; width:215px; margin-right:31px; }
	
#landing-feat-casestudy { float:left; padding:0; width:215px; margin-right:31px; }

#landing-archived-webinars { float:left; padding:0; width:215px; }

#landing-archived-webinars ul li {	list-style-type:none; padding-left:8px; margin:4px 0 0 0;	background:url(/images/bullet.gif) no-repeat 0 5px; vertical-align:middle;	}
	
#fluid {
	float:left;
	display:inline;
	width:900px;
	margin-right:19px;
	padding:20px 0 20px 20px;
	}

#related-promotions {
	float:left;
	width:214px;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	border-top:2px solid #ff6600;
	border-bottom:1px solid #e6e6e6;
	margin:20px 20px 0 0;
}

#related-promotions ul {
	list-style:none;
	margin-bottom:6px;
	padding:0;
	}
	
#related-promotions ul li {
	padding-left:8px;
	margin:4px 0 0 0;
	background:url(/images/bullet.gif) no-repeat 0 5px;
	vertical-align:middle;
	}
	
.related-promotions {
	float:right;
	width:214px;
	display:inline;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	border-top:2px solid #ff6600;
	border-bottom:1px solid #e6e6e6;
	margin:20px 20px 0 0;
}

.related-promotions ul {
	list-style:none;
	margin-bottom:6px;
	padding:0;
	}
	
.related-promotions ul li {
	padding-left:8px;
	margin:4px 0 0 0;
	background:url(/images/bullet.gif) no-repeat 0 5px;
	vertical-align:middle;
	}

#rp-header-separator {
	background:url(/images/dotted-h-separator.gif) repeat-x bottom;
	height:33px;
	line-height:35px;
	padding-left:8px;
}

.rp-header-separator {
	background:url(/images/dotted-h-separator.gif) repeat-x bottom;
	height:33px;
	line-height:35px;
	padding-left:8px;
}

#blog-promotions {
	float:right;
	width:250px;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	border-top:2px solid #ff6600;
	border-bottom:1px solid #e6e6e6;
	margin:20px 20px 0 0;
}

.white-text {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	font-size: 11px;
	}
	
.left {
	float:left;
	margin:0 15px 5px 0;
	display:inline;
	}
	
.right {
	float:right;
	margin:0 0 5px 10px;
	display:inline;
	}
	

/*For Print purpose*/
#win-flatworld {
	display:none;
	}
	
#print-necessary{
	display:none;
	}
	
hr {
	display:block;
	height:1px;
	border:none;
	border-bottom:1px dotted #e6e6e6;
	}

	


/* ================================================================ 
Menu courtesy CSS PLAY

This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.crumb {position:relative; z-index:100;left:18px;top:1px; }
/* hack to correct IE5.5 faulty box model */
* html .crumb {width:80%;}
/* remove all the bullets, borders and padding from the default list styling */
.crumb ul {padding:0;margin:0;list-style-type:none;width:100%;}
.crumb ul ul {}
.crumb ul ul li {background-color:#F1F1F1;width:500px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.crumb ul li {float:left;position:relative;}
/* style the links for the top level */
.crumb a, .crumb a:visited {display:block;text-decoration:none; color:#666;line-height:1.5em;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .crumb a, * html .crumb a:visited {}

/* style the second level background */
.crumb ul ul a.drop, .crumb ul ul a.drop:visited {}
/* style the second level hover */
.crumb ul ul a.drop:hover{}
.crumb ul ul :hover > a.drop {}
/* style the third level background */
.crumb ul ul ul a, .crumb ul ul ul a:visited {}
/* style the third level hover */
.crumb ul ul ul a:hover {background:#ccc;}
/* style the top link hover */
.crumb li:hover{background: #ececec;}
/* style the top link's arrow hover */
.crumb li div:hover{background: #fff;}
/* style the arrow */
.crumb li div{color:#666; padding-top:1px;}
.crumb li div img{border:0px; vertical-align:-.17em;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.crumb ul ul {visibility:hidden;position:absolute;height:0;top:16px;left:0px;}
/* another hack for IE5.5 */
* html .crumb ul ul {top:16px;}

/* position the third level flyout menu 
.crumb ul ul ul{left:149px; top:-1px; width:149px;}*/

/* position the third level flyout menu for a left flyout 
.crumb ul ul ul.left {left:-149px;}*/

/* style the table so that it takes no ppart in the layout - required for IE to work */
.crumb table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* give border to the drop menu*/
.crumb ul ul table{border:1px solid #e6e6e6;background-color:#F1F1F1;}

/* style the sub menu div */
.crumb li li div{padding:2px;margin-top:0px;position:absolute;background:#F1F1F1;border:1px solid #e6e6e6;}
.crumb li li div:hover {background:#F1F1F1;}
.crumb li li div p{float:left; margin-right:10px;}


/* style the second level links */
.crumb ul ul a, .crumb ul ul a:visited {color:#666; height:auto; line-height:1em; padding:5px;}

/* yet another hack for IE5.5 */
* html .crumb ul ul a, * html .crumb ul ul a:visited {}

/* style the top level hover 
.crumb a:hover, .crumb ul ul a:hover{color:#000; background:#ccc;}
.crumb :hover > a, .crumb ul ul :hover > a {color:#000;background:#ccc;}*/
.crumb ul a:hover{color:#000;background:#ececec;}
.crumb ul ul a:hover{color:#000;background:#ccc;}

/* make the second level visible when hover on first level list OR link */
.crumb ul li:hover ul,
.crumb ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.crumb ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.crumb ul :hover ul :hover ul{ visibility:visible;}
.crumbselect{ color:#1e62a9; font-weight:normal;}
.crumb ul a{ font-weight:bold;}
.crumb ul ul a{ font-weight:normal;}
.crumb ul font{ font-weight:normal;}



.header-orange {
	color:#ff6600;
	font-size:12px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 0;
	display:block;
}


/*GREETINGS
#greetings {
	position:absolute;
	width:550px;
	height:53px;
	z-index:999;
	left: 163px;
	top: 3px;
}*/