#divLogo {
	position: absolute;
	left: 7px;
	top: 10px;
	z-index: 10;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#divNavbar {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #F7F7F2;
	background-color: #DEDCCB;
	padding: 4px 20px;
	border-top: 1px solid #666699;
	border-bottom: 1px solid #666699;
	margin-top: 40px;
	font-size: 11px;
}
#divNavbar a:link, #divNavbar a:visited, #divNavbar a:active {
	color: #F7F7F2;
	text-decoration: none;
}
#divNavbar a:hover {
	color: #000000;
}
#divViewCart {
	text-align: right;
	font-size: 80%;
	margin-bottom: 1em;
}
#divTopSearch {
	position: absolute;
	top: 20px;
	right: 20px;
	left: auto;

}
#divText {
	position: absolute;
	top: 65px;
	right: 295px;
	left: 135px;
	border-right-color: #996666;
	border: 1px;
	border-right-style: dashed;
	padding-right: 17px;
	padding-left: 17px;
	border-left-color: #996666;
	border-left-style: dashed;
	padding-top: 17px;
}

#divSidePicture {
	position: absolute;
	top: 65px;
	right: 0px;
	left: auto;
}
#divSidebar {
	width: 135px;
	float: left;
	background-color: #FFFFFF;
	border-right-color: #B5B28C;
	border-right-style: solid;
	border-right: 1px

}
#divSidesearch {
	padding: 5px;
	color: #666699;
	font-weight: bold;
	font-size: 80%;
	background-color: #CACAAF;
	border-bottom: 1px solid #996666;
}
#divSideNav, #divSideSiteNav {
	font-size: 80%;
	border-bottom: 1px solid #996666;
}
#divContainer {
	border-left-color: #C7C5A7;
	border-left-style: solid;
	border-left-width: 135px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#divContent {
}
#divSpecials {}
#divFooter {
	text-align: center;	
	font-size: 80%;
	color: #000000;
}
#divInside {
	border-left-color: #996666;
	border-left-style: solid;
	border-left-width: 1px;
	padding: 5px;
}
h1 {
	font-size: 120%;
	margin-top: 0px;
	color: #000000;
	border-bottom-style: none;
	text-align: left;
}
#divContent p {
	font-size: 80%;
	line-height: 1.3em;
}
form {
	margin: 0px;
	padding: 0px;
}
#frmSideSearch #keywords {
	width: 100px;
}
#frmSideSearch select {
	width: 107px;
}
hr {
	margin: 0px;
	padding: 0px;
	height: 1px;
	color: #CACAAF;
}
#divSidebar a:link, #divSidebar a:visited, #divSidebar a:active {
	color: #543838;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #CACAAF;
	margin: 3px 5px;
	padding: 2px 0px 2px 5px;
}
#divSidebar a:hover {
	color: #000000;
	background-color: #CACAAF;
}
div.clearer {
	clear: left; 
	line-height: 0; 
	height: 0;
}
#tableSearchResults, #tableSearchResults td, #tableSearchResults th {
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}
#tableSearchResults th {
	font-size: 100%;
	padding: 3px;
	background-color: #B5B28C;
	color: #FFF;
}
#tableSearchResults td {
	vertical-align: top;
	padding: 3px;
	font-size: 90%;
}
#tableProductDetails td {
	font-size: 90%;
	vertical-align: top;
}
#divPurchaseInfo {
	font-size: 90%;
}


a:link {
	color: #333366;
}
a:visited {
	color: #8B8BB1;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.RedBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
}
.subnavtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.headingsred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #990000;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}



/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	border-left: solid #CCCCCC 1px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 116%;
	font-weight: bold;
}

h2{
 font-size: 120%;
 color: #006699;
}

h3{
 font-size: 13px;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 733px;
}

#navBar{
	margin: 0;
	padding: 0px;
	background-color: #E0E0CF;
	border-bottom: 1px solid #ccc;
	float: left;
	width: 172px;
	height: 100%;
}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}

#content2{
	margin: 0 0 0 182;
	padding: 0px;
	background-color: #ffffff;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 550px;
	border-right: 1px solid #ccc;
	
}

	color: #cccccc;
	padding: 0px 0px 0px 20px;
	white-space: normal;
	background-color: #BBD1E8;
	width: 713px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	padding: 0px 0px 0px 20px;
	white-space: normal;
	background-color: #BBD1E8;
	width: 713px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: left;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteHeader{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	width: 100%;
	background-color: #052F6D;
	padding: 10px;
}

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px;
	margin-top: -1px;
	width: 100%;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	width: 200px
	font-size: 90%;
	float: right;
	margin: 0px 15px 0px 0px;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** #sectionLinks Index styles ***********/

#sectionLinksIndex{
	padding: 2px;
	font-size: 80%;
	line-height: normal;
}
#sectionLinksIndex ul{
display:block;

}

#sectionLinksIndex li{
list-style:none;
display:block;
width:200px;

}


#sectionLinksIndex li a{
text-decoration:none;
display:block;
height:14px;
}
#sectionLinksIndex li a:hover{
text-decoration:none;
display:block;
}

#sectionLinksIndex h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinksIndex a:link{
	padding: 2px 10px 2px 10px;
	width: 100%;
  /*voice-family: "\"}\""; S
  voice-family:inherit;*/
	width: 100%;
}

#sectionLinksIndex a:visited{
	/*border-top: 1px solid #cccccc;*/
	padding: 2px 10px 2px 10px;
}

#sectionLinksIndex a:hover{
	/*border-top: 1px solid #cccccc;*/
	background-color: #D3D5DA; 
	padding: 2px 10px 2px 10px;
	display: inline;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 95%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #C9C9AB;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.BorderLeft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to Cartweaver 2.
You may use the CSS above, or remove it and attach
your own CSS file in addition to cartweaver.css
*/

.smallprint {
	font: 11px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}
/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #990000;
	border-bottom: 1px solid #668099;
	border-left: 1px solid #668099;
	border-right: 1px solid #003366;
	border-top: 1px solid #003366;
	color: #D3D3E2;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 100%;
}
table.tabularData td, table.tabularData th{
	padding: 5px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #333366;
	color: #D3D3E2;
}
/* altrowEven & altrowOdd are used to style alternating table rows. */
.altrowEven {
	background-color: #FFFFFF;
}

.altrowOdd{
	background-color: #EFF4FA;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}
.borderBottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.borderRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}


.mcafee{ width:120px; height:30px; position:absolute; left:515px; top:5px; }