html body {
	width: 100%;
	height: 100%;
	margin: 0;
}

body {
	color: black;
	background-color: #657432;
}

#main-wrapper {
	background-color: #cecf79;
	width: 960px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 100% !important;
}

#top-panel {
	height: 150px;
}

#logo {
	width: 351px;
	height: 105px;
	background: url(../images/nllogo.png) no-repeat;
	position: relative;
	top: 26px;
	left: 23px;
	float: left;
}

#navigation {
	width: 960px;
	margin-top: 5px;
	position: absolute;
	right: 1px;
	margin-right: 0;
}


#nav li {
	display: inline;
	float: right;
}

#nav {
	right: 30px;
	position: relative;
}

#nav li a:link, #nav li a:visited {
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	background-color: #f1ffb6;
	padding: 17px 17px 7px;
	-webkit-box-shadow: 0px 0px 12px #000;
	-moz-box-shadow: 0px 0px 12px #000;
	margin-left: 7px;
}

#nav li a:hover {
	background-color: #657432;
	-webkit-box-shadow: 0px 0px 0px #000;
	color: white;
}

#top-bar {
	width: 100%;
	height: 150px;
	position: absolute;
	top: 0;
	background-color: #dfdea1;
}

.clearfix {
	height: 1px;
	clear: both;
	width: 100%;
}

#main-content {
	
}

#main-image {
	width: 960px;
	height: 400px;
	background-image: url(../images/trees.jpg);
	display: block;
}

#text-area {
	padding: 25px;
	height: 100% !important;
}

#products li span.item-description {
	
}

.headline {
	text-align: center;
	letter-spacing: 4px;
	color: #717171;
	text-transform: uppercase;
}

#products {
	list-style-type: none;
	line-height: 2;
}

#flower {
	width: 314px;
	height: 237px;
	position: absolute;
	background: url(../images/flower.png) no-repeat;
	top: 103px;
	display: block;
	left: -38px;
}

#products div.purchase {
	width: 153px;
	margin-bottom: 20px;
	margin-right: 50px;
	border: 3px solid #657432;
	display: inline-block;
	position: relative;
	padding: 9px 14px 9px 9px;
}

#products img {
	margin-right: 36px;
	float: left;
}

#video {
	width: 691px;
	height: 250px;
	position: absolute;
	top: 230px;
	-webkit-border-bottom-right-radius: 30px;
	-webkit-border-top-left-radius: 30px;
	-moz-border-bottom-right-radius: 30px;
	-moz-border-top-left-radius: 30px;
	border: 9px solid white;
	-webkit-box-shadow: 0px 0px 15px #fff;
	-moz-box-shadow: 0px 0px 15px #fff;
	right: 116px;
	background-color: #657432;
}

#products p.item-description, #products h3, #products dl, #products div.prod-prices{
	margin-left: 320px;
}
#products h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 1px;
}
#movieframe {
	margin-top: 25px;
	float: right;
	margin-right: 27px;
}

#video p {
	width: 260px;
	float: left;
	margin-top: 28px;
	margin-left: 20px;
	font-size: 19px;
	font-weight: bold;
	color: white;
	line-height: 2;
}

hr {
	border-color: olive;
	border-width: 2px;
}

#footer {
	position: absolute;
	height: 85px;
	width: 100% !important;
	background-color: #dfdea1;
	z-index: 9;
	border-top: 1px solid gray;
	-webkit-box-shadow: 2px 0px 2px #000;
	-moz-box-shadow: 2px 0px 2px #000;
}

#footer #footer-bar p {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	color: gray;
	padding-top: 29px;
}

#footer-bar {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 85px;
	bottom: 0;
	background-color: #c3cf80;
}

.right {
	float: right;
}

#footer a {
	color: #717171;
	font-style: italic;
}

#footer a:hover {
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}

#products p.price {
	color: maroon;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: -1px;
	font-variant: small-caps;
	display: inline-block;
}

#addtocart {
	font-size: 15px;
	padding: 8px;
	clear: both;
	margin-bottom: 19px;
}
#products dl{
	padding: 7px 42px 10px 26px;
	border: 1px solid #829274;
}
#products dl dt {
	font-size: 18px;
}

#products dl dd {
	font-style: italic;
	margin-left: 11px;
}

#products dl dd:before {
	content: url(../images/checkmark.png);
	
}


















