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

body {
	background-image:url(images/bkg.gif);
	background-repeat:no-repeat;
	background-position:center -10px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

#mainContainer {
	width:900px;
	margin:2% auto;
}


#mainHeader {
	width:900px;
	height:100px;
}

#mainHeaderLT {
	width:50px;
	height:100px;
	float:left;
	
}

#mainHeaderRT {
	width:850px;
	height:100px;
	float:left;
}

#mainNav {
	width:900px;
	height:366px;
	border:1px #000 solid;
}

#mainNavInt {
	width:900px;
	height:50px;
	border:1px #000 solid;
}

#mainContent {
	width:900px;
	height:auto;
	border:1px #000 solid;
	padding:0px;
	background-color:#fff;
}

#mainContentLT {
	width:150px;
	height:366px;
	float:left;
	
}

#mainContentRT {
	width:740px;
	height:auto;
	float:left;
	padding:0px 5px 0px 5px;
}

h2 {
	padding:0px;
	margin:0px;
}

.navTiles {
	width:150px;
	height:366px;
	float:left;
	text-align:center;
	background-color:#fff;
}

.navTilesInt {
	width:150px;
	height:50px;
	float:left;
	text-align:center;
	background-color:#fff;
}

.navTileTop{
	width:150px;
	height:316px;
}

.navTileLink {
	width:150px;
	height:50px;
}

#candleTile {
	width:150px;
	height:366px;
	background-image:url(images/home_over.png);
}

#candleTile:hover {
	background-image:url(images/home_over.png);.
}

#candleLink:hover {
	
}

#bookTile {
	width:150px;
	height:316px;
	background-image:url(images/about_us_over.png);
	background-repeat:no-repeat;
}

#bookTile:hover {
	background-image:url(images/about_us_over.png);
	
}

#bookLink:hover {
		
}

#bambooTile {
	width:150px;
	height:316px;
	background-image:url(images/products_over.png);
}

#bambooTile:hover {
	background-image:url(images/products_over.png);
}

#bookLink:hover {
		
}

#petalsTile {
	width:150px;
	height:316px;
	background-image:url(images/order_over.png);
}

#petalsTile:hover {
	background-image:url(images/order_over.png);
}

#petalsLink:hover {
		
}

#teaCupTile {
	width:150px;
	height:316px;
	background-image:url(images/contact_over.png);
}

#teaCupTile:hover {
	background-image:url(images/contact_over.png);
}

#teaCupLink:hover {
		
}

#curtainsTile {
	width:150px;
	height:316px;
	background-image:url(images/links_over.png);
}

#curtainsTile:hover {
	background-image:url(images/links_over.png);
}

#curtainsLink:hover {
		
}

#footer {
	position:absolute;
	bottom:3px;
	right:3px;
	width:200px;
	height:16px;
	color:#777;
	font-size:9px;
	text-align:right;
}

#footer a {
	color:#777;
}

#footer a:hover {
	color:#777;
	text-decoration:none;
}

#privacyPolicy {
	color:#777;
	font-size:9px;
	text-align:right;
	paddint-top:5px;
}

#privacyPolicy a {
	color:#777;
}

#privacyPolicy a:hover {
	color:#777;
	text-decoration:none;
}
