/*
Title:      Transform Africa master styles for screen media
Author:     wordsandpeople.com
Updated:    July 22nd 2005
*/


body {
	color: #333; 
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: small; /* default font size */
	background: #ffc url(../images-design/page-back.jpg) fixed center bottom no-repeat;
}
* {
	padding: 0;
	margin: 0;
}


/* ---[ links ]------------------------------- */

a:link, a:visited {
	color: #696;
	}

a:hover {
	color: #633;
	text-decoration: none;
	}


/* ---[ common elements ]--------------------- */

p {
	margin: .2em 0 .5em 0;
	padding: 0;
	}
h1 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #333;
	font-size: 140%;
	font-weight: bold;
	padding: 0;
	margin: 0;
	}
h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 120%;
	color: #333;
	font-weight: bold;
	padding: 0;
	margin: 0 0 .2em 0;
	}
h3 {
	margin: 1.5em 0 0 0;
	padding-bottom: 3px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 120%;
	font-weight: normal;
	color: #993333;
	border-bottom: 1px solid #eee;
	}

h4, h5 {
	margin: 1.5em 0 0 0;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 110%;
	font-weight: normal;
	color: #333;
	}

em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}

/* ---[ top ]------------------------------- */
	
#wrap { 
	position: relative; 
	margin: 0; 
	} 
#header { 
	height: 86px;
	background: #9c9 url(../images-design/banner-back.jpg) 50% center no-repeat;
	} 

#logo {
	display: block;
	height: 86px;
	width: 353px;
	padding: 0;
	margin: 0 auto;
	background: url(../images-design/logo-hifi.jpg) left top no-repeat;
	}
#logo a {
	border-style: none;
	display: block;
	width: 353px;
	height: 86px;
	}
#logo img {
	display: block;
	width: 353px;
	height: 86px;
	}



/* ---[ navigation ]----------------------------- */


#navleft { 
	display: none; 
} 


#navright { 
	display: none;
} 



/* ---[ main column ]----------------------------- */

#content { 
	position: relative; 
	text-align: left; 
	margin: 0 0 0 0; 
	padding: 15px 0 0 0; 
 	height: 100%; 
	} 

#pagecontent { 
	margin: 0 25px 0 25px; 
 	font-size: 85%;
	padding: 10px; 
	} 
#pagecontent { 
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	}
#pagecontent ul { 
	padding: 5px 0 5px 30px;
	margin: 0;
	}
#pagecontent li { 
	padding: 0 0 0 0;
	margin: 0 0 5px 0;
	}
#footer { 
	display: none;
	}	

	
	
/* ---[ form styling]----------------------------- */

form {
	margin: 10px 20px;
	}

fieldset {
	border: solid 1px #cc9;
	padding: 10px 0 10px 25px;
	margin: 0 0 0 0;
	background: #ffc;

	}
legend {
	font-size: 130%;
	font-weight: bold;
	color: #996;
	padding: 0 5px;
	margin: 0 0 10px -10px;
	}
	
label {
	margin: 1px 0 0 0;
	padding: 2px 0 2px 5px;
	background-color: #cc9;
	color: #333;
	clear: both;
}

form p label {
	float: left;
	width: 35%;
}

.formnote {
	font-size: 80%;
	margin-left: 35%;
	color: #666;
	}
	
.fieldstd {
	width: 170px;
	}
.fieldsmll {
	width: 50px;
	}
.fieldadd {
	width: 200px;
	height: 75px;
	}
.fieldcomnts {
	width: 200px;
	height: 75px;
	}
.fielddrop {
	width: 175px;
	}
	
.btn {
	background: #663 url(images-design/button-back.gif) left top repeat-x;
	color: #fff;
	border: ridge 1px;
	cursor: hand;
	margin-top: 10px;
	margin-left: 35%;
	}
	
p#submitbtn a {
	color: #fff;
	padding: 2px 35px;
	font-size: 101%;
	text-decoration: none;
	background: #f03 url(images-design/button-back.gif) left top repeat-x;
	border: ridge 1px #f03;
	cursor: hand;
	margin-left: 35%;
	}
p#submitbtn a:hover {
	background: #f03;
	}

	
	
	
	
	
	
