﻿body.product
{
	background-color: #f2f2f2;
}
#header
{
	z-index: 9997;
	position: relative;
	margin: 0px 10px 0px 10px;
	height: 40px;
}
#header #title
{
	float: left;
}
#header #menu
{
	float: right;
	padding-top: 10px;
	display: block;
}
#header #menu LI
{
	display: inline;
}
#header #menu LI A
{
	float: left;
	padding-left: 40px;
	vertical-align: middle;
}

#product
{
	width: 936px;
	background-image: url(../_imgs/content-bg.gif);
	float: left;
}
#product #top
{
	width: 936px;
	height: 7px;
	background-image: url(../_imgs/content-cap-top.png);
	background-repeat:no-repeat;
	background-color: #ffffff;
	float: left;
}
#product #bottom
{
	width: 936px;
	height: 7px;
	background-image: url(../_imgs/content-cap-bottom.gif);
	background-repeat:no-repeat;
	background-color: #ffffff;
	float: left;
}

#iob-online
{
	width: 800px;
	height: 0px;
	overflow: hidden;
	padding-top: 400px;
	background-image: url(../_imgs/products/inoutboard-online.png);
	background-repeat: no-repeat;
}
#iob-online-features
{
	width: 305px;
	padding-top: 94px;
	background-image: url(../_imgs/products/iob-online-features.png);
	background-repeat: no-repeat;
	float: left;
	margin-top: -130px;
	cursor: pointer;
}
#iob-custom
{
	width: 800px;
	height: 0px;
	overflow: hidden;
	padding-top: 350px;
	background-image: url(../_imgs/products/inoutboard-custom.png);
	background-repeat: no-repeat;
}
#iob-customers
{
	width: 800px;
	height: 0px;
	overflow: hidden;
	padding-top: 300px;
	background-image: url(../_imgs/products/inoutboard-customers.png);
	background-repeat: no-repeat;
}
#iob-intranet
{
	width: 800px;
	height: 0px;
	overflow: hidden;
	padding-top: 400px;
	background-image: url(../_imgs/products/inoutboard-intranet.png);
	background-repeat: no-repeat;
}
#iob-mobile
{
	float: right;
	width: 277px;
	height: 0px;
	padding-top: 271px;
	overflow: hidden;
	background: url(../_imgs/products/mobile-iphone.png);
	background-repeat: no-repeat;
	padding-bottom: 20px;
}
#iob-desktop
{
	float: right;
	width: 350px;
	height: 0px;
	padding-top: 350px;
	overflow: hidden;
	background: url(../_imgs/products/iob-desktop.png);
	background-repeat: no-repeat;
	padding-bottom: 20px;
}