/* CSS Document */
body
{
	width:800px;
	margin:0 auto 0 auto;
	behavior:url(http://www.terrestrial-digital.com/csshover.htc);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#28201e;
	line-height:14px;
	
}

/*div#page
{
	width:800px;
	background-image:url(images/content_repeater.jpg);
	background-repeat:repeat-y;
	margin-top:0px;
}*/

div#header
{
	height:106px;
	width:800px;
	float:left;
	border-right:1px solid #981b1f;
}

/* top nav */



body div#listmenu ul li ul
{
	display:none; /*--- Hides all drop down menus ---*/
}

div#listmenu /*--- Menu List Container ---*/
{
	float:left; /*--- Makes the div enclose the list ---*/
	padding:0px 0px;
	height:17px;
	width:800px;
	padding-top:0px;
	margin-top:-2px;
	border-right:1px solid #981b1f;
}

div#listmenu ul
{
	margin:0px;
	padding:0px;
	list-style-type: none;
}

div#listmenu li
{
	float:left; /*--- Causes the list to align horizontally instead of stack ---*/
	position:relative; /*--- Positioning context for the absolutely positioned drop-down ---*/
	list-style-type: none; /*--- Removes the bullet off list items ---*/	
	display:block;
}

/*div#listmenu ul li a  {
	color:#1d6097;
	text-decoration:none;
	font-weight:bold;
	padding:3px 6px;
	display:block;
}
div#listmenu ul li a:hover {
	text-decoration:underline;
	font-weight:bold;
	display:block;
}*/
/*home links */
div#listmenu ul li.home {
	background-image:url(http://www.terrestrial-digital.com/images/home_nav.jpg);
	background-position:left;
	width:77px;
	height:17px;
	background-repeat:no-repeat;
	padding-left:0px;
	margin:0px;
	display:block;
}

div#listmenu ul li.home:hover  {
	background-image:url(images/home_nav_on.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}


/* end home links */
/*about*/
div#listmenu ul li.about {
	background-image:url(http://www.terrestrial-digital.com/images/about_nav.jpg);
	background-position:left;
	width:105px;
	height:17px;
	background-repeat:no-repeat;
	padding-left:0px;
	margin:0px;
	display:block;
}

div#listmenu ul li.about:hover  {
	background-image:url(http://www.terrestrial-digital.com/images/about_us_on.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}

/*products*/

div#listmenu ul li.products {
	background-image:url(http://www.terrestrial-digital.com/images/products_nav.jpg);
	background-position:left;
	width:109px;
	height:17px;
	background-repeat:no-repeat;
	padding-left:0px;
	margin:0px;
	display:block;
	margin-left:-3px;
}

div#listmenu ul li.products:hover  {
	background-image:url(http://www.terrestrial-digital.com/images/products_nav_on.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}
/*wholesale*/
div#listmenu ul li.wholesale {
	background-image:url(http://www.terrestrial-digital.com/images/wholesale_nav.jpg);
	background-position:left;
	width:109px;
	height:17px;
	background-repeat:no-repeat;
	padding-left:0px;
	margin:0px;
	display:block;
}

div#listmenu ul li.wholesale:hover  {
	background-image:url(http://www.terrestrial-digital.com/images/wholesale_on.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}
/*info*/
div#listmenu ul li.info {
	background-image:url(http://www.terrestrial-digital.com/images/info_nav.jpg);
	background-position:left;
	width:135px;
	height:17px;
	background-repeat:no-repeat;
	padding-left:0px;
	margin:0px;
	display:block;
}

div#listmenu ul li.info:hover  {
	background-image:url(http://www.terrestrial-digital.com/images/info_nav_on.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}
/*customer service*/
div#listmenu ul li.cust {
	background-image:url(http://www.terrestrial-digital.com/images/cust_nav.jpg);
	background-position:left;
	width:175px;
	height:17px;
	background-repeat:no-repeat;
	padding-left:0px;
	margin:0px;
	display:block;
}

div#listmenu ul li.cust:hover  {
	background-image:url(images/cust_nav_on.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}
div#listmenu ul li.news {
	background-image:url(http://www.terrestrial-digital.com/images/news_nav.jpg);
	background-position:left;
	width:90px;
	height:17px;
	background-repeat:no-repeat;
	padding-left:0px;
	margin:0px;
	display:block;
}

div#listmenu ul li.news:hover  {
	background-image:url(images/news_nav_on.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}

div#listmenu ul li.spacer {
	background-image:url(http://www.terrestrial-digital.com/images/header_spacer.jpg);
	background-position:left;
	width:3px;
	height:17px;
	background-repeat:no-repeat;
	padding-left:0px;
	margin:0px;
	display:block;
}


/* DROPDOWNS */
div#listmenu ul li:hover ul  {
	display:block; /*--- Displays appropriate drop down menu ---*/
}
div#listmenu ul li ul li a.dropDown {
	color:#ffc50c;
	text-decoration:none;
	display:block;
	padding:5px;
}
div#listmenu ul li ul li a.dropDown:hover {
	color:white;
	text-decoration:none;
	display:block;
	padding:5px;
}

div#listmenu ul li ul
{
	margin:0px; /*--- Prevents the temp margin on the ul from inheriting here ---*/
	position:absolute; /*--- Positions the drop-down ul in relation to its relatively positioned li parent ---*/
	left:0px; /*--- Aligns the drop-down exactly under the menu ---*/
	top:20px;
	padding:0px;
	margin-top:-2px;
	border:1px solid black;
}

div#listmenu ul li ul.products {
	width:150px; /*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	margin-left:10px;
	margin-top:-3px;
}
div#listmenu ul li ul.info {
	width:160px; /*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	margin-left:19px;
	margin-top:-3px;
}
div#listmenu ul li ul.cust {
	width:175px;
	margin-left:15px;
	margin-top:-3px;
}

div#listmenu ul li ul li
{
	width:100%; /*--- Makes the list items fill the list containers (ul) ---*/
	border:0px; /*--- Three sides of each drop-down item ---*/
	border-top:0px;
	padding:0px;
	margin:0px;
	background:none;
	background-image:none;
	background-color:#333333;
}

div#listmenu ul li ul li:hover {
	background-color:#999999;
}
/* top menu */

/*content*/
div#middleContainer
{
	width:800px;
	float:left;
	padding:0px;
	margin:0px;
	background-image:url(images/content_repeater.jpg);
	background-repeat:repeat-y;
	border-right:1px solid #981b1f;
}

div#leftBar
{
	float:left;
	width:197px;
	height:100%;
	margin-top:-1px;

}
div#middleHeader
{
	background-image:url(http://www.terrestrial-digital.com/images/middle_header.jpg);
	background-repeat:no-repeat;
	height:78px;
	width:453px;
	float:right;
	padding:25px 0px 0px 150px;
	margin:0px;
	text-align:right;
}
div#breadCrumbs
{
	width:400px;
	height:28px;
	float:right;
	text-align:right;
	margin-right:10px;

}
div#middleContent
{
	width:550px;
	float:right;
	margin:0px;
	padding:10px;
	float:right;
	margin-bottom:15px;
}
div#middleContentHome
{
	width:575px;
	float:left;
	margin:0px;
	margin-left:20px;
	margin-top:-30px;
	margin-bottom:20px;
}
div#footer
{
	width:800px;
	height:50px;
	float:left;
	background-image:url(http://www.terrestrial-digital.com/images/footer.jpg);
	background-repeat:no-repeat;
	border-right:1px solid #981b1f;
	
}
div#footerContent
{
	float:left;
	color:white;
	font-size:9px;
	width:800px;
	text-align:center;
	margin-top:15px;
}
/*format style*/
h1
{
	color:#981b1f;
	font-size:18px;
}
a, a:visited
{
	font-size:11px;
	font-weight:bold;
	color:#981b1f;
	text-decoration:none;
}
a:hover, a:active
{
	font-size:11px;
	font-weight:bold;
	color:#28201e;
	text-decoration:none;
}
a.gray, a.gray:visited
{
	font-size:11px;
	font-weight:bold;
	color:#28201e;
	text-decoration:none;
}
a.gray:hover, a.gray:active
{
	font-size:11px;
	font-weight:bold;
	color:#981b1f;
	text-decoration:none;
}
.productDataCellOddRow
{
	background-color:#DBDCDE;
	padding:2px;
	border-collapse: collapse;
	color:#28201e;
}
.productDataCellEvenRow
{
	padding:2px;
	color:#28201e;
}
.productDataTable
{
	margin: 5px 0px 5px 0px;
	border: 1px solid #28201e;
	border-collapse: collapse;
}
.productDataCellEvenRowHighlight
{
	padding:2px;
	color: #ff0000;
}	
.productDataCellOddRowHighlight
{
	background-color: #F0F0F0;
	padding:2px;
	color: #ff0000;
}
.breadCrumbFormat
{
	font-size: 10px;
}
.productDataCellOddRow
{
	background-color: #F0F0F0;
	padding:2px;
}

.productDataCellOddRowHighlight
{
	background-color: #F0F0F0;
	padding:2px;
	color: #ff0000;
}

.productDataCellEvenRow
{
	padding:2px;
}

.productDataCellEvenRowHighlight
{
	padding:2px;
	color: #ff0000;
}

.productDataTable
{
	margin: 5px 0px 5px 0px;
	border: 1px solid #F0F0F0;
	border-collapse: collapse;
}
.productShotBox
{
	margin-left: 10px;
}
div#middleContent ul
{
	list-style-image:url(http://www.terrestrial-digital.com/images/bullet.gif);
}
div#middleContent li
{
	margin: 0px 0px 5px 10px;
	padding: 5px 0px 0px 7px;
	line-height:16px;
}

h3
{
	font-size:13px;
}
.screenhide
{
	display:none;
}