/* IR labs stylesheet

all the "design" is copyrighted by IR labs. However, techiques and ideas are not patentable and free to use and copy. */

/* Style sheet for main IR labs home page */	

body {
	background: #484A54;
	color: #555;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#wrapper {
		 background: #9EB270 url("../images/il_wrapper_back660.png") scroll repeat;
}


#content {
	background: url( "../images/il_green_top.png" ) top right scroll repeat-x;
}


#contentcopy {
	background: url( "../images/il_dark_bottom.png" ) bottom right fixed repeat-x;
}

		
a, a:link, a:visited {
	color: #222;
	text-decoration: none;
	border: 5px;
}

a:visited {
	color: #722;		 
}

a:hover {
	color: #fff;
}

#newsbar {
	background: url(../images/stripes5px.png) top right fixed repeat-x;
}

/*<group=News>*/

#news li {
	background: url(../images/current_newsmap.png) 0 0 no-repeat;
	display: block;
	list-style: none;
	overflow: hidden;
}

#news a {
	display: block;		 
}

#news #current{}
#news #current a:hover {
	background: url(../images/current_newsmap.png) 0px -16px no-repeat;}

/*</group>*/

/*<group=Icon links>*/

#icons li {
	background: url(../images/icon_map.png) 0 0 no-repeat;
	display: block;
	list-style: none;
	overflow: hidden;
}

#icons a {
	display: block;
}

#icons #homepage{}
#icons #ixopusada {background-position: -16px 0;}
#icons #mailus {background-position: -32px 0;}

#icons #homepage a:hover {
	background: url(../images/icon_map.png) 0px -16px no-repeat;}
#icons #ixopusada a:hover {
	background: url(../images/icon_map.png) -16px -16px no-repeat;}
#icons #mailus a:hover {
	background: url(../images/icon_map.png) -32px -16px no-repeat;}

/*</group>*/

#maincard a {
	decoration: none;
}
		
.cardlink {
	border: 0px;
}

/*
#topbar {
	background-image: url( "../images/stripes700x80.png" ) repeat-x;
		}
*/


