/* Nav */
html, body {
	font: 12px/16px arial;
	color: #434343;
	}

ul {
	list-style: square;
	font: 12px/16px arial;
	color: #434343;
	}
	
ul.nav { 
	width: 145px;
	list-style: none;
	margin: 20px 0 0 16px;
	padding: 0;
	display: block;
	float: left;
	}
ul.nav li { 
	width: 145px;
	background:url(images/nav-arrow.gif) no-repeat left 3px;
	color: #434343; 
	font:15px/18px arial; 
	padding-left: 15px;
	margin: 0 0 13px 0;
	list-style: none;
	display: block;
	float: left;	
	}
ul.nav li a, ul.nav li a:visited { 
	color: #434343; 
	text-decoration: none;
	display: block;
	float: left;	
	}
ul.nav li a:hover { 
	color: #000; 
	text-decoration: none;
	display: block;
	float: left;	
	}
ul.nav li a.on, ul.nav li a.on:hover, ul.nav li a.on:visited { 
	color: #434343; 
	font-weight: bold;
	display: block;
	float: left;	
	}			
		
/* Second Level Nav */

ul.subnav { 
	background: none;
	width: 120px;
	list-style: none;
	margin: 3px 0 0 5px;
	padding: 0;
	display: block;
	float: left;
	}	
ul.subnav li {
	background: none;
	width: 120px;
	font: normal 12px/15px arial; 
	margin: 7px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	float:left;
	}	
ul.subnav li a, ul.subnav li a:visited { 
	background: url(images/sub-nav-arrow.gif) no-repeat left 3px;
	color: #434343; 
	font-weight: normal;
	padding: 0 0 0 10px;
	color: #434343; 
	text-decoration: none;
	display: block;
	float:left;	
	}
ul.subnav li a:hover { 
	color: #121212; 
	font-weight: normal;
	text-decoration: none;
	}
ul.subnav li a.on, ul.subnav li a.on:hover, ul.subnav li a.on:visited { 
	background: url(images/sub-nav-arrow-select.gif) no-repeat left 3px;
	color: #434343; 
	font-weight: bold;
	padding: 0 0 0 10px;
	text-decoration: none;
	display: block;
	float: left;	
	}	
	
/* Third Level Nav */

ul.thirdnav { 
	background: none;
	width: 120px;
	list-style: none;
	margin: 2px 0 13px 15px;
	padding: 0;
	display: block;
	}	
ul.last { 
	margin: 2px 0 0 18px;
	}	
ul.thirdnav li { 
	width: 100px;
	background:none;
	color: #434343; 
	font: 11px/13px arial; 
	margin: 6px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	}	
ul.thirdnav li a, ul.thirdnav li a:visited { 
	background: url(images/third-nav-arrow.gif) no-repeat left 2px;
	color: #434343; 
	font-weight: normal;
	padding: 0 0 0 9px;
	color: #434343; 
	text-decoration: none;
	display: block;
	float:left;		
	}
ul.thirdnav li a:hover { 
	color: #121212; 
	font-weight: normal;
	text-decoration: none;
	display: block;
	float:left;			
	}	
ul.thirdnav li a.on, ul.thirdnav li a.on:hover, ul.thirdnav li a.on:visited {
	background: url(images/third-nav-arrow-select.gif) no-repeat left 2px;
	color: #121212; 
	font-weight: normal;
	padding: 0 0 0 9px;
	text-decoration: none;
	}	
	
/* Fourth Level Nav */

ul.fourthnav { 
	width: 80px;
	list-style: none;
	margin: 2px 0 13px 15px;
	padding: 0;
	display: block;
	}	
ul.fourthnav li { 
	background:none;
	color: #434343; 
	font: 11px/13px arial; 
	margin: 4px 0 0 0;
	padding-left: 0;
	list-style: none;
	display: block;
	}
ul.fourthnav li a, ul.fourthnav li a:visited { 
	background: url(images/fourth-nav-arrow.gif) no-repeat left 5px;
	color: #434343; 
	text-decoration: none;
	}
ul.fourthnav li a:hover { 
	color: #121212; 
	font-weight: normal;
	text-decoration: none;
	}	
ul.fourthnav li a.on, ul.fourthnav li a.on:hover, ul.fourthnav li a.on:visited { 
	background: url(images/fourth-nav-arrow-select.gif) no-repeat left 5px;
	color: #121212; 
	font-weight: normal;
	text-decoration: underline;	
	}	
.order-btn {
	margin: 0 0 25px 17px;
	}
.click-order-btn {
	margin: 4px 0 0 24px;
	}

/* Home list */

ul.home-list {
	width: 155px;
	margin: 25px 0 0 15px;
	list-style: none;	
	padding: 0;
	display: block;	
	}
ul.home-list li {
	color: #434343; 
	font: 14px/18px arial;
	background:url(images/home-red-arrow.gif) no-repeat left 5px;
	padding-left: 15px;
	margin: 0 0 17px 0;
	list-style: none;
	display: block;
	}

	

/* Home products table */

.home-products {
	width: 748px;
	border: 1px solid #a19ea1;	
	margin-top: 8px;	
	color: #434343; 
	font: 11px/16px arial;
	background-color: #efefef;
	}
.home-products .head-wrap {
	background-color: #ad1b03;
	height: 28px;
	}	
.home-products .head-wrap .head {
	display: block;
	float: left;
	margin: 6px 0 0 14px;
	}
.home-products .head-wrap .view-btn {
	display: block;
	float: right;
	margin: 7px 8px 0 0;
	}		
.home-products .inner {
	width: 100%;
	background-color: #efefef;
	display: block;
	float: left;	
	}	
.home-products .inner .items {
	width: 140px;
	float: left;
	display: block;
	margin-top: 20px;
	padding-bottom: 20px;
	}	
.home-products .inner .items.first {
	width: 140px;
	margin-left: 20px;
	}	
.home-products .inner .items.last {
	width: 130px;
	}	
.home-products .inner .items img {
	display: block;
	blorder: 0;
	}
	
	
/* Products Chart */

.products-wrap {
	width: 480px;
	margin: 25px 0 20px 25px;
	border-top: 1px solid #b9b9b9;
	}
.products-wrap td {
	padding-top: 30px;
	text-align: center;
	}	
.products-wrap td p {
	font: 12px/14px arial; 
	color: #ad1b03;
	padding: 0;
	margin: 5px 0 25px 0;
	}	
.products-wrap td img {
	border: 0;
	margin-bottom: 4px;
	}		
.products-wrap td p a:link, .products-wrap td p a:hover, .products-wrap td p a:visited {
	font: 12px/14px arial; 
	color: #ad1b03;
	text-decoration: none;
	}		
.starter-wrap {
	width: 480px;
	margin: 35px 0 20px 25px;
	border-bottom: 1px solid #b9b9b9;
	}
.starter-wrap td {
	text-align: center;
	padding-bottom: 20px;
	}	
.starter-wrap td p {
	font: 10px/13px arial; 
	color: #434343;
	text-transform: uppercase;
	margin: 2px 0 0 0; 
	}	
.starter-wrap td img {
	border: 0;
	}		
.starter-wrap  td p a:link, .starter-wrap td p a:hover, .starter-wrap td p a:visited {
	font: 12px/14px arial; 
	color: #ad1b03;	
	text-decoration: none;
	}		

.clear {
	clear: both;
	}
.navbuttonsadmin { 
	color: silver; 
	font: 11px/16px arial; 
	text-align: left; 
	display: block;
	margin: 0 0 15px 15px;
	}
.navbuttonsadmin a:link { color: silver; text-decoration: none }
.navbuttonsadmin a:visited { color: silver; text-decoration: none }
.navbuttonsadmin a:hover { color: silver; text-decoration: none }
.navbuttonsadmin a:active { color: silver; text-decoration: none }	
/* 	

.navbuttons a:active { color: #434343; text-decoration: none }
.navbuttons a:visited { color: #434343; text-decoration: none }
.navbuttons a:link { color: #434343; text-decoration: none }
.navbuttons a:hover  { color: #434343; font-weight: bold; text-decoration: none }
*/

.poptext { color: #ad1b03; font-weight: bold; font-size: 11px; line-height: 15px; font-family: Arial, Verdana; text-align: left; padding-top: 1px }
.poptext a:hover { color: #434343; font-weight: bold; font-size: 11px; text-decoration: underline }
.poptext a:link { color: #ad1b03; font-weight: bold; font-size: 11px; text-decoration: underline }
.poptext a:visited  { color: #ad1b03; font-weight: bold; font-size: 11px; text-decoration: underline }
.poptext a:active  { color: #ad1b03; font-weight: bold; font-size: 11px; text-decoration: underline }

.subnavbuttons   { color: #ad1b03; font-size: 11px; line-height: 15px; font-family: Arial, Verdana; text-align: left; letter-spacing: 1px; padding-top: 1pt; padding-bottom: 2px; padding-left: 45px }
.subnavbuttons a:link { color: #ad1b03; text-decoration: none }
.subnavbuttons a:visited { color: #ad1b03; text-decoration: none }
.subnavbuttons a:active { color: #ad1b03; text-decoration: none }
.subnavbuttons a:hover    { color: #434343; font-weight: bold; text-decoration: none }

.kickerred  { color: #ad1b03; font-weight: bold; font-size: 12px; line-height: 16px; font-family: arial, helvetica, geneva, arial; text-align: left; vertical-align: text-top; padding-top: 10px; padding-left: 2px }
.kickerred a:hover { color: #434343; text-decoration: underline }
.kickerred a:link { color: #ad1b03; text-decoration: underline }
.kickerred a:visited { color: #ad1b03; text-decoration: underline }
.kickerred a:active { color: #ad1b03; text-decoration: underline }


.subnav3buttons  { color: #ad1b03; font-size: 11px; line-height: 13px; font-family: Arial, Verdana; text-align: left; letter-spacing: 1px; padding-left: 65px }
.subnav3buttons a:link { color: #ad1b03; text-decoration: none }
.subnav3buttons a:visited { color: #ad1b03; text-decoration: none }
.subnav3buttons a:active { color: #ad1b03; text-decoration: none }
.subnav3buttons a:hover   { color: #434343; font-weight: bold; text-decoration: none }
.pagetitles     { color: #434343; font-weight: bold; font-size: 17px; line-height: 18px; font-family: arial, helvetica, geneva, arial; text-align: left; vertical-align: text-top; padding-top: 40px; padding-right: 40px; padding-left: 24px }
.pagetitles_larger     { color: #434343; font-size: 20px; line-height: 26px; font-family: arial, helvetica, geneva, arial; text-align: left; vertical-align: text-top; padding-top: 40px; padding-right: 40px; padding-left: 24px; padding-bottom: 0px; }
.redheader  { color: #ad1b03; font-weight: bold; font-size: 17px; line-height: 18px; font-family: arial, helvetica, geneva, arial; text-align: left; vertical-align: text-top; }
.redsubheader  { color: #ad1b03; font-weight: bold; font-size: 14px; line-height: 16px; font-family: arial, helvetica, geneva, arial; text-align: left; vertical-align: text-top; }
.pagetitles_larger2    { color: #434343; font-size: 22px; line-height: 26px; font-family: arial, helvetica, geneva, arial; text-align: left; vertical-align: text-top; padding-top: 40px; padding-right: 40px; padding-left: 24px; padding-bottom: 0px; margin: 0px;}
.redheader  { color: #ad1b03; font-weight: bold; font-size: 17px; line-height: 18px; font-family: arial, helvetica, geneva, arial; text-align: left; vertical-align: text-top; }
.pagetitlecenter     { color: #434343; font-weight: bold; font-size: 17px; line-height: 18px; font-family: arial, helvetica, geneva, arial; text-align: center; vertical-align: text-top; padding-top: 40px; padding-right: 40px; padding-left: 24px }
.redheader  { color: #ad1b03; font-weight: bold; font-size: 17px; line-height: 18px; font-family: arial, helvetica, geneva, arial; text-align: left; vertical-align: text-top; }
.sub_pagetitle  { color: #434343; font-size: 17px; line-height: 21px; font-family: arial, helvetica, geneva, arial; text-align: left; vertical-align: text-top; padding-top: 10px; padding-right: 40px; padding-left: 24px; padding-bottom: 20px; margin: 0px;}
.redheader  { color: #ad1b03; font-weight: bold; font-size: 17px; line-height: 18px; font-family: arial, helvetica, geneva, arial; text-align: left; vertical-align: text-top; }
.pricephonebold  { color: #434343; font-weight: bold; font-family: arial }
.pricephonered { color: #ad1b03; font-weight: bold; font-family: arial }
div.red2 { font: 12px/16px Arial; color: #ad1b03; text-align: left; vertical-align: top; padding-right: 40px; padding-left: 24px }
div.red2 a { font: 12px/16px Arial; color: #ad1b03; text-decoration; underline;}
div.red2 a:hover{ font: 12px/16px Arial; color: #ad1b03; text-decoration; underline;}
div.red2 a:visited{ font: 12px/16px Arial; color: #ad1b03; text-decoration; underline;}
.red { color: #ad1b03 }
.blue { color: #00c }
.black { color: black }
.bodytext    { color: #434343; font-weight: normal; font-size: 12px; line-height: 16px; font-family: arial, helvetica, geneva, arial; text-align: left; vertical-align: text-top; padding-right: 40px; padding-left: 24px }
.producttextlt    { color: #434343; font-weight: normal; font-size: 12px; line-height: 16px; font-family: arial, helvetica, geneva, arial; text-align: left; vertical-align: text-top; padding-right: 15px; padding-left: 0px; }
.producttextrg    { color: #434343; font-weight: normal; font-size: 12px; line-height: 16px; font-family: arial, helvetica, geneva, arial; text-align: left; vertical-align: text-top; padding-right: 15px; padding-left: 20px; }
.bodytextcenter    { color: #434343; font-weight: normal; font-size: 12px; line-height: 16px; font-family: arial, helvetica, geneva, arial; text-align: center; vertical-align: text-top; padding-right: 40px; padding-left: 24px }
.charttext   { color: #434343; font-weight: normal; font-size: 12px; line-height: 16px; font-family: arial, helvetica, geneva, arial; text-align: left; vertical-align: text-top; padding: 10pt 10pt 12pt }
.charttext2   { color: #434343; font-weight: normal; font-size: 12px; line-height: 16px; font-family: arial, helvetica, geneva, arial; text-align: left; vertical-align: text-top; padding: 10pt 15pt 22pt 21pt }
.charttext3   { color: #434343; font-weight: normal; font-size: 12px; line-height: 16px; font-family: arial, helvetica, geneva, arial; text-align: left; vertical-align: text-top; padding: 10pt 15pt 8pt 0pt }
.captions { color: #434343; font-weight: normal; font-size: 10px; line-height: 13px; font-family: arial, helvetica, geneva, arial; text-align: center; vertical-align: text-top; padding-top: 7px; padding-bottom: 5px }
.bodytextSmall { color: #434343; font-weight: normal; font-size: 11px; line-height: 16px; font-family: arial, helvetica, geneva, arial; text-align: left; vertical-align: text-top; padding-right: 40px; padding-left: 45px }
.popuppagetitles { color: white; font-weight: bold; font-size: 15px; font-family: arial, helvetica, geneva, arial; text-align: left; vertical-align: text-top }
.homepg { color: #434343; font-weight: normal; font-size: 12px; line-height: 17px; font-family: arial, helvetica, geneva, arial; text-align: left; vertical-align: text-top }
.samplepagesRightCol { color: #434343; font-weight: normal; font-size: 11px; line-height: 16px; font-family: arial, helvetica, geneva, arial; text-align: left; letter-spacing: 1pt; vertical-align: text-top }
.productnumber    { color: #434343; font-weight: normal; font-size: 10px; padding-top: 3pt }
TABLE.main    {
	margin: 0px;
	border: solid 1px #a19ea1;
	font: 12px/16px arial;
	color: #434343;
	text-align: center;
}
TD.right  { border-right: 1pt solid #a19ea1; text-align: left;}
TABLE.redbor { border: solid 1px #ad1b03 }
TD.top { border-top: 1pt solid #a19ea1 }
TD.bottom { border-bottom: 1pt solid #a19ea1 }
TD.bottomright { border-right: 1pt solid #a19ea1; border-bottom: 1pt solid #a19ea1 }
TD.redleft { border-top: 1pt solid #ad1b03; border-right: 1pt solid #ad1b03; border-left: 1px solid #ad1b03; border-bottom: 1pt solid #ad1b03 }
TD.redleft2 { border-right: 1pt solid #ad1b03; border-left: 1px solid #ad1b03; border-bottom: 1pt solid #ad1b03 }
TD.redright { border-top: 1pt solid #ad1b03; border-right: 1pt solid #ad1b03; border-bottom: 1pt solid #ad1b03 }
TD.redright2 {border-right: 1pt solid #ad1b03; border-bottom: 1pt solid #ad1b03 }
UL.main   { color: #434343; font-weight: normal; font-size: 12px; line-height: 16px; font-family: arial, helvetica, geneva, arial; text-align: left; list-style-type: square; padding-right: 30pt }
UL.home { color: #434343; font-weight: normal; font-size: 12px; line-height: 16px; font-family: arial, helvetica, geneva, arial; text-align: left; list-style-type: square }


a:link    { color: #434343; text-decoration: underline }
a:visited    { color: #434343; text-decoration: underline }
/*
a:hover    { color: #434343; text-decoration: underline }
a:active     { color: #434343; text-decoration: underline; text-align: center; }
*/


table.order { font: 10px/18px arial; color: #434343; margin-left: 24px;}
td.orderleft { font: 10px/18px arial; color: #434343; border-left: 1pt solid #AD1B03; border-bottom: 1pt solid #CCCCCC; padding: 3px 0px 3px 0px;}
td.ordercen { font: 10px/18px arial; color: #434343; border-left: 1pt solid #AD1B03; border-bottom: 1pt solid #CCCCCC; padding: 3px 10px 3px 10px;}
td.orderright { font: 10px/18px arial; color: #434343; border-right: 1pt solid #AD1B03; border-left: 1pt solid #AD1B03; border-bottom: 1pt solid #CCCCCC; padding: 3px 10px 3px 10px;}
td.orderleftbot { font: 10px/18px arial; color: #434343; border-left: 1pt solid #AD1B03; border-bottom: 1pt solid #AD1B03; padding: 3px 0px 3px 0px;}
td.ordercenbot { font: 10px/18px arial; color: #434343; border-left: 1pt solid #AD1B03; border-bottom: 1pt solid #AD1B03; padding: 3px 10px 3px 10px;}
td.orderrightbot { font: 10px/18px arial; color: #434343; border-right: 1pt solid #AD1B03; border-left: 1pt solid #AD1B03; border-bottom: 1pt solid #AD1B03; padding: 3px 10px 3px 10px;}
td.orderlefttop { background-color: #EFEFEF; font: 10px/18px arial; color: #434343; border-left: 1pt solid #AD1B03; border-top: 1pt solid #AD1B03; border-bottom: 1pt solid #AD1B03; padding: 4px 0px 4px 0px;}
td.ordercentop { background-color: #EFEFEF; font: 10px/18px arial; color: #434343; border-left: 1pt solid #AD1B03; border-top: 1pt solid #AD1B03; border-bottom: 1pt solid #AD1B03; padding: 4px 10px 4px 10px;}
td.orderrighttop { background-color: #EFEFEF; font: 10px/18px arial; color: #434343; border-right: 1pt solid #AD1B03; border-top: 1pt solid #AD1B03; border-left: 1pt solid #AD1B03; border-bottom: 1pt solid #AD1B03; padding: 4px 10px 4px 10px;}
td.homeflash { font: 10px/18px arial; color: #434343; border-right: 1pt solid #a19ea1; text-align: left; vertical-align: top;}

#credit { width: 742px; color: #a7a7a7; font-weight: normal; font-size: 10px; line-height: 13px; font-family: arial, helvetica, geneva, arial; text-align:left; vertical-align: text-top; margin: 3px 0px 2px 0px;}
#credit a { color: #a7a7a7; font-weight: normal; font-size: 10px; line-height: 13px; font-family: arial, helvetica, geneva, arial; text-align:left; vertical-align: text-top; text-decoration: none;}
#credit a:hover { color: #a7a7a7; font-weight: normal; font-size: 10px; line-height: 13px; font-family: arial, helvetica, geneva, arial; text-align:left; vertical-align: text-top; text-decoration: underline;}
#credit td { color: #a7a7a7; font-weight: normal; font-size: 10px; line-height: 13px; font-family: arial, helvetica, geneva, arial; text-align:left; vertical-align: text-top; }
#credit td a { color: #a7a7a7; font-weight: normal; font-size: 10px; line-height: 13px; font-family: arial, helvetica, geneva, arial; text-align:left; vertical-align: text-top; text-decoration: none;} 
#credit td a:hover { color: #a7a7a7; font-weight: normal; font-size: 10px; line-height: 13px; font-family: arial, helvetica, geneva, arial; text-align:left; vertical-align: text-top; text-decoration: underline;}

.sidebar-quote { width: 90%; color: #434343; font-weight: bold; font-size: 12px; line-height: 18px; font-family: arial, helvetica, geneva, arial; text-align:left; vertical-align: text-top; margin: 8px 10px 10px 13px;}



.sidebar-credit { width: 90%; color: #434343; font-weight: normal; font-size: 11px; line-height: 14px; font-family: arial, helvetica, geneva, arial; text-align:left; vertical-align: text-top; background:url(images/red_arrow.gif) no-repeat 14px 3px; padding-left: 23px;}
.sidebar-credit a { color: #434343; font-weight: normal; font-size: 11px; line-height: 14px; font-family: arial, helvetica, geneva, arial; text-decoration: underline;}


td.producttd { border-right: 1pt solid #cccccc;}

.sidebar {border:1px solid #ad1b03;}
.sidebar td { font: 12px/16px arial; color: #434343; }
td.sidebarhead {background-color:#ad1b03;}
td.sidebarhead h2 { font: bold 12px/16px arial; color: #fff; margin: 5px 10px 7px 12px;}
.sidebar td p { font: 12px/16px arial; margin: 11px 12px 15px 12px;}
.sidebar td img.cen {border: 0; display: block; margin: 20px 0 0 25px;}

.sidebar p.more { font: 11px/14px arial; color: #434343; background:url(images/more_arrow.gif) no-repeat 2px 4px; padding-left: 11px;}
.sidebar p.more a .sidebar p.more a:visited { color: #434343; text-decoration: underline;}

/* added 11.11.09 */
.teaserwrap {width: 126px; font: bold 11px/13px arial; color: #ad1b03; text-align: center; vertical-align: top; border-top: 1px solid #a19ea1; margin: 15px 0 20px 20px;}
.teaserwrap img {border: 0px; display: block; margin: 10px 0 0 0;}
.teaserwrap a:link {font: bold 11px/13px arial; color: #ad1b03; text-decoration:underline;}
.teaserwrap a:hover  {font: bold 11px/13px arial; color: #ad1b03; text-decoration:underline;}
.teaserwrap a:visited  {font: bold 11px/13px arial; color: #ad1b03; text-decoration:underline;}

table.inner {margin-left: 26px;}


div.kit-details {
  border: 1px solid #9f9f9f;
  width: 322px;
  margin-left: 24px;
  padding: 0;
  height: 21px;
  overflow: hidden;
}
div.kit-details h3 {
  position: relative;
  height: 15px;
  margin: 0;
  cursor: pointer;
}

div.kit-details h3 a {
  background: #6e6e6e;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  display:block;
  width: 100%;
  height: 100%;
  padding: 3px 9px;
}
div.kit-details h3 a:hover {
  background: #7e7e7e;
}


div.kit-details ul {
  background: #efefef;
  border-top: 1px solid #9f9f9f;
  list-style: none;
  font-size: 11px;
  margin: 0;
  padding: 14px;
}
div.kit-details ul li {
  margin-top: 2px;
}

div.kit-details h3 div.open-close {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 16px;
  height: 16px;
  background: transparent url(images/triangles.png) no-repeat 0 0;
}

div.kit-details.open h3 div.open-close {
  background: transparent url(images/triangles.png) no-repeat -16px 0;
}

