/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

.style1 {color: #000000}
.style3 {color: #000000; font-weight: bold; }
.style4 {color: #000000; font-weight: bold; }

body{
	font-family: "Century Gothic",Verdana, "Trebuchet MS", Helvetica, sans-serif;
	background-color:#FFFFFF;
	color: #000000;
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
	margin-left: 40px;
	margin-right: 40px;
}

a:link {
	color: #930000;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #730000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #930000;
}

a.button {
	background:url(http://analyticabiz.com/images/gc_btn.jpg) no-repeat transparent 0px 0px;
	display: block;
	font-size:16px;
	width: 200px;
	height: 20px;
	padding: 10px 20px 10px 2px;
	color:#EEEEEE;
	text-decoration: none;
	text-align:center;
}
a.button:hover {
	color:#FFFFFF;
	background:url(http://analyticabiz.com/images/gc_btn.jpg) no-repeat transparent 0px -45px;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: "Century Gothic",Verdana, "Trebuchet MS", Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #930000;
}

h1{
 font-family: "Century Gothic",Verdana, "Trebuchet MS", Helvetica, sans-serif;
 font-size: 16px;
 color: #930000;
}

h2{
 font-size: 14px;
 color: #930000;
}

h3{
 font-size: 12px;
 color: #930000;
}

h4{
 font-size: 12px;
 font-weight: normal;
 color: #930000;
}

h5{
 font-size: 12px;
 color: #930000;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

li{
 font-size: 12px;
}

label{
 font: bold 12px "Century Gothic", Verdana, "Trebuchet MS", Helvetica, sans-serif;
 color: #930000;
}

td {
	font-size: 12px;
	font-family: "Century Gothic",Verdana, "Trebuchet MS", Helvetica, sans-serif;
}

p {
	font-size: 12px;
	font-family: "Century Gothic",Verdana, "Trebuchet MS", Helvetica, sans-serif;
}

td.smaller {
	font-size: 8px;
	font-family: "Century Gothic",Verdana, "Trebuchet MS", Helvetica, sans-serif;
	color : #000000;
}

p.smaller {
	font-size: 8px;
	font-family: "Century Gothic",Verdana, "Trebuchet MS", Helvetica, sans-serif;
	color : #000000;
}

p.mnlinkbar {
	font-size: 12px; 
	font-family: "Century Gothic",Verdana, "Trebuchet MS", Helvetica, sans-serif;
	margin: 20px 0px 11px 0px;
	text-align: center;
	color: #000000;
}

HR {
	color : #3399CC;
}
Input {
	border-width: 1px;
	border-color: #000000;
	font-family: "Century Gothic",Verdana;
	font-size: 12px;
	color : #000000;
	background-color: #FFFFFF;
}
Input.noborder {
	border-width: 1px;
	border-color: #000000;
	font-family: "Century Gothic",Verdana;
	font-size: 12px;
	color : #000000;
	background-color: #FFFFFF;
}
Input.darkborder {
	border-width: 2px;
	border-color: #000000;
	font-family: "Century Gothic",Verdana;
	font-size: 12px;
	font-weight: bold;
	color : #000000;
	background-color: #FFFFFF;
}
Select {
	font-size: 9px;
	border-width: 1px;
	border-color: #000000;
	font-family: "Century Gothic",Verdana;
	color : #000000;
	background-color: #FFFFFF;
}
Textarea {
	border-width: 1px;
	border-color: #000000;
	font-family: "Century Gothic",Verdana;
	color : #000000;
	background-color: #FFFFFF;
}
P.catname {
text-align: left;
margin-top: 0px;
margin-bottom: 0px;
vertical-align:top;
}
P.catdesc {
text-align: left;
margin-top: 0px;
margin-bottom: 4px;
vertical-align:top;
font-size: 12px;
}
IMG.catimage {
border:0px;
border-color: #000;
border-style: solid;
vertical-align:top;
}
TD.catimage {
vertical-align:top;
}
TD.catname {
vertical-align:top;
text-align: left;
}
TD.catdesc {
vertical-align:top;
text-align: left;
}
TD.catnavigation {
vertical-align:top;
text-align: left;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
/*	position:absolute;*/
	top: 5px;
	margin: 0;
	width: 750px;
	padding: 5px 0px;
	
	border-bottom: 1px solid #000000;
}

#mastheadFrame{
/*	position:absolute;*/
	top: 5px;
	margin: 0;
	width: 750px;
	padding: 5px 0px;
	border-bottom: 1px solid #000000;
}

#navBar{
	margin: 0;
	padding: 0px;
	width: 180px;
	background-color: #E7E7E7;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#navBarFrame{
	margin: 0;
	padding: 0px;
	width: 180px;
	background-color: #E7E7E7;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#p7menu1{
/*	padding-left: 8px;*/
	width: 170px;
	position:absolute;
	top: 98px;
	z-index:110;
	background-color: #E7E7E7;
}

#p7menu2{
/*	padding-left: 8px;*/
	width: 170px;
	position:absolute;
	top: 122px;
	z-index:111;
	background-color: #E7E7E7;
}

#p7menu3{
/*	padding-left: 8px;*/
	width: 170px;
	position:absolute;
	top: 146px;
	z-index:112;
	background-color: #E7E7E7;
}

#p7menu4{
/*	padding-left: 8px;*/
	width: 170px;
	position:absolute;
	top: 170px;
	z-index:113;
	background-color: #E7E7E7;
}

#p7menu5{
/*	padding-left: 8px;*/
	width: 170px;
	position:absolute;
	top: 194px;
	z-index:114;
	background-color: #E7E7E7;
}

#p7menu6{
/*	padding-left: 8px;*/
	width: 170px;
	position:absolute;
	top: 216px;
	z-index:115;
	background-color: #E7E7E7;
}

#p7menu7{
/*	padding-left: 8px;*/
	width: 170px;
	position:absolute;
	top: 242px;
	z-index:116;
	background-color: #E7E7E7;
}

#p7menu8{
/*	padding-left: 8px;*/
	width: 170px;
	position:absolute;
	top: 265px;
	z-index:117;
	background-color: #E7E7E7;
}

#p7menu9{
/*	padding-left: 8px;*/
	width: 170px;
	position:absolute;
	top: 289px;
	z-index:118;
	background-color: #E7E7E7;
}

#p7menu10{
/*	padding-left: 8px;*/
	width: 170px;
	position:absolute;
	top: 311px;
	z-index:119;
	background-color: #E7E7E7;
}

#p7menu11{
/*	padding-left: 8px;*/
	width: 170px;
	position:absolute;
	top: 338px;
	z-index:199;
	background-color: #E7E7E7;
}

.pviimenudiv td {
	font-family: "Century Gothic",Verdana, "Trebuchet MS", Helvetica, sans-seri;
	font-size: 12px;
	color: #990000;
	background-color: #E7E7E7;
}
.pviimenudiv p {
	font-family: "Century Gothic",Verdana, "Trebuchet MS", Helvetica, sans-seri;
	font-size: 12px;
	margin-top: 12px;
	margin-bottom: 6px;
	background-color: #E7E7E7;
	color: #990000;
}
.pviimenudiv b {
	font-family: "Century Gothic",Verdana, "Trebuchet MS", Helvetica, sans-serif;
	font-style: normal;
	color: #990000;
	background-color: #E7E7E7;
}
.pviimenudiv a:link {color: #990000; text-decoration: underline}
.pviimenudiv a:visited {color: #993300; text-decoration: underline}
.pviimenudiv a:hover {color: #FF0000; text-decoration: underline}
.pviimenudiv a:active {color: #000000; text-decoration: underline}

#content{
	position:absolute;
	top: 130px;
	left: 235px;
	margin: 0;
	padding: 0 1% 0 0;
	color: #000000;
	font-size: 8px;
	height: 100%;
	width: 60%;
}

#articlecontent{
	position:absolute;
	top: 130px;
	left: 235px;
	margin: 0;
	padding: 0 1% 0 0;
	color: #000000;
	font-size: 8px;
	height: 100%;
	width: 365px;
}

#catname p{
	padding: 0px 0px 0px 0px;
	color: #930000;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 8px 8px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 8px 0px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #000000;
	padding: 0px 0px 3px 5px;
	margin: 0px 0px 0px 0px;
/*	width: 800px; */
	white-space: nowrap;
	background-color: #E7E7E7;
	text-align:left;
}
/* '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: 9px;
	padding: 0px 4px 0px 0px;
}

/************* #dhtmlNav styles **************/

#dhtmlNav{
	padding: 0px 0px 3px 0px;
	margin: 8px 0px 0px 0px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 8px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 8px 0px;
	font-size: 12px;
}
.feature h1{
	padding: 8px 0px 0px 0px;
}
.feature h2{
	padding: 8px 0px 0px 0px;
}
.feature h3{
	padding: 8px 0px 0px 0px;
	text-align: left;
}
.feature p{
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

.feature img{
	padding: 0px 0px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

/************** .feature styles for main frame ***************/

.featureframe{
	padding: 0px 0px 8px 8px;
	margin-left: 8px;
	font-size: 12px;
	border: none;
}

.featureframe h2{
	padding: 20px 0px 5px 0px;
}
.featureframe h3{
	padding: 20px 0px 5px 0px;
	text-align: left;
}
.featureframe p{
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

.featureframe img{
	padding: 0px 0px 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: 0px 0px 0px 0px;
	font-size: 12px;
}

.story p{
	padding: 0px 0px 8px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #000000;
	font-size: 75%;
	color: #930000;
	background-color: #E7E7E7;
	padding: 8px 8px 8px 8px;
	margin-top: -1px;
}
/* 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{
	padding: 5px 0px 5px 8px;
	border-bottom: 0px solid #000000;
	background-color: #FFFFFF;
	font-size: 9px;
	color: #000000;
}

#search form{
 margin: 0px;
 padding: 0px;
}
#search Input{
 background-color: #FFFFFF;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

#prodsearch{
	padding: 5px 0px 5px 8px;
	border-bottom: 0px solid #000000;
	background-color: #E7E7E7;
	font-size: 9px;
	color: #000000;
}

#prodsearch form{
 margin: 0px;
 padding: 0px;
}
#prodsearch Input{
 background-color: #FFFFFF;
}

#prodsearch 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 styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #930000;
	border-bottom: 1px solid #000000;
	background-color: #E7E7E7;
}

#sectionLinks h3{
	padding: 8px 0px 2px 8px;
	color: #930000;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 8px;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	color: #930000;
	font-weight: normal;
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 8px;
	color: #730000;
	font-weight: normal;
}

#sectionLinks a:hover{
	padding: 2px 0px 2px 8px;
	color: #930000;
	text-decoration: underline;
	font-weight: normal;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px 0px 0px 0px;
	padding: 0px 8px 8px 8px;
	font-size: 12px;
	color: #930000;
}

.relatedLinks h3{
	margin: 0px 0px 0px 8px;
	padding: 0px 40px 0px 0px;
	color: #930000;
}

.relatedLinks a:link{
	color: #930000;
	text-decoration: none;
	font-weight: normal;
}

.relatedLinks a:visited{
	text-decoration: none;
	color: #730000;
	font-weight: normal;
}

.relatedLinks a:hover{
	color: #930000;
	text-decoration: underline;
	font-weight: normal;
}


/************** #advert styles **************/

#advert{
	padding: 8px 0px 0px 8px;
	font-size: 9px;
	background-color: #E7E7E7;
	color: #930000;
}

#advert img{
	display: block;
}

#advert a:link{
	color: #930000;
	text-decoration: none;
	font-weight: normal;
}

#advert a:visited{
	text-decoration: none;
	color: #730000;
	font-weight: normal;
}

#advert a:hover{
	color: #930000;
	text-decoration: underline;
	font-weight: normal;
}

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 8px 0px 20px 8px;
	font-size: 12px;
	border-bottom: 1px solid #000000;
	background-color: #E7E7E7;
	color: #930000;
}

#headlines p{
	padding: 5px 0px 5px 0px;
	background-color: #E7E7E7;
	color: #930000;
}

#headlines a:link{
	color: #930000;
	text-decoration: none;
	font-weight: normal;
}

#headlines a:visited{
	text-decoration: none;
	color: #730000;
	font-weight: normal;
}

#headlines a:hover{
	color: #930000;
	text-decoration: underline;
	font-weight: normal;
}
/************** #categories styles **************/

#categories{
	margin: 0px;
	padding: 0px 0px 0px 8px;
	font-size: 12px;
	background-color: #E7E7E7;
	color: #930000;
}

#categories p{
	padding: 0px 0px 0px 8px;
	font-size: 12px;
	border-left: 1px #000000;
	background-color: #E7E7E7;
	color: #930000;
}

#subcategories {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	border-left: 1px #000000;
	background-color: #E7E7E7;
	color: #930000;

}

#subcategories ul {
	margin-left:.75em; 
	padding-left:.75em;

}

#subsubcategories {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	background-color: #E7E7E7;
	color: #930000;
}
.wrap1, .wrap2, .wrap3 {
/*  display:inline-table;*/
  display:block;
  }
.wrap1 {
  float:left;
  background:url(http://analyticabiz.com/images/shadow.gif) right bottom no-repeat;
  }
.wrap2 {
  background:url(http://analyticabiz.com/images/corner_bl.gif) left bottom no-repeat;
  }
.wrap3 {
  padding:0 6px 6px 0;
  background:url(http://analyticabiz.com/images/corner_tr.gif) right top no-repeat;
  }
.wrap3 img {
  display:block;
}
/* Channel title & link */
.rsslibchannel a.link{
  font-size:16px;
}

.rsslibchannel:visited a:visited{
}

.rsslibchannel:hover a:hover{
}

/* Item title & link */
.rsslibitem a.link{
}

.rsslibitem:visited a:visited{
}

.rsslibitem:hover a:hover{
}

/* Item description */
.rsslibdesc {
	font-family: "Century Gothic",Verdana, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	margin-bottom: 5px;
}

/* Channel Editor */
.rsslibeditor {
	font-family: "Century Gothic",Verdana, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

/* Channel Date */
.rsslibdate {
	font-family: "Century Gothic",Verdana, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

/* Channel Copyright */
.rsslibcopyright {
	font-family: "Century Gothic",Verdana, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 8pt;
	color: #AAAAAA;
}
/* Knowledgebase Classes */
/* <DIV.BG> class */
DIV.BG
{
WIDTH: 100%;
BACKGROUND-COLOR: #FFFFFF;
}
/* generic class */
/* <.Data> class */
.Data
{
WIDTH: 100%;
BACKGROUND-COLOR: #C7C7C7;
/* borders */
BORDER-TOP: thin none #000000;
BORDER-RIGHT: thin none #000000;
BORDER-BOTTOM: thin none #000000;
BORDER-LEFT: thin none #000000;
/* padding top right bottom left */
PADDING: 2px 2px 2px 2px;
/* margins top right bottom left */
MARGIN: 0px 0px 0px 0px;
}
/* <.Header> class */
.Header
{
BACKGROUND-COLOR: #CCCCCC;
/* font properties */
COLOR: #930000;
FONT-STYLE: normal;
FONT-WEIGHT: bold;
FONT-SIZE: 12px;
font-family: "Century Gothic",Verdana, "Trebuchet MS", Helvetica, sans-serif;
/* padding top right bottom left */
PADDING: 2px 2px 2px 2px;
}
/* <.Label> class */
.Label
{
BACKGROUND-COLOR: #FFFFFF;
TEXT-ALIGN: left;
/* font properties */
COLOR: #000000;
FONT-STYLE: normal;
FONT-WEIGHT: bold;
font-size: 12px;
font-family: "Century Gothic",Verdana, "Trebuchet MS", Helvetica, sans-serif;
/* padding top right bottom left */
PADDING: 2px 2px 2px 2px;
}
/* <.Input> class */
.Input
{
BACKGROUND-COLOR: #FFFFFF;
TEXT-ALIGN: left;
/* font properties */
COLOR: #000000;
FONT-STYLE: normal;
FONT-WEIGHT: normal;
font-size: 12px;
font-family: "Century Gothic",Verdana, "Trebuchet MS", Helvetica, sans-serif;
/* padding top right bottom left */
PADDING: 2px 2px 2px 2px;
}
/* <.Footer> class */
.Footer
{
BACKGROUND-COLOR: #C7C7C7;
TEXT-ALIGN: center;
vertical-align:middle;
/* font properties */
COLOR: #000000;
FONT-STYLE: normal;
FONT-WEIGHT: normal;
FONT-SIZE: 8px;
font-family: "Century Gothic",Verdana, "Trebuchet MS", Helvetica, sans-serif;
/* padding top right bottom left */
PADDING: 0px 0px 0px 0px;
}
/* <.ColumnLabel> class */
.ColumnLabel
{
BACKGROUND-COLOR: #C7C7C7;
/* font properties */
COLOR: #000000;
FONT-STYLE: normal;
FONT-WEIGHT: bold;
font-size: 12px;
font-family: "Century Gothic",Verdana, "Trebuchet MS", Helvetica, sans-serif;
/* padding top right bottom left */
PADDING: 2px 2px 2px 2px;
}
/* <.TableRowOne > class */
.TableRowOne
{
BACKGROUND-COLOR: #EBEBEB;
/* font properties */
COLOR: #930000;
FONT-STYLE: normal;
FONT-WEIGHT: normal;
font-size: 12px;
font-family: "Century Gothic",Verdana, "Trebuchet MS", Helvetica, sans-serif;
/* padding top right bottom left */
PADDING: 2px 2px 2px 2px;
}
/* <.TableRowTwo > class */
.TableRowTwo
{
BACKGROUND-COLOR: #FFFFFF;
/* font properties */
COLOR: #000000;
FONT-STYLE: normal;
FONT-WEIGHT: normal;
font-size: 12px;
font-family: "Century Gothic",Verdana, "Trebuchet MS", Helvetica, sans-serif;
/* padding top right bottom left */
PADDING: 2px 2px 2px 2px;
}

/* navigation buttons */
.NavButtons
{
HEIGHT: 20px;
WIDTH: 20px;
BORDER: 0px
}
/* Product Body Style 3 properties */
div.cpdhlid {
font-weight:bold;
}
div.cpdhlname {
font-weight:bold;
}
div.cpdhllistprice {
font-weight:bold;
}
div.cpdhlprice {
font-weight:bold;
}
div.cpdhloptions {
font-weight:bold;
}
div.cpdhlquantity {
font-weight:bold;
}
div.cpdhlbuy {
font-weight:bold;
}
div.prod3listprice {
text-decoration:line-through;
}

div.detaildiscounts {
font-size:11px;
}
div.proddiscounts {
color: #930000;
}
.modtable {
font-family: "Century Gothic", Verdana, "Trebuchet MS", Helvetica, sans-serif;
font-size: 12pt;
}
/* The Sidebar */
.sidebar {
	padding : 11px 5px 0px 11px;
	margin: 0;
	width: 180px;
	background-color: #E7E7E7;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.sidebar h2 {
	color : #353227;
	font : bold 16px "Century Gothic", Verdana, "Trebuchet MS", Helvetica, sans-serif;
	margin: 0px 0px 6px 0px;
}
.sidebar h3 {
	color : #353227;
	font : bold 14px "Century Gothic", Verdana, "Trebuchet MS", Helvetica, sans-serif;
	margin-top : 16px;
}
.sidebar h4 {
	color : #353227;
	font : bold 12px "Century Gothic", Verdana, "Trebuchet MS", Helvetica, sans-serif;
	margin-top : 16px;
}
.sidebar a:link { color : #993300 }
.sidebar a:visited { color : #000000 }
.sidebar a:hover { color : #CC3300 }

/*Style Applied to the Paragraphs for the Sidebar Links */
p.navSubs {
	color : #FFFFFF;
	font : 11px "Century Gothic", Verdana, "Trebuchet MS", Helvetica, sans-serif;
	margin-bottom : 4px;
	margin-top : 0px;
	width : 180px;
	background-color: #BCAE8F;
}
.navSubs a {
	background-color : #BCAE8F;
	border : 1px solid #999999;
	color : #353227;
	display : block;
	padding : 4px 0px 2px 12px;
	text-decoration : none;
	width : 100%
}
.navSubs a:hover {
	background-color : #E3D5A6;
	border : 1px solid #999999;
	color : #353227;
	text-decoration : none
}
#LayerSidebar {
	position:absolute;
	left:401px;
	top:145px;
	width:200px;
	z-index:3;
}
