@charset "UTF-8";
/* CSS Document */

body {
	background: #FFF url(images/Background.jpg);
	text-align: center;
	font-family: "Baskerville", "Baskerville Old Face", "Times New Roman", Times;
}

a {
	text-decoration: none;
	color: inherit;
}

h1 {
	font-family: "Baskerville", "Baskerville Old Face", "Times New Roman", Times;
	font-size: 18px;
	color: #E67680;
	text-transform: uppercase;
	margin: 10px 0px 10px 0px;
	font-weight: 600;
}

h2 {
	font-family: "Baskerville", "Baskerville Old Face", "Times New Roman", Times;
	font-size: 14px;
	color: #71AFC1;
	text-transform: uppercase;
	margin: 15px 0px;
	font-weight: 200;
}

h2.nm {
	margin: 0;
}

p {
	font-family: "Baskerville", "Baskerville Old Face", "Times New Roman", Times;
	font-size: 14px;
	line-height: 18px;
	margin: 0px 0px 10px 0px;
}

p.i {
	font-style: italic;
	font-size: -2px;
	margin: -8px 0px 15px 0px;
}

#container {
	width: 990px;
	margin: 10px auto 0 auto;
	padding: 5px;
	text-align: left;
	position: relative;
	background: #FFF;
}

#header {
	width: 100%;
	height: 185px;
	position: relative;
	clear: both;
	margin: 0px 0px 5px 0px;
}

	#header .logo {
		position: absolute;
		top: 0px;
		left: 0px;
	}

	.home {
		background: url(images/header/home.png) no-repeat top left;
	}
	
	.menu {
		background: url(images/header/menu.png) no-repeat top left;
	}
	
	.news {
		background: url(images/header/news.png) no-repeat top left;
	}
	
	.about {
		background: url(images/header/about.png) no-repeat top left;
	}
	
	.contact {
		background: url(images/header/contact.png) no-repeat top left;
	}
	
	.boutique {
		background: url(images/header/boutique.png) no-repeat top left;
	}

	#header #nav {
	position: absolute;
	top: 15px;
	right: 10px;
	font-family: "Baskerville", "Baskerville Old Face", "Times New Roman", Times;
	}
	
	#header #nav ul {
	list-style: none;
	text-align: right;
	}
	
	#header #nav ul li {
	margin: 0px 0px 12px 0px;
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 5px;
	}
	
		#header #nav ul li:hover {
		font-size: 13px;
		}
	
	
	#header #nav ul li a {
	color: #FFF;
	text-decoration: none;
	font-weight: 600;
	}
	
	@-moz-document url-prefix() {
		#header #nav ul li a {
		color: #FFF;
		text-decoration: none;
		font-weight: 800;
	}
	}

#sidebar {
	background: url(images/sidebar_bg.png) no-repeat top left;
	width: 275px;
	height: 459px;
	float: left;
	margin: 0px 5px 0px 0px;
	overflow: hidden;
}

#sidebar2 {
	background: url(images/LooseTea.jpg) no-repeat top left;
	width: 275px;
	height: 459px;
	float: left;
	margin: 0px 5px 0px 0px;
}


#content {
	width: 705px;
	float: left;
	margin: 0px 0px 0px 5px;
	height: 458px;
	overflow: auto;
}

	.top {
			width: 100%;
			margin: 0px 0px 10px 0px;
			display: inline;
			float: left;
		}
		
			.top ul.subnav {
				list-style: none;
			}
				
				ul.subnav li {
					width: 195px;
					height: 26px;
					background: #C9DA87; 
					display: inline;
					float: left;
					text-align: center;
					padding: 10px 0px 0px 0px;
					margin: 0px 5px 0px 0px;
					-webkit-border-radius: 5px;
					-moz-border-radius: 5px;
					border-radius: 5px;
				}
				
				ul.subnav.big li {
					width: 220px;
					height: 30px;
					padding: 4px 0px;
					margin: 0px 15px 0px 0px;
				}
				
				ul.subnav.small li {
					width: 23%;
				}
				
				ul.subnav.tiny li {
					width: 120px;
				}
				
				@-moz-document url-prefix() {
				ul.subnav li {
					width: 195px;
					height: 24px;
					background: #C9DA87; 
					display: inline;
					float: left;
					text-align: center;
					padding: 10px 0px 0px 0px;
					margin: 0px 5px 0px 0px;
					-webkit-border-radius: 5px;
					-moz-border-radius: 5px;
					border-radius: 5px;
				}
				
				ul.subnav.big li {
					width: 220px;
					height: 32px;
					padding: 4px 0px 0px 0px;
					margin: 0px 15px 0px 0px;
				}
				
			}
				
				ul.subnav li:hover {
					background: #E05E70;
					color: white;
				}
				
					ul.subnav a li:hover {
					color: white;
					}
					
				
				ul.subnav li.selected {
					background: #E05E70;
				}
				
					ul.subnav li.selected {
						text-transform: uppercase;
						text-decoration: none;
						font-family: "Baskerville", "Baskerville Old Face", "Times New Roman", Times;
						color: white;
						font-weight: 400;
					}
					
					ul.subnav li {
						color: #E67680;
						text-transform: uppercase;
						font-size: 14px;
						font-family: sans-serif;
					}

	#content .left {
		width: 535px;
		display: inline;
		float: left;
		margin: 0px 10px 0px 0px;
		overflow: auto;
		height: 450px;
	}	
	
	
	#content .right {
		width: 160px;
		display: inline;
		float: left;
		text-align: right;
	}
	
		.right img {
			border: 0;
		}
	
#container {
	width: 990px;
	margin: 0px auto;
}

	#container .leftfull {
		width: 464px;
		display: inline;
		float: left;
		margin: 0px 5px 0px 0px;
	}
	#container .center {
		width: 350px;
		display: inline;
		float: left;
		margin: 0px 5px;
	}
	
	#container .rightfull {
		width: 150px;
		display: inline;
		float: left;
		margin: 0px 0px 0px 5px;
	}

.clear {
	clear: both;
}

#footer {
	background: url(images/footer_bg.png) top left no-repeat;
	width: 100%;
	height: 28px;
	margin: 5px 0px;
}

.map {
	width: 380px;
	height: 260px;
	background: #009DB2;
	margin: 22px 0px 0px 0px;
}

	.map img {
		margin: 10px 0px 0px 10px;
	}
	
.madeby {
	width: 100%;
	text-align: center;
}
	.madeby a {
		color: #000;
		text-decoration: none;
		font-size: 12px;
	}
.pinknbold {
	color: #E67680;
	font-weight: bold;
}
	
