/*Saraswati*/	
	/* BEGIN DEMO STYLE */
	*{margin:0;padding:0; border:0;}
	body{background:#fff; width:900px;margin:0 auto; background-color:#fff;font-family: Verdana, Arial, Helvetica, Sans-Serif; padding-top:25px;}
	h1 {font-family: Arial, Helvetica, sans-serif;
	font-size:40px;}
h2 {font-family: Arial, Helvetica, sans-serif;
	font-size:24px;}
h3 {font-family: Arial, Helvetica, sans-serif;
	font-size:18px;}

	a {color:#666; text-decoration:none; outline:none;}
	a:hover{color:#67a;}
	.caption{font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#555; 
	width:900px; margin:0 auto;
	position:absolute;
	top:690px;
	font-weight:bold;
	clear:both;}
	
	.wrapper{width:900px; margin:0 auto; font-size:13px; font-weight:bold; color:#666; }
	/*.wrapper{position:relative; margin-top:2px; font-size:13px; font-weight:bold; color:#666; height:650px;}*/
	.gallery_wrapper{width:200px;float:left;}
	.gallery_wrapper li{width:70px;height:70px;border:3px double #eee;margin: 0 2px 2px 0;background:#eee;}
	.gallery_wrapper li.hover{border-color:#bbb;}
	.gallery_wrapper li.active{border-style:solid;border-color:#222;}
	.gallery_wrapper li div{left:240px;}
	.gallery_wrapper li div .caption{font:italic 0.7em/1.4 georgia,serif; width:250px; }
	
	/*.redtext {color:#E51922;}*/
	
	.galleria_container{margin:0 auto 60px auto;height:438px;width:700px;float:right;}
	
	.info{text-align:left;margin:60px 0;padding-top:60px;clear:both;}
	.info p{margin-top:1.6em;}
	
	.nav{font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#666;
	text-decoration:none;
	outline:none;
	width:900px;
	margin:0 auto;
	position:absolute;
	top:690px;
	clear:both;
}
	.nav p{font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#666;
	text-decoration:none;
	border-bottom: 1px solid #999;
	
	}
	.nav a:hover{font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#E51922;
	text-decoration:none;
	border-bottom: 1px solid #999;
	
		}
	.nav a:onclick{font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#666;
	text-decoration:none;
	
		}
	
/*Page styles start here*/
#header {
	width: 900px;
	margin: 0 auto;

	
	/*background-color:#FFFF00;
	border: 1px solid magenta;*/
}
#nav {
	position: relative;
	top: 12px;
	right: 0px;
	text-align: right;
}
#nav ul {
	list-style: none;
 	font-family:Arial, Helvetica, Verdana, sans-serif;
	text-align: right;
	border-bottom: thin solid #ccc;
	margin-top: 10px;
	}
#nav ul li {
	display: inline;	/*The element will be displayed as an inline element, with no line break before or after the element */
	
}
#nav a{
	color: #666;
	list-style: none;
	margin: 0 15px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
}
/*#nav li a:hover, a:active {color: #000;}*/


 #nav li.item-sub a {
            color: #666;
			list-style: none;
			margin: 0 15px;
			font-family: Verdana, Arial, Helvetica, Sans-Serif;
			font-size: 14px;
			font-weight:bold;
			text-decoration: none;
			
            }

        #nav li.item-sub a:hover {
            color: #000;
			list-style: none;
			margin: 0 15px;
			font-family: Verdana, Arial, Helvetica, Sans-Serif;
			font-size: 14px;
			font-weight:bold;
			text-decoration: none;
            }

        #nav li.item-sub-on a {
            color: #000;
			list-style: none;
			margin: 0 15px;
			font-family: Verdana, Arial, Helvetica, Sans-Serif;
			font-size: 14px;
			font-weight:bold;
			text-decoration: none;
            }

        #nav li.item-sub-on a:hover {
            color: #000;
			list-style: none;
			margin: 0 15px;
			font-family: Verdana, Arial, Helvetica, Sans-Serif;
			font-size: 14px;
			font-weight:bold;
			text-decoration: none;
            }



#title {
position:absolute;
top:66px;
clear:both;
margin-top:8px;
/*########################################*/
/*border: 1px solid blue;*/
}


/*Begin Gallery Subnav*/




/* style the outer div to give it width */

div#blip {
	width:400px;
	position:relative;
	top:14px;
	left:500px;
	z-index:4;
	/*border: 1px solid green;
	vertical-align: top;*/
	
}




/* style the outer div to give it width */
.menu {font-family:Arial, Helvetica, sans-serif;
	font-size:12px;padding-bottom:22px; font-weight:bold;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; height:2em; background:#aaa;}

/* style the sub-level lists */
.menu ul ul {width:10em;}
/* was 15em*/



/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {float:left;height:2em;line-height:
2em;}

/* style the sub level list items */
.menu ul ul li {display:block;width:9em;height:auto;position:relative;line-height:0.5em;}/*was 12em*/

/* style the links for the top level */
.menu a, .menu a:visited {display:block;float:left;height:100%;font-size:1em;text-decoration:none;color:#000;background:#aaa;padding:0 18px 0 18px;} /*was 21px*/

/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {display:block;background:#bbb; color:#000;width:102px;height:100%; padding:6px 6px;line-height:8px;}
.menu ul table ul a, .menu ul table ul a:visited  {width:14em; w\idth:12em;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; left:0; top:0; font-size:1em; z-index:-1;}
.menu ul ul table {lef\t:-1px;}
.menu ul ul table ul.left {margin-lef\t:2px;}

.menu li:hover {position:relative;}
* html .menu a:hover {position:relative;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#ccc;}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#ddd;}
/* style the sub level 1 background */
.menu ul :hover a.sub1 {background:#ccc;}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {background:#ddd;}

/* style the level hovers */
/* first */
.menu a:hover {color:#E51922;background:#bbb;}
.menu :hover > a {color:#E51922;background:#bbb;}
/* second */
.menu ul ul a:hover{color:#E51922;background:#ccc;}
.menu ul ul :hover > a {color:#E51922;background:#ccc;}
/* third */
.menu ul ul ul a:hover {background:#ddd;}
.menu ul ul ul :hover > a {background:#ddd;}
/* fourth */
.menu ul ul ul ul a:hover {background:#eee;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:2em;left:0;width:14em;}

/* position the third level flyout menu */
.menu ul ul ul{left:14em;top:0;width:14em;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-14em;}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {visibility:visible; height:auto; padding-bottom:3em; background:transparent url(images/trans.gif);}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}




/*End Gallery Subnav*/






	
#middle_gallery {width:900px;
				margin:0 auto;
				height:630px;
				padding-top:25px;
				padding-left:80px}
				
#footer {width:900px;
		margin:0 auto;
		float:left;
		background-color: #999;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		color:#000;
		border-top:1px solid #000;
		
		/*border: 1px solid magenta;*/
		}
	
/*#footer {
	width:900px;
	margin:0 auto;
	background-color: #999;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	border-top:1px solid #000;
	height:100%;
	clear:both;
	vertical-align:bottom;
	/*border: 1px solid magenta;
	}*/			
	
	#footer a{font-family: Arial, Helvetica, sans-serif;
				border-bottom: 1px solid #999;
				color: #000;
				text-decoration: none;}
			#footer a:hover{color: #E51922;
				text-decoration: none;
				font-family: Arial, Helvetica, sans-serif;}	
