/* CSS RESET */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {color: #737373; margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;background: transparent; font-size:11px;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;border-spacing: 0;}
/* END CSS RESET *************************/

.clear {
	clear: both;
}

.midcell a {
	/*color: #962B2B;*/
          color: #999999;

}

body {
	background:  grey url(/newimgs/bg_body.gif) repeat-x;

	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 9pt;
}

.mainBody {
	width: 960px;
	margin: 0px auto;
}

.content {
	/** This was in before I implemented the shopping cart - Matt ** min-height:680px; **/
	/*background: #F5F5F5;*/
background:#000000;

	border: 1px grey solid;
	padding-top:22px;
}

.content p{
	margin: 10px 0 10px 0;
	line-height: 1.4em;
}
.content ul{margin:7px 0px;}

/*************BODY STUFF******************/
.contentTable {
	width: 100%;
}

.column {
	float:left;
}

.leftcellbox hr{
	height:1px;
	/*color:#bdbdbf;*/
 color:white;

}

.leftcellbox h1{
	/*color:#a80007;    */   
      color:white;

	font-weight:900;
	font-size:13px;
}

.rightcellbox h2, .rightcellbox h2 a{
	color:#white;
	font-weight:900;
	font-size:13px;
	text-decoration:none;
}

.rightcellbox h3 a{
	text-decoration:none;
}

.rightcellbox h3 a:hover{
	text-decoration:underline;
}

.rightcellbox h2 a:hover{
	text-decoration:underline;
}

.leftcellbox p{
	/*color:#737373;*/color:#FFFFFF;

}
.cell {
	background-color: white;
	border: 1px solid #D3D3D3;
	margin: 5px;

}

.midcell {
padding:5px;
line-height: 1.4em;
}
.midcellbox{
background:white;

}
.midcellbox h1 {
	background: url(/newimgs/boxHeader.png) repeat-x;
	color: white;
	height: 22px;
	font-size: 11pt;
	padding-top:10px;
	padding-left: 10px;
}

.leftcell {
	background: #d0d2d3;
}

.leftcellbox {
	width: 135px;
	background: #white;
	margin-top:10px;
	border: 1px solid #bcbebd;
	padding: 7px 5px 7px 5px;
	margin: 5px;
}

.rightcellbox {
	padding: 0px;
}

.rightcellbox h1 {
	background: url(/newimgs/boxHeader.png) repeat-x;
	color: white;
	height: 22px;
	font-size: 11pt;
	padding-top:10px;
	padding-left: 10px;
}

.rightcelltext {
	padding: 0 15px;
}

.midcelltext {
	color:#737373;

}

#threeBoxes td {
	vertical-align: top;
}

#threeBoxes td .midcellbox {
	height: 186px;
}

#threeBoxes .midcellbox div {
margin: 0 !important;
padding-left: 12px;
padding-right: 12px;
padding-top: 6px;
padding-bottom: 0px;
line-height: 1.4;
float: right;
width: 205px;
}

/*****************************************/

/*************HEADER STUFF****************/
.header {
	height: 160px;
	width: 950px;
	background: (/newimgs/headerMain2.jpg) 160px 0px;
	border:0px solid black;
}

.logo {
	margin: 35px;
}

.cartBarGray {
	background:  url(/newimgs/cartBar.png) repeat-x;
	padding:0 5px 10px 5px;
	vertical-align:top;
}

.loginPiece {
	padding:20px 20px 0 0;
	float:right;
	color: black;
	line-height: 20px;
}

.loginPiece a {
	font-style:none;
	color: black;
	text-decoration: none;
}

.loginText {
	
}

/* End CSS Popout Menu */

/*****************************************/

.nav {
	height: 26px;
	background: url(/newimgs/boxHeader.png) repeat-x;
	z-index:501;
	position:absolute;
	width:965px;
}

#navigation {
  float: left;
  height: 30px;
  list-style-type: none;
}

#bottomnavigation {
  float: left;
  height: 30px;
  list-style-type: none;
}

#navigation li {
  display: inline;
  float: left;
  height: 30px;
  position: relative;
  list-style: none;
  margin: 0 6px;
}

#navigation li a {
  display: block;
  padding: 6px 8px;
  color: #AAAAAA;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}

#navigation ul {
  display: block;
  position: absolute;
  left: -10px;
  top: 25px;
  width: 140px;
  padding: 1px 8px 8px 8px;
}


#navigation ul li {
  float: left; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
  margin: 0;
  padding: 0;
  line-height: normal;
  width: 140px;
  background: #303030;
  height: 35px;
}

#navigation ul li a {
  display: block;
  margin: 0;
  font-weight: normal;
  text-align: left;
  line-height: normal;
  font-size: 8pt;
  padding-bottom: 5px;
  background: #303030;
}

#navigation ul li a:hover {
  /*color: #f0f0f0;*/color: #FFFFFF;

}

#bottomnavigation li {
  display: inline;
  float: left;
  height: 30px;
  position: relative;
  list-style: none;
  margin: 0 34px;
}

#bottomnavigation li a {
  display: block;
  padding: 6px 8px;
  color: #AAAAAA;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}

#bottomnavigation ul {
  display: block;
  position: absolute;
  left: -10px;
  top: 25px;
  width: 240px;
  padding: 1px 20px 8px 20px;
}

#bottomnavigation ul li {
  float: left; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
  margin: 0;
  padding: 0;
  line-height: normal;
  width: 240px;
  background: #303030;
  height: 35px;
}

#bottomnavigation ul li a {
  display: block;
  margin: 0;
  font-weight: normal;
  text-align: left;
  line-height: normal;
  font-size: 8pt;
  padding-bottom: 5px;
  background: #303030;
}

#bottomnavigation ul li a:hover {
  color: #f0f0f0;
}

#rightMenu {
	float: right;
	margin-top: 7px;
}

#rightMenu ul li {
	float: left;
	padding: 0 6px;
}

#rightMenu ul li a:hover {
	text-decoration: none;
	color: #EEE;
}

.slideshow {
	width: 540px;
	height: 288px;
	background-color: #000;
	overflow: hidden;
}
.slideshow2 {
	width: 940px;
	height: 288px;
	background-color: #000;
	overflow: hidden;
}

.slideshowImage {
	position: absolute; 
	background-position: center;
	background-repeat: no-repeat;
	width: 540px;

	height: 288px;
	z-index: 1;
}
.slideshowImage2 {
	position: absolute; 
	background-position: center center;
	background-repeat: no-repeat;
	width: 940px;

	height: 288px;
	z-index: 1;
}

.slideshowNavigation {
	position: absolute;
	margin-top: -31px;
	height: 31px;
	background: url(/newimgs/flashBar.png) repeat-x;
	z-index: 2;
	width: 540px;
}



.slideshowTitle {
	float: left;
	color: #FFFFFF;
	line-height: 31px;
	text-indent: 11px;
}

.slideshowSlides {
	float: center;
}

.slideshowNumber {
	color: #000000;
	font-weight:bold;
	background: #d5d7d6;
	float: left;
	width: 19px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	margin: 6px 5px 6px 3px;
	text-decoration:none;
}

.slideshowNumberSelected {
	background: #A30000;
	color: white;
	cursor: pointer;
}

.secondaryMenu{
	/* min-height:250px; */
	margin-bottom: 2em;
}
.secondaryLink{
	color:#231f20;
	border-top:1px solid /*#e6e7e8;*/#FFFFFF;
	border-bottom:1px solid /*#bbbdbf;*/#FFFFFF;
	padding:5px 5px;
	font-size:11px;
	font-weight:bold;
}

.secondaryLink a{
text-decoration:none;
}

.secondaryLinkSelected{
	border-top:1px solid /*#e6e7e8;*/#FFFFFF;
	border-bottom:1px solid /*#bbbdbf;*/#FFFFFF;
	padding:5px 5px;
	background: #E6E7E9 url(/newimgs/secondaryMenuSelected.jpg) repeat-x scroll left bottom;
}

.secondaryLinkSelected a{
	font-size:11px;
	font-weight:bold;
	color:#962b2b;
	text-decoration:none;
}
#producttext ul, li, ul li{
list-style:disc;
list-style-position:inside;

}
