@charset "utf-8";
/* CSS Document */

.glowingtabs{
float:left;
width:100%;
line-height:normal;
 /*Add border strip to bottom of menu*/
}

.glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
}

.glowingtabs a{
float:left;
margin:0;
margin-right: 6px; /*spacing between each tab*/
background: url(../images/glowtab-left.jpg) no-repeat left top;
text-decoration:none;
padding-left:12px;
}


.glowingtabs a span{
float:left;
display:block;
padding: 0 12px 0 0;
background: url(../images/glowtab.jpg) no-repeat right top;
color:#fff;

line-height:32px;

}


/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: #fff;
text-decoration:none;
}

.glowingtabs a.current{ /*Selected Tab style*/
background-position:0 -81px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a.current span{ /*Selected Tab style*/
background-position:100% -81px; /*Shift background image up to start of 2nd tab image*/
color: #fff;
}

.glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -81px; /*Shift background image up to start of 2nd tab image*/
text-decoration:none;
}

.glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -81px; /*Shift background image up to start of 2nd tab image*/
}

.tabcontent-container{
clear: left;

}

.tabcontent{
display:none;
height:214px;
line-height:18px;
color:#fff;

}

.tabcontent a:link, .tabcontent a:active, .tabcontent a:visited, .tabcontent a:hover{
	color:#fff;
}
#gc1{
	background:url(../images/tab1-bg.gif) no-repeat;
	width:770px;
	clear: both;
	position:relative;
	bottom: 0px;
	padding:20px 0 0px 20px;
	width:770px;

	/*background:url(../images/globe-hand.gif) bottom right no-repeat;*/
	
}

#gc1 img{
	padding:5px 5px 10px 0px;
}
#gc2{
	background:url(../images/tab2-bg.gif) no-repeat;
	/*border:solid 1px #cccc99;*/
	clear: both;
	position:relative;
	bottom: 0px;
	padding:20px 0 0px 20px;
	width:770px;

	

}
#gc3 {
	background:url(../images/tab3-bg.gif) no-repeat;
	/*border:solid 1px #cccc99;*/
	clear: both;
	position:relative;
	bottom: 0px;
	padding:20px 0 0px 20px;
	width:770px;

	

}
#gc4 {
	background:url(../images/tab4-bg.gif) no-repeat;
	/*border:solid 1px #cccc99;*/
	clear: both;
	position:relative;
	bottom: 0px;
	width:770px;
padding:20px 0 0px 20px;
	

}
#gc5 {
	background:url(../images/tab5-bg.gif) no-repeat;
	/*border:solid 1px #cccc99;*/
	clear: both;
	position:relative;
	bottom: 0px;
	width:770px; 	
padding:20px 0 0px 20px;
	

}
