* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-decoration: none;
	border: none;
	list-style: none;
	outline: none;
}
p {
	margin-bottom: 15px;
}
img {}
a {
	color: #39c;
	cursor: pointer;
	text-decoration: none;
}
a:focus, a:hover {}
a:active {
	color: #069;
}

/* group-layout */
h1 {
	display: block;
	width: 330px;
	height: 190px;
	text-indent: 500%;
	overflow: hidden;
	margin:0 auto;	
	background: url(logo_aldrix.png) no-repeat center top;
	cursor:default;
}


/* group-home */
#home #companies a.more {
	opacity: 1;
	width: 300px;
	height: 31px;
	padding: 1px 0 2px;
	text-indent: 0;
	text-align: center; 
	background: url(more.png) no-repeat;
	font: bold 11px/26px Arial, Helvetica, sans-serif;
	color: #ccc;
	text-shadow: #333 0 -1px 1px;
	-webkit-transition: none;
}
#home #companies a.more:hover,
#home #companies a.more:focus {
	color: #6cf;
	text-shadow: #999 0 0 10px;
}
#home #index a.more:active {
	padding: 2px 0 1px 0;
	height: 31px;
}
#home #companies p {
	color: #ccc;
	text-align: center;
	margin-bottom: 0;
}
#home #companies p a {
	display: inline;
	background: none;
	color: #999;
	-webkit-transition: none;
	opacity: 1;
}
#home #companies p a:hover,
#home #companies p a:focus {
	color: #fff;
}
#home #companies p a:active {
	text-decoration: underline;
}


/* group-body */
body { 
	font:bold 11px/18px tahoma;
	color: #333;
	text-shadow: #000 0 1px 1px;
}
body#home { 
	background: url(background.png) repeat 0 0;
}
#home #wrapper { 
	background: url(wrapper-home.png) repeat-x 0 0;
}

/* group-header */
#header {
	background: url(header.png) no-repeat 50% 0;
}
#home #header {
	height: auto;
}

/* group-companies */
#companies {
	width: 700px;
	margin: 0 auto;
	height: 90px;
	padding:3em 0;
}
.product #companies {
	padding-left: 240px;
	width: 460px;
}
#qbeez #companies-qb,
#xynergen #companies-xy {
	display: none;
}
#home #companies {
	height: auto;
	overflow: hidden;
	background: url(companies-li-large.png) repeat-y center 0;
}
#companies li {
	float: left;
	padding: 5px 23px; 
	background: url(companies-li.png) no-repeat 300px center;
}
#home #companies li {
	background: none;
}
li#xynergen li#companies-xy {
	padding-right: 0;
}
#companies a {
	display: block;
	width: 300px;
	height: 80px;
	position: relative;
	text-indent: 150%;
	white-space: nowrap;
	overflow: hidden;
	background: right 0 no-repeat;
	opacity: .7;
	-webkit-transition: all 0.15s ease-out;	
	/*border: 1px solid #FFF;*/
}
#home #companies a {
	height: 180px;
	background-position: center bottom;
	margin-bottom: 1px;
}
#companies a:hover,
#companies a:focus {
	opacity: 1;
}
#companies a:active {
	margin-top: 1px;
}
#companies-qb a { }
#companies-xy a {}
#companies a img {
	position: absolute;
	top: 0;
	left: 0;
}
#home #companies a img {
	left: 28px;
}
#masthead {
	margin: 0 auto 15px;
	width:700px;
	height: 190px;
	background: url(masthead.png) repeat-x center bottom;
}


/* group-footer */
#footer {
	padding: 20px 0;
	height: 20px; 
	font: bold 11px/18px tahoma;
	color: #555;
	text-shadow: black 0 -1px 1px;
	clear: both;
}
#footer ul {
	width: 700px;
	margin: 0 auto;
	position: relative;
	text-align:center;
}
#footer a {
	color: #ccc;
}
#footer a:hover, #footer a:focus {
	color: #fff;	
}
#footer a:active {}
#email {
	position: absolute;
	right: 0;
	top: 0;
}


.hotspot {
	color:#900; 
	padding-bottom:1px; 
	cursor:pointer;
}
#tt {
	position:absolute; 
	display:block; 
	background:url(tt_left.gif) top left no-repeat;
}
#tttop {
	display:block; 
	height:5px; 
	margin-left:5px; 
	background:url(tt_top.gif) top right no-repeat; 
	overflow:hidden;
}
#ttcont {
	display:block;
	padding:2px 12px 3px 7px; 
	margin-left:5px; 
	background:#666; 
	color:#FFF
}
#ttbot {
	display:block; 
	height:5px; 
	margin-left:5px; 
	background:url(tt_bottom.gif) top right no-repeat; 
	overflow:hidden;
}