body
{
	background: white;
	color: #444;
}
body,body h1,body h2,body h3,body h4,body h5,body h6,body div,body ul,body ol,body li
{
	font-family: Verdana,Arial,Sans-Serif;
	margin: 0;
	padding: 0;
	width: 100%;
}
body h1
{
	background: url(../images/bg_nav_cropped.gif) left center repeat-x #3f3f3f;
	color: white;
	font-size: 1.1em;
	line-height: 1.7em;
	margin: 0;
	padding: .5ex 1ex;
	width: auto;
}
body h2
{
	color: #333;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.7em;
	margin: 1em 1ex;
	padding: 0;
	width: auto;
}
body p
{
	margin: 1em 1ex;
	padding: 0;
}
.centre
{
	text-align: center;
}
a
{
	color: #ca0800;
	text-decoration: underline;
}
a:focus,a:active,a:hover
{
	color: #d52b1e;
}
img
{
	border: none;
}
#header
{
	background: url(../images/bg_top.gif) left top repeat-x;
	height: 40px;
	margin: 0;
	padding: 10px 0;
	text-align: left;
}
#header a
{
	display: block;
	text-align: right;
	width: 100%;
}
#iinet-logo
{
	display: block;
	padding-left: .5em;
}
#back-home
{
	display: block;
	padding-bottom: 1em;
	padding-top: .5em;
	text-align: center;
}
#product-logo
{
	display: block;
	float: right;
	padding-right: .5em;
}
ol
{
	border-top: solid 1px #ddd;
	counter-reset: item;
	display: block;
	list-style: none;
}
ol li
{
	border-bottom: solid 1px #ddd;
	clear: both;
	display: block;
	list-style: none;
	padding: 1ex 1ex;
}
ol li:before
{
	color: #ddd;
	content: counter(item);
	counter-increment: item;
	display: block;
	float: right;
	font-size: 150%;
	padding: 0 1ex;
}
ul
{
	border-top: solid 1px #e5e5e5;
	display: block;
	list-style: none;
}
ul li
{
	border-bottom: solid 1px #e5e5e5;
	display: block;
	list-style: none;
	padding: 0;
}
ul li>*
{
	display: block;
	padding: 1ex 1ex;
}
ul li a
{
	background: url(../images/chevron.png) right center no-repeat;
	color: #444;
	padding-right: 20px;
	text-decoration: none;
}
ul li a:focus,ul li a:active,ul li a:hover
{
	color: #444;
}
ul li h2,ul li h4
{
	color: #333;
	margin: 0;
	padding: 0;
}
ul.menu li
{
	background: url(bg_nav_cropped.gif) left center repeat-x;
	background-color: #525252;
	border-bottom: solid 1px #3f3f3f;
	padding: 0;
}
ul.menu li a
{
	background: transparent!important;
	color: white;
	display: block;
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 1.1em;
	font-weight: bold;
	left: 0;
	line-height: 1.7em;
	padding: 1ex 1ex;
	right: 0;
}
ul.menu li .description,ul.menu li a .description
{
	color: #ddd;
	font-size: 80%;
	font-weight: normal;
}
ul.menu li .Heading,ul.menu li a .description
{
	background: transparent!important;
	color: red;
	display: block;
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 1.1em;
	font-weight: bold;
	left: 0;
	line-height: 1.7em;
	padding: 1ex 1ex;
	right: 0;
}

#pre_footer
{
	padding-top: 1.5ex;
	text-align: center;
}
#footer
{
	background: url(../images/bg_bottom.gif) left top repeat-x;
	color: #666;
	min-height: 95px;
	text-align: center;
}
#footer div
{
	padding-bottom: 1em;
}
#copyright
{
	font-size: 80%;
	padding-top: 3em;
}