body {
	margin: 3px 3px 0 3px;
	padding: 0;
	text-align: left;
	font: 75% sans-serif, "Trebuchet MS", verdana, tahoma, arial, sans-serif;
}

#container {
	width: 100%;
	border: 0px solid #eee;
	line-height: 1.5em;
}

#banner {
	color: #333;
	height: 100px;
	display: absolute;
}

#banner h1 {
	font-size: 250%;
	color: #8cc073;
	margin-left:5px;
}

#banner p {
	margin: 0 0 0 5px;
}

.flag {
	float: right;
	padding: 0 4px 0 0;
}

		/* TOP NAVIGATION */
#navlist {
	padding: 4px 0 5px 0;
	margin: 0 0 10px 0;
	text-align: left;
	letter-spacing: 0.5px;
	color: #fff;
	background: #1f68a9;
	font-weight: bold;
}

#navlist li {
	list-style: none;
	margin: 0;
	display: inline;
}

#navlist li a {
	padding: 4px 4px 5px 2px;
	margin: 0;
	color: #fff;
	background: #1f68a9;
	text-decoration: none;
}

#navlist li a:link { color: #fff;
	background: #1f68a9;
}

#navlist li a:visited {
	color: #ffffff;
	background: #1f68a9;
}

#navlist li a:hover {
	color: #ffffff;
	background: #5c92c1;
}

#navlist li a.current {
	color: #fff;
	background:#5c92c1;
}

/* LEFT MENU */
#product_menu ul{
	line-height: 1.2em;
	margin-left: 1em;
	padding: 0;
	list-style-type: square;
	color: #6A9662;
	background: inherit;
}

#product_menu ul li a {
	color: #003B6E;
	background: inherit;
}

#product_menu ul li a:hover {
	color: #9EC068;
	background: inherit;
}

		/* MAIN CONTENT */
#content {
	padding: 0 20px 0 20px;
	margin-left: 180px;
	margin-right: 170px;
	border-left: 1px dashed #333;
	border-right: 1px dashed #333;
	color: #555;
	background-color: #fff;
}

#wide_content {
	padding: 0 20px 0 20px;
	margin-left: 180px;
	border-left: 1px dashed #333;
	color: #555;
	background-color: #fff;
}

		/* ARTICLES */
.intro {
	float:left;
	width: 25%;
	margin: 3px 0 5px 0;
	padding: 5px;
	text-align:left;
}

.intro2 {
	float: left;
	width: 25%;
	margin: 3px 0 5px 20px;
	padding: 5px;
}

.intro3 {
	float:right;
	width: 33%;
	margin: 3px 0 5px 0;
	padding: 5px;
}

		/* LEFT SIDEBAR */
#sidebar-a {
	float: left;
	width: 160px;
	margin: 0 5px 5px 0;
	padding: 0 5px 0 5px;
	color: #444;
	background-color: #f7f7f7;
	border: 1px solid #8cc073;
}

#sidebar-a a {
	background-color: #f7f7f7;
}

		/* RIGHT SIDEBAR */
#sidebar-b {
	float: right;
	width: 150px;
	margin: 0 0 5px 5px;
	padding: 0 5px 15px 5px;
	color: #444;
	background-color: #f7f7f7;
	border: 1px solid #8cc073;
}

#sidebar-b a {
	background-color: #f7f7f7;
}

		/* FOOTER */
#footer {
	clear: both;
	padding: 5px;
	margin: 0;
	background-color: #1f68a9;
	color: #fff;
}

#footer a {
	text-decoration: none;
	color: #fff;
	background-color: #1f68a9;
}

#footer  a:hover {
	text-decoration: underline;
	color: #fff;
	background-color: #1f68a9;
}

		/* LINKS */
a {
	text-decoration: none;
	color: #003B6E;
	background-color: #ffffff;
}

a:hover {
	text-decoration:underline;
	color: #9EC068;
	background-color:#ffffff;
}

a img {
	border: 0;
}

.soon {
	color: #90b905;
}

.imgleft {
	float: left;
	border: 1px solid #90b905;
	margin: 5px 10px 10px 15px;
	padding: 5px;
}

		/* HEADING PROPERTIES */
h1 {
	font-size: 200%;
	letter-spacing: 5px;
	color: #8cc073;
}

h2 {
	font-size: 130%;
	letter-spacing: 10px;
	color: #8cc073;
	background: #fff;
}

h3 {
	padding: 5px;
	font-size: 110%;
	color:#fff;
	background: #8cc073;
}

h4 {
	padding: 5px;
	font-size: 110%;
	color:#fff;
	background: #1f68a9;
}

.title {
	font-weight: bold;
	font-size: 140%;
}

table {
	border: none;
	border-collapse: collapse;
	border: 2px solid #eeeeee;
	margin-bottom: 10px;
}

table th {
	border: 1px solid #eeeeee;
	vertical-align: center;
	text-align: left;
	padding: .4em;
}

table td {
	border: 1px solid #eeeeee;
	vertical-align: center;
	text-align: center;
	padding: .4em;
}

.left {
	text-align: left;
}

.order {
	background-color: #8cc073;
}

span.tool {
  position: relative;   /* this is key */
}

span.tool span.tip {
  display: none;        /* so is this */
}

/* tooltip will display on :hover event */

span.tool:hover span.tip {
	display: block;
	z-index: 1;
	position: absolute;
	top: 4em;
	left: 0;
	width: 120px;
	line-height: 1.2em;
	padding: 3px 7px 4px 6px;
	border: 1px solid #336;
	background-color: #f7f7ee;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align: left;
}

#footer2 {
	margin: 5px 0 0 0;
	text-align: center;
}

#footer2 a {
	text-decoration: none;
}

#footer2  a:hover {
	text-decoration: underline;
}

.found {
	background-color: #cccccc;
}

#js_clock {
	margin: -10px 0 0 0;
}