/* CSS Document */

body, html{
	margin:0px;
	background-color:#000000;
	}
	
#container{
	width:100%;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	color:#ffffff;
	}	
	
#header{
	background-color:#000000;
	background-image:url(site_images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	width:100%;
	height:218px;
	}
	
#logo {
	background-image:url(site_images/logo.gif);
	background-repeat:no-repeat;
	background-position:bottom right ;
	width:190px;
	height:53px;
	padding:76px 0px 0px 40px;
	}
	
#nav {
	background-image:url(site_images/bg_nav.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	height:21px;
	margin:38px 0px 0px 40px;
	font-size:12px;
}

#nav div {
	margin-right:20px;
	float:left;
}

#nav_gallery		{ background-image:url(site_images/gallery.gif); background-repeat:no-repeat; width:38px; height:7px; margin-top:2px; }
#nav_gallery_active,
#nav_gallery:hover	{ background-image:url(site_images/gallery_over.gif); background-repeat:no-repeat; width:38px; height:7px; margin-top:2px; }

#nav_about			{ background-image:url(site_images/about.gif); background-repeat:no-repeat; width:29px; height:7px; margin-top:2px; }
#nav_about_active,
#nav_about:hover	{ background-image:url(site_images/about_over.gif); background-repeat:no-repeat; width:29px; height:7px; margin-top:2px;}

#nav_clients		{ background-image:url(site_images/clients.gif); background-repeat:no-repeat; width:34px; height:7px; margin-top:2px; }
#nav_clients_active,
#nav_clients:hover	{ background-image:url(site_images/clients_over.gif); background-repeat:no-repeat; width:34px; height:7px; margin-top:2px;}

#nav a{
	text-decoration:none;
	border:none;
	}
	
#nav span{
	visibility:hidden;
	}

#contactsimage{
	width:209px;
	height:11px;
	}


#subnav {
	background-image:url(site_images/bg_subnav.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	height:29px;
	margin:0px 0px 0px 40px;
}
#subnav div {
	margin-right:20px;
	float:left;
}

#subnav_corporate			{ background-image:url(site_images/corp.gif); background-repeat:no-repeat; width:52px; height:7px; margin-top:2px; }
#subnav_corporate_active,
#subnav_corporate:hover		{ background-image:url(site_images/corp_over.gif); background-repeat:no-repeat; width:52px; height:7px; margin-top:2px; }

#subnav_portraits			{ background-image:url(site_images/ports.gif); background-repeat:no-repeat; width:48px; height:7px; margin-top:2px; margin-left:3px; }
#subnav_portraits_active,
#subnav_portraits:hover		{ background-image:url(site_images/ports_over.gif); background-repeat:no-repeat; width:48px; height:7px; margin-top:2px; margin-left:3px; }

#subnav_weddings			{ background-image:url(site_images/weds.gif); background-repeat:no-repeat; width:41px; height:7px; margin-top:2px; }
#subnav_weddings_active,
#subnav_weddings:hover		{ background-image:url(site_images/weds_over.gif); background-repeat:no-repeat; width:41px; height:7px; margin-top:2px; }

#subnav_mitzvahs			{ background-image:url(site_images/mitz.gif); background-repeat:no-repeat; width:87px; height:7px; margin-top:2px; }
#subnav_mitzvahs_active,
#subnav_mitzvahs:hover		{ background-image:url(site_images/mitz_over.gif); background-repeat:no-repeat; width:87px; height:7px; margin-top:2px; }

#subnav_events			{ background-image:url(site_images/events.gif); background-repeat:no-repeat; width:32px; height:7px; margin-top:2px; }
#subnav_events_active,
#subnav_events:hover		{ background-image:url(site_images/events_over.gif); background-repeat:no-repeat; width:32px; height:7px; margin-top:2px; }

#subnav_basket			{ background-image:url(site_images/yourbasket.gif); background-repeat:no-repeat; width:60px; height:7px; margin-top:2px; }
#subnav_basket_active,
#subnav_basket:hover		{ background-image:url(site_images/yourbasket_over.gif); background-repeat:no-repeat; width:60px; height:7px; margin-top:2px; }

#subnav a{
	text-decoration:none;
	border:none;
	}
	
#subnav span{
	visibility:hidden;
	}

	
#wrapper{
	background-color:#000000;
	width:850px;
	min-height:450px;
	height:auto !important;
	height:100%;
	margin: 20px 0 30px 40px;
	}
	
#indexwrapper{
	margin-top:50px;
	background-color:#000000;
	width:850px;
	margin-left:40px;
	height:400px;
	}
	
#indexlink{
	color:#ffffff;
	}
	
#indexlink a{
	color:#ffffff;
	}
	
#footer {
	height:150px;
	width:500px;
}

