BODY
{
	margin: 0;
	padding: 0;
	width: 100%;
	background: #2C2C2C;
}

IMG
{
	border-style: none;
}

DIV
{
	margin: 0;
	padding: 0;
}

H1
{
	font: 12pt Arial;
	font-weight: bold;
	color: #0078C9;
	margin: 0;
}

H2
{
	font: 11pt Arial;
	font-weight: bold;
	color: #0078C9;
	margin: 0;
}

P, LI, TD
{
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
}

UL
{
	margin-top: 0;
}

.padded table
{
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

#mask
{
	position: relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	float: left;
	width: 100%;			/* width of whole page */
	overflow: hidden;		/* This chops off any overhanging divs */
	background: #F1F1F1;		/* Left column background colour */
}

#colmid
{
	float: left;
	width: 200%;
	position: relative;
	left: 50%;
	margin-left: -389px;
	background: #fff;    	/* Centre column background colour */
}

#colright
{
	float: left;
	width: 100%;
	position: relative;
	left: 778px;
	background: #F1F1F1;    	/* Right column background colour */
}

#col1wrap
{
	float: left;
	width: 25%;
	position: relative;
	right: 25%;
}

#col1
{
	margin: 0 391px 0 15px;
	position: relative;
	right: 389px;
	overflow: hidden;
}

#col2wrap
{
	float: left;
	width: 25%;
	position: relative;
	right: 25%;
}

#col2
{
	margin: 0 15px 0 391px;
	position: relative;
	right: 389px;
	overflow: hidden;
}

#col3
{
	float: left;
	width: 777px;        	/* Width of right column content (right column width minus left and right padding) */
	margin-left: -779px;  	/* Width of right column right-hand padding + left column left and right padding */
	position: relative;
	right: 50%;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

/* force article images to not exceed the available area */
#article img
{
	max-width: 740px;
}

#header
{
	width: 100%;
	background-image: url('images/background_header.png');
	border-bottom: 1px solid #CCC;
}

#header .wide
{
	text-align: center;
}

#headertext
{
	width: 779px;
	height: 182px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	margin-bottom: 0;
}

#headerbar
{
	position: relative;
}

#footer
{
	clear: both;
	background-image: url('images/background_footer.png');
	height: 100px;
}

#footertext
{
	width: 777px;
	height: 85px;
	color: #E5E5E5;
	margin-left:	auto;
	margin-right: auto;
	padding-top: 15px;
}

#footer a:link, #footer a:visited
{
	color: #E5E5E5;
	text-decoration: none;
}

#footer a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

#footer ul
{
	margin: 0;
	padding: 0;
}

#footer li
{
	text-align: center;
	list-style-type: none;
	float: left;
	padding: 0 8px;
	border-right: 1px solid #999;
}

#footer .last
{
	border-right: 0 none;
}

.nodisplay
{
	visibility: hidden;
}

#wideload
{
	clear: both;
	width: 100%;
	background: #fff;
	padding: 10px 0 10px 0;
}

/* search field */
#block_search
{
	position: absolute;
	top: 51px;
	right: 10px;
	width: 253px;
	height: 30px;
}

#block_search input
{
	margin: 0;
	padding: 0;
}

#block_search #search
{
	float: left;
	margin-left: 25px;
	margin-top: 7px;
	width: 165px;
	border: 0;
}

#block_search #submit
{
	float: left;
	margin-left: 12px;
	margin-top: 1px;
	width: 51px;
	height: 28px;
}

#block_search input.search-submit:hover
{
	background: url('/weblog/Templates/ferrari/images/button_search_hover.png') no-repeat;
}


/* staff tools popup window */
#stafftools div.toggler
{
	position: relative;
	width: 264px;
	height: 30px;
	margin: 4px 0 0 0;
	cursor: pointer;
	text-align: left;
	background: url(images/stafftools-background.png) no-repeat;
}

#stafftools div.otherview:hover
{
	background: transparent url(images/stafftools-background.png) -264px 0 no-repeat;
}

#stafftools div.currentview
{
	background: url(images/stafftools-background.png) -528px 0 no-repeat;
}

#stafftools div.toggler .system
{
	position: absolute;
	left: 12px;
	top: 7px;	
	font-family: 'Arial', 'Andale Mono', sans-serif;
	font-size: 12px;
}

#stafftools div.otherview:hover .system
{
	color: white;
}

#stafftools div.toggler .switch
{
	position: absolute;
	top: 4px;
	right: 20px;
}

#stafftools div.toggler .switch a
{
	display: block;
	width: 55px;
	height: 18px;
}

#stafftools div.element
{
	width: 264px;
	text-align: left;
	margin: 0;
	padding: 0;
}

#stafftools div.element p
{
	font-size: 12px;
	font-family: 'Arial', 'Andale Mono', sans-serif;
	margin:0 0 0 10px;
	padding:4px;
}

.dhtmlwindow
{
	position: absolute;
	border: 1px solid #666;
	visibility: hidden;
	background-color: white;
}

.drag-handle
{
	/*CSS for Drag Handle*/
	padding: 0;
	margin: 0;
	padding-left: 10px;
	background: url(images/stafftools-header-background.png);
	color: white;
	cursor: move;
	overflow: hidden;
	width: auto;
	opacity: 1;
}

.drag-handle .drag-controls
{
	/*CSS for controls (min, close etc) within Drag Handle*/
	position: absolute;
	right: 1px;
	top: 2px;
	cursor: pointer;
}

.drag-contentarea
{
	/*CSS for Content Display Area div*/
	border-top: 1px solid brown;
	background-color: white;
	color: black;
	height: 150px;
	padding: 2px;
	overflow: auto;
}

.drag-statusarea{
	/*CSS for Status Bar div (includes resizearea)*/
	border-top: 1px solid gray;
	background-color: #F8F8F8;
	height: 13px; /*height of resize image*/
}


.drag-resizearea{
	/*CSS for Resize Area itself*/
	float: right;
	width: 13px; /*width of resize image*/
	height: 13px; /*height of resize image*/
	cursor: nw-resize;
	font-size: 0;
}

/* used by slideshow.js - required for the fade effect to work */
.slideshow-images-visible
{
	opacity: 1;
}
.slideshow-images-prev
{
	opacity: 0; 
}
.slideshow-images-next
{ 
	opacity: 0; 
}

/* used by tool tips */
.tip
{
	width: 139px;
	font-family: Arial;
	font-size: 11px;
	color: #fff;
	z-index: 13000;
}

.tip-title
{
	font-weight: bold;
	color: #9FD4FF;
	margin: 0;
	padding: 8px 8px 4px;
	background: url('/weblog/Templates/ferrari/images/bubble.png') top left;
}

.tip-text
{
	padding: 4px 8px 8px;
	background: url('/weblog/Templates/ferrari/images/bubble.png') bottom right;
}

/* the article list uses this */
.hd4 {
	color: #FFFFFF;
	font-size: 12px;
}

/* used by pages that do a bunch of their own content */
.standalone_header
{
	border-bottom: 1px solid #999;
}

.standalone_padded
{
	margin: 10px 20px 20px 20px;
}

/* used on knowledgebase page */
.collapsible_body1
{
	display: none;
}

/* archives year listing */
.archives ul
{
	margin: 20px 0 0 0;
	padding: 0;
}

.archives li
{
	font: 11pt Arial;
	font-weight: bold;
	text-align: center;
	list-style-type: none;
	float: left;
	padding: 0 8px;
	border-right: 1px solid #999;
}

.archives a
{
	text-decoration: none;
}

.archives .last
{
	border-right: 0 none;
}

.requestinfo_popup
{
	position: relative;
	width: 586px;
	height: 442px;
	background: url('/weblog/Templates/ferrari/images/background_contactus.png') no-repeat;
}

.requestinfo_popup textarea
{
	position: absolute;
	left: 148px;
	width: 406px;
	
	margin: 0;
	padding: 0;
	border: 0;
}

.requestinfo_popup #name
{
	top: 90px;
	height: 35px;
}

.requestinfo_popup #phone
{
	top: 134px;
	height: 35px;
}

.requestinfo_popup #email
{
	top: 178px;
	height: 35px;
}

.requestinfo_popup #comment
{
	top: 223px;
	height: 134px;
}

.requestinfo_popup #submit
{
	position: absolute;
	left: 13px;
	bottom: 23px;
	width: 114px;
	height: 40px;
}

.requestinfo_popup #submit:hover
{
	background: transparent url('/weblog/Templates/ferrari/images/button_submit_rollover.png') no-repeat;
}

.requestinfo_popup .popup_close
{
	display: block;
	position: absolute;
	bottom: 28px;
	right: 24px;
	width: 70px;
	height: 26px;
}