/* 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 ;

	background: #e0e0e0 url(/img/bodybg.gif) repeat-x;
	color:#505050;
}
/*   * {margin:0; padding:0;} 		/* removes defaults of all elements */
a { color: black; text-decoration: none; }
a:hover { color: #95191c; text-decoration: underline; }
#wrapper {
	background:white; width: 875px; margin: 0 auto;
	text-align: left; border: 1px solid #575759;
	margin-top:15px;
/*background: #fee0c8;*/
}
#sitename{
	background:url(/img/hardanger_logo.gif) top center no-repeat;
	color:#ffffff;
	height:80px;
	margin:0 20px 10px 0;
}
/* Header info */
#masthead {
/*	background-color:#39C6C6; height: 100px; border-top: 8px solid gray; padding-left:1em;*/
}
#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;
background: #F0F0E7;
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;
/*background: #fee0c8;*/
}
#secondary p {
font-size: .85em;
margin: 10px 8px 5px 10px;
}
div.newsbox {
margin-left: 8px;
background: #F0F0E7;
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: #fa9035;*/
background: #d04a10;
/*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: #cfcfcf;
padding: 5px;
background: gray;
clear: both;
/*height: 100%;*/
text-align: center;
}
#afooter a { 
color: #cfcfcf;
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;
background: gray;
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: white;
text-decoration: none;
}
#navcontainer ul a:hover { color: black; background: gray url(images/nav-btn-bg.jpg) repeat-x; /* 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 */

/*]]>*/



