/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
version: 3.0.0
build: 1549
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
version: 3.0.0
build: 1549
*/
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

/** ====================================================================== **
 *  ====================== DO NOT EDIT ABOVE THIS LINE =================== **
 *  ====================================================================== */

#container {
	width: 970px;
	margin: 10px auto 0px;
	font-family:"Arial";
}

/* -- BEGIN: Header Styles -- */
#container #header {
	width: inherit;
	height: 45px;
	margin-bottom: 25px;
}

#header #topbar {
	height: 20px;
	width: 948px;
}

#header #topbar .tbleft {
	float: left;
	display: block;
	width: 770px;
	margin-right: 25px;
	text-align: right;
	height: 20px;
}

#header #topbar .tbright {
	float: left;
	display: block;
	width: 150px;
	height: 20px;
}

#header #feedback {
	font-family: "Arial";
	font-size: 11px;
	color: #999;
	margin-top: 5px;
}

#header #feedback a,
#header #feedback a:link,
#header #feedback a:visited {
	text-decoration: none;
	color: #999;
}

#header #feedback a:hover {
	text-decoration: underline;
}

#header #feedback a:active {
	text-decoration: none;
}

#header #logo,
#header #topnav,
#header #rheadbox {
	float: left;
}

#header #logo {
	margin-right: 25px;
	margin-top: 0px;
}

/* - BEGIN: Topnav styles - */
#topnav {
	margin: 0px;
	padding: 0px;
	margin-top: 8px;
	margin-right: 18px;
	width: 630px;
	height: 27px;
	font-family: "Arial";
	font-size: 13px;
	color: #fff;
	font-weight: bold;
}

#topnav li {
	float: left;
	list-style: none;
	width: 124px;
	margin: 0px;
	padding: 0px;
	margin-right: 2px;
	height: 27px;
}

#topnav li a {
	display: block;
	width: 100%;
	height: 27px;
	text-align: center;
	height: 100%;
	font-family: "Arial";
	font-size: 13px;
	line-height: 24px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: url('../images/topnav_grads.gif') repeat-x left 0px;
}

#topnav li.first a {
	background: url('../images/head_sprite.gif') repeat-x left 0px;
}

#topnav li.last a {
	margin-right: 0px;
	background: url('../images/head_sprite.gif') repeat-x -132px -30px;
}

#topnav li a:link,
#topnav li a:visited {
	text-decoration: none;
}

#topnav li a:hover {
	text-decoration: none;
	background: url('../images/topnav_grads.gif') repeat-x left -30px;
}
 
#topnav li.first a:hover {
	text-decoration: none;
	background: url('../images/head_sprite.gif') repeat-x left -30px;
}

#topnav li.last a:hover {
	text-decoration: none;
	background: url('../images/head_sprite.gif') repeat-x -132px 0px;
}

/* fly-out styles */
#topnav .flyBox {
	display: none;
	margin-left: -3px;
	margin-top: 1px;
}

#topnav .flyBox {
	width: 635px;
	height: 200px;
	position: absolute;
	
}

/* Generic - but specific to products flyout */
#topnav .flyBox .flyLeft {
	float: left;
	width: 25px;
	height: 228px;
	background: url('../images/flyout/fly_large.png?d=042811') no-repeat left top;
}

#topnav .flyBox ul.mainfly {
	float: left;
	width: auto;
	height: 193px;
	margin: 0px;
	padding: 15px 0px 20px;
	background: url('../images/flyout/fly_large.png?d=042811') repeat-x left -232px;	
}

#topnav .flyBox .flyRight {
	float: left;
	width: 25px;
	height: 228px;
	background: url('../images/flyout/fly_large.png?d=042811') no-repeat -30px top;
}
/* ---- */

/* Partner flyout */
#topnav .wPartner {
	width: 250px;
	height: 140px;
	margin-left: -5px;
}

#topnav .wPartner .flyLeft {
	height: 140px;
	width: 20px;
	background: url('../images/flyout/fly_small.png') no-repeat left top;
}

#topnav .wPartner ul.mainfly {
	height: 105px;
	background: url('../images/flyout/fly_small.png') repeat-x left -145px;	
}

#topnav .wPartner .flyRight {
	height: 140px;
	width: 20px;
	background: url('../images/flyout/fly_small.png') no-repeat -25px top;
}
/* ---- */

/* Support flyout */
#topnav .wSupport {
	margin-left: -5px;
}
/* ---- */

/* Resources flyout */
#topnav .wResources {
	width: 825px;
	margin-left: -380px;
}
/* ---- */

/* My Account flyout */
#topnav .wMyAccount {
	margin-left: -300px;
	width: 435px;
}

#topnav .wMyAccount .flyLeft {
	float: left;
	width: 25px;
	height: 228px;
	background: url('../images/flyout/fly_large.png?d=042811') no-repeat -55px top;
}

#topnav .wMyAccount ul.mainfly {
	float: left;
	width: auto;
	height: 187px;
	margin: 0px;
	padding: 15px 0px 20px 10px;
	background: url('../images/flyout/fly_large.png?d=042811') repeat-x left -232px;	
}

#topnav .wMyAccount .flyRight {
	float: left;
	width: 25px;
	height: 228px;
	background: url('../images/flyout/fly_large.png?d=042811') no-repeat -85px top;
}
/* ---- */


/* 2nd level styles */
#topnav .flyBox ul.mainfly li a {
	background: none;
	display: inline;
}

#topnav .flyBox ul.mainfly li,
#topnav .flyBox ul.mainfly ul {
	margin: 0px;
	padding: 0px;
	width: 174px;
}

#topnav .flyBox ul.mainfly ul,
#topnav .flyBox ul.mainfly ul li {
	width: 174px;
}

#topnav .flyBox ul.mainfly > li,
#topnav .flyBox ul.mainfly > li a {
	font-family: "Arial";
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
	
}

#topnav .flyBox ul.mainfly li ul li {
	margin-bottom:5px;
	margin-top:5px;
	
}




#topnav .flyBox ul.mainfly ul li,
#topnav .flyBox ul.mainfly ul li a {
	font-weight: normal;
	text-decoration: none;
	white-space: normal;
	text-align: left;
}

#topnav .flyBox ul.mainfly > li {
	height: 192px;
	border-right: 1px solid #fff;
	padding-right: 10px;
	margin-left: 10px;
}

#topnav .flyBox ul.mainfly > li.first {
	margin-left: 0px;
}

#topnav .flyBox ul.mainfly > li.last {
	border-right: none;
	padding-right: 0px;
}

#topnav .flyBox ul.mainfly > li li {
	height: auto;
}

#topnav .flyBox ul.mainfly a,
#topnav .flyBox ul.mainfly a:link,
#topnav .flyBox ul.mainfly a:visited {
	text-decoration:none;
	background: none;
}

#topnav .flyBox ul.mainfly a:hover {
	text-decoration: underline;
	background: none;
}

#topnav .flyBox ul.mainfly a:active {
	text-decoration:none;
	background: none;
}

/* - END: Topnav styles - */

/* - BEGIN: Search form styles - */
#search {
	width: 173px;
	height: 20px;
	margin-top: 15px;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
}

#search #s {
	float: left;
	width: 120px;
	height: 14px;
	line-height: 11px;
	font-family: "Arial";
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	padding: 4px 0px 2px 10px;
	background: url('../images/head_sprite.gif') no-repeat left -60px;
	border: none;
}
#search #searchbutton {
	cursor: pointer;
	float: left;
	height: 20px;
	width: 23px;
	background: url('../images/head_sprite.gif') no-repeat -150px -60px;
	border: none;
	font-size: 0px;
	color: #FFF;
	vertical-align: baseline;
}

/* - END: Search form styles - */

/* - BEGIN: Country selector styles - */
#cselector {
	font-family: "Arial";
	font-size: 11px;
	color: #999;
	cursor: pointer;
}

#cselector .current {
	background: url('../images/head_sprite.gif') no-repeat left -80px;
	padding-left: 15px;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 0px;
}



#cselector .list {
	display: none;
	height: 45px;
	width: 113px;
	padding: 10px 20px 20px 15px;
	margin: 0px;
	background: url('../images/flyout/country_back.png') no-repeat left top;
	position: absolute;
}

#cselector .list li {
	list-style: none;
	margin: 0px;
	padding: 2px 0px 4px 0px;
}

#cselector .list li a,
#cselector .list li a:link,
#cselector .list li a:visited {
	font-family: "Arial";
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}

#cselector .list li a:hover {
	text-decoration: underline;
}

#cselector .list li a:active {
	text-decoration: none;
}

/* - END: Country selector styles - */

/* - BEGIN: Chat selector styles - */
#chatselector {
	font-family: "Arial";
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

#chatselector .current {
	background: url('../images/head_sprite_chat.gif') no-repeat left -80px;
	padding-left: 15px;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 0px;
}

#chatselector .current a,
#chatselector .current a:link,
#chatselector .current a:visited,
#chatselector .current a:hover,
#chatselector .current a:active {
	font-family: "Arial";
	font-size: 11px;
	color: #666;
	text-decoration: none;
}

#chatselector .list {
	display: none;
	height: 45px;
	width: 113px;
	padding: 10px 20px 20px 15px;
	margin: 0px;
	background: url('../images/flyout/country_back.png') no-repeat left top;
	position: absolute;
}

#chatselector .list li {
	list-style: none;
	margin: 0px;
	padding: 2px 0px 4px 0px;
}

#chatselector .list li a,
#chatselector .list li a:link,
#chatselector .list li a:visited {
	font-family: "Arial";
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}

#chatselector .list li a:hover {
	text-decoration: underline;
}

#chatselector .list li a:active {
	text-decoration: none;
}

/* - END: Country selector styles - */


.clrfloats {
	clear:both;
}

.floatl {
	float:left;
}

.floatr {
	float:right;
}



/* - START: Content Styles - */
#content {
	width: 970px;
	clear:both;
}

#leftcol {
	width:122px;
	float:left;
	clear:right;
	margin-right:25px;
}

#centercol {
	width:630px;
	float:left;
}

#centercol div#el_indent {
	margin-bottom: 40px;
}

#rightcol {
	float:left;
	display:block;
	width:153px;
	margin-left:18px;
}


/* - END: Content Styles - */


/*-- Left Navigation Styles --*/
#leftnav {
	width: 122px;
	font-size: 13px;
	background: #BEC0C2; 
}

#leftnav h3 {
	margin: 0px;
	padding: 0px;
	height: 18px;
	font-size: 13px;
	line-height: 14px;
	padding: 4px 0px 2px 12px;
	text-align: left;
	font-weight: bold;
}

#leftnav h3 a {
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
}

#leftnav h3 a:hover {
	text-decoration: underline;
}

#leftnav ul {
	margin: 0px;
	padding: 5px 0px 0px;
	font-size: 11px;
	background: url('../images/leftnav_grad_back.gif') repeat-x left top;
}

#leftnav ul ul {
	background: none;
	display: none;
}

#leftnav ul li {
	list-style: none;
	color: #FFF;
	padding-left: 15px;
	margin: 5px 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #FFF;
}

#leftnav ul li.last {
	border: none;
}

#leftnav ul li.active {
	font-weight: bold;
	color: #ce1339;
	background: none;
}

#leftnav ul li ul li.active {
	background: url('../images/leftnav_button_act.gif') no-repeat -2px top;
}


#leftnav li a {
	color: #FFF;
	text-decoration: none;
	line-height: 14px;
}

#leftnav li a:hover {
	text-decoration: underline;
}

#leftnav li li a {
	line-height: 14px;
}

#leftnav ul li.activechild ul {
	display: block;
}

#leftnav ul li li {
	margin-left: -13px;
	margin-right: 0px;
	list-style: none;
	padding-left: 20px;
	padding-right:4px;
	border: none;
	background: url('../images/leftnav_button.gif') no-repeat -2px top;
}

#leftnav ul li.active a {
	color: #ce1339;
	font-weight: bold;
}

#leftnav ul li.active ul li a {
	color: #fff;
	font-weight: normal;
}

/*-- Left Navigation Styles END --*/

/* -- Utility Nav Styles -- */
#util-nav {
	font-size: 11px;
	color: #999;
	font-weight: normal;
	line-height: 13px;
	margin-top: 5px;
	height: 25px;
}

#util-nav #bc, #util-nav #nobc {
	float: left;
	width: 430px;
	margin-bottom: 5px;
}

#util-nav #btns {
	float: right;
}

#util-nav #bc a, #util-nav #nobc a {
	text-decoration: none;
	color: #999;
}

#util-nav #bc a:hover {
	text-decoration: underline;
}

#util-nav #btns #email,
#util-nav #btns #share,
#util-nav #btns #print {
	float: left;
	height: 20px;
	margin-right: 15px;
}

#util-nav #btns a {
	font-size: 11px;
	color: #666;
	font-weight: normal;
	line-height: 13px;
	text-decoration: none;
	display: inline-block;
	padding-left: 25px;
	height: 20px;
}

#util-nav #btns a:hover {
	text-decoration: underline;
}

#btns #email a {
	background: url('../images/util-email.gif') no-repeat left top;
}

#btns #share a {
	background: url('../images/util-share.gif') no-repeat left top;
}

#btns #print a {
	background: url('../images/util-print.gif') no-repeat left top;
}

/* -- Utility Nav Styles END -- */


h1 {
	font-family: Arial;
	font-size:55px;
	color:#c2c3c4;
	margin:0px 0px 0px 0px;
	padding:0px;
	line-height: 48px;
	clear: both;
	letter-spacing: -1px;
	text-transform: lowercase;
}

h2 {
	font-family: Arial;
	font-size:20px;
	color:#ce1339;
	margin:0px;
	margin-top: 16px;
	padding:0px;
}

h3 {
	font-family:Arial;
	font-weight:bold;
	font-size:21px;
	margin:0px;
	margin-bottom:10px;
	padding:0px;
	padding-left:15px;
	padding-top:20px;
	color:#777878;
}

#prod_container h3 a {
	font-family:Arial;
	font-weight:bold;
	font-size:21px;
	color:#777878;
	text-decoration: none;
}

#prod_container h3 a:link,
#prod_container h3 a:visited {
	text-decoration: none;
}

#prod_container h3 a:hover {
	text-decoration: underline;
}

#prod_container h3 a:active {
	text-decoration: none;
}

div#centercol p {
	font-family: Arial;
	font-size:12px;
	color:#666;
	line-height:16px;
	margin-bottom:25px;
	margin-top:25px;
}

select {
	font-family: Arial;
	font-size:12px;
	color:#666;
}

div#centercol a:link {
	color:#004176;
}

div#centercol a:visited {
	color:#5983a6;
}

div#centercol a:hover {
	color:#CE1339;
}


div#centercol h2 {
	text-transform: uppercase;
}

#prod_container {
	margin-bottom:20px;
}

.prod_container {
	margin-bottom:20px;
}

 
 
 
 /* - START: Rightcolumn Styles - */

/*Contact box */
#contact_us {
	background: #004177 url(/assets/shared/images/blue_conctact_box.jpg) no-repeat ;
	margin-bottom:20px;
	height:145px;
	padding-left:12px;
	padding-top:15px;
}

div#contact_us p.heading{
	font-family:Arial;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	margin-bottom:8px;
}

div#contact_us p, div#contact_us a:link, div#contact_us a:visited, div#contact_us a:hover, div#contact_us a:active {
	font-family:Arial;
	font-size:11px;
	color:#fff;
	margin-bottom:0px;
	line-height:14px;
	text-decoration:none;
}

div#contact_us a,
div#contact_us a:link,
div#contact_us a:visited {
	font-family:Arial;
	font-size:11px;
	color:#fff;
	margin-bottom:0px;
	line-height:14px;
	text-decoration:underline;
}

div#contact_us a:hover {
	text-decoration: underline;
}

div#contact_us a:active {
	text-decoration:none;
}

/*Contact box */

div#rightcol img {
	margin-bottom:20px;
}


/*chat img */
#livechat {
	background-image: url(/assets/shared/images/live_help.jpg);
	background-repeat:no-repeat;
	height:40px;
	width:157px;
	padding-top:58px;
	margin-bottom:20px;
}

#livechat span
{
color:#777878;
}

 /* - END: Rightcolumn Styles - */

#tabs .tabtext p, #tabs .tabtext ul, #tabs .tabtext ul li {
	font-size:12px;
}  
  
  
  
/* - START: Footer Styles - */
#siteseal {
	float: right;
	margin-top: -51px;
	width: 61px;
	padding-left: 10px;
	background: #FFF;
}

#kpmg_seal {
	float: right;
	margin-top: -51px;
	width: 39px;
	padding-left: 10px;
	background: #FFF;
}

#footer {
	position: relative;
	clear: both;
	margin: 0 auto;
	top: -30px;
	text-align:center;
	margin-top: 20px;
	width:715px;
	
	
}
	
div#footer p.links a  {
    font-family:arial;
	font-size: 11px;
	color: #999;
    text-decoration: none;
}

div#footer p.text {
	font-family:arial;
	font-size: 10px;
	color: #999;
	line-height:14px;
}

	
div#footer p.text a  {
    font-family:arial;
	font-size: 10px;
	color: #999;
	line-height:14px;
    text-decoration: none;
}

div#footer p.links a:link,
div#footer p.links a:visited,
div#footer p.text a:link,
div#footer p.text a:visited {
	text-decoration: none;
}

div#footer p.links a:hover,
div#footer p.text a:hover {
	text-decoration: underline;
}

div#footer p.links a:active,
div#footer p.text a:active {
	text-decoration: none;
}

#footer .socialbutton_outer {
	font-family:arial;
	font-size: 10px;
	color: #999;
	
	text-align: center;
	height: 16px;
	padding-left: 300px;
	width: 415px;
}

#footer .socialbutton_text {
	height: 14px;
	vertical-align: middle;
	float: left;
	padding-top: 2px;
	margin-right: 5px;
}

#footer .socialbutton_btns {
	height: 16px;
	width: 40px;
	float: left;
}

#footer .socialbutton_btns a {
	margin-right: 5px;
	outline: 0;
}

#footer .socialbutton_btns a + a {
	margin-right: 0px;
}

.ft_div {
	padding-left:5px;
	padding-right:5px;
	color:#c2c3c4;
}
/* - END: Footer Styles - */
