/**
 * Copyright:	Volkswagen South Africa
 * Author:		Dylan Smith <dylan.smith@ogilvy.co.za>
 */

@import "/css/master.css";

#page_content {
	padding:0;
}

#content_header {
	height:50px;
	margin:0 0 20px 0;
	padding:0;
	background: url(/images/repurchase/h.gif) no-repeat;
	text-indent:-9999em;
}

/*----------------------------------------------------------------------------------------
 * Steps panels
 *--------------------------------------------------------------------------------------*/
#steps {
	position:relative;
	width:85%;
	margin:10px auto;
}

#steps div {
	float:left;
	width:144px;
	min-height:292px;
	margin:0 10px;
	padding:10px 15px;
	background:url(/images/repurchase/panel_bg.jpg) no-repeat;
}

* html #steps div {
	height:292px;
}

#steps div h3 {
	height:20px;
	margin:0 0 18px 0;
	color:#fff;
	text-align:center;
}

#steps div h4 {
	margin:8px 0;
	font:bold 110% Verdana,Trebuchet MS, sans-serif;
}

#steps div ul {
	margin-top:10px;
	padding-left:20px;
}

/*----------------------------------------------------------------------------------------
 * Absolutely positioned picture of the man
 *--------------------------------------------------------------------------------------*/
#pic_man {
	display:block;
	position:absolute;
	top:320px;
	left:400px;
	z-index:100;
}

/*----------------------------------------------------------------------------------------
 * Bottom content columns
 *--------------------------------------------------------------------------------------*/
#subcontent, #hooks{
	margin-left:70px;
}

#subcontent {
	width:280px;
	margin:20px 0 20px 70px;
}

#hooks {
	width:600px;
	margin-bottom:30px;
}

.h_needmorehelp	{background:url(/images/repurchase/h_needmorehelp.gif);height:18px;}
.h_howlong		{background:url(/images/repurchase/h_howlong.gif);}