@charset "utf-8";
/* CSS Document */

body, html {
	background-image: url(images/indeximages/rock.gif);
	background-repeat: repeat;
	height: 100%;
}

a:link {
	color: #8DA4BB;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #8DA4BB;
}
a:active {
	color: #FFFFFF;
}

#bar {
	background-image: url(images/indeximages/rockbg03.gif);
	background-repeat: repeat-x;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 5;
	height: 110px;
}

#logo {
	position: absolute;
	z-index: 5;
	height: 100px;
	width: 200px;
	background-image: url(images/circleGlogo02.png);
	background-repeat: no-repeat;
	right: 163px;
	margin-right: -100px;
	top: -13px;
}

#logo a,  #logo a hover{
	display:block;
	position: relative;
	width:200px;
	display:block;
	z-index:5;
	right: 2px;
	top: 3px;
	height: 100px;
 }
   

#menu {
	position: absolute;
	width: 375px;
	background-color: #000000;
	height: 325px;
	left: 50%;
	z-index: 1;
	margin-left: -188px;
	top: 130px;
	border: thin inset #6A88A6;
}

#links {
	position: absolute;
	background-color: #000000;
	z-index: 1;
	top: 100px;
	width: 500px;
	left: 50%;
	margin-left: -250px;
	border: thin inset #6A88A6;
}


/* ---------- pictures styles start here ----------------------- */
.pictures {
	list-style: none;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}
.pictures li {
	float: left;
	position: relative;
	width: 100px;
	height: 100px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding: 9px;
}
.pictures img {
	border: thin inset #000000;
	background-color: #000000;
}
.pictures li:hover img {
	border-top-color: #6A88A6;
	border-right-color: #6A88A6;
	border-bottom-color: #6A88A6;
	border-left-color: #6A88A6;
}
.pictures em {
	width: 110px;
	background: url(images/indeximages/bubble.gif) no-repeat;
	display: none;
	position: absolute;
	top: -5px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 25px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.pictures a {
	text-decoration: none;
	color: #000;
}
.pictures a:hover em {
	display: block;
}

img, div, div img { behavior: url(iepngfix.htc) }
