/* CSS Document  tableless CSS two colum layout
see demo at http://www.outprize.com/includes/sts_templates/tableless/sts_template.html
author: avail1now , it@availcompany.com
compatible: with osCommerce 2.2 milestone MS 2.0 & STS v 4.2 
Release under GNU licence.
Original Release Date: 1/25/2006
Current version update: 8/22/06

*/
body {
	margin:0;
	padding:0;
	background-image:url(./images/pagebg-r-x.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFCC;
	font-size:12px;
	font-family:Veranda, sans-serif; 
}

p {
	text-indent:1.2em;
}

a {
/*	color: black;*/
	text-decoration: none;
}
a:hover {
	color: #95191c;
	text-decoration: underline;
}
div#wrapper {
	width:980px;
	height:100%;
	margin:0 auto 0 auto;

}
/* Header info */
#masthead {
	width:980px;
	height:150px;
	margin:0;
	padding:0;
}

#breadcrumb {
	color: #999999;
	height: 15px;
	padding: 10px;
	margin:0;

}
#breadcrumb p {
	padding:0px 20px;
}

/*main block containing menus and content*/
#mainBlock {
	width:100%;
	min-height:600px;
	margin:0;
	background-image:url(images/bodybg.gif);
	background-repeat:repeat-y;
  overflow:hidden;
}

/* main contents */
#mainContent {
  display:inline;
  float:left;
  margin-left:10px;
  margin-top:10px;
  padding-left:20px;
  padding-bottom:20px;
  /*padding-right:200px;*/
  width:520px;
  clear:none;
}

#mainContent p {
	margin: 10px 8px 5px 10px;
}
#secondary {
	float: left;
	width: 200px;
	margin-bottom: 7px;
}
#secondary p {
	font-size: .85em;
	margin: 10px 8px 5px 10px;
}

#tertiary {
	width: 200px;
	margin-bottom: 7px;
  float:right;
}
#tertiary p {
	font-size: .85em;
	margin: 10px 8px 5px 10px;
}

div.newsbox {
	margin-left: 8px;
	float: left;
	width: 95%;
	margin-top: 14px;
	clear: left;
	display: inline;
}
#newsboxNav {
	font-size: .75em;
	margin: 8px 0px 0px 8px;
	padding: 0;
}
#newsboxNav a {
	color: black;
	text-decoration: underline;
}
#newsboxNav a:hover {
	color: #95191c;
	text-decoration: none;
}
#newsboxNav li {
	list-style-type: none;
	padding-top: 3px;
}
h3.news {
	font-size: 90%;
	margin: 0;
	padding: 0 0 3px;
	background: #95191c;
	color: white;
	text-align: center
}
h4 {
	font-size: 1.2em;
	margin: 10px;
}
h5.thanks {
	font-size: 1em;
	margin: 10px;
}
#afooter {
	font-size: .70em;
	text-align: center;
}

/* nav info */
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 960px;
	float: left;
	text-align: right;
	overflow: hidden;
/* IC */
}
#navcontainer ul li {
	display: inline;
}
li.outer {
	border: none;
}
#navcontainer ul a {
	padding: 0.5em 1em;
	line-height: 1.5em;
	text-decoration: none;
}
#navcontainer ul a:hover {
	color: black;
}
/*sidebar corners info*/
b.rtop, b.rbottom {
	display: block;
  background: none;
  position: relative;
}
b.rtop {
  margin-top: -5px
}
b.rbottom {
  margin-bottom: -5px;
}
b.rtop b {
	display: block;
	height: 1px;
	overflow: hidden;
	background: #95191c;
}
b.rbottom b {
	display: block;
	height: 1px;
	overflow: hidden;
	background: #F0F0E7;
}
b.maintop {
	display: block;
	margin-top: -4px;
  background: none;
  position: relative;
}

b.maintop b {
	display: block;
	height: 1px;
	overflow: hidden;
	background: #F0F0E7;
}
/*IE-mac section \*/
/*/
#navcontainer li, #navcontainer a {
	display: inline-block;
	width: 1px;
	white-space: nowrap;
}
/*end Mac section */
/*]]>*/


td.infoBoxHeading {
  background-color:#980000;
}
