body {
	font: 12px Arial, Helvetica, sans-serif;
	margin:0;
	background:#FFFFFF url(http://img.pdstatic.com/JW176/bigbg.jpg) repeat-x 100% 0;
	}	

#wrapper{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	padding:13px 0 0 0;	
	}
	
#header{
	width:950px;
	float:left;
	}
	
#header .logo{float:left;background:url(http://img.pdstatic.com/JW176/logo.jpg) no-repeat 100%;width:385px; height:37px;margin:18px 0 0 0;}
#header .language{float:right;display:inline-block;margin:0; padding:0;}
#header .language p{float:left;display:inline;margin:2px 0 0 0;font-weight: bold;color:#999999;}
#header .language .language-dropdown{float:left;display:inline;margin: 0 0 0 13px;}
#header .language .language-dropdown select{width:157px;}
#header .links{float:right;clear:right;margin:10px 0 0 0;} 
#header .links a{color:#2a9dde;text-decoration: none;font-size: 14px;}
#header .links ul{float:left;list-style: none;margin:6px 0 0 0;padding:0;}
#header .links ul li{margin:0 15px 0 0;float:left;vertical-align: middle;color:#2a9dde;}




/* jQuery tabs */
#tabs_wrapper {
	width:555px;
	height:314px;
	float:left;
	background:url(http://img.pdstatic.com/JW176/tabsystem_bg.png) no-repeat;
}

ul.tabs {
	margin: 7px 0 0 6px;
	padding: 0;
	float: left;
	list-style: none;
	width: 543px;
	height:51px;
	background:url(http://img.pdstatic.com/JW176/tab_sprite.png) no-repeat;
	position:relative;
	z-index:10;
	
}

ul.tabs2 {
	margin: 7px 0 0 6px;
	padding: 0;
	float: left;
	list-style: none;
	width: 543px;
	height:51px;
	background:url(http://img.pdstatic.com/JW176/tab_sprite2.png) no-repeat;
	position:relative;
	z-index:10;
	
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	height:51px;
}

ul.tabs2 li {
	float: left;
	margin: 0;
	padding: 0;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	height:51px;
}

ul.tabs li#one {
	width:150px;
}

ul.tabs2 li#one {
	width:150px;
}
ul.tabs li#two {
	width:87px;
}
ul.tabs2 li#two {
	width:87px;
}
ul.tabs li#three {
	width:93px;
}
ul.tabs2 li#three {
	width:93px;
}
ul.tabs li#four {
	width:98px;
}
ul.tabs2 li#four {
	width:98px;
}
ul.tabs li#five {
	width:115px;
}
ul.tabs2 li#five {
	width:115px;
}

ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	height:51px;
	outline: none;
	-webkit-transition: opacity .6s ease-in-out; 
	-moz-transition: opacity .6s ease-in-out; 
	-o-transition: opacity .6s ease-in-out; 
	transition: opacity .6s ease-in-out; 
	opacity:0;
}
ul.tabs2 li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	height:51px;
	outline: none;
	-webkit-transition: opacity .6s ease-in-out; 
	-moz-transition: opacity .6s ease-in-out; 
	-o-transition: opacity .6s ease-in-out; 
	transition: opacity .6s ease-in-out; 
	opacity:0;
}

ul.tabs li#one a:hover, ul.tabs li#one a:focus {
	background:url(http://img.pdstatic.com/JW176/tab_sprite.png) 0 -51px no-repeat;
	opacity:100;
}
ul.tabs2 li#one a:hover, ul.tabs2 li#one a:focus {
	background:url(http://img.pdstatic.com/JW176/tab_sprite2.png) 0 -51px no-repeat;
	opacity:100;
}
ul.tabs li#two a:hover, ul.tabs li#two a:focus {
	background:url(http://img.pdstatic.com/JW176/tab_sprite.png) -150px -51px no-repeat;
	opacity:100;
}
ul.tabs2 li#two a:hover, ul.tabs2 li#two a:focus {
	background:url(http://img.pdstatic.com/JW176/tab_sprite2.png) -150px -51px no-repeat;
	opacity:100;
}
ul.tabs li#three a:hover, ul.tabs li#three a:focus {
	background:url(http://img.pdstatic.com/JW176/tab_sprite.png) -237px -51px no-repeat;
	opacity:100;
}
ul.tabs2 li#three a:hover, ul.tabs2 li#three a:focus {
	background:url(http://img.pdstatic.com/JW176/tab_sprite2.png) -237px -51px no-repeat;
	opacity:100;
}
ul.tabs li#four a:hover, ul.tabs li#four a:focus {
	background:url(http://img.pdstatic.com/JW176/tab_sprite.png) -330px -51px no-repeat;
	opacity:100;
}
ul.tabs2 li#four a:hover, ul.tabs2 li#four a:focus {
	background:url(http://img.pdstatic.com/JW176/tab_sprite2.png) -330px -51px no-repeat;
	opacity:100;
}
ul.tabs li#five a:hover, ul.tabs li#five a:focus {
	background:url(http://img.pdstatic.com/JW176/tab_sprite.png) -428px -51px no-repeat;
	opacity:100;
}
ul.tabs2 li#five a:hover, ul.tabs2 li#five a:focus {
	background:url(http://img.pdstatic.com/JW176/tab_sprite2.png) -428px -51px no-repeat;
	opacity:100;
}

/* ACTIVE STATES */

html ul.tabs li#one.active, html ul.tabs li#one.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background:url(http://img.pdstatic.com/JW176/tab_sprite.png) 0 -102px no-repeat;
}
html ul.tabs2 li#one.active, html ul.tabs2 li#one.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background:url(http://img.pdstatic.com/JW176/tab_sprite2.png) 0 -102px no-repeat;
}
html ul.tabs li#two.active, html ul.tabs li#two.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background:url(http://img.pdstatic.com/JW176/tab_sprite.png) -150px -102px no-repeat;
}
html ul.tabs2 li#two.active, html ul.tabs2 li#two.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background:url(http://img.pdstatic.com/JW176/tab_sprite2.png) -150px -102px no-repeat;
}
html ul.tabs li#three.active, html ul.tabs li#three.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background:url(http://img.pdstatic.com/JW176/tab_sprite.png) -237px -102px no-repeat;
}
html ul.tabs2 li#three.active, html ul.tabs2 li#three.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background:url(http://img.pdstatic.com/JW176/tab_sprite2.png) -237px -102px no-repeat;
}
html ul.tabs li#four.active, html ul.tabs li#four.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background:url(http://img.pdstatic.com/JW176/tab_sprite.png) -330px -102px no-repeat;
}
html ul.tabs2 li#four.active, html ul.tabs2 li#four.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background:url(http://img.pdstatic.com/JW176/tab_sprite2.png) -330px -102px no-repeat;
}
html ul.tabs li#five.active, html ul.tabs li#five.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background:url(http://img.pdstatic.com/JW176/tab_sprite.png) -428px -102px no-repeat;
}
html ul.tabs2 li#five.active, html ul.tabs2 li#five.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background:url(http://img.pdstatic.com/JW176/tab_sprite2.png) -428px -102px no-repeat;
}


/* ACTIVE STATES END */

.tab_container {
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 543px;
	margin:-10px 0 0 6px;
	position:relative;
	z-index:1;
	height:259px;
}
.tab_content {
	position:relative;
}

.tab_content .slideshow {
	position:relative;
	z-index:1;
}

.tab_text {
	width:275px;
	height:259px;
	position:absolute;
	right:0;
	z-index:2;
	background:url(http://img.pdstatic.com/JW176/tabs_text_bg.png) no-repeat;
	overflow:auto;
}

.tab_text h2 {
	color:#009ed9;
	font-size:18px;
	width:185px;
	margin:15px 0 10px 65px;
	
}

.tab_text p {
	width:172px;
	margin-left:65px;
	color:#333333;
	font-size:12px;
	line-height:1.3em;
}

a.learn_btn {
	margin:5px 0 0 63px;
	border:none
	padding-bottom:20px;
}
a.learn_btn img {
	border:none;
}
/* **** jQuery tab end *** */

#content #left .panes .tabs-img {float:left;width:315px;}
#content #left .panes .tabs-copy {float:left;width:192px;margin-left:18px;}
#content #left .panes .tabs-copy p.learn-more-btn {background: url("images/learn-more-btn.png") no-repeat 100%;}
#content #left .tagline{background:url("http://img.pdstatic.com/JW176/tagline.png") no-repeat 100%;width:546px;float:left;clear:left; height: 68px;margin: 5px 0 0 5px;}
#content #left .tagline2{background:url("http://img.pdstatic.com/JW176/tagline2.png") no-repeat 100%;width:546px;float:left;clear:left; height: 68px;margin: 5px 0 0 5px;}

#content #left p.statement{font-size:9px; padding:30px 0 0 0;line-height: 11px;clear:both;}

/*content*/
#content{clear: both;margin:30px 0 0 0;float:left;width:950px;}
#content #left{ float:left;width:555px;}
#content #right {float:right;width:360px;}
#content #right p {font-size: 14px;margin:5px 0 15px 0;}
#content #right div {margin:0 0 5px 0;height: 30px;}
#content #right label{float:left; font-size: 14px;width:140px;}
#content #right input,#content #right form select{float:left;padding: 1px; width:212px;}
#content #right .fr form label{float:left; font-size: 14px;width:140px;}
#content #right .fr form label.fremail{float:left; font-size: 14px;width:140px;line-height: 14px;}
#content #right .fr form input,#content #right form .fr select{float:left;padding: 1px; width:192px;}
#content #right select.dob{float:left; font-size: 11px;width:73px;}
#content #right select.dob2{float:left; font-size: 11px;width:66px;}
#content #right select.title, #content #right form select.province {float:left; font-size: 11px;width:140px;}
#content #right .continue_btn2{float:right; margin:13px 0 0 0;background: url(http://img.pdstatic.com/JW176/continue_btn2.png) no-repeat 100%;width:81px; height:29px; clear:both;}
#content #right .continue_btn3{float:right; margin:13px 0 0 0;background: url(http://img.pdstatic.com/JW176/continue_btn3.png) no-repeat 100%;width:87px; height:29px; clear:both;}
#content #right p.disclaimer{font-size: 10px;line-height: 10px;margin: 0px;padding:10px 0 0 0;}
#content #right p.disclaimer2{font-size: 10px;line-height: 10px;margin: 0px;padding:20px 0 0 0;}
#content #right .continue_btn1 {float:right; margin:13px 0 0 0;background: url(http://img.pdstatic.com/JW176/continue_btn.png) no-repeat 100%;width:81px; height:29px; clear:both;}


/*Footer*/
#footer, #footer2{clear:both; width:950px;padding:0;font-size:10px;float:left;position:relative;padding-bottom:20px;}
#footer ul li a,#footer2 ul li a{color:gray;border:none;}
#footer ul {list-style: none;margin-left:auto;margin-right: auto;width:315px;margin-bottom:25px;}
#footer2 ul {list-style: none;margin-left:auto;margin-right: auto;width:405px;margin-bottom:25px;}
#footer ul li{margin: 0 10px;float:left;width:80px;border-right:solid thin #000000;}
#footer2 ul li{margin: 0 10px;float:left;width:120px;border-right:solid thin #000000;}
#footer ul li.last{margin: 0 10px;float:left;width:80px;border:none!important;}
#footer2 ul li.last{margin: 0 10px;float:left;width:80px;border:none!important;}
#footer p, #footer2 p{margin-left:auto;margin-right: auto;clear:both;text-align: center;border-bottom: solid thin #afb0b3;padding-bottom:10px;}

#footer .logo, #footer2 .logo{margin-left:auto;margin-right:auto;width:350px;padding-top:15px;}
#footer .logo ul, #footer2 .logo ul{list-style: none;width:680px;margin:0; padding:0;}
#footer .logo ul li, #footer2 .logo ul li{list-style: none;margin:0 20px;width:140px;float:left;border:none;}


#badge_block {position:absolute;padding-top:8px;}
#badge_block a {margin-right:15px;}
#flinks {padding:20px 0;}