.header
{
	clear: both;
	float: left;
	width: 100%;
	height: 290px;
}

/* column container */
.colmask
{
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	overflow: hidden;
}

/* 2 Column (double page) settings */
.twocol
{
	background: #fff;
}

.twocol .colleft
{
	float: left;
	width: 200%;
	margin: 0;
	margin-left: -310px;
	position: relative;
	right: 100%;
	background: #fff;
}

.twocol .col1wrap
{
	float: left;
	width: 50%;
	position: relative;
	left: 50%;
	margin: 0;
}

.twocol .col1
{
	margin: 0 0 0 310px;
	overflow: hidden;
	padding: 0;
}

.twocol .col2
{
	float: right;
	width: 310px;
	position: relative;
	left: 310px;
	border-left: 1px solid #999;
	padding: 0;
}

/* everything else */
#logo
{
	width: 777px;
	height: 290px;
}

.test
{
	background-color: orange;
}

.panel-header
{
	margin-left: 20px;
	margin-top: 20px;
}

.panel-body
{
	color: #444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 160%;
	margin-left: 20px;
	margin-right: 20px;
}

.panel-body p
{
	padding-top: 10px;
	font-size: 9pt;
	line-height: 150%;
}

.selectindustry
{
	position: relative;
	height: 381px;
	background: url('/weblog/Templates/ferrari/images/home_select_industry.png') no-repeat;
}

.contactsales
{
	position: absolute;
	bottom: 0;
	background: url('/weblog/Templates/ferrari/images/home_contactsales.png') no-repeat;
}

.contactsales a
{
	display: block;
	width: 310px;
	height: 70px;
	background: transparent url('/weblog/Templates/images/shim.gif');
}

.contactsales a:hover
{
	background: transparent url('/weblog/Templates/ferrari/images/home_contactsales_over.png') no-repeat;
}

.title
{
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 52px;
	text-align: center;
}

.buttons a
{
	display: block;
	width: 92px;
	height: 77px;
}

.buttons a:hover img
{
	visibility: hidden;
}

.buttons .agricultural
{
	float: left;
	margin-left: 8px;
}

.buttons .agricultural a:hover
{
	background: url('/weblog/Templates/ferrari/images/home_button_agricultural_over.png');
}

.buttons .construction
{
	float: left;
	margin-left: 7px;
}

.buttons .construction a:hover
{
	background: url('/weblog/Templates/ferrari/images/home_button_construction_over.png');
}

.buttons .heavylift
{
	float: left;
	margin-left: 9px;
}

.buttons .heavylift a:hover
{
	background: url('/weblog/Templates/ferrari/images/home_button_heavylift_over.png');
}

.description
{
	clear: both;
	padding-top: 20px;
	margin-left: 20px;
	margin-right: 50px;
	font: 8pt Arial, Helvetica, sans-serif;
	line-height: 12pt;
}

.description h1
{
	margin-bottom: 10px;
}

.description .agricultural
{
	display: none;
}

.description .construction
{
	display: none;
}

.description .heavylift
{
	display: none;
}