body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url('images/mainbacktile.jpg');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 20px;
}

/* CONTAINER */
#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
}
/* END CONTAINER */

/* HEADER */
.header {
	width:780px;
	height:130px !important;
	height:131px;
	padding:0px;
	margin:0px;	
}
.header #headerlft {
	width:241px;
	height:127px;
	float:left;
	padding:0px;
	margin:0px;
	font-size:11px;
	color:#999;
}
.header #headerrgt
{
	float:right;
	padding:10px 10px 0px 0px;
	margin:0px;
	font-size:11px;
	color:#999;
	text-align:right;
}
.header #headerrgt a
{
	color:#999;
	text-decoration:none;
	padding:0px 3px 0px 3px;
}
.header #headerrgt a:hover
{
	color:#fff;
	text-decoration:none;
	padding:0px 3px 0px 3px;
	background:#8cc63f;
}
.header h1 {
	margin: 0;
	padding: 10px 0;
}
/* END HEADER */

/* CLEAR */
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	margin: 0px;
}
/* END CLEAR */

/* **************************************************************** */
/* =================== */
#multi-level
{   
    z-index: 100;
    margin-top:7px;  
	height: 36px;
}
/* The menu styling *//* Remove the padding, margins and bullets from the lists */.menu, .menu ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-family: arial, sans-serif;
}
/* Set up the top level list items and float left to place inline */.menu li.top
{
    display: block;
    float: left;
    position: relative;
}
/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */.menu table
{
    border-collapse: collapse;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
}
/* Default top link link styling */.menu li.top a.top_link
{
	display: block;
	float: left;
	height: 35px;
}
.menu li.top a span
{
    position: absolute;
    color: #000;
    left: -9999px;
    top: 0;
    z-index: 0;
    font-size: 10px;
}
/* move the link text off screen *//* pre-load the hover images into the lists */
.menu li.p0
{
    width: 70px;
    background: url( 'images/home_1.jpg' ) no-repeat;
}

.menu li.p1
{
    width: 68px;
    background: url( 'images/about_us_1.jpg' ) no-repeat;
}
.menu li.p2
{
    width: 238px;
    background: url( 'images/understanding_1.jpg' ) no-repeat;
}
.menu li.p3
{
    width: 129px;
    background: url( 'images/solution_1.jpg' ) no-repeat;
}
.menu li.p4
{
    width: 106px;
    background: url( 'images/resources_1.jpg' ) no-repeat;
}
.menu li.p5
{
    width: 65px;
    background: url( 'images/careers_1.jpg' ) no-repeat;
}
.menu li.p6
{
    width: 59px;
    background: url( 'images/client_1.jpg' ) no-repeat;
}
.menu li.p7
{
    width: 67px;
    background: url( 'images/partner_1.jpg' ) no-repeat;
}
.menu li.p8
{
    width: 87px;
    background: url( 'images/recruitment_1.jpg' ) no-repeat;
}
.menu li.p9
{
    width: 79px;
    background: url( 'images/contact_1.jpg' ) no-repeat;
}
/* set up the normal unhovered images in the links */
.menu li a#home
{
    width: 70px;
    background: url( 'images/home_0.jpg' ) no-repeat;
}

.menu li a#about
{
    width: 68px;
    background: url( 'images/about_us_0.jpg' ) no-repeat;
}
.menu li a#understanding
{
    width: 238px;
    background: url( 'images/understanding_0.jpg' ) no-repeat;
}
.menu li a#solution
{
    width: 129px;
    background: url( 'images/solution_0.jpg' ) no-repeat;
}
.menu li a#resources
{
    width: 106px;
    background: url( 'images/resources_0.jpg' ) no-repeat;
}
.menu li a#careers
{
    width: 65px;
    background: url( 'images/careers_0.jpg' ) no-repeat;
}
.menu li a#client
{
    width: 59px;
    background: url( 'images/client_0.jpg' ) no-repeat;
}
.menu li a#partner
{
    width: 67px;
    background: url( 'images/partner_0.jpg' ) no-repeat;
}
.menu li a#recruitment
{
    width: 87px;
    background: url( 'images/recruitment_0.jpg' ) no-repeat;
}
.menu li a#contact
{
    width: 79px;
    background: url( 'images/contact_0.jpg' ) no-repeat;
}
/* Style the list OR link hover. Depends on which browser is used */.menu a:hover
{
    visibility: visible;
}
/* for IE6 */.menu li:hover
{
    position: relative;
    z-index: 200;
}
/* for IE7 *//* make the links transparent on hover so that the hover images in the lists show through (no flicker) */.menu li a#home:hover, .menu li:hover a#home, .menu li a#about:hover, .menu li:hover a#about, .menu li a#understanding:hover, .menu li:hover a#understanding, .menu li a#solution:hover, .menu li:hover a#solution, .menu li a#resources:hover, .menu li:hover a#resources, .menu li a#careers:hover, .menu li:hover a#careers, .menu li a#client:hover, .menu li:hover a#client, .menu li a#partner:hover, .menu li:hover a#partner, .menu li a#recruitment:hover, .menu li:hover a#recruitment, .menu li a#contact:hover, .menu li:hover a#contact
{
    background: transparent;
}
/* keep the 'next' level invisible by placing it off screen. */.menu ul, .menu :hover ul ul, .menu :hover ul :hover ul ul, .menu :hover ul :hover ul :hover ul ul, .menu :hover ul :hover ul :hover ul :hover ul ul
{
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 0;
    height: 0;
}
/* set up the first drop down sub level */.menu :hover ul.sub
{
    left: 0;
    top: 35px;
    background: #fff;
    padding: 3px 0;
    border: 1px solid #888;
    white-space: nowrap;
    width: 190px;
    height: auto;
}
.menu :hover ul.sub li
{
    display: block;
    height: 22px;
    position: relative;
    float: left;
    width: 190px;
	padding: 2px 0 0 0;
}
.menu :hover ul.sub li a
{
    display: block;
    font-size: 11px;
    height: 22px;
    width: 186px;
    line-height: 20px;
    text-indent: 5px;
    color: #000;
    text-decoration: none;
    border: 3px solid #fff;
    border-width: 0 0 0 3px;
	padding: 2px 0 0 0;	
}
.menu :hover ul.sub li a.fly
{
    background: #fff url(images/arrow.gif) 80px 7px no-repeat;
}
.menu :hover ul.sub li a:hover
{
    color: #000;
	background:#8cc63e;
}
.menu :hover ul.sub li a.fly:hover
{
    background: #37a237 url(images/arrow_over.gif) 80px 7px no-repeat;
    color: #fff;
}
.menu :hover ul li:hover > a.fly
{
    background: #37a237 url(images/arrow_over.gif) 80px 7px no-repeat;
    color: #fff;
}
/* set up the flyout levels when hovering */.menu :hover ul :hover ul, .menu :hover ul :hover ul :hover ul, .menu :hover ul :hover ul :hover ul :hover ul, .menu :hover ul :hover ul :hover ul :hover ul :hover ul
{
    left: 157px;
    top: -5px;
    background: #fff;
    padding: 3px 0;
    border: 1px solid #888;
    white-space: nowrap;
    width: 192px;
    z-index: 200;
    height: auto;
}

.flshhome {
	width: 781px;
	height: 147px;
	padding-top: 0px !important;
	margin: 0px;
}

.containerback {
	margin: 0;
	background-image: url('images/container_TP_back.jpg');
	background-repeat: no-repeat;
}

#dnn_ContentPane {
	margin: 0 200px 0 0;
	padding: 20px 10px;
}
#dnn_ContentPane {
	margin: 0 200px 0 0;
	width: 615px;
	padding: 20px 10px;
	text-align:left;
}
#dnn_ContentPane UL {
	TEXT-ALIGN: left;
	margin: 0;
	padding: 5px 0 0 25px;
	list-style-type: none;	
}
#dnn_ContentPane UL LI {
	PADDING: 0px;
	padding: 0 0 0 20px;
	margin-top: 3px;
	background-image: url(Images/Bullet07.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#dnn_ContentPane UL LI {
	VERTICAL-ALIGN: middle
}
#dnn_ContentPane a {
	color: #78b41e;
	text-decoration: underline;
}

#dnn_ContentPane a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #78b41e;
}
#dnn_RightPane {
	margin: 0px;
	float: right;
	width: 160px;
	padding: 15px 10px 15px 20px; 
}

#dnn_RightPane a {
	color: #8cc63f;
	text-decoration: none;
	padding: 0 1px 0 1px;
}

#dnn_RightPane a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #8cc63f;
	padding: 0 1px 0 1px;
}

h1 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #8bc83f;
}
h2 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #8bc83f;
}
h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #8bc83f;
}

.contentpane_control {
	width:100%;
	background-color:transparent;
	padding:0px;
}

.skingradient {
	width:780px;
	font:normal bold 14px/20px Arial, Helvetica, sans-serif;	
	margin:0px auto;
	padding:3px;
	text-align:left;
}

#footer {
	padding: 0 10px 0 20px;
	background-color: #fff;
	background-image: url('images/ftr_tile.jpg');
	background-repeat: repeat-x;
	font-size: 10px;
	color: #999999;
	line-height: 18px;
}

#footer a {
	color: #999999;
	text-decoration: none;
	padding: 0 3px 0 3px;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #8cc63f;
	padding: 0 3px 0 3px;
}

#footer p {
	margin: 0;
	padding: 10px 0; 
}

/* ***** DNN_MENU START ***** */
#dnn_dnnNAV_ctldnnNAV {
	font:normal normal 11px/20px Arial, Helvetica, sans-serif;
	color:#999;
}
.main_dnnmenu_container {
	background-color: transparent; 
}

.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}


.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color:#999; 
	background-color: Transparent;
	font:normal normal 11px/20px Arial, Helvetica, sans-serif;
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 1px 3px 3px 1px;
    background:#fff;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color:#999;
	background-color: Transparent;
	font:normal normal 11px/20px Arial, Helvetica, sans-serif;
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
    background:rgb(255,255,255);
}

.main_dnnmenu_itemhover {
	background:#fff;
}

.main_dnnmenu_itemhover td  
{
	background:#8cc63f;
	color:#fff;
}

/* ***** OTHER CONTINUE ***** */
#dnn_dnnSEARCH_cmdSearch 	
{
	font-size:11px;
	color:#fff;
	border:solid 1px #8cc63f;
	text-decoration: none;
	padding: 2px 3px 2px 3px;
	background:#8cc63f;
}

label
{
	font:normal normal 11px/20px Arial, Helvetica, sans-serif;
}

#dnn_dnnLOGIN_cmdLogin
{
	font:normal normal 11px/20px Arial, Helvetica, sans-serif;	
}
.vumela h1 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #009b97;
}
.vumela #dnn_ContentPane a {
color:#009b97;
text-decoration:underline;
}
