@import url("main_nav.css");

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font-size: small;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	background: url('../images/body_bg.jpg') top center no-repeat #C6C4B9;
}

img {
	border: none;
}

.hidden {
	display: none;
}

h1 {
	display: none;
}

h2 {
	margin: 0 0 15px 0;
	font-size: 120%;
	font-weight: normal;
}

h2 span {
	color: #FFF;
}

h3 {
	display: block;
	width: 770px;
	margin: 0 0 10px 0;
	padding: 9px 0 8px 10px;
	font-size: 140%;
	font-weight: normal;
	color: #3D3D3C;
	background: url('../images/h3_bg.gif') top right no-repeat #C6C4B9;
}

h3.split {
	background: url('../images/h3_split_bg.gif') top right no-repeat #C6C4B9;
}
h3.splitaroma {
	background-color: #C6C4B9;
	background-image: url(../images/h3_split_aroma2_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
h5 {
	font-size: 90%;
	font-weight: normal;
	line-height: 120%;
}

.Smallheads {
	font-size: 10px;
}

p {
	margin: 0 0 10px 0;
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

.leftColumn {
	float: left;
	width: 200px;
	background: #5e5e5d;
}

.rightColumn {
	float: left;
	width: 800px;
}

#pageContainer {
	background: url('../images/page_bg.gif') 0px 70px repeat-x;
}

/*----- Left Column -----*/

#content {
	background-color: #5e5e5d;
	background-image: url(../images/left_column_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px;
}

#content .leftColumn {
	width: 180px;
	min-height: 600px;
	_height: 600px;
	color: #BFBFBE;
	padding-top: 22px;
	padding-right: 10px;
	padding-left: 10px;
	background: none;
}

#content .leftColumn p span {
	color: #FFF;
}

/*----- Right Column -----*/

#content .rightColumn {
	width: 780px;
	min-height: 580px;
	_height: 580px;
	padding: 10px 10px 0 10px;
	color: #757674;
	background: #FFF;
}

#content .rightColumn a {
	color: #757674;
}

/*----- Right Column - Left Content -----*/

#content .rightColumn .leftContent {
	float: left;
	width: 550px;
	margin: 0 10px 0 0;
	overflow: hidden;
}

#content .rightColumn .leftContent .halfWidth {
	float: left;
	width: 270px;
	overflow: hidden;
}

#content .rightColumn .leftContent #mainImage {
	margin: 0 0 10px 0;
}

#content .rightColumn .leftContent h4 {
	margin: 0 0 10px 0;
	font-size: 110%;
}

#content .rightColumn .leftContent p {
	font-size: 90%;
}

#content .rightColumn .leftContent p.intro {
	font-size: 100%;
}

#content .rightColumn .leftContent img {
	margin: 0 10px 10px 0;
}

#content .rightColumn .leftContent hr {
	clear: both;
	height: 0px;
	margin: 0 0 10px 0;
	border-color: #757674;
	border-style: solid;
	border-width: 1px 0 0 0;
}
#content .rightColumn .leftContent #map {
	float: right;
	width: 266px;
	height: 370px;
	border: 2px solid #C6C4B9;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

#content .rightColumn .leftContent #productList {
	width: 550px;
	overflow: hidden;
}

#content .rightColumn .leftContent #productList .left,
#content .rightColumn .leftContent #productList .right {
	width: 250px;
	padding: 8px;
	border: 2px solid #C6C4B9;
	height: 351px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#content .rightColumn .leftContent #productList .left img,
#content .rightColumn .leftContent #productList .right img {
	float: left;
	margin: 0 10px 0 0;
}

#content .rightColumn .leftContent #productList p.productName {
	font-size: 100%;
	font-weight: bold;
}

#content .rightColumn .leftContent #productList p.productName a {
	text-decoration: none;
}

#content .rightColumn .leftContent #productList p.productPrice {
	font-size: 100%;
}

/*----- Right Column - Right Content -----*/

#content .rightColumn .rightContent {
	float: left;
	width: 200px;
	padding: 8px 8px 0 8px;
	font-size: 90%;
	border: 2px solid #C6C4B9;
	overflow: hidden;
}

#content .rightColumn .rightContent h4 {
	margin: 0 0 5px 0;
	font-size: 110%;
}

#content .rightColumn .rightContent ul {
	margin: 0 0 10px 0;
	list-style: none;
	text-transform: uppercase;
}

#content .rightColumn .rightContent hr {
	clear: both;
	height: 0px;
	margin: 0 0 10px 0;
	border-color: #757674;
	border-style: solid;
	border-width: 1px 0 0 0;
}

#content .rightColumn .rightContent .left,
#content .rightColumn .rightContent .right {
	width: 95px;
	margin: 0 0 5px 0;
}

/*----- Gallery -----*/

#gallery li {
    float: left;
    margin: 0 10px 10px 0;
    padding: 0;
    list-style: none;
}

.leftContent #gallery li:nth-child(4n),
.rightContent #gallery li:nth-child(2n) {
    margin-right: 0;
}

img#galleryImage {
    margin: 0 0 10px 0;
}

/*----- Footer -----*/

#footer {
	margin-bottom: 50px;
	font-size: 85%;
	text-align: right;
	color: #757674;
}

#footer a {
	color: #757674;
}

#footer ul {
	margin: 10px 0;
	list-style: none;
	overflow: hidden;
}

#footer ul li {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #757674;
}

#footer ul li#last {
	margin: 0 0 0 20px;
	padding: 0;
	border: none;
}
