/* Main containers */
html, body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:small;
	color:#666666;
}
#wrap {
	position:relative;
	width:975px;
	text-align:left;
	margin:0 auto;
	height:100%;
!important  min-height:100%;
}
#bottom {
	position:absolute;
	bottom:0;
	left:0;
	height:5px;
	width:975px;
	background:#F2F2F2;
	z-index:1;
}
#maincontent {
	position:absolute;
	text-align:left;
	padding: 0 20px 0 0;
	width: 493px;
	top:234px;
	left:1px;
	z-index:1;
	line-height:140%;
	height: auto;
}
#leftcontent {
	position:absolute;
	text-align:left;
	padding: 0 20px 0 20px;
	width: 438px;
	top:234px;
	left:517px;
	z-index:1;
	line-height:140%;
	height: auto;
}
#banner {
	text-align:left;
	width: 967px;
	float:left;
	position:absolute;
	top:4px;
	z-index:1;
	line-height:140%;
	height: 83px;
}
#menu {
	width:222px;
	padding:0px 4px 4px 0px;
	float:left;
	border-left:5px solid #F2F2F2;
	position:absolute;
	top:192px;
	left:0;
	z-index:3;
}
#menu ul li {
	border-bottom:5px solid #F2F2F2;
	line-height:50px;
	display:block;
	list-style-type:none;
	list-style-position:outside;
	padding-left:30px;
}
#menu ul li:hover {
	background:#F2F2F2;
	cursor:pointer;
}
#menu ul {
	padding-left:0;
	margin:0;
}
/* HTML Tags */
a {
	text-decoration:none;
	font-weight:bold;
	color:#008c99;
}
a:hover {
	text-decoration:none;
	color:#F93;
}
a img {
	border:0;
}
h1 {
	padding:0 0 4px 10px;
	font-size:1.3em;
	color:#008c99;
	line-height:1.3em;
	background-image:url(images/h1back.png);
	background-repeat:repeat-y;
	border-left:#FC0 12px solid;
}
h1 a {
	color:#008c99;
	font-weight:bold;
	text-decoration:none;
}
h1 a:hover {
	color:#008c99;
	text-decoration:none;
}
h2 {
	margin:0 0 12px 0;
	padding:12px 6px 12px 15px;
	background:#666666;
	border-left:4px solid #3399FF;
	color:#ddd;
	font-size:1.5em;
	font-weight:400;
}
h2 a {
	font-weight:400;
}
.h3 {
	font-size:1em;
	color:#008c99;
	font-weight:200;
	margin:0 10px 10px 0;
}
h4 {
	font-size:1em;
	color:#F00;
	font-weight:bold;
	margin:0 10px 10px 0;
}
#topmenu {
	position:absolute;
	color:#008c99;
	left:356px;
	font-size:9px;
	text-align:right;
	top:171px;
	width:611px;
	height:18px;
	z-index:11;
}
p {
	font-size:11px;
}
.9px {
	font-size: 8px;
}
ul li {
	font-size:11px;
}
table tr td{
	font-size:11px;
}
#occasions {
	width:400px;
}
#occasions thead {
	background:#FFC;
}
#occasions tr:hover {
	background:#F2F2F2;
	cursor:pointer;
}
#techdata {
	width:700px;
}
#techdata thead {
	background:#F2F2F2;
}
#techdata tr:hover {
	background:#F2F2F2;
	cursor:pointer;
}
/*slideshow*/
#slideshow {
	position:relative;
	width: 400px;
	height:266px;
	margin-left:20px;
	background-color:#FFF;
	border:#CCC 1px solid;
	padding:2px;
}
#slideshow IMG {
	position:absolute;
	z-index:8;
	opacity:0.0;
}
#slideshow IMG.active {
	z-index:10;
	opacity:1.0;
}
#slideshow IMG.last-active {
	z-index:9;
}
.top {
	vertical-align:top;
}

