/* IR labs stylesheet

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

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

body {
	margin: 0;
	padding: 0;
		}


#wrapper {
	width: 660px;
		 margin: 0px auto 0px auto;
		 height: auto;
		 padding: 0px;
		}

#newsbar
{
	width: 700px;
	height: 97px;
	position: relative;
	top: 0px;
	padding-top: 1px;
}

/*<group=News>*/

#news {
	position: relative;
	float: left;
	top: 80px;
	padding: 0px;
	margin: auto 1px;
	margin-left: 75px;
	width: 180px;
	height: 16px;
	}
	
#news li {
	width: 175px;
	height: 16px;
	position: absolute;
		}
		
#news a {
	width: 175px;
	height: 16px;
}

#news #current {left: 0px;}

/*</group>*/

/*<group=Icon links>*/

#icons
{
	position: relative;
	top : 80px;
	padding: 0px;
	margin: auto 1px;
	float: right;
	margin-right: 75px;
	width: 54px;
	height: 16px;
}

#icons li {
	width: 16px;
	height: 16px;
	position: absolute;
}

#icons a {
	width: 16px;
	height: 16px;
}

#icons #homepage {left: 0px;}
#icons #ixopusada {left: 19px;}
#icons #mailus {left: 38px;}

/*</group>*/

#maincard {
	position: relative;
	top: 150px;
	left: 195px;
	width: 340px;
	height: 190px;		 
}

#content {
	z-index: 1;
	position: relative;
	width: 660px;
	top: 0px;
	right: 0px;
		 margin-right: auto;
		 margin-left: auto;
		 padding: 0px;
		}

#contentcopy {
	z-index: 1;
	position: relative;
	width: 610px;
	top: 0px;
	right: 0px;
		 margin-right: auto;
		 margin-left: auto;
		 padding-top: 10px;
		 padding-bottom: 10px;
		}


/*
#topbar {
	z-index:2;
	position: relative;
	width: 700px;
	height: 80px;
	top: -209px;
	right: 0px;
}
*/

