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

body {
	background: #160d04;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	margin: 0;
	color: #FFF;
}

p {
	line-height: 145%;
}

a {
	color: #cb0000;
	text-decoration: none;
}

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

H1 {
	font-weight: normal;
	letter-spacing: -1px;
	color: #fff1c6;
}

.clear {
	clear: both;
}

#container {
	margin: 0;
	text-align: center;
}

#header {
	margin: 0;
	padding: 0;
}

#logoLine {
	background-image: url(images/top-red.jpg);
	height: 89px;
}

#logoContainer {
	width: 990px;
	margin: 0 auto;
	text-align: left;
}

#logo {
	background-image: url(images/saltspring-island-chocolates.png);
	width: 433px;
	height: 89px;
	float: left;
}

#nav {
	height: 89px;
	float: right;
	width: 550px;
	background-image: url(images/choc-top-corner.png);
}

#nav ul {
	margin: 33px 0 0 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}

#nav li {
	font-size: 1.45em;
	display: inline;
	margin-left: 30px;
	letter-spacing: -1px;
}

#damask {
	background: url(images/damask.png) center top;
	height: 231px;
}

#chocBox {
	width: 990px;
	background-image: url(images/chocolate_box.jpg);
	height: 231px;
	margin: 0 auto;
}

#lower {
	background: url(images/bottom_bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
}

#bottomCorner {
	background: url(images/choc-bottom-corner.png) top right no-repeat;
	height: 12px;
	width: 990px;
	margin: 0 auto;
}

#content {
	width: 990px;
	margin: 0 auto;
	text-align: left;
}

#rightCol {
	float: right;
	width: 650px;
}

#leftCol {
	float: left;
	width: 325px;
	padding-top: 20px;
}

a img {
	border: 4px solid #4e0000;
	margin-bottom: 10px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

a:hover img {
	border: 4px solid #620000;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

#footer {
	margin-top: 30px;
	border-top: 1px solid #4e0000;
	padding: 12px 0;
}

#footer a img, #footer a:hover img {
	border: 0 !important;
}

#facebook {
	width: 250px;
	float: left;
}

#contact {
	width: 600px;
	float: right;
	text-align: right;
	margin-top: 15px;
}