﻿body {
  margin: 0px;
  padding: 0px;
  background: #AFB4BA repeat-x top;
  background-image: url("images/background_gradient.png");
  text-align: center;
}

#siteContents {
  position: relative;
  margin: 0px auto;
  width: 950px;
  text-align: left;
}

#header {
  position: absolute;
  left: 0px;
  top: 10px;
  width: 950px;
  height: 155px;
}

#body {
  position: absolute;
  left: 0px;
  top: 165px;
  width: 950px;
}

#main {
  margin: 0px 1px 15px 1px;
  font-family: Arial;
  font-size: 9pt;
  font-weight: normal;
}

#main .left {
  width: 100%;
  background: #FFFFFF repeat-y left;
  background-image: url("images/content_left.png");
}

#main .right {
  width: 100%;
  background: transparent repeat-y right;
  background-image: url("images/content_right.png");
}

#main .bottomLeft {
  height: 6px;
  background: transparent no-repeat bottom left;
  background-image: url("images/content_bottom_left.gif");
}

#main .bottomRight {
  height: 6px;
  background: transparent no-repeat bottom right;
  background-image: url("images/content_bottom_right.gif");
}

#siteLogo {
  position: absolute;
  left: 0px;
  top: 0px;
}

#tabStrip {
  position: absolute;
  left: 5px;
  bottom: 18px;
  width: 940px;
  height: 29px;
  background-image: url("images/tab_bar_center.png");
}

#tabStripLeft {
  position: absolute;
  left: 0px;
  bottom: 18px;
  width: 5px;
  height: 29px;
  background-image: url("images/tab_bar_left.png");
}

#tabStripRight {
  position: absolute;
  right: 0px;
  bottom: 18px;
  width: 5px;
  height: 29px;
  background-image: url("images/tab_bar_right.png");
}

#tabStrip .cartIcon {
  position: absolute;
  right: 55px;
  top: 3px;
}

#tabStrip .cartUser {
  position: absolute;
  left: 745px;
  top: 4px;
}

#tabStrip .cartContents {
  position: absolute;
  right: 0px;
  top: 3px;
  background: transparent no-repeat top left;
  background-image: url("images/background_cart_contents.png");
  width: 50px;
  height: 25px;
}

#tabStrip .cartContents .cartItems {
  position: absolute;
  left: 8px;
  top: -6px;
}

#tabStrip .cartContents .cartCheckout {
  position: absolute;
  left: 2px;
  top: 6px;
}

#tabStrip .cartIcon a:link,
#tabStrip .cartIcon a:visited,
#tabStrip .cartIcon a:hover,
#tabStrip .cartUser a:link,
#tabStrip .cartUser a:visited,
#tabStrip .cartUser a:hover {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  color: #1B4760;
  font-family: Arial;
  font-size: 9pt;
  font-weight: normal;
}

#tabStrip .cartContents a:link,
#tabStrip .cartContents a:visited,
#tabStrip .cartContents a:hover {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  color: #1B4760;
  font-family: Arial;
  font-size: 8pt;
  font-weight: normal;
}

#tabStrip a:link,
#tabStrip a:visited,
#tabStrip a:hover {
  display: block;
  float: left;
  margin: 5px 2px 0px 0px;
  line-height: 24px;
  padding: 0px 10px 0px 10px;
  font-family: Helvetica;
  font-weight: normal;
  font-size: 12pt;
  text-decoration: none;
}

#tabStrip a:link.unselected,
#tabStrip a:visited.unselected,
#tabStrip a:hover.unselected {
  color: #00314C;
  background-image: url("images/background_tab.png");
}

#tabStrip a:link.selected,
#tabStrip a:visited.selected,
#tabStrip a:hover.selected {
  color: #FFFFFF;
  background-image: url("images/background_tab_sel.png");
}

#testimonials {
  position: absolute;
  right: 0px;
  top: 5px;
  width: 261px;
  height: 60px;
  background: #FFFFFF no-repeat;
  background-image: url("images/background_testimonial.png");
  font-family: Arial;
  font-size: 7pt;
  font-weight: normal;
}

#testimonials .titleLeft {
  position: absolute;
  top: 4px;
  left: 8px;
  font-family: Helvetica;
  font-size: 8pt;
  font-weight: normal;
  color: #00354C;
}

#testimonials .titleRight {
  position: absolute;
  top: 4px;
  right: 8px;
  font-family: Helvetica;
  font-size: 8pt;
  font-weight: normal;
  color: #00354C;
}

#testimonials a:link,
#testimonials a:visited,
#testimonials a:hover {
  color: #00324D;
  text-decoration: none;
}

#subNav {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 18px;
  background-image: url("images/sub_nav_center.png");
  text-align: left;
  font-family: Arial;
  font-size: 8.5pt;
  font-weight: normal;
  color: #FFFFFF;
}

#subNav .leftCap {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 2px;
  height: 100%;
  background-image: url("images/sub_nav_left.png");
}

#subNav .rightCap {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 2px;
  height: 100%;
  background-image: url("images/sub_nav_right.png");
}

#subNav a:link,
#subNav a:visited,
#subNav a:hover {
  position: relative;
  top: 2px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 0px 15px;
}

#subNav .divider {
  position: relative;
  top: -1px;
  width: 1px;
  height: 16px;
  margin-bottom: -7px;
  background: #FFFFFF;
}

#footer {
  margin-bottom: 15px;
  width: 950px;
  height: 25px;
  text-align: center;
  color: #FFFFFF;
  background: transparent no-repeat center;
  background-image: url("images/background_footer.gif");
  font-family: Arial;
  font-size: 8.5pt;
  font-weight: normal;
}

#footer a,
#footer a:link,
#footer a:visited,
#footer a:hover {
  color: #FFFFFF;
  text-decoration: none;
  padding: 0px 10px;
}

#footer .divider {
  position: relative;
  top: -2px;
  width: 1px;
  height: 17px;
  margin-bottom: -7px;
  background: #FFFFFF;
}

#footer .guarantee {
  float: right;
  position: relative;
  right: 5px;
  top: -35px;
  margin: 0px;
  padding: 0px;
}

#footer .bbblogo {
  float: left;
  position: relative;
  left: 5px;
  top: -17px;
  margin: 0px;
  padding: 0px;
}

#footer .links,
#productFooter .links {
  position: relative;
  top: 5px;
}

#productFooter {
  margin-bottom: 25px;
  width: 950px;
  height: 71px;
  text-align: center;
  color: #244D64;
  background: transparent no-repeat center;
  background-image: url("images/background_product_footer.gif");
  font-family: Arial;
  font-size: 8.5pt;
  font-weight: normal;
  line-height: 15px;
}

#productFooter a:link,
#productFooter a:visited,
#productFooter a:hover {
  color: #244D64;
  text-decoration: none;
  margin: 0px 6px;
}

.content {
  vertical-align: top;
  padding: 10px;
}

.triColumn {
  width: 100%;
  height: 500px;
  padding: 0px 5px;
}

.triColumn .leftCol {
  vertical-align: top;
  padding: 10px;
  width: 160px;
}

.triColumn .leftCol .title {
  font-family: Arial;
  font-size: 9pt;
  font-weight: bold;
}

.triColumn .centerCol {
  vertical-align: top;
  padding: 10px;
}

.triColumn .rightCol {
  vertical-align: top;
  background: #DFF0FA;
  width: 300px;
}

.triColumn .rightCol p {
  margin: 10px;
}

.triColumn .rightCol a:link,
.triColumn .rightCol a:visited,
.triColumn .rightCol a:hover {
  color: #000000;
}

.triColumn .rightCol .sectionTitle {
  background: #C2E2F7;
  font-family: Helvetica;
  font-size: 8pt;
  font-weight: bold;
  margin: 0px;
  padding: 2px 10px;
}

.twoColumn {
  width: 100%;
  height: 500px;
  padding: 0px 5px;
}

.twoColumn .leftCol {
  vertical-align: top;
  padding: 10px;
  width: 160px;
}

.twoColumn .leftCol .title {
  font-family: Arial;
  font-size: 9pt;
  font-weight: bold;
}

.twoColumn .centerCol {
  vertical-align: top;
  padding: 10px;
}

.center {
  text-align: center;
}

.underline {
  border-bottom: 1px solid #D0D0D0;
}

.address {
  vertical-align: top;
  text-align: left;
  padding: 5px;
}

.singleColumn {
  width: 100%;
  height: 500px;
  padding: 0px 5px;
}

.singleColumn .centerCol {
  vertical-align: top;
  padding: 10px;
}

.productButtons {
  margin: 10px 0px 0px 0px;
}

.sidebar {
  background: #DFF0FA;
  width: 300px;
  vertical-align: top;
  padding: 20px 0px;
}

.sidebar .sectionTitle {
  background: #C2E2F7;
  font-family: Helvetica;
  font-size: 10pt;
  font-weight: normal;
  text-align: center;
  margin: 15px 0px;
  padding: 2px 0px;
}

.sidebar .featuredProduct {
  text-align: center;
  margin-bottom: 20px;
}

.sidebar .featuredProduct img {
  margin: 10px 0px;
}

.sidebar input.textbox {
  font-family: Arial;
  font-size: 8pt;
  font-weight: normal;
  width: 150px;
  margin: 0px 15px 0px 5px;
}

#supportPhone {
  font-weight: bold;
  font-size: 9pt;
  font-family: Arial;
  position: absolute;
  top: 70px;
  right: 145px;
  text-align: center;
  color: #0a2a41;
}

#mcafee-logo 
{
	position: absolute;
	top: 70px;
	right: 10px;
}

.outline {
  border: 1px solid #000000;
}

.center {
  text-align: center;
}

.cellPadding td {
	padding: 5px 5px 5px 5px;
}

.cellPadding th {
	padding: 2px 5px 2px 5px;
}
.border {
  border: 1px solid #00334E;
}

.border td {
	padding: 5px;
}

.scroll {
	overflow: scroll;
}

.inlineImage {
	margin-left: 3px; 
	margin-right: 3px; 
	vertical-align: middle;
}

/* Styles related to Custom Perfed Paper */
.perfedPaperRect {
	border: 1px solid #000000;
	width: 1.7in;
	height: 2.8in;
	background-color: #EEEEEE;
	color: #7F7F7F;
}

.perfMacroRect {
	border: 1px dashed #000000;
	position: absolute;
	top: -1px;
	left: -1px;
}

.perfMicroRect {
	border: 1px solid #000000;
	position: absolute;
	top: -1px;
	left: -1px;
}

.customStepTitle {
	border-bottom: 1px solid #DDDDDD;
	margin-top: -10px;
	border-spacing: 0px;
	padding: 0px;
}
/* End Custom Perfed Paper styles */

input.largeButton {
  background: #8CC63E repeat-x bottom;
  background-image: url("images/background_button.gif");
  color: #576C0F;
  font-family: Helvetica;
  font-size: 10pt;
  font-weight: bold;
  border-top: 2px solid #D4E6A8;
  border-left: 2px solid #D4E6A8;
  border-bottom: 2px solid #576C11;
  border-right: 2px solid #576C11;
  margin: 0px;
  padding: 0px 5px;
  height: 28px;
}

input.smallButton {
  background: #8CC63E repeat-x bottom;
  background-image: url("images/background_button_small.gif");
  color: #576C0F;
  font-family: Arial;
  font-size: 9pt;
  font-weight: bold;
  border-top: 1px solid #D4E6A8;
  border-left: 1px solid #D4E6A8;
  border-bottom: 1px solid #576C11;
  border-right: 1px solid #576C11;
  margin: 0px;
  padding: 0px 3px;
  height: 18px;
}

img {
  border: 0px;
}

h1 {
  font-family: Arial;
  font-size: 9pt;
  font-weight: bold;
}

h2 {
  font-family: Arial;
  font-size: 9pt;
  font-weight: bold;
  margin-bottom: 0px;
}

h1.title {
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.pageTitle {
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  padding-top: -5px;
  margin-bottom: 5px;
}

table {
  font-family: Arial;
  font-size: 9pt;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}

th {
  padding: 2px;
  background: #01334E repeat-x bottom;
  background-image: url("images/sub_nav_center.png");
  color: #FFFFFF;
}

th a:link,
th a:visited,
th a:hover {
  color: #FFFFFF;
}

th.light {
  border-bottom: 1px solid #000000;
  background: transparent;
  color: #000000;
  padding: 0px;
  margin: 0px;
}

td {
  padding: 0px;
  margin: 0px;
}

td .subHeader {
  text-align: center;
  border-bottom: 1px solid #000000;
}

p {
  margin: 10px 0px;
}

a:link,
a:visited {
  color: #576C0F;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:link.normal,
a:visited.normal,
a:hover.normal {
  text-decoration: none;
  color: #000000;
}

.errorText {
  color: #FF0000;
  font-weight: bold;
}

h1 {
  font-family: Helvetica;
  font-size: 12pt;
  font-weight: bold;
}

h2 {
  font-family: Helvetica;
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 0px;
}

h3 {
  font-family: Helvetica;
  font-size: 10pt;
  font-weight: bold;
}

h4 {
  font-family: Helvetica;
  font-size: 10pt;
  font-weight: bold;
  margin-bottom: 0px;
}

h5 {
  font-family: Helvetica;
  font-size: 8pt;
  font-weight: bold;
}

h6 {
  font-family: Helvetica;
  font-size: 8pt;
  font-weight: bold;
  margin-bottom: 0px;
}

/* Styles related to the floating error div */
#errorAlertWindow {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 7.5pt;
}

#errorAlertWindow .alertWindow {
  position: relative;
  top: 50px;
  margin: auto;
  width: 400px;
  border: 2px solid #1F2F62;
  background: #FFFFFF repeat-x bottom;
  background-image: url("images/insert_background.gif");
  text-align: left;
  padding: 5px;
}

#errorAlertWindow .closeWindow {
  float: right;
  position: relative;
  width: 100%;
  text-align: right;
  top: -17px;
  right: 0px;
  margin-bottom: -17px;
}

#errorAlertWindow .alertWindowTitle {
  width: 100%;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 2px;
  margin-bottom: 5px;
}

#errorAlertWindow h1 {
  padding: 0px;
  margin: 0px;
  font-family: Verdana;
  font-size: 11pt;
}

#errorAlertWindow .errorMessage {
  padding: 0px;
  margin: 10px 0px;
  font-family: Verdana;
  font-size: 8pt;
}

#errorAlertWindow td {
  font-family: Verdana;
  font-size: 7.5pt;
}

#errorAlertWindow .linkText {
  color: #808080;
  cursor: pointer;
}
/* End Error Style */

/* Styles related to the quick customer survey floating div */
#quickSurvey {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 7.5pt;
  z-index: 100;
}

#quickSurvey .surveyWindow {
  position: relative;
  top: 75px;
  margin: auto;
  width: 475px;
  border: 2px solid #01334E;
  background: #FFFFFF;
  text-align: left;
  padding: 5px;
}

#quickSurvey .closeWindow {
  float: right;
  position: relative;
  width: 100%;
  text-align: right;
  top: -17px;
  right: 0px;
  margin-bottom: -17px;
}

#quickSurvey h1 {
  padding: 0px;
  margin: 0px;
  font-family: Verdana;
  font-size: 11pt;
  color: #01334E;
}

#quickSurvey p {
  padding: 0px;
  margin: 5px 0px;
  font-family: Verdana;
  font-size: 7.5pt;
  line-height: normal;
}

#quickSurvey td {
  font-family: Verdana;
  font-size: 7.5pt;
}

#quickSurvey .linkText {
  color: #808080;
  cursor: pointer;
}
/* End Survey Style */

#PerforatedPaperHeader_MaintenanceAlert_siteNews {
  border: 1px solid #DDDDDD;
  padding: 3px;
  background: #FFFFFF;
  position: absolute;
  top: 0px;
  left: 365px;
  width: 305px;
  height: 80px;
  font-family: Arial;
  font-size: 7.5pt;
}

#PerforatedPaperHeader_MaintenanceAlert_siteNews h1 {
  margin: 0px 0px 3px;
  font-family: Arial;
  font-size: 8pt;
}
