/* CSS Created by Nadia Hussain
9 MUSE MEDIA.COM */


* {
 margin: 0;
 padding:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: lighter;
	text-decoration: none;
	color:#000;
	background-color:#FFF;
}

h1, h2, p, ul, li, a, a:visited, a:active, a:hover, input#subject, input#name, input#email, textarea, .submit {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:lighter;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 1.4em;
	color: #CC9933;
	background:url(../images/headingIX.gif) -2px 15px no-repeat;
	padding:10px 0 10px 32px; 
}

h2 {
	font-size: 1.2em;
}

p {
	font-size: 0.85em;
	color: #4F3512;
}

p.footer {
	font-size: 1em;
	color: #CC9933;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	text-align:center;
	letter-spacing:0.8em;
	padding-top:15px;
	
}

#footer {
	position:relative;
	float:left;
	clear:both;
	width: 100%;
	height: 40px;
}



ul, li {
	font-size: 0.85em;
	color: #4F3512;
}

a, a:link, a:visited, a:active {
	color: #CC9933;
	font-weight:bold;
	text-decoration:none;
}

 a:hover {
	color: #956713;
	text-decoration: none;
	font-weight:bold;

}

#wrapper {
	position:relative;
	margin: 0 auto; 
	width: 760px;
	height:760px;
	background-color: #FCF9F2;
	border: #CC9933 solid 2px;
	
}

#banner {
	position:relative;
	width: 100%;
	height: 240px;
	background:#FCF9F2 url(../images/bgLogo.gif) repeat-x;	
}

#main-menu {
	position: relative;
	float:right;
	right:-1px;
	clear:both;
	height:32px;
	top:0px;
}

#main-menu a,
#main-menu a:link,
#main-menu a:visited,
#main-menu a:active {
	display:inline;
	font: 1.3em;
	line-height:32px;
	font-weight:normal;
	color: #CC9933;
	text-decoration: none;
	background: url(../images/navU.gif) 7px 5px no-repeat;
	padding:0 18px 0 25px;
	margin-bottom:10px;
	border-right:#CC9933 solid 1px;
}

#main-menu a:hover {
	color: #956713;
	text-decoration: none;
	background: url(../images/navO.gif) 7px 5px no-repeat;
}


#main-menu a.on {
	color: #956713;
	text-decoration: none;
	background: url(../images/navO.gif) 7px 5px no-repeat;
}



#menu {
	position: absolute;
	left:25px;
	width:150px;
	height:190px;
	top:54px;
	background:url(../images/navDivR.gif) 145px 0px no-repeat;
}

#menu a,
#menu a:link,
#menu a:visited,
#menu a:active {
	display:block;
	font-size:0.9em;
	font-weight:lighter;
	color: #CC9933;
	text-decoration: none;
	background: url(../images/navU.gif) 0px 4px no-repeat;
	padding:0 0px 0 20px;
	margin-bottom:10px;
}

#menu a:hover {
	color: #956713;
	text-decoration: none;
	background: url(../images/navO.gif) 0px 4px no-repeat;
}


#menu a.on {
	color: #956713;
	text-decoration: none;
	background: url(../images/navO.gif) 0px 4px no-repeat;
}

#content {
	position: relative;
	float:left;
	width: 100%;
	height:500px;
	background: transparent;
}


#TextMain {
	position: absolute;
	left:190px;
	top:10px;
	width: 530px;
}

form{
	margin:0px;
	margin-top:0px;
	width:450px;
	height:350px;
}

input#subject, input#name, input#email, textarea {
	border:2px solid #CC9933;
	padding:3px;
	width: 275px;
	margin-bottom: 10px;
	color:#4F3512;
	font-weight:bold;
	font-size: 13px;
	background-color: #FFFFFF;
}


#wrapper #content #TextMain .submit {
	color: #CC9933;
	background: #FFF;
	border:solid 1px #CC9933;
	padding:2px;
	font-size:0.9em;
	font-weight:normal;
}

#wrapper #content #TextMain .submit:hover {
	background: #FCF9F2;
	border:solid 1px #4F3512;
	color:#4F3512;
}




label{
	color:#CC9933;
	float: right;
	width: auto;
	padding:0px;
}

