
html, body
{
	background-color:#FFFFFF;
	margin:0px;
	padding: 0px;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
}

a
{
	color:#000000;
	text-decoration:none;
}

a:hover
{
	color: #CCCCCC;
	text-decoration:underline;
}

img
{
	border:none;
}

#main_body
{
	margin-left:auto;
	margin-right: auto;
	margin-top: 20px;
	width: 959px;
	height: 650px;
	
}

#main_rel
{
	position: relative;
	top: 0px;
	height:0px;
	width: 959px;
	height: 650px;
	
}

#main_navigation
{
	position: absolute;
	top: 550px;
	left: 0px;
	width: 959px;
	height: 50px;
	overflow: hidden;
}
	/* navigation */
	div#site_navigation
	{
		
		
		width:650px;
		height:0px;
		margin: 0px;
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
	}
		
		
		#site_navigation div
		{
			margin-right:20px;
			float:left;
		}
	

#site_logo
{
	position:absolute;
	top: 0px;
	left: 15px;
	width: 139px;
	height: 76px;
}

#image_gallery
{
	position: absolute;
	top: 110px;
	left: 0px;
	width: 959px;
	height: 465px;
	overflow: hidden;
}

#page_text
{
	position: absolute;
	top: 110px;
	left: 158px;
	width: 460px;
	height: 355px;
	overflow: hidden;
	line-height:18px;
}

#boutique_left
{
	position: absolute;
	top: 110px;
	left: 158px;
	width: 150px;
	height: 355px;
	overflow: hidden;
	line-height:18px;
}

#boutique_right
{
	position: absolute;
	top: 100px;
	left: 290px;
	width: 300px;
	height: 355px;
	overflow: hidden;
	line-height:18px;
}


		#home 
		{
			position: relative; 					
			float: left;
			width: 31px;
			height: 18px; 
			background-image: url('../font/generated/black_regular_home.png');
			background-repeat:no-repeat;	
			border:none;
		}
		
		#home:hover
		{
			
			background-image: url('../font/generated/grey_regular_home.png'); 
			background-repeat:no-repeat;	
			text-transform: uppercase; 
			text-align:right; 
			width: 31px;
			height: 18px; 
			color:#000000; 
			border-top:none;
			border-left:none;
			border-right:none;
			border-bottom: 1px solid #CCCCCC;
		}
		
		#home_selected
		{
			
			background-image: url('../font/generated/grey_regular_home.png'); 
			background-repeat:no-repeat;	
			text-transform: uppercase; 
			text-align:right; 
			width: 31px;
			height: 18px; 
			color:#000000; 
			border-top:none;
			border-left:none;
			border-right:none;
			border-bottom: 1px solid #CCCCCC;
		}
			
		#collection_archive 
		{
			position: relative; 					
			float: left;
			width: 134px;
			height: 18px; 
			background-image: url('../font/generated/black_regular_collection_archive.png');
			background-repeat:no-repeat;	
		}
		
		#collection_archive:hover
		{
			
			background-image: url('../font/generated/grey_regular_collection_archive.png'); 
			background-repeat:no-repeat;
			text-transform: uppercase; 
			text-align:right; 
			width: 134px;
			height: 18px; 
			color:#000000; 
			border-top:none;
			border-left:none;
			border-right:none;
			border-bottom: 1px solid #CCCCCC;
		}
		
			#collection_archive_selected
		{
			
			background-image: url('../font/generated/grey_regular_collection_archive.png'); 
			background-repeat:no-repeat;
			text-transform: uppercase; 
			text-align:right; 
			width: 134px;
			height: 18px; 
			color:#000000; 
			border-top:none;
			border-left:none;
			border-right:none;
			border-bottom: 1px solid #CCCCCC;
		}
		
		div#sub_scroll_right
		{
			position:absolute;
			top: 0px;
			right: 0px;
			width: 100px;
			height: 50px;
			background-color:#000000;
			z-index:100000;
		}
		
		ul#sub_collection 
		{
			position:relative;
			top: 10px;
			left: 0px;
			width:650px;
			
			height:28px;
			list-style:none;
			text-transform:none;
			margin: 0px;
			padding: 0px;
			overflow:visible;
			visibility:hidden;
		}
		/*	#sub_collection_mask
			{
			position:relative;
			top: 0px;
			left: 0px;
			width:650px;
			height:28px;
			list-style:none;
			text-transform:none;
			margin: 0px;
			padding: 0px;
			overflow:hidden;
			visibility:hidden;

			}
		*/


/* scroll bars */

.scroll_holder
{
	position: absolute;
	top: 110px;
	right: 50px;
	width: 10px;
	height: 355px;
}
	.scrollbar-vert
	{
		background: none;
		width: 10;
		height: 355px;
		float:left;
		background-image:url(../images/scroll_back.jpg);
		background-repeat:repeat-y;
		background-position:center;
		background-color:#FFFFFF;
		
	}
	.handle-vert
	{
		margin-left:1px;
		width: 16px;
		height: 20px;
		cursor: pointer;
	}
	
	
	
	