@charset "utf-8";
/* CSS Document */
/* fluidtechnikusa.com */
body {
	font-size: 62.5%;
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}

h1, h2, h3, p, ul {
	padding: 0;
	margin: 0;
}
#merch {
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
}
#logo {
	display: none;
}

/* WRAPPER: wraps entire contents of page */
#wrapper {
	border-left: solid 1px black;
	border-right: solid 1px black;
	width: 900px;
	margin: auto;
}
/* WRAPPER: wraps content */
#contentWrapper {
	position: relative;
	clear: both;
	width: 100%;
}
/* BANNER */
#banner {
	background: url(../images/fluidlogo.gif) no-repeat right top;
	position: relative;
	height: 122px;
}


/* NAV BAR */

#mainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff url(../images/navbg.gif) repeat-x left top;
	float: left;
	border-bottom: 1px solid #000;
	width: 100%;
}

#mainNav li {
	float: right;
	padding: 0;
	margin: 0;
}

#mainNav li a, #mainNav li a:link {
	color: #000;
	text-decoration: none;
	padding: .5em 1em;
	border-left: 1px solid #000;
	display: block;
	font: bold 1em "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}

#mainNav li a:hover {
	background: url(../images/navbg_h.gif);
}
#mainNav li a#home {
	background: url(../images/navbg_h.gif);
}
#mainNav li a#literature {
	background: url(../images/navbg_h.gif);
}
#mainNav li a#contact {
	background: url(../images/navbg_h.gif);
}
#mainNav li a#merchandise {
	background: url(../images/navbg_h.gif);
}
#mainNav li a#products {
	background: url(../images/navbg_h.gif);
}
#mainNav li a#news {
	background: url(../images/navbg_h.gif);
}

/* IE 6 hack to make entire button clickable */
* html #mainNav a { width: 1px; }


/* MAIN CONTENT */
.scrollable{
	font-size: 10px;
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	line-height:inherit;
	height:400px;
	width:550px;
	overflow:auto;
}
#main {
	margin-left: 170px;
	margin-right: 135px;
	padding: 15px 15px 15px 22px;
	border: 1px solid #666666;
	border-top: none;
	border-bottom: none;
	height: 405px;
}

#main h1 {
	color: #663900;
	padding-top: 15px;
	margin-bottom: 10px;
	font: bold 2.3em Georgia, "Times New Roman", Times, serif;
}

#main h2 {
	font-size: 1.8em;
	font-weight: normal;
	border-bottom: 1px solid #106A9B;
	margin-bottom: 5px;
	color: #663900;
}

#main p {
	font-size: 1.4em;
	margin-bottom: 10px;
}

/* SIDEBAR */
#sidebar {
	position: absolute;
	top: 0px;
	left: 0;
	width: 170px;
}

#sidebar ul{
	background: #fff url(../images/sidebar_bg.gif) no-repeat left top;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	height: 415px;
}

#sidebar li {
	float: left;
	padding: 0px 0px 0px 8px;
	margin: 0;
	width: 150px;
	height: 52px;
	background: url(../images/spacer.gif) repeat left top;
}

#sidebar a:hover {
	padding: 0;
	margin: 0;
}

#sidebar li a, #sidebar li a:link {
	text-decoration: none;
	display: block;
}

#sidebar li a:hover#delta {
	background: url(../images/delta_h.gif) no-repeat center center;
	width: 150px;
	height: 45px;
	padding: 2px;
}
#sidebar li a:hover#duster {
	background: url(../images/duster_h.gif) no-repeat center center;
	width: 150px;
	height: 45px;
	padding: 2px;
}
#sidebar li a:hover#epoll {
	background: url(../images/epoll_h.gif) no-repeat center center;
	width: 150px;
	height: 45px;
	padding: 2px;
}
#sidebar li a:hover#fox {
	background: url(../images/fox_h.gif) no-repeat center center;
	width: 150px;
	height: 45px;
	padding: 2px;
}
#sidebar li a:hover#inox {
	background: url(../images/inox_h.gif) no-repeat center center;
	width: 150px;
	height: 45px;
	padding: 2px;
}
#sidebar li a:hover#roll {
	background: url(../images/roll_h.gif) no-repeat center center;
	width: 150px;
	height: 45px;
	padding: 2px;
}
#sidebar li a:hover#tracto {
	background: url(../images/tracto_h.gif) no-repeat center center;
	width: 150px;
	height: 45px;
	padding: 2px;
}
#sidebar li a:hover#bolenz {
	background: url(../images/bolenz_h.gif) no-repeat center center;
	width: 150px;
	height: 45px;
	padding: 2px;
}

#sidebar p {
	text-align: center;
	font-size: 1.3em;
	border-bottom: solid 1px black;
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	background-color:#CCCCCC;
}

/* ADVERTISING */
#adverts {
	background-color:;
	margin-bottom: 15px;
	text-align: center;
	position: absolute;
	top: 80px;
	right: 5px;
	width: 125px;
}

/* COPYRIGHT INFO */
#copyright {
	padding: 5px;
	border-top: 1px solid #000;
	background-color: #CCCCCC;
	font-weight: bold;
	color: #000000;
}
