/* this stylesheet styles all the "nirmala" pages */

html { margin: 0px; }

* {
 margin: 0;
 padding: 0;
}

img {
border: 0px;
}

/***************************************************
BODY (MAIN BG)
***************************************************/

body { 
 	/*background: #FCC84A;*/
 	background: #000000;
 	background-image: url(../images/bg/main-black.jpg);
 	background-repeat: repeat-x;
 	text-align: center; 
 	font-family:  MS Sans Serif, Geneva, Verdana, Arial, Helvetica, sans-serif;
 	color: #ffffff;
	font-size: 0.9em;
 	
}

/***************************************************
MAIN STAGE
***************************************************/

#wrapper {
	background: #000000; 
	padding: 38px 0 0 0;
	position: relative;
	text-align: left;
	width: 766px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-position: left top;
}



/***************************************************
HEADER (BRANDING)
***************************************************/

#header {
	position: absolute;
	top: 23px;
	width: 766px;
	margin-right: auto;
	margin-left: auto;
}

/***************************************************
FOOTER
***************************************************/

/* footer graphic and link */

#footer {
	margin: 0px auto; 				/* to fix centering in Mozilla */
	background: url("../images/footer/logos-434x44.gif") no-repeat;
	background: #000000;
	width: 766px;					
	padding: 5px 0px 0px 0px;
}


#footerlink {
	margin: 0px auto; 				/* to fix centering in Mozilla */
	text-align: center;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif; 
	padding: 10px 10px 10px 10px;

}


#footerlink a:link, #footerlink a:visited {
		color: #666666;
		text-decoration: none;
	}
	
#footerlink a:active, #footerlink a:hover {
		color: #ffffff;
		text-decoration: none;
		/*border-bottom: 1px dotted #ffffff;*/
	}

	
/***************************************************
NAVBAR and UL
***************************************************/	

/* black navigation bar */

#menu {
	position: absolute;
	top: 0px;
	background: url("../images/bg/nav-bg.gif") #666666;
	background-repeat: repeat-x; 
	margin-left: 0px;
	margin-right: 0px;
	width: 766px;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif; 
	color: #333333;
}

.active { 
	color: #ffffff; 
}

.contact { 
	position: absolute;
	top: 4px;
	left: 702px;
	color: #ffffff; 
	}
	
.blog { 
	position: absolute;
	top: 4px;
	left: 670px;
	color: #ffffff; 
	}


#menu ul {
		list-style: none;			/* removes list marker */
		padding: 5px 10px 5px 0px;	
		font-weight: 500;
	}
	
	#menu ul li {
		display: inline;			/* sets list items to display in a row */
		padding-left: 12px;			/* puts space in between list items */
	}
	
	#menu a:link, #menu a:visited {
		color: #666666;
		text-decoration: none;
	}
	
	#menu a:active, #menu a:hover {
		color: #ffffff;
		text-decoration: none;
	}


	
	
	


/***************************************************
content: is styled using extra css files, like home.css, etc
***************************************************/	

