/* Iliso Labantu Styling */

body
{
	font-size: 8pt; /* Needs to be relative for font sizing by the user */
	font-family: Verdana , Helvetica, Arial, Sans-Serif;
	color: #949393;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

#main 
{
	position: absolute;
	left: 50%;
	top: 50%;
}

#content {
	position: absolute;
	width: 900px;
	height: 500px;
	left: -446px;
	top: -247px;
	background-color: #ffffff;
	border: 1px solid #949393;
}

#menu 
{ 
	width: 900px; 
	height: 45px; 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 1; 
	background-image: url(../images/title.jpg);
	background-position: bottom left; 
	background-repeat: no-repeat; 
}

a:link, a:visited, a:active
{
	color: #333333;
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
	background-image: 
}

table.order
{
	padding: 20px 0px 0px 20px;
	margin: 0px;
}

p
{
	text-align: justify;
}

p.bottom
{
	padding-bottom: 15px;
}

p.heading
{
	text-decoration: underline;
}

p.credits
{
	padding-bottom: 15px;
	font-size: 90%;
}

#menu p 
{  
	color: #949393; 
	text-align: right; 
	margin-right: 20px; 
	font-size: 11px;
	line-height: 52px;
}

#menu a 
{  
	color: #949393; 
	margin: 0 10px 0 10px; 
	text-decoration: none;
}

#menu a:hover 
{ 
	color: #333333;
}

.menu_image
{
	background-image: url(../images/menu_image.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 24px;
	height: 16px;
	position: absolute;
	top: 0px;
}

.credits
{
	position: absolute;
	font-size: 85%;
	top: 275px;
	width: 160px;
	margin-left: 295px;
	text-align: center;
}

.donation
{
	position: relative;
	top: 220px;
	left: 355px;
	z-index: 2;
	border: 1px solid #b70000;
}

#maincontent 
{ 
	width: 365px; 
	height: 360px;
	background-color: #ffffff; 
	position: absolute; 
	top: 82px; 
	left: 495px; 
	z-index: 2;  
	padding: 0px 20px; 
	overflow: auto;
}

#portfolio 
{ 
	width: 859px; 
	height: 360px;
	background-color: #ffffff; 
	position: absolute; 
	top: 82px; 
	left: 0px; 
	z-index: 2;  
	padding: 0px 20px; 
	overflow: auto;
}

.slideshow
{
	top: 82px;
	left: 30px;
	z-index: 1;
	border: 1px solid #949393;
} 

.image
{
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #949393;
}

/* Custom Menus */

.skin0
{
	position: absolute;
	left: 43.5%;
	top: 50%;
	width: 165px;
	border: 1px solid black;
	background-color: menu;
	color: #000000;
	line-height: 20px;
	cursor: default;
	z-index: 100;
	visibility: hidden;
}

.menuitems
{
	padding: 5px 10px;
}


