<!--  

/* CSS RESET BY ERIC MEYER v1.0 | 20080212 */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
body {
	line-height: 1.2;
	}
	
ol, ul {
	list-style: none;
	}
	
blockquote, q {
	quotes: none;
	}
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
	

/* remember to define focus styles! */
:focus {
	outline: 0;
	}
	

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	}
	
del {
	text-decoration: line-through;
	}
	

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	

/* END CSS RESET */

body {
	background: #EFEFEF;
	margin: 0;
	padding: 12px 0 12px 12px;
	position: relative;
	}

p {
	margin: 0 0 1em 0;
	padding: 0;
	}

a:link, a:visited, a:hover, a:active {
	color: #000;
	color: #027EC7;
	text-decoration: underline;
	}
	
a:hover, a:active {
	color: #027EC7;
	color: #000;
	}
	
ul, ol {
	list-style: disc;
	margin-bottom: 1em;
	}

ul li, ol li {
	list-style: disc;
	margin: 0 0 0 20px;
	padding: 2px 0;
	}

ol, ol li {
	list-style: decimal;
	}

#contain {
	width: 1000px;
	width: 974px;
    border: 2px solid #D5D6D7;
    border-width: 2px 2px 0 2px;
    background: #FFF;
    overflow: hidden;
	}

/*
#mainContent {
	margin: 423px 0 0 0;
	padding: 76px 5px 60px 239px;
	position: relative;
	}
*/
#mainContent p strong, #mainContent p .b, big strong, h2, h3 {
	/*
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	*/
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #025382;
	color: #555;
	color: #015E95;
	margin-bottom: .5em;
	}

h2, big strong {
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	font-size: 18px;
	color:#000;
	margin-bottom: 1em;
	}

#mainContent p b {
	font-weight: bold;
	color: #027EC7;
	color: #000;
	}

#mainContent p span {
	font-weight: bold;
	}

#mainContent p.center {
	text-align: center;
	}

#mainContent p.right {
	text-align: right;
	}

h1, big {
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1;
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	color: #027EC7;
	}

h1 font {
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	}

big {
	top: 479px;
	left: 252px;
	color: #027EC7;
	color: #000;
	}
	
span.strong {
	font-weight:bold
	}
	
#mainMenu {
	position: absolute;
	width: 1000px;
	width: 978px;
	height: 30px;
	margin: 0;
	padding: 0;
	top: 86px;
	left: 12px;
	background: #000 url(/images/d3/main-menu-bg-1.png) no-repeat left top;
	background: #000 url(/images/d3/main-menu-bg-2.png) no-repeat left top;
	}

#mainMenu ul {
	list-style: none;
	margin: 0 0 0 36px;
	padding: 0;
	height: 30px;
	}

#mainMenu ul li {
	list-style: none;
	margin: 9px 24px 0 0;
	margin: 0 8px 0 0;
	padding: 0;
	float: left;
	}

#mainMenu ul li a:link, #mainMenu ul li a:visited, #mainMenu ul li a:hover, #mainMenu ul li a:active {
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	height: 22px;
	padding: 7px 8px 0 8px;
	margin: 0;
	display: block;
	background: transparent;
	}

#mainMenu ul li a:hover, #mainMenu ul li a:active {
	color: #E4E7E9;
	background: transparent url(/images/d3/link-arrow.gif) no-repeat 0 50%;
	}

#mainMenu ul ul {
	position: relative;
	z-index: 15;
	margin: 0;
	padding: 0;
	}

#mainMenu ul li li {
	float: none;
	margin: 0;
	padding: 0;
	color: #000;
	}

#mainMenu ul li#loginLogoutLink, #mainMenu ul li#acctHomeLink {
	float: right;
	}

div#welcomeLink {
	position: absolute;
	text-align: right;
	z-index: 600;
	right: 40px;
	top: 54px;
	}

div#welcomeLink a:link, div#welcomeLink a:visited, div#welcomeLink a:hover, div#welcomeLink a:active {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}

div#welcomeLink a:hover, div#welcomeLink a:active {
	text-decoration: underline;
	color: #027ECF;
	}

div#searchForm {
	position: absolute;
	right: 15px;
	top: 79px;
	z-index: 600;
	}

div#searchForm input#searchBox {
	width: 178px;
	border: 0px solid #000;
	background: transparent url(/images/d3/search-bg.png) no-repeat left top;
	height: 15px;
	padding: 2px 2px 2px 23px;
	}

#acctHomeLink {
	margin-right: 10px;
	}

#acctHomeLink a {
	margin-left: 10px;
	}

#adArea, #adArea2, #adArea3, #adArea4, #adArea5, #adArea6, #adArea7, #adArea8, #adArea9, #adArea10, #adArea11, #adArea12, #adArea13, #adArea14, #adArea15, #adArea16 {
	position: absolute;
	width: 992px;
	width: 972px;
	height: 299px;
	top: 116px;
	left: 12px;
	background: #FFF url(/images/d3/product-bg.jpg) no-repeat left top;
	padding: 5px 0 0 8px;
	}

#adArea2, #adArea3, #adArea4, #adArea5, #adArea6, #adArea7, #adArea8, #adArea9, #adArea10, #adArea11, #adArea12, #adArea13, #adArea14, #adArea15, #adArea16 {
	background: #FFF url(/images/d3/ad-back.jpg) no-repeat left top;
	background: #FFF url(/images/d3/ad-back-1.jpg) no-repeat -24px 0;
	width: 577px;
	width: 575px;
	border: 2px solid #D5D6D7;
	border-width: 0 0 0 2px;
	height: 292px;
	padding: 12px 0 0 423px;
	padding: 12px 0 0 401px;
	}

#adArea3 {
	background: #FFF url(/images/d3/ad-back-2.jpg) no-repeat -24px 0;
	}

#adArea4 {
	background: #FFF url(/images/d3/ad-back-3.jpg) no-repeat -24px 0;
	}

#adArea5 {
	background: #FFF url(/images/d3/ad-back-4.jpg) no-repeat -24px 0;
	}

#adArea6 {
	background: #FFF url(/images/d3/ad-back-5.jpg) no-repeat -24px 0;
	}

#adArea7 {
	background: #FFF url(/images/d3/ad-back-6.jpg) no-repeat -24px 0;
	}

#adArea8 {
	background: #FFF url(/images/d3/ad-back-7.jpg) no-repeat -24px 0;
	}

#adArea9 {
	background: #FFF url(/images/d3/ad-back-8.jpg) no-repeat -24px 0;
	}

#adArea10 {
	background: #FFF url(/images/d3/ad-back-9.jpg) no-repeat -24px 0;
	}

#adArea11 {
	background: #FFF url(/images/d3/ad-back-10.jpg) no-repeat -24px 0;
	}

#adArea12 {
	background: #FFF url(/images/d3/ad-back-11.jpg) no-repeat -24px 0;
	}

#adArea13 {
	background: #FFF url(/images/d3/ad-back-12.jpg) no-repeat -24px 0;
	}

#adArea14 {
	background: #FFF url(/images/d3/ad-back-13.jpg) no-repeat -24px 0;
	}

#adArea15 {
	background: #FFF url(/images/d3/ad-back-14.jpg) no-repeat -24px 0;
	}

#adArea16 {
	background: #FFF url(/images/d3/ad-back-15.jpg) no-repeat -24px 0;
	}

#testLink, #compLink {
	position: absolute;
	border: 0px solid #F00;
	left: 143px;
	top: 242px;
	}

#testLink a, #compLink a {
	display: block;
	text-decoration: none;
	width: 110px;
	height: 16px;
	}

#compLink {
	left: 71px;
	top: 267px;
	}

#compLink a {
	width: 253px;
	height: 24px;
	}

.prodBubblesClass {
	position: relative;
	background: transparent url(/images/d3/ad-products.png?a=1) no-repeat left top;
	width: 568px;
	height: 282px;
	float: left;
	margin: 0;
	padding: 0;
	}

#prodBubbles3 {
	background: transparent url(/images/d3/ad-products-3.png) no-repeat left top;
	}

#prodBubbles4 {
	background: transparent url(/images/d3/ad-products-4.png) no-repeat left top;
	}

#prodBubbles5 {
	background: transparent url(/images/d3/ad-products-5.png) no-repeat left top;
	}

/*
#prodBubbles #wcBubble, #prodBubbles #ucBubble, #prodBubbles #evBubble, #prodBubbles #ssBubble {
	position: relative;
	width: 246px;
	height: 292px;
	float: left;
	margin: 0;
	padding: 0;
	}

#prodBubbles #wcBubble {
	width: 245px;
	}
*/

.prodBubblesClass #wcBubble, .prodBubblesClass #ucBubble, .prodBubblesClass #evBubble, .prodBubblesClass #ssBubble {
	position: relative;
	width: 573px;
	height: 71px;
	float: left;
	margin: 0;
	padding: 0;
	}

.prodBubblesClass #evBubble {
	height: 72px;
	}

.prodBubblesClass #ssBubble {
	height: 68px;
	}

.prodBubblesClass #wcBubble a.learnmore, .prodBubblesClass #ucBubble a.learnmore, .prodBubblesClass #evBubble a.learnmore, .prodBubblesClass #ssBubble a.learnmore {
	position: absolute;
	left: 338px;
	top: 45px;
	display: block;
	text-decoration: none;
	width: 81px;
	height: 12px;
	background: transparent;
	border: 0px solid #F00;
	}

.prodBubblesClass #ucBubble a.learnmore {
	left: 342px;
	top: 46px;
	}

.prodBubblesClass #evBubble a.learnmore {
	left: 334px;
	top: 45px;
	}

.prodBubblesClass #ssBubble a.learnmore {
	left: 341px;
	top: 45px;
	}

.prodBubblesClass #wcBubble a.buynow, .prodBubblesClass #ucBubble a.buynow, .prodBubblesClass #evBubble a.buynow, .prodBubblesClass #ssBubble a.buynow {
	position: absolute;
	left: 461px;
	top: 30px;
	display: block;
	text-decoration: none;
	width: 94px;
	height: 27px;
	background: transparent;
	}

#qualList {
    position: relative;
    top: 121px;
    width: 219px;
    overflow: hidden;
    float: right;
    margin-bottom: 130px;
	}

#qualList ul, #qualList ul li ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 214px;
	}

#qualList ul li li {
	margin: 0;
	padding: 0;
	background: transparent;
	list-style: none;
	}

#qualList ul li.top {
	list-style: none;
	margin: 6px 0 0 0;
	padding: 27px 0 0 0;
	}

#qualList ul li#digicertDifference {
	background: #FFF url(/images/d3/header-digicert-difference.png) no-repeat top left;
	}

#qualList ul li#certTypes {
	background: #FFF url(/images/d3/header-cert-types.png) no-repeat top left;
	}

#qualList ul li#digiSSLProd {
	background: #FFF url(/images/d3/header-digi-ssl-prod.png) no-repeat top left;
	}

#qualList ul li#quickMenu {
	background: #FFF url(/images/d3/header-quick-menu.png) no-repeat top left;
	}

#qualList ul li#createCSR {
	background: #FFF url(/images/d3/header-csr-creation.png) no-repeat top left;
	}

#qualList ul li#certInstall {
	background: #FFF url(/images/d3/header-cert-install.png) no-repeat top left;
	}

#qualList ul li#orderSteps {
	background: #FFF url(/images/d3/header-order-steps.png) no-repeat top left;
	}

#qualList ul li#resellerOptions {
	background: #FFF url(/images/d3/header-reseller-options.png) no-repeat top left;
	}

#qualList ul li#purchasingOptions {
	background: #FFF url(/images/d3/header-purchasing-options.png) no-repeat top left;
	}

#qualList ul li#shopServer {
	background: #FFF url(/images/d3/header-shop-by-server.png) no-repeat top left;
	}

#qualList ul li#shopNeed {
	background: #FFF url(/images/d3/header-shop-by-need.png) no-repeat top left;
	}

#qualList ul li#shopIndustry {
	background: #FFF url(/images/d3/header-shop-by-industry.png) no-repeat top left;
	}

#qualList ul li#shopProduct {
	background: #FFF url(/images/d3/header-shop-by-product.png) no-repeat top left;
	}

#qualList ul li#howWeCompare {
	background: #FFF url(/images/d3/header-how-we-compare.png) no-repeat top left;
	}

#mainContent {
	margin-top: 104px;
	border-top: 0;
	padding-top: 47px;
	padding-left: 12px;
	padding-bottom: 24px;
    float: left;
    width: 720px;
	}

h1 {
	top: 130px;
	left: 26px;
	}


table.fullTableWR {
	width: 550px;
	margin: 2px 0;
	}

table.fullTableWR, table.fullTableWR tr, table.fullTableWR th, table.fullTableWR td {
	border: 1px solid #CCC;
	background: #FFF;
	color: #000;
	border-collapse: collapse;
	}

table.fullTableWR tr {
	border-width: 1px 0 0 0;
	}

table.fullTableWR td, table.fullTableWR th {
	border-width: 1px 0 0 0;
	}

table.fullTableWR th {
	background: #CCC;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	text-align: left;
	white-space: nowrap;
	}

table.fullTableWR th a:link, table.fullTableWR th a:visited, table.fullTableWR th a:hover, table.fullTableWR th a:active {
	font-size: 14px;
	}

table.fullTableWR td {
	padding: 5px;
	vertical-align: top;
	}

table.fullTableWR tr.wrapless, table.fullTableWR tr.wrapless td {
	border-bottom: 0;
	}

table.fullTableWR tr.hidden, table.fullTableWR tr.hidden td {
	border-top: 0;
	}

.center {
	text-align: center !important;
	}

.left {
	text-align: left !important;
	}

.right {
	text-align: right !important;
	}

.r1, .r1 td {
	background: #EFEFEF !important;
	}

.r2, .r2 td {
	background: #FFF !important;
	}

/*
*/
#qualList ul li li a:link, #qualList ul li li a:visited, #qualList ul li li a:hover, #qualList ul li li a:active {
	display: block;
	background: transparent;
	padding: 4px 0 6px 10px;
	margin: 0 6px 0 0;
	font-weight: bold;
	}

#qualList ul li ul.smaller li a:link, #qualList ul li ul.smaller li a:visited, #qualList ul li ul.smaller li a:hover, #qualList ul li ul.smaller li a:active {
	padding: 2px 0 4px 10px;
	margin: 0 6px 0 0;
	font-weight: normal;
	}

#qualList ul li li span a:link, #qualList ul li li span a:visited, #qualList ul li li span a:hover, #qualList ul li li span a:active {
	background: #d3ecf8;
	}

#qualList ul li li a:hover, #qualList ul li li a:active, #qualList ul li li span a:hover, #qualList ul li li span a:active {
	background: #E4E7E9;
	}

#qualList ul li#purchasingOptions a:link, #qualList ul li#purchasingOptions a:visited, #qualList ul li#purchasingOptions a:hover, #qualList ul li#purchasingOptions a:active {
	color: #000;
	margin: 0;
	padding: 2px 0;
	background: transparent;
	}


div.clearall {
	clear: both;
	position: relative;
	float: none;
	}

#relatedList {
	position: relative;
	width: 1000px;
	width: 978px;
	height: 70px;
	background: transparent url(/images/d3/footer-bg-2.png) no-repeat left top;
	background: transparent url(/images/d3/footer-bg-3.png) no-repeat left top;
	}

#relatedList ul {
	list-style: none;
	margin: 0;
	padding: 47px 0 0 14px;
	}

#relatedList ul li {
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	}

#relatedList ul li a:link, #relatedList ul li a:visited, #relatedList ul li a:hover, #relatedList ul li a:active {
	color: #FFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	}

#relatedList ul li a:hover, #relatedList ul li a:active {
	color: #CCC;
	text-decoration: underline;
	}

ul.checklist {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
	}

ul.checklist li {
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 24px;
	background: #FFF url(/images/d3/checklist-check.png) no-repeat 4px 50%;
	}

#header {
	width: 1000px;
	width: 978px;
	height: 74px;
	position: absolute;
	top: 12px;
	left: 12px;
	background: #EFEFEF url(/images/d3/header-bg.png) no-repeat left top;
	background: #EFEFEF url(/images/d3/header-bg-2.png) no-repeat left top;
	}

#header #logo {
	position: absolute;
	top: 13px;
	left: 23px;
	}

#header #tagline {
	position: absolute;
	top: 40px;
	left: 250px;
	}

#header #contactButtons {
	background: transparent url(/images/d3/header-contact-buttons-2.png) no-repeat left top;
	width: 304px;
	height: 50px;
	position: absolute;
	right: 35px;
	top: 10px;
	}

#header #enterpriseBranding {
	width: 267px;
	height: 73px;
	position: absolute;
	right: 10px;
	top: 3px;
	text-align: right;
    }

#header #contactButtons #emailLink, #header #contactButtons #liveHelpLink {
	position: absolute;
	left: 113px;
	left: 160px;
	top: 0;
	width: 62px;
	height: 50px;
	text-decoration: none;
	}

#header #contactButtons #liveHelpLink {
	left: 177px;
	left: 224px;
	width: 83px;
	}

#header #contactButtons #liveHelpLink a:link, #header #contactButtons #liveHelpLink a:visited, #header #contactButtons #liveHelpLink a:hover, #header #contactButtons #liveHelpLink a:active {
	display: block;
	width: 83px;
	height: 50px;
	text-decoration: none;
	}

#cornerCap, #menuShadow {
	position: absolute;
	width: 11px;
	height: 11px;
	left: 12px;
	top: 435px;
	z-index: 2;
	background: transparent url(/images/d3/corner-cap.gif) no-repeat left top;
	}

#menuShadow {
	top: 116px;
	background: transparent url(/images/d3/inner-menu-shadow.png) no-repeat left top;
	background: transparent url(/images/d3/inner-menu-shadow.gif) repeat-x left top;
	width: 1000px;
	width: 974px;
	border: 2px solid #D5D6D7;
	border-width: 0 2px;
	}

#liveHelp {
	width: 210px;
	height: 69px;
	/*
	background: #FFF url(/images/d3/button-live-help.png) no-repeat left top;
	*/
	background: #FFF;
	padding: 0;
    margin: 6px 0 12px 0;
	}

#liveHelp a:link, #liveHelp a:visited, #liveHelp a:hover, #liveHelp a:active {
	width: 210px;
	height: 69px;
	display: block;
	text-decoration: none;
	}

#whoUses {
	width: 194px;
	height: 122px;
	background: #FFF url(/images/d3/who-uses-bg-2.png) no-repeat left top;
	padding: 104px 0 0 16px;
	margin: 5px 0 0 0;
	}

#whoUses a {
	position: absolute;
	text-decoration: none;
	display: block;
	width: 210px;
	height: 99px;
	padding: 0;
	margin: -104px 0 0 -16px;
	}

#testimonial {
	width: 210px;
	background: #FFF url(/images/d3/round-bottom-bg.png) no-repeat left bottom;
	padding: 5px 0 0 0;
	}

#testimonial p, #testimonial p a {
	margin: 0;
	padding: 0 12px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	}

#testimonial p a {
	padding: 0;
	}

#testimonial p span {
	font-style: italic;
	font-size: 10px;
	text-align: right;
	display: block;
	margin-top: 3px;
	}

#testimonial #moreTestLink {
	float: right;
	margin: -19px 20px 0 0;
	padding: 0;
	z-index: 500;
	}

#newsPress {
	width: 210px;
	background: #FFF url(/images/d3/news-press-header.png) no-repeat left top;
	padding: 71px 0 0 0;
	margin: 5px 0 0 0;
	}

#newsPress p, #newsPress p a {
	margin: -16px 0 0 0;
	padding: 0 12px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	background: transparent url(/images/d3/round-bottom-bg.png) no-repeat left bottom;
	}

#newsPress p a {
	padding: 0;
	margin: 0;
	background: transparent;
	}

#webTrust {
	width: 142px;
	height: 99px;
	margin: 0;
	padding: 12px 0 0 74px;
	background: #FFF url(/images/d3/webtrust-seal.png) no-repeat left 50%;
	text-align: left;
	}

#webTrust p {
	margin: 0;
	padding: 0;
	font-size: 10px;
	}

#webTrust p span {
	display: block;
	margin-top: 5px;
	}

#webTrust p a:link, #webTrust p a:visited, #webTrust p a:hover, #webTrust p a:active {
	font-size: 10px;
	}

#seals {
	padding: 5px 0 0 0;
	margin: 0;
	width: 219px;
	overflow: hidden;
	}

#seals #trustE, #seals #bbb {
	width: 100px;
	float: left;
	margin: 0;
	text-align: left;
	vertical-align: middle;
	padding: 5px 0 0 0;
	}

#seals #trustE a:link, #seals #trustE a:visited, #seals #trustE a:hover, #seals #trustE a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000;
	}

#seals #trustE a:hover, #seals #trustE a:active {
	text-decoration: none;
	}

#seals #trustE span {
	display: block;
	margin: 0;
	padding: 0;
	}

#copyright, #trademarks {
	font-size: 10px;
	margin: 0;
	padding: 0;
	width: 1000px;
	width: 978px;
	text-align: center;
	}

#copyright {
	padding: 9px 0 0 0;
	}

img.inset {
	float: left;
	margin: 0 24px 12px 0;
	}

img.insetright {
	float: right;
	margin: 0 0 12px 24px;
	}
	
sup,sub {
    font-size: 0.8em;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}
code {
	display:block;
	margin-left:25px;
	margin: 1em 1em;
	font-family:"Courier New",Courier,sans-serif;
	font-size: 12px;
}

#whousesdigicertlogos img {
	margin-right: 22px;
	margin-bottom:8px;	
	padding: 0 2em;
}

#whousesdigicertlogos {
	padding-left:13px;
}


/******************
CARRY-OVER FROM D2
******************/
code.block{font-family:Courier;font-size:10pt}
code.terminal{color:#444;font-family:Courier;font-size:10pt}
blockquote.quote{margin:0.5em 0 2.5em 0;padding:0 1em 0 2em}
span.highlight{background-color:#ECFFD4;color:#000}
span.reference{display:block;margin-top:5px;padding-left:30px;color:#333}
.flag_ca{background:#FFF url(/images/flags_country/ca.gif) no-repeat 0 center;padding-left:2em}
.flag_uk{background:#FFF url(/images/flags_country/uk.gif) no-repeat 0 center;padding-left:2em}
.flag_us{background:#FFF url(/images/flags_country/us.gif) no-repeat 0 center;padding-left:2em}
.flag_de{background:#FFF url(/images/flags_country/de.gif) no-repeat 0 center;padding-left:2em}
.flag_za{background:#FFF url(/images/flags_country/za.gif) no-repeat 0 center;padding-left:2em}
.flag_au{background:#FFF url(/images/flags_country/au.gif) no-repeat 0 center;padding-left:2em}
.flag_si{background:#FFF url(/images/flags_country/si.gif) no-repeat 0 center;padding-left:2em}
h4.quote{font-size:13px;font-family:Verdana,Arial,Helvetica,sans-serif;font-weight:normal;margin:0;padding:0}
.o1 *{font-family:Verdana,Arial}	
.o1 h2,.o1 h3{color:#347;font-size:14px;font-weight:bold}
.o1 h2{font-size:16px}
.o1 a,.o1 p{font-size:12px}
.w2,.w2 p,.w2 a{font-size:12px}
.w2 ul,.w2 ol{margin-left:1em;padding-left:0;}
.w2 ul li{list-style:disc}
.w2 ol li{list-style:decimal}
span.hl2{background-color:#eeeec3}
div.checklist p { background: #fff url(/images/check.png) no-repeat 2px 2px; padding-left: 25px; }
div.checklist p.warn {	background: #fff url(/images/icons/warning-triangle.gif) no-repeat 2px 2px;padding-left: 25px; }
div.checklist ul { padding-left: 30px; margin-bottom: 1em; }

.black, .black p { color: #000; }

.learnmore, .learnmore a {
	font-style: italic;
	color: #027EC7;
	}

table.compare {
	border: 0;
	width: 100%;
	margin: 0 0 1em 0;
	}

table.compare tr {
	border: 0;
	}

table.compare tr td, table.compare tr th {
	padding: 4px;
	vertical-align: middle;
	}

table.compare th {
	font-weight: bold;
	text-align: left;
	background: #EEE;
	border: 1px solid #CCC;
	border-width: 1px 0;
	}

table.display {
	border: 1px solid #CCC;
	border-width: 1px 0;
	width: 100%;
	margin: 0 0 1em 0;
	}

table.display tr {
	border: 1px solid #CCC;
	border-width: 1px 0;
	}

table.display tr td, table.display tr th {
	border: 1px solid #CCC;
	border-width: 1px 0;
	padding: 4px;
	vertical-align: middle;
	}

table.display th {
	font-weight: bold;
	text-align: left;
	background: #EEE;
	}

div.checklist span {
    font-weight: bold;
    }
td#price1 {
	background: transparent url(/images/d3/blue_1_backdrop.gif) no-repeat 0 0;
	height: 39px;
	line-height: 39px;
	text-align: center;
	margin: 0;
	padding: 0;
	}

td#price2, td#price3 {
	background: transparent url(/images/d3/blue_2_backdrop.gif) no-repeat 0 0;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0;
	padding: 0;
	}

td#price3 {
	background: transparent url(/images/d3/blue_3_backdrop.gif) no-repeat 0 0;
	}
	
td#price2bottom {
	background: transparent url(/images/d3/blue_2_backdrop_b.gif) no-repeat 0 0;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0;
	padding: 0;
	}
		
table#upricing {
	width:500px; 
	margin: 0 0 1em 0;
	}
table#upricing span {
	color: #000;
	float: left;
	font-size:12px;
	margin: 0 0 0 10px;
	}
table#upricing span.ulifetime {
	width:60px;
	}
table#upricing span.uprice {
	width:65px;
	margin: 0 0 0 10px;
	font-size:12px;
	font-weight: bold;
	}
table#upricing span.uprice span {
	font-weight: normal;
	display: inline;
	margin: 0;
	float: none;
	}
table#upricing span.peryear {
	width:105px;
	}
table#upricing span.sec {
	font-weight: normal;
	}
table#upricing span.uadd {
	width: 195px; 
	}
table#upricing span.usave {
	font-size: 12px;
	}
table#upricing img {
	float:right;
	margin: 7px 6px 0 0;
	border:0;
	}
/********/
table#ucpricing {
	width:500px; 
	margin: 0 0 1em 0;
	}
table#ucpricing span {
	color: #000;
	float: left;
	font-size:12px;
	margin: 0 0 0 10px;
	}
table#ucpricing span.ulifetime {
	width:50px;
	}
table#ucpricing span.uprice {
	width:35px;
	margin: 0 0 0 10px;
	font-size:12px;
	font-weight: bold;
	}
table#ucpricing span.uadd {
	width: 195px; 
	}
table#ucpricing span.usave {
	font-size: 12px;
	}
table#ucpricing img {
	float:right;
	margin:7px 6px 0 0;
	border:0;	
	}


table.ucomp {
	width: 330px;
	border: 1px solid #ddd;
	border-spacing: 0 0;
	margin: 0 0 1em 0;
	}
table.ucomp tr.r1 {
	background: #f3f3f3;
	}
table.ucomp tr.r2 {
	background: #fff;
	}
table.ucomp tr td, table.ucomp tr th {
	font-size: 12px;
	color: #000;
	padding: 4px;
	}

table.contactinfo {
	border: 1px solid #CCC;
	width: 650px;
	margin-bottom: 1em;
	}

table.contactinfo tr, table.contactinfo th, table.contactinfo td {
	border: 1px solid #CCC;
	}

table.contactinfo th, table.contactinfo td {
	border: 1px solid #CCC;
	padding: 12px;
	}

table.contactinfo th {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #015E95;
	text-align: right;
	width: 250px;
	}

#msg-div {
	position:absolute;
	left:35%;
	top:10px;
	width:250px;
	z-index:20000;
}

/******************
END CARRY-OVER
******************/

#copyright i { font-size: 10px; }

button {
	width: auto;
	padding: 2px 6px;
	overflow: visible;
	}


.x-menu-list, .x-menu-list-item {
	margin: 0 !important;
	padding: 0 !important;
	}

.errormsg {
	color: #F00;
	font-style: italic;
}

.b, .strong {
	font-weight: bold;
}

.i, .em {
	font-style: italic;
}

.notBold {
	font-weight: normal !important;
}


/***********************
STYLES FOR DIGIVIDEOS
***********************/

div.digivideo {
	float: left;
	margin: 0 30px 0 0;
}

div.floatright {
	float: right;
	margin: 0 0 0 30px;
}

div.overlay {
	display:none;
	background-image:url('/videos/flowplayer/apple.png');
}

div#videoHero {
	position: absolute;
	left: 30px;
	top: 145px;
}

div#videoProduct {
	position: relative;
	float: left;
	margin-right: 30px;
	margin-bottom: 5px;
}

div#videoMain {
	position: absolute;
	left: 250px;
	top: 452px;
}

a#player {
	display:block;
	width:640px;
	height:360px;
}

a#player_inline {
	display:block;
	width:500px;
	height:281px;
}

a#player_inline_hero {
	display: block;
	width: 370px;
	height: 208px;
}

a#player_inline_product {
	display: block;
	width: 370px;
	height: 208px;
}

/***********************
END STYLES FOR DIGIVIDEOS
***********************/

/***********************
STYLES FOR GLIDEMENU
***********************/
.menuActuator a {
	color: #333;
	font-weight:bold;
	font-size:12px;
	font-family: arial;
}

.menu {
	background-color: #FFF;

	/* for ns4 */
	layer-background-color: #FFF;

	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-align: left;
	z-index: 100;
}

.menu a:link, .menu a:visited, .menu a:hover, .menu a:active {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 8px;
	margin: 0;
	display: block;
	color: #027EC7;
	background: #FFF;
}

.menu a:hover, .menu .hover {
	text-decoration: underline;
	background: #E4E7E9;
	color: #000;
}

.menuFrame {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

*.menuFrame *.menu *.menuItem {
	height: 18px;
	background-color: #FFFEF0;
	height: auto;
}

ul.menu, ul.menu li {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #000;
	}

ul.menu {
	border-width: 1px 0 0 0;
	border-width: 1px;
	background: #E4E7E9;
	}

ul.menu li {
	border-width: 0 1px 1px 1px;
	border-width: 0;
	margin: 0 0 1px 0;
	padding: 0;
	}

.menu, .menuFrame {
	clip: auto !important;
}
html body *.menu {
	width: auto !important;
	height: auto !important;
}

a.menuHdr {
	letter-spacing: .02em;
}

.menu{
	font-weight: bold;
	border: 1px outset;
}

.menu a, .menu a {
 	letter-spacing: .07em;
	display: block;
	position: relative;
	margin: 0;
	white-space: nowrap;
}

.menuItem {
	height: 18px;
	position: relative;
	width: 100%;
}

.menu table {
	width: auto;
}

/*-------------------  NS4 and Mac IE Menu Measurements  -------------------------------*/
/**
 * mac ie needs width & height w/unit (px) and z-index
 *
 * NS 4 needs width/height and clip (unit optional). ex: clip: rect:(0, <width>, <height>, 0);
 */
#about, #aboutFrame { width: 120px; height:88px;clip: rect(0, 100, 88, 0); z-index: 10}
#services, #servicesFrame { width: 240px; height: 86px; clip: rect(0, 220, 86, 0);z-index: 11 }
#callingPlans, #callingPlansFrame { width: 120px; height: 40px; clip: rect(0, 100, 40, 0);z-index: 12 }
#internet, #internetFrame { width: 82px; height: 40px; clip: rect(0, 70, 40, 0);z-index: 12 }
#partners, #partnersFrame { width: 202px; height: 118px; clip: rect(0, 182, 118, 0);z-index: 13 }
#sister, #sisterFrame { width: 117px; height: 40px; clip: rect(0, 104, 40, 0);z-index: 12 }
/**
 * NS 4 needs positioning;
 */

#aboutFrame{ left: 250;top: 104 ; }
#servicesFrame{ left: 340;top: 104; }
#callingPlansFrame{ left: 542;top: 109; }
#internetFrame{ left: 542;top: 126; }
#partnersFrame{ left: 432;top: 104; }
#sisterFrame{ left: 605;top: 199; }
/***********************
END STYLES FOR GLIDEMENU
***********************/




-->
