/* 
Aromatica default.css developed and created by Ryan K. Self - http://ryankself.com
*/

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 10px 50px;
	text-align: center;
	background-color: #008080;
	background-image: url(images/topgradient.jpg);
	background-repeat: repeat-x;


}

#container {
	padding: 10px;
	border-top: 3px solid #999999;
	border-right: 3px solid #333333;
	border-bottom: 3px solid #000000;
	border-left: 3px solid #666666;
	width: 800px;
	background-color: #FFFFFF;

}

#header {
	background-image: url(images/aromatica.gif);
	background-repeat: no-repeat;
	height: 130px;
	text-align: right;
	font-size: small;
	vertical-align: middle;



}
#indulgence {
	background-image: url(images/indulgence.gif);
	height: 150px;
	background-repeat: no-repeat;
	background-position: right;
	padding: 10px;
	margin: 10px;
	float: right;
	width: 175px;
}
#breadcrumb {
	background-image: url(images/navbar.jpg);
	height: 25px;
	color: #FFFFFF;
	text-align: right;
	background-repeat: repeat-x;
	padding-top: 3px;
	padding-right: 10px;
	margin-right: -10px;
	margin-left: -10px;
	font-size: small;
}
#bwpicture {
	height: 310px;
	background-image: url(images/teaset.jpg);
	margin-right: -10px;
	margin-left: -10px;
	margin-top: -5px;
	text-align: center;
	background-repeat: no-repeat;
}
#content {
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	line-height: 25px;
	list-style-image: url(images/bulletleaf.jpg);
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	background-image: url(images/diagonalfooter.gif);
	text-align: center;
	font-size: small;
	padding: 10px;
}
 #navbar {
	float: left;
	clear: left;
	text-align: left;
	width: 125px;
	font-size: small;
	padding: 10px;
	font-weight: bold;
	line-height: normal;
	background-color: #CCCCCC;
	border: 1px solid #333333;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	background-image: url(images/navgrad.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
 #content #rss {
	float: left;
	clear: left;
	width: 125px;
	font-weight: bold;
	font-size: small;
	text-align: left;
	padding: 10px;
	background-color: #CCCCCC;
	border: 1px solid #333333;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	background-image: url(images/navgrad.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#navbar a {
	color: #008080;
	font-weight: bold;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	
}

#navbar a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-left: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	background-color: #CC0000;
	
}
a {
	color: #008080;
	text-decoration: none;
	background-image: url(images/underlineteal.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
	background-image: url(images/underlinered.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#container #footer a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#text {
	padding-left: 170px;
}
