@charset "UTF-8";
/* CSS Document */
body
{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #333;
	background-color: #D6D6D6;
	background-image: url(images/snow-large.gif);
}

a:link { color: #0099cc;
		text-decoration:none;}
a:visited { color: #0099cc;
		text-decoration:none;}

a:hover, a:active
{
	color: #fff;
	background-color: #0099cc;
	text-decoration:none;
}

h2
{
	color: #B52C07;
	font: 120% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
	color: #002255;
	font: 106% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 0;
}

#container
{
	margin: 0 auto;
	width: 650px;
	text-align: left;
	background-color: #fff;
	border: 1px none #fff;
	width: expression((document.body.clientWidth > 649)? "650px" : "auto");
	max-width: 650px;
	
}

#header
{
	height:120px;
	width: 100%;
	background-image: url(images/eiger_head.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 1px solid #fff;
	position: relative;
	border: 1px none #fff;
	border-bottom: 1px solid #fff;
}

#printhead { display: none; }

#header h1
{
	font-size: 1px;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 0;
}

#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }

#menu
{
	float: left;
	width: 120px;
	padding-left: 10px;
	height:auto;
	text-align:left;
	
}
#menu ul {list-style-type:none; }

#contents { margin: 0 170px 40px 143px;
			width:475px;
			text-align:left;
			border-left: 1px solid #002255;
			padding-left:15px;
			position:relative;
			}
			
#contents p { line-height: 150%; }
.blogentry { border-bottom: 1px solid #002255; }
.imagefloat { float: right; }

#footer
{
	clear: both;
	color: #272900;
	text-align: right;
	font-size: 70%;
}

#featured { margin: 0 20px 20px 20px; }
#feature_top {
	font-family:Verdana, Geneva, sans-serif;
	font-size-adjust:100%;
	color:#F00;
	font-weight:bold;
	padding-left:20px;
	background-image: url(images/featured_top.gif);
}
#feature_middle {
    padding-left:20px;
	background-image: url(images/featured_middle.gif);
}
#feature_bottom {
	padding-left:20px;
	background-image: url(images/featured_bot.gif);
}

#products {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	padding: 0px;
	line-height:normal
}
#fcount {
	float:right;
	margin:10px;
}
.float-left {
	float:left;
	padding:10px;
}
.float-right {
	float:right;
	margin:10px;
}
.headcells {
	background-color:#b3cff2;
	font-weight:bold;
}
