﻿html {
	font-size: 100%;
}
.spacer {
	line-height: 10px;
}
body {
	margin: auto;
	padding: 0;
	font-family: "Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana;
}
a:active {
	outline: none;
}
:focus {
	-moz-outline-style: none;
}
#main {
	margin: 0 auto;
	width: 980px;
}
#header {
	height: 100px;
}
.logo-holder {
	overflow: hidden;
	width: 100%;
}
.logo {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url('logo.jpg') no-repeat;
	width: 468px;
	height: 100px;
	margin-top: 10px;
	float: left;
}
.headerspace {
	font-size: .9em;
	color: #000;
	float: right;
	width: auto;
	padding-top: 10px;
	padding-right: 20px;
	margin: 5px 2px 0 0;
}
* html .headerspace-box a {
	display: inline;
}
#content {
	margin: 20px 0;
	background: #ffffff;
	padding: 0;
}
* html #content {
	background: #ffffff;
	overflow: visible;
	height: 1%;
}
#accordion {
	/*	background: #333 url(/img/global/gradient/h600.png) 0 0;*/
	width: 580px;
/*	border: 1px solid #333;*/
}
#accordion h2 {
	/*	background: #ccc url(/img/global/gradient/h30.png);*/
	margin: 0;
	padding: 0 0;
	font-size: 50px;
	font-weight: bold;
	line-height: 50px; /*	border: 1px solid #fff;*/;
	cursor: pointer;
	color: #d8d8d8;
}
#accordion h2.current {
	border-bottom: 1px solid #d8d8d8;
	cursor: default;
	background-color: #fff;
	color: #000;
}
#accordion div.pane {
	/*	border: 1px solid #fff;
	border-width: 0 2px;*/
	display: none;
	height: auto;
	padding: 15px;
	text-align: justify;
/*	color: #fff;*/	font-size: 14px;
}
#accordion div.pane h3 {
	font-weight: normal;
	margin: 0 0 -5px 0;
	font-size: 16px;
	color: #999;
}
/* tooltip styling. uses a background image (a black box with an arrow) */
div.tooltip {
	background: transparent url('black_arrow_big.png') no-repeat scroll 0 0;
	font-size: 14px;
	height: 153px;
	padding: 30px;
	width: 310px;
	margin-left: 65px;
	font-size: 14px;
	display: none;
	color: #fff;
}
/* tooltip title element (h3) */
div.tooltip h3 {
	margin: 0;
	font-size: 18px;
	color: #fff;
}
#trigger {
	background:transparent url('tools.jpg') no-repeat scroll 0 50%;
	color:#333;
	display:block;
	font-size:14px;
	height:155px;
	padding:0;
	text-decoration:none;
	width:200px !important;
	position:relative;
	
}
#trigger:hover {
	color:#000;
}
#trigger1 {
	background:transparent url('tools1.jpg') no-repeat scroll 0 50%;
	color:#333;
	display:block;
	font-size:14px;
	height:155px;
	padding:0;
	text-decoration:none;
	width:200px !important;
	position:relative;
	
}
#trigger1:hover {
	color:#000;
}
#trigger2 {
	background:transparent url('tools2.jpg') no-repeat scroll 0 50%;
	color:#333;
	display:block;
	font-size:14px;
	height:155px;
	padding:0;
	text-decoration:none;
	width:200px !important;
	position:relative;
	
}
#trigger2:hover {
	color:#000;
}
#trigger3 {
	background:transparent url('tools3.jpg') no-repeat scroll 0 50%;
	color:#333;
	display:block;
	font-size:14px;
	height:155px;
	padding:0;
	text-decoration:none;
	width:200px !important;
	position:relative;
	
}
#trigger3:hover {
	color:#000;
}
