@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-color: #FFFFFF;
	background-image: url(../images/2013_bkgd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h2, h3, h4, h5, h6, p {
	margin-top: 0; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
h1 {
	font-family: Helvetica, sans-serif;
	color: #1678E8;
	font-size: 1.5em;
	text-align: center;
	font-weight: normal;
}
.home-sections {
	background-color: #1C3047;
	float: left;
	height: 215px;
	width: 196px;
	padding: 0px;
	font-size: 0.95em;
	line-height: 1.2em;
	margin: 10px;
}
.home-sections-1 {
	background-color: #2A3A55;
	float: left;
	height: 215px;
	width: 196px;
	padding: 0px;
	font-size: 0.95em;
	line-height: 1.2em;
	margin: 10px;
	background-image: url(../images/2013_homeA.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.home-sections-2 {
	background-color: #2A3A55;
	float: left;
	height: 215px;
	width: 196px;
	padding: 0px;
	font-size: 0.95em;
	line-height: 1.2em;
	margin: 10px;
	background-image: url(../images/2013_homeB.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.home-sections-3 {
	background-color: #2A3A55;
	float: left;
	height: 215px;
	width: 196px;
	padding: 0px;
	font-size: 0.95em;
	line-height: 1.2em;
	margin: 10px;
	background-image: url(../images/2013_homeC.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.home-sections-4 {
	background-color: #2A3A55;
	float: left;
	height: 215px;
	width: 196px;
	padding: 0px;
	font-size: 0.95em;
	line-height: 1.2em;
	margin: 10px;
	background-image: url(../images/2013_homeD.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.home-section-txt {
	font-family: Helvetica, Calibri, Arial, sans-serif;
	font-size: 1em;
	color: #FFF;
	padding: 7px;
	float: none;
	clip: rect(auto,auto,100%,auto);
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #13304E;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #000033;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 900px;
	margin: 0 auto;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 110px;
	background-image: url(../images/2013_sleepy_logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.header-contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FFF;
	text-align: right;
	float: right;
	line-height: 1.2em;
	padding-top: 15px;
}
.header-livehelp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FFF;
	text-align: right;
	float: right;
	line-height: 1.2em;
	height: 79px;
	width: 220px;
	margin-left: 10px;
	padding-top: 5px;
}
.logo {
	float: left;
	margin-right: auto;
	margin-left: auto;
}
.nav {
	height: 31px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #F2F2F2;
	padding-top: 5px;
	background-color: #0F0;
}
.navl {
	height: 31px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #F2F2F2;
	padding-top: 52px;
	float: left;
}
.navc {
	height: 105px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #F2F2F2;
	float: left;
	text-align: center;
}
.navr {
	height: 31px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #F2F2F2;
	padding-top: 52px;
	float: right;
}


.nav-holder {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
.skype {
	background-image:;
	float: right;
	height: 25px;
	width: 25px;
	vertical-align: middle;
}
.topper {
	height: 25px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	font-size: 90%;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.page-content {
	margin-top: 10px;
	padding: 10px;
	background-color: #FFF;
	border: 1px groove #D4D4D4;
	font-size: 14px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}
.phg {
	margin: 10px;
	float: left;
	height: 50px;
	width: 50px;
}
.pht {
	float: left;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #666;
}
.product-main {
	color: #000;
	background-color: #CCC;
	height: 30px;
	border: thin solid #333;
	padding: 5px;
	margin-bottom: 10px;
}
.product-highlight {
	float: left;
	height: 75px;
	width: 215px;
	border: 1px groove #CCC;
	background-image: url(../images/2013_ph.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.product-highlight2 {
	height: 65px;
	width: 215px;
	float: left;
	font-size: 0.9em;
	color: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #999;
}
}
.product-highlight-center {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.pbtop {
	height: 65px;
	background-image: url(../images/2013_arrow2.png);
	background-repeat: no-repeat;
	background-position: left;
}
.pbtxt {
	font-size: 1em;
	color: #003366;
	float: left;
	margin-right: 15px;
	margin-left: 25px;
	margin-top: 20px;
}
.pbimg {
	background-color: #333;
	float: right;
	height: 50px;
	width: 80px;
	border: 3px solid #000;
	margin-right: 5px;
	margin-left: 10px;
	margin-top: 5px;
}
.horizontal-spacer {
	height: 20px;
	float: left;
	width: 880px;
}
.vertical-spacer {
	height: 150px;
	float: left;
	width: 20px;
}
.page-leftsidebar {
	float: left;
	width: 202px;
}
.page-rightcontent {
	background-color: #FFF;
	float: right;
	width: 660px;
}
.page-centercontent {
	width: 880px;
	padding-bottom: 20px;
	padding-top: 10px;
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background-color: #20252d;
	background-image: url(../images/2013_footer.jpg);
	background-repeat: repeat;
}
.upfoot {
	height: 10px;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.product-box {
	float: left;
	height: auto;
	width: 425px;
	border: 1px solid #999;
}
.pbbot {
	font-size: 0.8em;
	color: #333;
	padding: 10px;
	height: 100px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #999;
	background-color: #CCCCCC;
	background-image: url(../images/2013_fade.png);
	background-repeat: repeat-x;
}
.fltrtbox {
	float: right;
	height: 300px;
	width: 215px;
	margin: 25px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.slideholder {
	height: 175px;
	width: 795px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	background-color: #FFF;
}
.topleft {
	float: left;
}
.topright {
	float: right;
}
.footer_content {
	height: 255px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #FFF;
	padding-top: 10px;
}
.footer_nav {
	float: left;
	width: 200px;
	margin-right: 25px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFF;
	border: thin dotted #333;
	height: 70px;
}
.copyright-left {
}
.payment {
	background-color: #FFF;
	width: auto;
	height: 60px;
	text-align: center;
	padding-top: 40px;
}
.page-image {
	height: 100px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #999;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.sitemap {
	font-weight: bold;
	color: #92C7F1;
	margin-bottom: 7px;
}
/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.sidenav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px;
}
ul.sidenav li {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
ul.sidenav a, ul.sidenav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 180px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background-image: url(../images/sidenav.jpg);
}
ul.sidenav a:hover, ul.sidenav a:active, ul.sidenav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #FFF;
	background-color: #0D3F7B;
	background-image: url(../images/sidenav_OVER.jpg);
}
.home-stretch {
	height: 300px;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top: 15px;
}
.hot-deals {
	margin: 4px;
	float: left;
	height: 120px;
	width: 245px;
	background-image: url(../images/hotdeals.jpg);
	padding-top: 170px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 110%;
}
.payments {
	margin: 4px;
	float: left;
	height: 280px;
	width: 198px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 110%;
	background-color: #FFF;
	text-align: center;
}
.communication-center {
	margin: 4px;
	float: left;
	height: 290px;
	width: 372px;
	background-image: url(../images/comm_center_new.jpg);
}
.helpdesk {
	height: 50px;
	width: 210px;
	margin-top: 38px;
	margin-left: 20px;
}
.domain {
	height: 50px;
	width: 210px;
	margin-top: 15px;
	margin-left: 20px;
}
.livehelp-footer {
	height: 80px;
	width: 225px;
	margin-top: 18px;
	margin-left: 15px;
}
.home-section-price {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 1.6em;
	color: #FFF;
	line-height: 1.4em;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 108px;
	padding-left: 5px;
}
.ribbon {
	background-color: #06284E;
	height: 75px;
	width: auto;
	text-align: center;
	vertical-align: middle;
	margin-top: 10px;
	background-image: url(../images/2013_ribbon.jpg);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
}
.comptop {
	color: #CCC;
	height: 45px;
	width: 880px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #999;
} 
.comptopl {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	float: left;
	margin-left: 275px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 290px;
	height: 30px;
}
.comptopr {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	float: left;
	margin-left: 165
\;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 10px;
	height: 30px;
}
.compwhite {
	background-color: #FFF;
	float: left;
	height: 35px;
	width: 300px;
	border: 1px groove #CCC;
}
.compgrey {
	background-color: #E5E5E5;
	float: left;
	height: 35px;
	width: 300px;
	border: 1px groove #CCC;
}
.compgreyaudio {
	background-color: #E5E5E5;
	float: left;
	height: 75px;
	width: 300px;
	border: 1px groove #CCC;
	background-image: url(../images/2013_audioprice.png);
}
.compgreyvideo {
	background-color: #E5E5E5;
	float: left;
	height: 75px;
	width: 300px;
	border: 1px groove #CCC;
	background-image: url(../images/2013_videoprice.png);
}
.compwhite1 {
	background-color: #FFF;
	float: left;
	height: 35px;
	width: 272px;
	border: 1px groove #CCC;
	color: #063;
	background-image: url(../images/2013_arrow.png);
	background-repeat: no-repeat;
	background-position: left;
}
.compgrey1 {
	background-color: #E5E5E5;
	float: left;
	height: 35px;
	width: 272px;
	border: 1px groove #CCC;
	background-image: url(../images/2013_arrow.png);
	background-repeat: no-repeat;
	background-position: left;
}
.compgrey1price {
	background-color: #E5E5E5;
	float: left;
	height: 75px;
	width: 272px;
	border: 1px groove #CCC;
	background-image: url(../images/2013_arrow.png);
	background-repeat: no-repeat;
	background-position: left;
}
.compprod {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #06C;
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	font-weight: normal;
}
.compprodprice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #06C;
	padding-top: 28px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	font-weight: normal;
}
.compprodx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.compprodxprice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #FFFFFF;
	padding-top: 12px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 75px;
}
.compprodimg {
	background-image: url(../images/2013_check.png);
	float: left;
	height: 25px;
	width: 25px;
	margin-top: 5px;
}
.combo {
	background-color: #CCC;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	border: 1px solid #666;
	padding-top: 20px;
}
.comboholder {
	width: 400px;
	font-size: 2em;
	float: left;
	margin-top: -10px;
}
.combotxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #036;
	float: left;
	padding-right: 40px;
	padding-left: 40px;
}
.supporticon {
	background-color: #09C;
	height: 114px;
	width: 114px;
	top: 50px;
	right: 100%;
	position: static;
}
#onmyown {
	top: 0px;
	z-index: 100;
	height: 25px;
	width: 150px;
	left: 0px;
} 
.ribbonwrap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #FFF;
	padding-top: 20px;
}

.clear {clear:right}p{color:#1b1b1b}a{color:#545454;text-decoration:none;outline-style:none}a:hover{color:#545454;text-decoration:none}a img{border:none;outline-style:none}#header{width:auto;height:77px;margin:0 auto}#header 

.wideBox{
	width: 850px;
	margin: 0 0 15px;
	overflow: hidden
}.wideBox span.wideboxtop{
	width: 850px;
	height: 5px;
	display: block;
	font-size: 1px
}.wideBox span.wideboxbottom{
	width: 850px;
	height: 5px;
	display: block;
	font-size: 1px;
	clear: both
}.wideBox span.wideboxbottom3c{
	width: 850px;
	height: 5px;
	display: block;
	font-size: 1px;
	clear: both
}.wideBox span.separator{
	width: 850px;
	height: 2px;
	display: block;
	font-size: 1px;
	background: url(data:image/gif;base64,R0lGODlhLAECAIAAAP///9nZ2SH5BAAAAAAALAAAAAAsAQIAAAIgjI+py+0Po5y02ouz3hz4D4biSJbmiabqyrbuC8fyTBcAOw==) left top repeat-x;
	margin: 0 1px
}.wideBox h3{display:block;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKCAAAAABDbitiAAAAAnRSTlMAAHaTzTgAAABlSURBVAjXFcyxCoAgFIXh8/yuIb1AY8QFwVVsuIsRRNB0QSEQGkMiaEq/6ecMB0AY9BBQker6Thlg1cQrk94wmiNf+TCEiSXGKExw89LMDqd1jc0oydfw6QaeIruUpx3e7/fW5QdR/j0DvFTEsgAAAABJRU5ErkJggg==) left top no-repeat;background-position:0 6px;font-size:16px;color:#494b58;font-weight:normal;margin:22px 0 0 22px;padding:0 0 0 20px}.wideBox h3.goldie{
	background-position: 0 6px;
	background-image: url(../images/2013_arrow.png);
	background-repeat: no-repeat;
}.wideBox h3.blue{background:url(data:image/gif;base64,R0lGODlhCQAKANU4AE59zPj4+Eh1v0l1v5qz3Et5xjhak1KD1kl2wFSF3Pf39zlblfHx8TVVik14wXGGp1WI4LnD0nCFpvr6+niNsWqDsXGIrlSI30tzuoKg01qP6Vhxl0VutMDK1lSH3zlcl7fB0E5+zoGZwEx6xomatURssFiM5kNssLLD4FeM5oaYtNje6Ul3wkRutLfC0IOawd/m8+Dn9M7W5EZxuEp4xWR/r0p3wrDC4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAADgALAAAAAAJAAoAAAZNQBzO9dhIQEKcqmH4GBokXGRxGoUKpUXHwjmYNKlDi1IrJC4eSIJWEdkAcDjrJZshBgMBArMK3BwCeQ4oATgBMQQZBDCFQgwKEwoMQkEAOw==) left top no-repeat;background-position:0 6px}.wideBox h3.mix{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAMAAADXT/YiAAAAw1BMVEX4+PjZuABOfczhvgCRlmBKd8I5W5VDbLBFbrS3wtDq3ZZxiK5JdsC3mwCzt5Kgp3DsyABMesZUiN+VfgCKdQCTfQDRswa3pT6XnWbQsADJw6Fkf69YjObg5/TJuFuxpmqwwuDq5ck1VYo4WpPbuQCGmLTqxgCkrHWBmcBGcbhLecb38tLGqADq2HJSg9bWtACjlk5Idb9xhqeas9xNeMG5w9JUhdzaugawolLQyqxJdb/oxQDO1uR2e2NobkywlQCOlmescb0jAAAAXklEQVQI12NgYOA0sjWQYgACVSVlO1EReQYGUzZ2QQcde2FLBm4OPRl1NRVeCwZpLTMhfgFrSXEGDVYmJglmZn05BhtNHisWRkYxRQYGBRNDFkZzLpAxssZ8utoMDACCSQgscTslqQAAAABJRU5ErkJggg==) left top no-repeat;background-position:0 6px}.wideBox p{color:#88898d;margin:5px 40px 25px 22px;padding:0 0 0 20px}.wideBox .map{width:520px;height:262px;margin:auto;padding:0;background:url(images/xmap.gif.pagespeed.ic.2F2NpSHrlP.png) left top no-repeat}.wideBox ul.list{color:#88898d;margin:15px 40px 25px 22px;padding:0 0 0 20px;list-style:inside decimal}.wideBox ul.list ul{color:#88898d;margin:0 22px 18px 40px;padding:0;list-style:inside decimal-leading-zero}.wideBox ul.list ul li{margin:5px 0 5px}.wideBox ul.list ul ul{color:#88898d;margin:0 22px 18px 40px;padding:0;list-style:inside decimal-leading-zero}.wideBox .columnBox{
	width: 250px;
	padding: 0!important;
	margin: 0 2px;
	float: left;
	overflow: hidden;
	font-size: 0.9em;
	color: #036;
}.wideBox .columnBox ul{list-style:none}.wideBox .columnBox ul li{
	margin: 0 0 0 5px;
	padding: 0 0 0 20px;
	background-image: url(../images/2013_check.png);
	background-repeat: no-repeat;
	background-position: left top;
}.wideBox .columnBox ul li.last{background:none}.wideBox .lastBox{background:none!important}.wideBoxicons{display:block;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA8IAAABDCAAAAAByhOORAAAAzUlEQVR42u3TwQlFIQwAwfTfoWgFEf7RW/TVEf5MCQsbd88BtDT3jZ31gJYqd6w6P6ClUyvG0wG6esPCYGHAwoCFwcKAhQELAxYGCwMWBiwMWBgsDFgYsDBYWAawMGBhwMJgYcDCgIUBC4OFAQsDFgYsDBYGLAxYGCwMWBiwMGBhsDBgYcDCgIXBwoCFAQsDFgYLAxYGLAwWBiwMWBiwMFgYsDBgYcDCYGHAwoCFAQuDhQELAxaGP1141dEBejq1Ymc9oKXKjJtzAC3NvB+56gAcoZHRQAAAAABJRU5ErkJggg==) left top no-repeat;width:962px;height:67px;padding:0}.wideBoxicons h3{display:block;width:140px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKCAAAAABDbitiAAAAAnRSTlMAAHaTzTgAAABlSURBVAjXFcyxCoAgFIXh8/yuIb1AY8QFwVVsuIsRRNB0QSEQGkMiaEq/6ecMB0AY9BBQker6Thlg1cQrk94wmiNf+TCEiSXGKExw89LMDqd1jc0oydfw6QaeIruUpx3e7/fW5QdR/j0DvFTEsgAAAABJRU5ErkJggg==) left top no-repeat;background-position:0 6px;font-size:16px;color:#494b58;font-weight:normal;margin:22px 0 0 22px;padding:0 0 0 20px;float:left}.wideBoxicons span.columnLine{display:block;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA8IAAAAHAgMAAAC+SBykAAAACVBMVEX4+Pj////Z2dkIWoMrAAAAHklEQVQ4y2OYwDCyQAITw0gDoz4e9fGoj0d9PPQAAAfcAP3/nMbgAAAAAElFTkSuQmCC) left top repeat-y;width:2px;height:67px;padding:0!important;margin:0 10px;float:left}.wideBoxicons img{margin:12px 12px 0;float:left}

table#comptable{
	width: 850px;
	background: #f8f8f8 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA8IAAAAHAgMAAAC+SBykAAAACVBMVEX4+Pj////Z2dkIWoMrAAAAHklEQVQ4y2OYwDCyQAITw0gDoz4e9fGoj0d9PPQAAAfcAP3/nMbgAAAAAElFTkSuQmCC) top left repeat-y;
	margin: 0 0 20px;
	padding: 0;
	font-size: .8em;
}table#comptable td{padding:0;text-align:left;vertical-align:middle;background:url(data:image/gif;base64,R0lGODlhrgEDAJEAAPj4+P///9nZ2QAAACH5BAAAAAAALAAAAACuAQMAAAImhI+py+0Po5y02ouz3rz7D2aBEJbmiabqyrbuK43wTNf2jef6JhcAOw==) top right repeat-y}table#comptable td.firstColumn{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAS4AAAKKCAAAAACmTun6AAADXklEQVR42u3QyQmDUAAFwN9/h6JnA9kXTQIKpoV3kbjMlDClmr6Epqro0qVLly5d6NKlS5cuXejSpUuXLl3o0qVLly506dKlS5cudOnSpUuXLnTp0qVLly506dKlSxe6dOnSpUsXunTp0qVLF7p06dKlSxe6dOnSpQtdunTp0qULXbp06dKlC126dOnSpUuXLl26dOlCly5dunTpQpcuXbp06UKXLl26dKFLly5dunShS5cuXbp0oUuXLl26dKFLly5dutClS5cuXbrQpUuXLl260KVLly5dutClS5cuXejSpUuXLl3o0qVLly5d6NKlS5cuXbp06dKlSxe6dOnSpUsXunTp0qVLF7p06dKlC126dOnSpQtdunTp0qULXbp06dKlC126dOnShS5dunTp0oUuXbp06dKFLl26dOnShS5dunTpQpcuXbp06UKXLl26dOlCly5dunTp0qVLly5dutClS5cuXbrQpUuXLl260KVLly5d6NKlS5cuXejSpUuXLl3o0qVLly5d6NKlS5cudOnSpUuXLnTp0qVLly506dKlS5cudOnSpUsXunTp0qVLF7p06dKlSxe6dOnSpUuXLl26dOnShS5dunTp0oUuXbp0bavrQ0iXLl26dOlCly5dunTpQpcuXbp06UKXLl26dKFL1/xdb0K6dOnSpUsXunTp0qVLF7p06dKlSxe65unqCenSpUuXLl3o0qVLly5d6NKlS5eufXd1hHTp0qVLly506dKlS5cudOnStYauFyFdunTp0qULXbp06dKlC126dK2h60lIly5dunTpQpcuXbp06UKXLl26Ntf1IKRLly5dunShS5cuXbp0oUvXn7ruhHTp0qVLly506dKlS5cudOnSpWtzXTdCunTp0qVLF7p06dKlSxe6dOlaQ9eVkC5dunTp0oUuXbp06dKFLl26dOnSRdx1IaRLly5dunShS5cuXbp0oUuXLl26dKFL1wK6zoR06dKlS5cudOnSpUuXLnTp0qVLly506dKlSxe6dOnSpWs3XSdCunTp0qVLF7p06dKlSxe6dOnSpUsXunTp0qULXbp06dKlC126dOnSpQtdunTp0qULXbp06dKFLl26dOnShS5dupbcVY+dh0w31uVwHCYiw7EtfdtURJq2/wGf/iLIDsWJKQAAAABJRU5ErkJggg==) top left repeat-y;width:2px}table#comptable td.trdColumn{background-image:none}table#comptable td.lastColumn{background-image:none;width:2px}table#comptable td.alt{background:url(data:image/gif;base64,R0lGODlhrgEDAJEAAO7u7v///9nZ2QAAACH5BAAAAAAALAAAAACuAQMAAAIohI+py+0Po5y02ouz3rz7D2aBEITmiabqyrbuC0djGdf2jef6zotkAQA7) top right repeat-y}table#comptable td.altbg{background-color:#eee}table#comptable td.title{
	height: 23px;
	background-color: #202428;
	padding: 6px 0;
	background-image: url(../images/2013_tablemiddle.png);
	background-repeat: repeat-x;
	background-position: left top;
}table#comptable td.titleleft{
	background-color: #202428;
	text-align: left;
	width: 208px!important;
	background-image: url(../images/2013_tableleft.png);
	background-repeat: no-repeat;
	background-position: left top;
}table#comptable td.titlemiddle{width:375px}table#comptable td.titleright{
	width: 375px;
	background-color: #202428;
	background-image: url(../images/2013_tableright.png);
	background-repeat: no-repeat;
	background-position: right top;
}table#comptable td.tablebottom{height:6px;font-size:1px;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA8IAAAAGBAMAAAD6VDqhAAAAJFBMVEXu7u7////Z2dn9/f36+vrq6ura2tr29vb8/Pzc3Nzp6eno6OjKZYB+AAAASElEQVRIx2NQZKALEBJgGKqAUZFhCAMhhtEYHo3h0Rge2jE8o2A0hodxDLN3Miw1FKQHEBIcukBxCLtdOIrBO0lpFAxfoLYFAO10ZSRtV6btAAAAAElFTkSuQmCC) top left no-repeat}table#comptable td.separator{width:958px;height:2px;font-size:1px;background:url(data:image/gif;base64,R0lGODlhLAECAIAAAP///9nZ2SH5BAAAAAAALAAAAAAsAQIAAAIgjI+py+0Po5y02ouz3hz4D4biSJbmiabqyrbuC8fyTBcAOw==) left top repeat-x;margin:0;padding:0!important}table#comptable td.title label{
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	padding: 0 0 0 20px!important;
	margin: 0 0 0 20px;
	background-image: url(../images/2013_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
}table#comptable td.title label.gold{
	background-image: url(../images/2013_arrowpremium.png);
	background-repeat: no-repeat;
	background-position: left center;
}table#comptable td label{font-size:11px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKCAAAAABDbitiAAAAAnRSTlMAAHaTzTgAAABlSURBVAjXFcyxCoAgFIXh8/yuIb1AY8QFwVVsuIsRRNB0QSEQGkMiaEq/6ecMB0AY9BBQker6Thlg1cQrk94wmiNf+TCEiSXGKExw89LMDqd1jc0oydfw6QaeIruUpx3e7/fW5QdR/j0DvFTEsgAAAABJRU5ErkJggg==) center left no-repeat;padding:0 0 0 18px;color:#494b58;margin:8px 0 8px 20px}table#comptable td p{color:#88898d;padding:0 0 0 20px;margin:8px 0 8px 20px}table#comptable td p.bottombox{line-height:5px;margin:14px 0 10px 20px}table#comptable td p b{color:#494b58;font-weight:normal}table#comptable td p span{margin:0 10px 0 0;padding:0;width:18px;height:20px;display:block;float:left;position:relative;top:-2px}table#comptable td p span.tic{
	background-image: url(../images/2013_check.png);
	background-repeat: no-repeat;
	background-position: left top;
}table#comptable td p span.cross{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAUCAAAAACl/DKWAAAAAnRSTlMAAHaTzTgAAADASURBVBjTVZDBCYQwEEWnhqnCVrYfO9ga7MMC9urFqzdZJHhYJIRJIEbCEGTj6Lr6L/m8yfyQD3AozHCTGfv+3St9glmpibL0ONiduEHTIaOMhChDf40uo8+VZJaDthhVPIgqbLddA3LHKixrbN3mpx2R6xBfXqw+EDWI1fEqWDk7rGqsxVqQ/b4og39iIxkQZJIi0bLK2AM7uosB4p2EjDhcieftk2m5kLRXkX55LqazsTXFECKvfKmVOSXmKP4LwiL8iD9v5cQAAAAASUVORK5CYII=) top left no-repeat}table#comptable td img{padding:0 0 0 20px;margin:7px 0 3px 20px}table#comptable td a.signup{background:url(data:image/png;base64,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) top left no-repeat;width:182px;height:29px;display:block;text-indent:-9999px;margin:10px 0 3px;padding:0}table#comptable td a.ordernow{
	width: 182px;
	height: 29px;
	display: block;
	text-indent: -9999px;
	margin: 10px 0 3px;
	padding: 0;
	background-image: url(../images/2013_buttonunder.png);
	background-repeat: no-repeat;
	background-position: left top;
}table#comptable td a.ordernow:hover,table#comptable td a.signup:hover{
	background-position: bottom;
	background-image: url(../images/2013_buttonover.png);
}
