/* 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 { text-align: center; font : 100%/1.25 Arial , sans-serif ; }
/*   * {margin:0; padding:0;} 		/* removes defaults of all elements */
a { color: #A7A6A6; text-decoration: none; }
a:hover { color: #ff0000; text-decoration: underline; }
#wrapper { background:white; width: 99%; margin: 0 auto;
			text-align: left; border: 1px solid #575759; }
/* Header info */
#masthead { height: 100px; border-top: 8px solid #E0E0E0; padding-left:1em; background-image: url("../../../images/hert_img_banner.jpg")}
#masthead h1, #masthead h6 { font : 100%/1.25 "Arial Black"  ; color: white; margin: 0.5em 0 0em 0em}
#breadcrumb { background:white; color: #999999; height: 15px; padding: 10px; }
#breadcrumb p {font-size:0.6em; }
/* main contents */
#mainContent {
margin: 8px;
float: right;
width: 78%;
margin-top: 14px /* new */;
display: inline /* new - IE-bug fix */;
}
#mainContent p {
margin: 10px 8px 5px 10px;
}
#secondary {
float: left;
width: 20%;
margin-bottom: 7px;
}
#secondary 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;
color: #grey;
padding: 5px;
background-image:url(../../../images/hert_img_footer.jpg);
clear: both;
/* height: 100%; */
text-align: center;
}
#afooter a { 
color: #grey;
text-decoration: underline; }
#afooter a:hover {
color: black;
text-decoration: none;
}

/* nav info */
#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
width: 100%;
float: left;
font-size: .70em;
text-align: right;
overflow: hidden; /* IC */
}
#navcontainer ul li { display: inline; }
li.outer { border: none; }
#navcontainer ul a {
padding: 0.5em 1em; /* 0 1em; IC */
line-height: 1.5em;
color: grey;
text-decoration: none;
}
#navcontainer ul a:hover { color: black; /* repeat IC */ }

/*sidebar corners info*/
b.rtop, b.rbottom {
display: block;
background: none /* new */;
position: relative /* new - IE-bug fix */;
}
b.rtop {
margin-top: -5px /* new */;
}
b.rbottom {
margin-bottom: -5px /* new */;
}
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 /* new */;
position: relative /* new - IE-bug fix */;
}
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 */

/*]]>*/


