/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", "Tahoma","Helvetica","Arial",sans-serif;
	background-image:url(images/bgr.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	}
h2{
	font-size:22px;
	color:#979797;
	font-weight:normal;
	line-height:18px;
	}
	
a {
	color:#979797;
	}
a:hover{
	text-decoration:none;
	}
#container{
	position:absolute;
	width:950px;
	top:50%;
	margin-top:-260px;
	left:50%;
	margin-left:-475px;
}


#logo {
/*	z-index:1;*/
	position:absolute;
	margin-top:-15px;
	}

#glowingtabs{
float:right;
font-size:14px;
line-height:18px;
}

#glowingtabs ul{
list-style-type: none;
margin:0px;
padding:0px;
}

#glowingtabs li{
display:inline;
margin:0px;
padding:0px;
}

#glowingtabs a{
float:right;
background-image:url(images/glowtab-left.gif);
background-position:left top;
background-repeat:no-repeat;
margin:0px;
margin-left: 5px;
padding:0px 0px 0px 9px;
text-decoration:none;

}

#glowingtabs a span{
float:right;
display:block;
background:url(images/glowtab.gif);
background-repeat: no-repeat;
background-position: right top;
font-family:"Trebuchet MS", "Tahoma","Helvetica","Arial",sans-serif;
padding: 8px 17px 7px 8px;
color:#C9C8C8;
font-weight:normal;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#glowingtabs a span {float:none;}
/* End IE5-Mac hack */

#glowingtabs a:hover span {
color: #989898;
border-bottom:hidden;
}

#glowingtabs #current a{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs #current a span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color:#989898;
}

#glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

#main {
/*	display:block;*/
	background-image:url(images/rays.jpg);
	background-repeat:repeat-x;
	height:470px;
	background-position:top;
	background-color:#FFFFFF;
	}
#main-contact {
/*	display:block;*/
	background-image:url(images/rays-contact.jpg);
	background-repeat:repeat-x;
	height:470px;
	background-position:top;
	background-color:#FFFFFF;
	}
#footer {
	font-size:11px;
	color:#CCCCCC;
	text-align:right;
	padding-top:5px;
}

/*thumbnails*/
#content{
	overflow:hidden;
	width:875px;
	height:400px;
	padding:0px;
	position:relative;
	top:32px;
	left:38px;
	}
#inner{
	width:1750px;
	height:400px;
	}
.scrolling-content {
	width:875px;
	height:400px;
	position: absolute;
	padding:0px;
	}
#content1{
	left:0px;
	top:0px;
	}
#content2{
	left:875px;
	top:0px;
	}
ul.thumbnails {
	margin:0px;
	padding:0px;
	float:left;
	list-style:none;
	line-height:1px;
	}

ul.thumbnails li{
	display:inline;
	margin:0px;
	padding:0px;
	}
ul.thumbnails li a {
	display:block;
	float:left;
	width:175px;
	}
ul.thumbnails li a:hover {
	opacity:0.7;
	}
ul.thumbnails li a img{
	border:none;
	padding:0px;
	margin:0px;
/*	margin-right:-5px;*/
	}
	
#pagination{
	width:875px;
	text-align:right;
	top:470px;
	left:38px;
	position:absolute;
	font-size:14px;
	color:#C9C8C8;
	}
#pagination a{
	display:block;
	padding:0px 5px 0px 5px;
	display:inline;
	background-color:#EAE8E8;
	color:#989898;
	text-decoration:none;
	}
#contact-form{
	left:540px;
	top:70px;
	position:absolute;
	}
.contact-content{
	font-family:"trebuchet MS";
	color:#ABABAB;
	font-size:14px;
	line-height:18px;
	padding:2px 2px 2px 5px;
	border:hidden;
	}
#contact-content td {
	padding:5px 0px 5px 0px;
		}
#address{
		left:220px;
		position:absolute;
		}
#group-content{
	position:relative;
	font-size:14px;
	color:#ABABAB;
	padding:37px 50px 50px 50px;
	height:380px;
	overflow:scroll;
	overflow-x:hidden;
	
	}
#group-content2{
	position:relative;
	font-size:14px;
	color:#ABABAB;
	padding:37px 50px 50px 50px;
	height:380px;
	
	}

#companies td{
	padding:9px 0px 8px 0px;
	}
