/************* cross-browser 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,
dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-family:  "Segoe UI", Segoe, Arial, Helvetica, sans-serif;
	
	
}



h1{font-size:28px;line-height:33px;margin-bottom:19px;}

h2{font-size:21px;margin-bottom:15px;}h3{font-size:21px}h4{font-size:19px}h5{font-size:17px}h6{font-size:15px}

h1, h2 
{
    font-weight:normal;
}

/* define focus styles */
:focus {
	outline: 0;
}
body {
	line-height: 170%;
	font-size:15px;
	
}
ol, ul {
	list-style: none;
	line-height: 150%;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a:link, a:active, a:hover, a:visited {

color:#ffffff;
text-decoration:underline;

}

a:hover {

color:#f48909;

}


/************************************************************* TBOX **************************************************************/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for tbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> tbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> tbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=35);
  -moz-opacity: 0.35;
  opacity: 0.35;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
 /**/ padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
/*#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}*/
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}



/************************************** page structure styles ******************************************************/

body {
	
	color: #eff1f5;
	background: #113e75;
}

#header-wrap {
background-color:#f09513;
height:206px;
}

#header {
width:960px;
height:206px;
background-image:url(../images/bg_header80.jpg);
margin:0 auto;
}



#content {

background: url(../images/bg_content_navline_border.jpg) no-repeat;
width:960px;

padding:0;

position:relative;
z-index:50;
margin:0 auto;
}

h3#wpp-logo {
    width:517px;
    height:148px;
    position:relative;
    margin:29px 0 0 32px;
    overflow:hidden; /* in case text is bigger than the image */
    float:left;
	text-indent:-999em;
    }
	
h3#wpp-logo a{
	text-decoration:none;
	
}
    
    
h3#wpp-logo span {
    display:block;
    width:517px;
    height:148px;
    position:absolute;
    top:0px;
    left:0px;
    background:url(../images/logo.gif) top left no-repeat;
	cursor:pointer;
    
    }
	
#topnavbox {
height:47px;
margin-bottom:28px;
}

#topnavbox ul {
float:right;
width: 460px;
margin-right:67px;
}

#topnavbox li#toplink_search, #topnavbox li#toplink_branding, #topnavbox li#toplink_questions {
float:left;
margin:0;
padding:0;
}

#topnavbox li#toplink_search {
width:176px;
}

#topnavbox li#toplink_branding {
width:170px;
}

#topnavbox li#toplink_questions {
width:114px;
}



#topnavbox li#toplink_search a, #topnavbox li#toplink_branding a, #topnavbox li#toplink_questions a, #topnavbox li#toplink_search span, #topnavbox li#toplink_branding span{
text-indent:-999em;
display:block;
height:47px;
float:left;
}

#topnavbox li#toplink_search a{
width:106px;
background:url(../images/navbtn_search.gif) no-repeat;
}


#topnavbox li#toplink_branding a{
width:120px;
background:url(../images/navbtn_branding.gif) no-repeat;
}

#topnavbox li#toplink_questions a{
width:114px;
background:url(../images/navbtn_questions.gif) no-repeat;
}

#topnavbox li#toplink_search span{
width:70px;
background:url(../images/navbtn_divider1.gif) no-repeat;
}

#topnavbox li#toplink_branding span{
width:50px;
background:url(../images/navbtn_divider2.gif) no-repeat;
}


#topnavbox li#toplink_search a:hover, #topnavbox li#toplink_branding a:hover, #topnavbox li#toplink_questions a:hover {
background-position:0 -47px;
}
	
.col-left-third {
	width:245px;
	margin-left:14px;
	float:left;
	
}

.col-right-two-thirds {
	width:665px;
	margin-left:22px;
	float:left;
	
}


/***************************** panels ****************************************/

.bluepanel {
background: #4e78a2 url(../images/bg_bluepanel1.jpg) no-repeat;
width:245px;
margin-bottom:20px;
overflow:hidden;
padding-bottom:20px;

}

.clear {
clear:both;
}




/***************************** details ****************************************/

h3#quicklinks {
width:105px;
height:18px;
background:url(../images/header-quicklinks.gif) no-repeat;
text-indent:-999em;
margin:13px 0 5px 16px;


}

h3#quicklinks, a.quicklink {
margin-left:13px;
}

a.quicklink {
font-size:18px;
line-height:33px;
}

a.quicklink:link, a.quicklink:active, a.quicklink:visited, a.quicklink:hover {
color:#ffffff;
text-decoration:none;
}

a.quicklink:hover {
text-decoration:underline;
}

 
 
 a#logos-download {
	width: 243px; height: 64px;
	position: relative;
	overflow:hidden;
	cursor:pointer;
	display:block;
	}
a#logos-download span {
	background:url(../images/download-the-logos.png);
	position: absolute;
	top:0;left:0;
	width: 243px; height: 64px;
	display:block;
}

#pshopshowcase {
	width:431px;
	/*height:260px;*/
	height:326px;
	/*background:url(../images/temp-video-pholder.jpg) no-repeat;*/
	float:left;
}

.rightmostcol {
float:left;
width:213px;
margin-left:18px;
font-size:75%;
line-height:150%;
}

.rightmostcol h2{
font-size:20px;
border-bottom:1px solid #ffffff;
margin:0 0 10px 0;
font-weight:normal;
padding-bottom:3px;
}

.rightmostcol a.linkyel{
font-size:115%;
display:block;
font-weight:bold;
}

.rightmostcol a.linkyel:link,.rightmostcol a.linkyel:visited,.rightmostcol a.linkyel:active{
color:#f6b92f;
}

.rightmostcol a.linkyel:hover { 
color:#71a4cd;

}

h2.louder {
font-weight:normal;
line-height:32px;
}


/***************************** search results ******************************************/

.resultbox {
background:#8ba4bf url(../images/bg_results.jpg) no-repeat;
width: 646px;
height: 127px;
border:2px transparent solid;
overflow:hidden;
margin-bottom:3px;

}

.resultbox:hover {

border-color:#f6bd32;


}

.resultbox img, .resultbox h3, .resultbox em, .resultbox p {
float:left;

}

.resultbox img {
width:106px;
height:106px;
border: 4px #ffffff solid;
margin:6px 13px 0 16px;
}

.resultbox p {
width:488px;

}

 .resultbox h3, .resultbox em{
/*width:260px;*/
width:320px;
display:block;

}

 .resultbox h3 {
color:#000000;
font-size:14px;
margin:14px 0 0 0;
padding:0;
}

 .resultbox em {
color:#ffffff;
font-size:9px;
font-style:italic;
margin:-4px 0 0 0;
padding:0;
}

 .resultbox p {
color:#000000;
margin-top:7px;
font-size:12px;
line-height:14px;
}

.resultbox a.preview, .resultbox a.download {
float:right;
height:19px;
text-indent:-999em;
margin-top:20px;
}

.resultbox a.preview{
width:75px;
background:url(../images/btn_preview.png) no-repeat;
margin-right:5px;
}

.resultbox a.download {
width:78px;
background:url(../images/btn_download.png) no-repeat;
margin-right:15px;
}



/****************** previews **************************************/

.previewbox, #TB_window {
width:681px;
height:624px;
background-color:#e9e9e9;
padding:0 !important;

}

.previewbox{
position:relative;
display:none;
}

a.btn_close {
display:block;
float:right;
width:62px;
height:19px;
background-image:url(../images/close_preview.png);

}

.pvimg {
width:658px;
height:485px;
overflow:hidden;
position:relative;
margin:0 auto;
}

a.btn_back {
display:block;
position:absolute;
bottom:0;
left:0;
width:71px;
height:29px;
background: #e9e9e9 url(../images/prev.gif);

}

a.btn_next {
display:block;
position:absolute;
bottom:0;
right:0;
width:72px;
height:29px;
background: #e9e9e9 url(../images/next.gif);

}

a.btn_back, a.btn_next {
display:none;
}

#TB_window h3{
color:#000000;
font-size:11px;
margin:9px 0 0 0;
padding:0;
}

#TB_window em{
color:#999999;
display:block;
font-size:8.5px;
font-style:italic;
margin:-6px 0 0 0;
padding:0;
}

#TB_window h3,#TB_window em, #TB_window p {
/*margin-left:23px;*/
margin-left:12px;
}

#TB_window p {
color:#000000;
font-size:10px;
line-height:10px;
width:510px;
margin-top:7px;
}


#TB_window a.download {
height:23px;
text-indent:-999em;
width:90px;
background:url(../images/btn_download_lg.png) no-repeat;
position:absolute;
/*right:14px;*/
right:24px;
/*bottom:14px;*/
bottom:19px;

}

#footer-wrap {
background-color:#f48909;
margin-top:-100px;
/*z-index:-1000;
position:relative;*/
}

#footergrass {
background:#295081 url(../images/footergrass.jpg) 50% 0;
height:204px;
border-bottom:2px #f8ae55 solid;
}

* html #footergrass {
border-bottom:0px;
}

#footer {
height:105px;
width:960px;
margin:0 auto;
position:relative;

}

#footer li{
float:left;
margin:15px 0 6px 0;
}

#footer ul{
margin-left:10px;
}

#footer li a {

padding: 0 15px;
border-right:1px solid #ffffff;
font-size:11px;

}

#footer li a.last {

border-right:none;


}

#footer li a:link, #footer li a:active, #footer li a:hover, #footer li a:visited {

color:#ffffff;
text-decoration:none;

}

#footer li a:hover {

text-decoration:underline;

}

#cright {
font-size:10px;
color:#ffffff;
margin-left:25px;
}

a#footerlogo {
display:block;
width:108px;
height:28px;
color:#ffffff;
position:absolute;
overflow:hidden;
right:12px;
top:10px;

}

a#footerlogo span{
display:block;
width:108px;
height:28px;

background:url(../images/logo-ms.png) no-repeat;
	cursor:pointer;

}

.fold-divide 
{
    height:56px;
    height:43px;
    width:670px;
    width:634px;
    margin:0 0 26px 9px;
background:url(../images/fold-divide.png) no-repeat;
}






/*******************************  SEARCH FORM ******************************/

#search-box input {
float: left;
margin-right:3px;
}

#search-box input.submit {
margin-right:0;
margin-top:19px;
}


#search-box select {
display:block;
width:100%;
margin: 3px 0 9px 0;

}

#search-box #formbox {
margin: 13px 13px 36px 13px;
color:#000000;

}

#search-box #formbox .checkboxes {
width:120px;
float:left;
font-size:11px;
font-weight:bold;
margin:10px 0 11px 0;

}

#search-box #ctl00_searchform1_tboxKeywords {
display:block;
width:215px;
margin: 3px 0 9px 0;
}

#ctl00_searchform1_selectbox1_container, #ctl00_searchform1_selectbox2_container {
left:28px;
z-index:100;
}

#ctl00_searchform1_selectbox1_container {
top:150px;
top:145px;
}

#ctl00_searchform1_selectbox2_container {
top:213px;
top:212px;
}

div.selectbox-wrapper {
  /*position:relative;*/
  position:absolute;
 /* top:100px;
  left:0px;*/
  width:800px;
  background-color:#7e90a3;
  border:1px solid #ccc;
  margin:0px;
  /*margin-top:-10px;*/
  padding:0px;
  font-size:16px;
  text-align:left;
  max-height:200px;
  overflow:auto;
  color:#fff;
  
  
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #666;
}
div.selectbox-wrapper ul li.current { 
  background-color: #255387;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
  padding-left:20px;
  border-bottom:1px #57616b solid;
  font-family:  "Segoe UI", Segoe, Arial, Helvetica, sans-serif;
  
}

/*label {
    display: block;
}*/
.selectbox /* look&feel of  select box*/
{
  margin: 0px 5px 10px 0px;
  padding-left:20px;
  padding-top:4px;
  font-family:  "Segoe UI", Segoe, Arial, Helvetica, sans-serif;
  font-size:16px;
  width : 204px; 
  height:28px;
  display : block;
  text-align:left; 
  background: url('../images/bg_dd.jpg') right;
  /*height:18px;*/
  cursor: pointer;
  /*border:1px solid #D1E4F6;*/
  border:none;
  color:#fff;
}

select#ctl00_searchform1_selectbox1, select#ctl00_searchform1_selectbox2 {
	background: url('../images/bg_dd.jpg') right;
}



.checkboxes label 
{
    position:relative;
    top:-6px;
    left:2px;
}

/******************************* Branding page ********************************/

ul.brandinglist 
{
    list-style:disc;
    margin-bottom:21px;
}

ul.brandinglist li
{
    margin-left:30px;
}

strong.question 
{
    display:block;
}

input#ctl00_PlaceHolderMain_embedcode1_TextBox1 {width:200px; }

/******************************* FAQ page ********************************/
	
.faqpair 
{
    padding:7px 10px 17px 10px;
    padding:7px 10px 9px 10px;
    border-bottom-style:solid;
    border-bottom-width:4px;
    border-bottom-color:transparent;
}

.faqpair .answer
{
    color:#f9c239;
    display:none;
    padding-top:6px;
}

.faqpair a.question
{
    font-weight:bold;
    text-decoration:none;
}

.faqpair a.question:hover
{
    color:#ffffff;
}
.faqpair .answer a:hover
{
    color:#000;
}

.ansvisible  
{
    padding:7px 10px 17px 10px;
    border-bottom-color:#4d7094;
    background-color: #7390b0;
    
}


