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

a:link	{
	color:#0F0;
	text-decoration:none;
}

a:hover	{
	text-decoration:underline;
}

a:visited	{
	color:#090;
	text-decoration:none;
}

#all	{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#head	{
	width:900px;
	clear:both;
	margin-bottom:5px;
}

#home	{
	display:block;
	width:120px;
	height:120px;
	background:url(images/menu/home.png) no-repeat 0 0;
	float:left;
	margin-left:50px;
	margin-right:25px;
}

#home:hover	{
	background-position:0 -120px;
}

#home span	{
	display:none;
}

#software	{
	display:block;
	width:120px;
	height:120px;
	background:url(images/menu/software.png) no-repeat 0 0;
	float:left;
	margin-left:25px;
	margin-right:25px;
}

#software:hover	{
	background-position:0 -120px;
}

#software span	{
	display:none;
}

#labs	{
	display:block;
	width:120px;
	height:120px;
	background:url(images/menu/labs.png) no-repeat 0 0;
	float:left;
	margin-left:25px;
	margin-right:25px;
}

#labs:hover	{
	background-position:0 -120px;
}

#labs span	{
	display:none;
}

#web	{
	display:block;
	width:120px;
	height:120px;
	background:url(images/menu/web.png) no-repeat 0 0;
	float:left;
	margin-left:25px;
	margin-right:25px;
}

#web:hover	{
	background-position:0 -120px;
}

#web span	{
	display:none;
}

#contact	{
	display:block;
	width:120px;
	height:120px;
	background:url(images/menu/contact.png) no-repeat 0 0;
	float:left;
	margin-left:25px;
}

#contact:hover	{
	background-position:0 -120px;
}

#contact span	{
	display:none;
}

#splash	{
	width:900px;
	clear:both;
	float:left;
	margin-top:2px;
}

#news	{
	width:900px;
	clear:both;
}

#spacer	{
	width:900px;
	height:1px;
	clear:both;
	float:left;
}

#left	{
	width:448px;
	float:left;
	clear:left;
	margin-right:4px;
}

#right	{
	width:448px;
	float:left;
}

#one	{
	width:298px;
	float:left;
	margin-right:3px;
}

#two	{
	width:298px;
	float:left;
	margin-right:3px;
}

#three	{
	width:298px;
	float:left;
}

#irs	{
	width:900px;
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

/*---Start of Classes---*/

.all	{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

.left	{
	width:448px;
	float:left;
	clear:left;
	margin-right:4px;
}

.right	{
	width:448px;
	float:left;
}

.form	{
	width:500px;
	float:left;
	margin-left:4px;
	margin-right:4px;
}

.forminfo	{
	width:392px;
	float:left;
	clear:left;
}

.splash	{
	width:900px;
	clear:both;
	float:left;
	margin-top:2px;
}

.centre	{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.cells {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	padding: 10px;
	text-align: left;
	background-color: #FFFFFF;
	letter-spacing: .8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-image: url(images/title_background.png);
	padding: 10px;
	border: 2px none #999999;
	color: #FFF;
	text-align: left;
	font-weight: lighter;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	padding: 1px;
	text-align:center;
	background-color: #FFFFFF;
	letter-spacing: .8px;
}

.download	{
	display:block;
	width:160px;
	height:60px;
	background:url(images/software/download.png) no-repeat 0 0;
	float:right;
}

.download:hover	{
	background-position:0 -60px;
}

.download span	{
	display:none;
}

.order	{
	display:block;
	width:150px;
	height:50px;
	background:url(images/software/irswords/order.png) no-repeat 0 0;
	float:right;
}

.order:hover	{
	background-position:0 -50px;
}

.order span	{
	display:none;
}

.imgl	{
	float:left;
	margin-right:4px;
	margin-bottom:4px;
}

.imgr	{
	float:right;
	margin-left:4px;
	margin-bottom:4px;
}

.video	{
	vertical-align:top;
}