* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #fff url(images/sp_bg.jpg);
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

form {
}

fieldset {
	border: none;
}

label {
	float: left;
	width: 80px;
	padding: 3px 10px 0 0;
	text-align: right;
	font-weight: bold;
}

.alt label {
	text-align: left;
}

.text {
	width: 160px;
	padding: 2px 5px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

form ul {
	margin: 0 !important;
	list-style: none !important;
	line-height: 1;
}

form li {
	padding: 5px 0 !important;
	background: none !important;
}

form .req {
	font-size: 10px;
	color: #EB3314;
}

form .buttons {
	padding: 10px 0 0 0;
}

a {
	color: #333;
}

a:hover {
	background-color: #ffc;
}

a img {
	border: none;
}

.alignleft {
	float: left;
}

img.alignleft {
	margin: 0 15px 0 0;
}

.cover {
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.coverasia {
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.clear {
	clear: both;
	height: 3px;
}

.bcnav {
	text-transform: lowercase;
}

.emp {
	font-size: 13px;
}

/* HEADER */

#header {
	width: 980px;
	height: 140px;
	margin: 0 auto;
	background: url(images/sp_header_bg.jpg) no-repeat 100% 0;
	position: relative;
	z-index: 99;
}

/* LOGO */

#logo {
	float: left;
	width: 300px;
	height: 140px;
}

#logo h1 {
	position: relative;
}

#logo .cover {
	background: url(/images/sp_logo.png);
	width: 300px;
	height: 140px;
}

#logo .coverasia {
	background: url(/images/sp_logo_asia.png);
	width: 300px;
	height: 140px;
}

/* MENU */

#menu {
	float: right;
	width: 670px;
	height: 140px;
}

#menu ul {
	padding: 80px 0 0 0;
	list-style: none;
}

#menu li {
	float: left;
	position: relative;
	margin: 0 0 0 1px;
	padding: 0 0 0 1px;
}

#menu a {
	float: left;
	width: auto;
	padding: 0px 10px 3px 7px;
	text-transform: lowercase;
	text-decoration: none;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}

#menu a:hover {
	background: #464646;
	color: #fff;
}

#menu .submenu ul a:hover {
	color: #FC9F5C !important;
}

#menu li#menu-contact-us {
	float: right;
	margin: 0;
	padding-right: 20px;
}

#menu li#menu-contact-us a {
	padding-left: 33px;
	background: url(images/icon_mail.gif) no-repeat 10px 50%;
}

#menu li#menu-contact-us a:hover {
	background-color: #464646;
}

#menu li#acronym-asia {
}

#menu li.div {
	height: 25px;
	margin-left: 10px;
	border-left: 1px solid #ccc;
}

/* SUBMENU - triggered by :hover */

#menu li.submenu:hover, #menu li.over {
	background: url(images/dropdown_menu_bg.gif) no-repeat 0 -32px;
}

#menu li.submenu:hover a, #menu li.over a {
	background: url(images/dropdown_menu_bg.gif) no-repeat 100% 0;
	color: #fff;
}

#menu li.submenu:hover ul, #menu li.over ul {
	display: block;
}

#menu li ul {
	display: none;
	position: absolute;
	z-index: 99;
	left: 0;
	top: 22px;
	margin: 0;
	padding: 0 0 0 3px;
	background: url(images/dropdown_bg.gif) no-repeat 0 100%;
}

#menu li li {
	float: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#menu li li a {
	float: none;
	display: block;
	padding: 2px 10px 2px 7px;
	font-size: 12px;
	font-weight: normal;
	background: url(images/dropdown_bg.gif) no-repeat 100% 50% !important;
	color: #fff;
}

#menu li li a:hover {
}

#menu li li.first a {
	padding-top: 10px;
	background-position: 100% 0 !important;
}

#menu li li.last a {
	padding-bottom: 10px;
	background-position: 100% 100% !important;
}

/* WRAPPER */

#wrapper {
	z-index: 0;
	width: 980px;
	margin: 0 auto;
	background: #fff url(images/sp_wrapper_bg.jpg) repeat-y;
}

/* FLASH HEADER */

#flash {
	z-index: 0;
	position: relative;
	padding: 28px 0 0 20px;
	background: url(images/sp_flash_bg.gif) no-repeat 20px 0;
}

/* PAGE */

#page {
	margin: 0 19px 0 20px;
	padding: 0px 8px 0 8px;
	background: url(images/sp_page_bg.jpg) repeat-x;
	border: 1px solid #ccc;
	border-top: none;
}

/* CONTENT */

#content {
	float: right;
	width: 716px;
	margin-top: 18px;
	background: #fff url(images/sp_content_bg.gif) repeat-y;
}

#content .bgtop {
	background: url(images/sp_content_bgtop.gif) no-repeat;
}

#content .bgbtm {
	height: 500px;
	min-height: 500px;
	padding: 25px 18px 20px 25px;
	background: url(images/sp_content_bgbtm.gif) no-repeat 0 100%;
}

html>body #content .bgbtm {
	height: auto;
}

#content .entry p, #content .entry ol, #content .entry ul {
	margin-bottom: 1.5em;
	line-height: 160%;
	font-size: 12px;
}

#content .entry ul {
	margin-left: 20px;
	list-style: none;
}

#content .entry ul li {
	padding-left: 10px;
	background: url(images/dot1.gif) no-repeat 0 7px;
}

#content li ul {
	margin-bottom: 0 !important;
}

.pagetitle {
	width: 530px;
	padding: 10px 0;
	font-size: 28px;
	font-weight: normal;
}

.h2 {
	letter-spacing: -3px;
	font-size: 20px;
}

.h3 {
	margin-bottom: 20px;
	font-size: 16px;
}

.h4 {
	margin-bottom: 1em;
	font-size: 12px;
}

/* BOX BORDER */

.box-border {
	width: 607px;
}

.box-border .border-top {
	height: 10px;
	background: url(images/box_border_top.gif) no-repeat;
}

.box-border .border-top div {
	float: right;
	height: 10px;
	width: 10px;
	background: url(images/box_border_top.gif) no-repeat 100% 100%;
}

.box-border .border-bottom {
	height: 10px;
	background: url(images/box_border_btm.gif) no-repeat 0 100%;
}

.box-border .border-bottom div {
	float: right;
	height: 10px;
	width: 10px;
	background: url(images/box_border_btm.gif) no-repeat 100% 100%;
}

.box-border .border-content {
	padding: 10px 20px;
	border: 4px solid #E3E3E3;
	border-top: none;
	border-bottom: none;
}

/* CONTACT FORM */

#contact-form {
}

#contact-form ul {
	float: left;
	width: 270px;
}

#contact-form li {
}

#contact-form ul.alt {
	padding-left: 15px;
}

#contact-form ul.alt label {
	float: none;
	width: auto;
	display: block;
}

#contact-field6 { /* message */
	width: 260px;
	height: 74px;
}

#contact-field7 { /* interest */
	width: 270px;
}

#contact-form .button {
	float: right;
}

#contact-form .req {
	float: left;
	padding: 20px 0 0 90px;
}

.addresses {
	margin: 0;
	padding: 20px 0 0 0;
	list-style: none;
	clear: both;
}

.addresses li {
	float: left;
	width: 30%;
	padding: 0 0 20px 0;
	background: none !important;
}

/* DOWNLOAD FORM - Whitepaper */

#download-form {
	margin: 40px auto;
}

#download-form .button {
	float: right;
}

#download-form .req {
	padding: 0 0 0 90px;
}

#download-form .download-cover {
	float: left;
	padding-left: 20px;
}

#download-form form {
	float: right;
	width: 290px;
	padding-top: 10px;
}

#download-form .confirmation {
	float: right;
	width: 290px;
	padding-top: 15px;
	text-align: center;
}

#download-form .confirmation h1 {
	text-align: center;
}

#download {
	position: relative;
	width: 140px;
	height: 45px;
	margin: 0 auto;
}

#download .cover {
	background: url(images/download_button.png) no-repeat;
}

/* NEWSLETTER SIGNUP */

#newsletter-form {
	float: left;
	width: 312px;
}

#newsletter-form .button {
	float: right;
}

#keyword-driven-logo {
	float: left;
	margin-left: 15px;	
}

.float-left {
	float: left;
}

#id_interested {
	width: 230px;
}

#acronym_hiring {
	 font-size: 1em;
}

/* EMPIRE CAM */

.ec-player {
	margin-top: 20px;
	text-align: center;
}

.ec-player .caption {
	margin: 0 !important;
}

/* TWO COLUMNS */

.two-cols {
}

.two-cols .col1 {
	float: left;
	width: 455px;
}

.two-cols .col1 .entry {
	border-right: 1px solid #ccc;
	padding-right: 25px;
}

.two-cols .col2 {
	float: right;
	width: 190px;
}

/* ADS */

.ad-box {
	width: 190px;
	height: 154px;
	margin: 0 0 20px 0;
	position: relative;
	overflow: hidden;
}

#ad-default {
	width: 190px;
	height: 179px;
	float: right;
	margin: -37px -69px 17px 0;
	position: relative;
	overflow: hidden;
}

#ad-default a .cover {
	background: url(/images/ad_default.jpg) no-repeat 0 0;
}

#ad-default a:hover .cover {
	background-position: 0 -179px;
}

#newsletter {
	width: 190px;
	height: 179px;
	float: right;
	margin: -37px -69px 17px 0;
	position: relative;
	overflow: hidden;
}

#newsletter .cover {
	background: url(images/ad_newsletter.jpg) no-repeat;
}

#hiring {
	width: 190px;
	height: 179px;
	float: right;
	margin: -37px -69px 17px 0;
	position: relative;
	overflow: hidden;
}

#hiring .cover {
	background: url(images/ad_hiring.jpg) no-repeat;
}

#certifications {
	width: 190px;
	height: 117px;
	position: relative;
	overflow: hidden;
}

/* SIDEBAR */

#sidebar {
	float: left;
	width: 200px;
	margin-top: 18px;
}

#sidebar .box {
	margin-bottom: 10px;
	background: #fff url(images/sp_sidebar_bg.gif) repeat-y;
}

#sidebar .box .bgtop {
	background: url(images/sp_sidebar_bgtop.gif) no-repeat;
}

#sidebar .box .bgbtm {
	padding: 10px;
	background: url(images/sp_sidebar_bgbtm.gif) no-repeat 0 100%;
}

/* SIDE MENU */

#sidemenu {
	text-transform: lowercase;
}

#sidemenu .bgbtm {
	/*height: 270px;*/
}

#sidemenu ul {
	line-height: 160%;
	list-style: none;
}

#sidemenu li {
}

#sidemenu li ul {
	line-height: 140%;
}

#sidemenu li li {
	padding-left: 15px;
	font-size: 10px;
}

#sidemenu a {
	color: #000;
}

#sidemenu li li a {
	text-decoration: none;
}

#sidemenu .on {
	text-decoration: underline;
	font-weight: bold;
	color: #EB3313;
}

#sidemenu .collapse span {
	background: url(images/icon1.gif) no-repeat -207px 7px;
}

#sidemenu .collapse ul {
	display: none;
}

#sidemenu .expand {
	display: block;
}

#sidemenu span {
	float: left;
	width: 10px;
	height: 15px;
}

#sidemenu .expand span {
	background: url(images/icon1.gif) no-repeat 0 7px;
}

/* FOOTER */

#footer {
	width: 980px;
	height: 60px;
	margin: 0 auto;
	background: #fff url(images/sp_footer_bg.jpg) no-repeat;
}

#footer p {
	padding-top: 19px;
	text-align: center;
	font-size: 9px;
}

#footer a {
	color: #333;
}

/* REQUEST PROPOSAL LINK */

.request-proposal {
	width: 436px;
	height: 50px;
	margin: 0 0 20px 0;
	background: url(images/request_proposal_link.png) no-repeat;
}

.request-proposal p {
	float: left;
	height: 50px;
	margin: 0 !important;
	line-height: normal !important;
}

.request-proposal .note {
	width: 262px;
	height: 40px;
	padding: 10px 10px 0 10px;
	font-size: 11px !important;
}

.request-proposal .link {
	position: relative;
	width: 154px;
}

.request-proposal .cover {
	background: url(images/request_proposal_link.png) no-repeat 100% 0;
}

/* CONTACT US LINK */

.contact-us-link {
	width: 436px;
	height: 50px;
	margin: 0 0 20px 0;
	background: url(images/contact_us_link.png) no-repeat;
}

.contact-us-link p {
	float: left;
	height: 50px;
	margin: 0 !important;
	line-height: normal !important;
}

.contact-us-link .note {
	width: 262px;
	height: 40px;
	padding: 10px 10px 0 10px;
	font-size: 11px !important;
}

.contact-us-link .link {
	position: relative;
	width: 154px;
}

.contact-us-link .cover {
	background: url(images/contact_us_link.png) no-repeat 100% 0;
}

/* KEYWORD DRIVEN LINK */

.keyworddriven-link {
	width: 436px;
	height: 50px;
	margin: 0 0 20px 0;
	background: url(images/keyworddriven_link.jpg) no-repeat;
}

.keyworddriven-link p {
	float: left;
	height: 50px;
	margin: 0 !important;
	line-height: normal !important;
}

.keyworddriven-link .note {
	width: 262px;
	height: 40px;
	padding: 10px 10px 0 10px;
	font-size: 11px !important;
}

.keyworddriven-link .link {
	position: relative;
	width: 154px;
}

.keyworddriven-link .cover {
	background: url(images/keyworddriven_link.jpg) no-repeat 100% 0;
}

/* TWITTER LINK */

.twitter-link {
	width: 436px;
	height: 50px;
	margin: 0 0 20px 0;
	background: url(images/twitter_link.jpg) no-repeat;
}

.twitter-link p {
	float: left;
	height: 50px;
	margin: 0 !important;
	line-height: normal !important;
}

.twitter-link .note {
	width: 262px;
	height: 40px;
	padding: 10px 10px 0 10px;
	font-size: 11px !important;
}

.twitter-link .link {
	position: relative;
	width: 154px;
}

.twitter-link .cover {
	background: url(images/twitter_link.jpg) no-repeat 100% 0;
}

.footer-button-request-proposal .cover {
	background: url(/images/footer_button.png) no-repeat 100% 0;
}

.footer-button-contact-us .cover {
	background: url(/images/footer_button.png) no-repeat 100% -50px;
}

.footer-button-learn-more .cover {
	background: url(/images/footer_button.png) no-repeat 100% -100px;
}

.footer-button-brilliant .cover {
	background: url(/images/footer_button.png) no-repeat 100% -150px;
}

.footer-button-twitter .cover {
	background: url(/images/footer_button.png) no-repeat 100% -200px;
}

.footer-button-keyworddriven .cover {
	background: url(/images/footer_button.png) no-repeat 100% -250px;
}


/* DOWNLOAD EXEC PHOTOS */

#download-exec {
	width: 436px;
	height: 50px;
	margin: 0 0 20px 0;
	background: url(images/dl_exec_bg.png) no-repeat;
}

#download-exec p {
	float: left;
	width: 264px;
	padding: 7px 10px;
}

#download-exec ul {
	float: left;
	width: 152px;
	height: 50px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

#download-exec li {
	float: left;
	padding: 0 !important;
	background: none !important;
}

#download-exec a {
	display: block;
	position: relative;
	width: 152px;
	height: 25px;
}

#anton-konikoff .cover {
	background: url(images/dl_exec_antonk.png) no-repeat;
}

#mike-grehan .cover {
	background: url(images/dl_exec_mikeg.png) no-repeat;
}

/* DOWNLOAD ACRONYM */

#download-anton {
	width: 436px;
	height: 32px;
	margin: 0 0 20px 0;
	background: url(images/dl_anton-mug-flat.jpg) no-repeat;
}

#download-anton p {
	float: left;
	width: 264px;
	padding: 7px 10px;
}

#download-anton ul {
	float: left;
	width: 152px;
	height: 32px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

#download-anton li {
	float: left;
	padding: 0 !important;
	background: none !important;
}

#download-anton a {
	display: block;
	position: relative;
	width: 152px;
	height: 32px;
}

#anton-konikoff1 .cover {
	background: url(images/dl_anton-mug-flat.jpg) no-repeat 100% 0;
}

/* DOWNLOAD LOGO */

#download-logo {
	width: 436px;
	height: 32px;
	background: url(images/dl_logo.png) no-repeat;
}

#download-logo p {
	float: left;
	width: 264px;
	padding: 7px 10px;
}

#download-logo ul {
	float: left;
	width: 152px;
	height: 32px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

#download-logo li {
	float: left;
	padding: 0 !important;
	background: none !important;
}

#download-logo a {
	display: block;
	position: relative;
	width: 152px;
	height: 32px;
}

#logo1 .cover {
	background: url(images/dl_logo.png) no-repeat 100% 0;
}

/* JOBS */

#jobs {
	width: 436px;
	height: 50px;
	background: url(images/jobs_button.png) no-repeat;
}

#jobs p {
	float: left;
	width: 264px;
	padding: 7px 10px;
}

#jobs ul {
	float: left;
	width: 152px;
	height: 50px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

#jobs li {
	float: left;
	padding: 0 !important;
	background: none !important;
}

#jobs a {
	display: block;
	position: relative;
	width: 152px;
	height: 50px;
}

#jobs .button .cover {
	background: url(images/jobs_button.png) no-repeat 100% 0;
}

/* EMPIRE CAM BOX */

#empire-cam {
	width: 201px;
	background: url(images/ec_bg.png) repeat-y;
}

#empire-cam h1 {
	height: 33px;
	position: relative;
	overflow: hidden;
}

#empire-cam h1 .cover {
	background: url(images/ec_title.png) no-repeat;
}

#empire-cam .image {
	padding: 0 7px;
	background: url(images/ec_top.png) no-repeat;
}

#empire-cam .entry {
	padding: 5px 12px 10px 12px;
	background: url(images/ec_btm.png) no-repeat 0 100%;
}

.video-tile {
height:180px;
width:300px;
margin:10px;
float:left;
}
.video-tile a img {
margin-top:140px;
width:150px;
float:left;
}
.video-tile a:hover {
border-bottom:0;
}
#tile-google {
background-image:url(asia/en/img/download-google.png);
}
#tile-acronym {
background-image:url(asia/en/img/download-acronym.png);
}
#tile-media {
background-image:url(asia/en/img/download-mediamind.png);
}
#tile-adobe {
background-image:url(asia/en/img/download-adobe.png);
}
