/* General css */
	body {
		background:url('../images/bg-repeat.gif') repeat;
		padding:0;
		margin:0;
	}
	body, html {
		height:100%;
	}

	#frame {
		width:586px;
		padding-left:6px;
		padding-right:6px;
		background:url('../images/bg-center.gif') repeat-y #fff;	
	}
	#frame-wrapper {
		background:url('../images/bg-center.gif') repeat-y #fff;	
		margin-left:150px;
		width:598px;
		height:100%;
	}

/* Top menu css code from www.alistapart.com */
	#top-menu {
		margin-top:1px;
		float:left;
		width:588px;
		background:#fff url("../images/a_bg.gif") repeat-x top;
	  }

	#top-menu ul {
		margin:0;
		padding:0;
		list-style:none;
		width:580px;
		padding-left:5px;
	  }

	#top-menu li {
		float:left;
		background:url("../images/a_left.gif") no-repeat left top;
		margin:0;
		padding:0 0 0 8px;
		font-size:10px;
	  }

	#top-menu a {
		float:left;
		display:block;
		background:url("../images/a_right.gif") no-repeat right top;
		padding:5px 15px 5px 6px;
		text-transform:uppercase;
		color:#333;
		padding-bottom:37px;
	  }

	/* Commented Backslash Hack
	   hides rule from IE5-Mac \*/
	#top-menu a {float:none;}
	/* End IE5-Mac hack */


	#top-menu #menu-current {
	  background-image:url("../images/a_left_on.gif");
	  }

	#top-menu #menu-current a {
	  background-image:url("../images/a_right_on.gif");
	  padding-bottom:37px;
	  }

	#top-menu #menu-before a{
		background:none;
	}
	
	#phone img {
		margin-left:3px;
		margin-top:6px;
	}

	#top-menu #phone {
		background:none;
		padding:0;
		width:65px;
		float:right;
		padding-right:5px;
	}
	#top-menu #phone a img, #top-menu #phone a{
		border:none;
		background:none;
		padding:0;
	}
	#top-menu #phone a{
		float:right;
	}


/* Header */
	#image-top {
		
	}

/* Content */
	#content {
		padding:19px;
		padding-top:0;
	}

	#content img {
		cursor:hand;
		cursor:pointer;
	}
	.three-images img{
		float:left;
		padding-bottom:10px;
	}


	#gallery {
		position:relative;
	}
	#gallery-navigator {
		position:absolute;
		width:100%;
		top:-19px;
		height:19px;
		left:0;
		background:#E1DDDE;
		border-bottom:2px solid #fff;
	}
	#gallery-navigator span {
		float:right;
		padding-right:10px;
		padding-top:1px;
	}


/* hack for ie 5 */
	@media tty {
	 i{content:"\";/*" "*/}};
	 @import 'ie5win.css'; {;}/*";}
	}/* */


