@charset "utf-8";
/* CSS Document, Written by Dushyant Kanungo, Sr. Web Designer, Eclat Infotech (Pvt.) Ltd. Indore, India */

	body {
		background-color:#333333;
		margin:0;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#FFFFFF;
	}
	
	a {
	font-size: 10px;
	color: #FFFFFF;
	}
	a:visited {
	color: #FFFFFF;
	}
	a:hover {
	color: #F26722;
	}
	a:active {
	color: #FFFFFF;
	}
	
	
	h1{font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FF6600;}
	
	h2{font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#999999;}
	
	.content-table{
	background-image:url('images/floral_background.gif');
	background-color: #333333;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:right;
	background-position:bottom; }
	
	/* Firefox Dotted Outline Fix */
	a:active { 
		outline: none; 
	}
	
	/* Firefox Dotted Outline Fix */
	a:focus { 
		-moz-outline-style: none; 
	}
	
	/* Menu Body */
	ul#menu {
		width:100%;
		height:60px;
		background:url(images/bg.png) repeat-x;
		list-style:none;
		margin:0;
		padding:0;
		padding-top:13px;
		
	}
		.menubg {
		
		background:url(images/bg.png) repeat-x;
		
		
	}
	
	/* Float LI Elements - horizontal display */
	ul#menu li {
		float:left;
	}
	
	/* Link - common attributes */
	ul#menu li a {
		background:url(images/sprite.png) no-repeat scroll top left;
		display:block;
		height:51px;
		position:relative;
	}
	
	/* Specify width and background position attributes specifically for the class: "home" */
	ul#menu li a.home {
		width:99px;
	}
	
	/* Specify width and background position attributes specifically for the class: "stuff" */
	ul#menu li a.stuff {
		width:98px;
		background-position:-99px 0px;
	}
	
	/* Specify width and background position attributes specifically for the class: "gallery" */
	ul#menu li a.gallery {
		width:98px;
		background-position:-197px 0px;
	}
	
	/* Specify width and background position attributes specifically for the class: "articles" */
	ul#menu li a.articles {
		width:98px;
		background-position:-295px 0px;
	}
	/* Specify width and background position attributes specifically for the class: "trivia" */
	ul#menu li a.trivia {
		width:99px;
		background-position:-393px 0px;
	}
	
	/* Specify width and background position attributes specifically for the class: "videos" */
	ul#menu li a.videos {
		width:98px;
		background-position:-491px 0px;
	}
	
	/* Specify width and background position attributes specifically for the class: "map" */
	ul#menu li a.map {
		width:100px;
		background-position:-591px 0px;
	}
	
	
	/* Span (on hover) - common attributes */
	ul#menu li a span {
		background:url(images/sprite.png) no-repeat scroll bottom left;
		display:block;
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;
		z-index:100;
	}
	
	/* Span (on hover) - display pointer */
	ul#menu li a span:hover {
		cursor:pointer;
	}
	
	/* Shift background position on hover for the class: "home" */
	ul#menu li a.home span {
		background-position:0px -51px;
	}
	
	/* Shift background position on hover for the class: "stuff" */
	ul#menu li a.stuff span {
		background-position:-99px -51px;
	}
	
	/* Shift background position on hover for the class: "gallery" */
	ul#menu li a.gallery span {
		background-position:-197px -51px;
	}
		/* Shift background position on hover for the class: "articles" */
	ul#menu li a.articles span {
		background-position:-295px -51px;
	}
		/* Shift background position on hover for the class: "trivia" */
	ul#menu li a.trivia span {
		background-position:-393px -51px;
	}
		/* Shift background position on hover for the class: "videos" */
	ul#menu li a.videos span {
		background-position:-491px -51px;
	}

	/* Shift background position on hover for the class: "map" */
	ul#menu li a.map span {
		background-position:-591px -51px;
	}
	.selectedlink {
		color:#FF6600;
		font-weight:bold;}