/**
 * Copyright:	Volkswagen South Africa
 * Author:		Ian van den Heuvel <ian.vandenheuvel@ogilvy.co.za>
 */

@import "common.css";

/*----------------------------------------------------------------------------------------
 * page bg and heading
 *--------------------------------------------------------------------------------------*/
#page_content {
	padding:20px 0 0 20px;
}
#page_content h2 {
	background-image: url("/images/about/index_h.gif");
}

/*----------------------------------------------------------------------------------------
 * apply a percentage-based 2-column layout
 *--------------------------------------------------------------------------------------*/
#column_1 {
	float: left;
	width: 22%;
}
#column_2 {
	float: right;
	width: 510px;
}
/* unset the top margin if a paragraph is the first-child and direct descendant of the column */
#column_1 > p:first-child {
	margin: 0;
}
#about_menu {
	background: url("/images/about/post-it-trans.png") no-repeat 100% 0px;
	float: right;
	margin-top: 0 !important;
	padding: 0 !important;
	width: 509px;
	border: 1px solid #E2E2E2;
	border-right: 0px none
}
#about_menu li {
	width: 294px;
	list-style-image: none;
	list-style-type: none;
}
#about_menu li a {
	display: block;
	height: 20px;
	line-height: 20px;
	width: 100%;
	background-repeat: no-repeat;
	border-bottom: 1px solid #E2E2E2;
	padding-left: 8px;
	color: #6D6D6D;
	text-decoration: none;
}
#about_menu li.last-child a {
	border-bottom: 0px none !important;
}
#about_menu li a:focus, #about_menu li a:hover, #about_menu li a:active {
	background: url("/images/about/menu_on.gif") no-repeat;
	color: #6D6D6D;
	text-decoration: none; 
}