@charset "utf-8";

/* ---------- Reset ---------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, 
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;	
	vertical-align: baseline;
	background: transparent;
	color: #fff;
	font-weight: normal;
}

:focus {
	outline: 0;
}

/* ---------- Background ---------- */
body {
	background:#000 url(../images/bodyBg.png) repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;	
}

div#Yvonne{
	width:960px;
	height:688px;
	margin:0px auto;
	background:transparent url(../images/WrapperBg.jpg) no-repeat;
}

	div#HomeImage, div#Collecties, div#Contact{		
		height:564px;
		width:960px;
	}
	
		div#Collecties{
			background:transparent  url(../images/OnzeCollectiesTitle.jpg) no-repeat scroll 555px 480px;
		}
		
		div#Contact{
			background:transparent url(../images/ContactImage.jpg) no-repeat;;
		}
		
		a#contact_pic1{
			position:absolute;
			height:145px;
			width:145px;
			cursor:pointer;
			margin-left:540px;
			top:65px;
		}
		
		a#contact_pic2{
			position:absolute;
			height:145px;
			width:145px;
			cursor:pointer;
			margin-left:540px;
			top:207px;
		}
		
				a#contact_pic3{
			position:absolute;
			height:145px;
			width:145px;
			cursor:pointer;
			margin-left:540px;
			top:353px;
		}
		
			div#ContactTxt{	
				padding-top:120px;
				font-family:Verdana, Geneva, sans-serif;
				line-height:22px;
			}
			
				div#ContactTxt a{	
					text-decoration:none;
				}
				
					div#ContactTxt a:hover{
						text-decoration:underline;
					}
			
				h2{
					font-size:16px;
					font-weight:bold;
					padding-top:35px;
					padding-bottom:22px;
				}
				
				div.ContactSub{
					padding-left:15px;
				}
	
		div#CollectiesGallery{
			float:left;
			height:564px;
			width:650px;
			background:transparent !important;
		}
	
	
		div#CollectiesLinks{
			float:right;
			width:270px;
			font-weight:bold;
			line-height:24px;
			padding-top:60px;
		}
		
			div#CollectiesLinks a{
				text-decoration:none;
				clear:left;
				font-weight:bold;
			}
		
			div#CollectiesLinks a.brown, div#CollectiesLinks span{
				color:#a5a09d;
				clear:left;
				font-weight:bold;
			}
			
			div.Sub{
				padding-top:20px;
			}
			
			div.Sub span{
				color:#b69471 !important;
			}
				div.Sub a{
					padding-left:10px;
				}
			
	
	div#HomeImage{
		background:transparent url(../images/HomeImage.jpg) no-repeat;
	}
	
		h1{
			text-indent:-27438px;
			display:none;
		}
		
	div#Nav{
		width:300px;
		clear:both;
		height:85px;
		padding-left:660px;
	}
	
			div#Nav a{
				display:block;
				text-indent:-7532px;
				height:85px;
				float:left;
			}
			
				div#Nav a.Home{
					background:transparent url(../images/NavSprite.jpg) no-repeat scroll -1px -1px;
					width:71px;
				}
				
					div#Nav a:hover.Home, div#Nav a.HomeActive{
							background:transparent url(../images/NavSprite.jpg) no-repeat scroll -73px -1px;
							width:71px;
					}
					
					
				div#Nav a.Collecties{
					background:transparent url(../images/NavSprite.jpg) no-repeat scroll -1px -87px;
					width:106px;
				}
				
					div#Nav a:hover.Collecties, div#Nav a.CollectiesActive{
						background:transparent url(../images/NavSprite.jpg) no-repeat scroll -108px -87px;
						width:106px;
					}
					
				div#Nav a.Contact{
					background:transparent url(../images/NavSprite.jpg) no-repeat scroll -145px -1px;
					width:92px;
				}	
				
				div#Nav a:hover.Contact, div#Nav a.ContactActive{
					background:transparent url(../images/NavSprite.jpg) no-repeat scroll -238px -1px;
					width:92px;
				}	
		
		div#Ftr{
			width:960px;
			clear:both;		
			padding-top:10px;
		}
		
			div#Ftr div.Left{
				color:#6a6460;
				font-size:11px;
				float:left;
			}
			
				 div#Ftr div.Left a{
					color:#6a6460;
					text-decoration:none;
				}
				
					 div#Ftr div.Left a:hover{
						color:#9a9999;
						text-decoration:underline;
					}
			
			div#Ftr div.Right{
				float:right;
				font-size:11px;
				color:#6a6460;
			}
			
				div#Ftr div.Right a{
					color:#9a9999;
					text-decoration:none;
				}
				
					div#Ftr div.Right a:hover{
						text-decoration:underline;
					}