@charset "utf-8";
/*
	Tony Trinh @
		VDP WEB DESIGN
						*/
/* id = "#blah", class = ".blah" */

/* --- GENERAL --- */
body {
	background-color: #fff2d0;
	margin: 0 5px 5px 5px;
	padding: 0;
	text-align: center;
}
#container {
	margin: 0px auto;
	text-align: center;
	width: 800px;
}
h1 {
	background-image: url(../img/header.gif);
	text-indent: -9999px;
	width: 800px;
	height: 71px;
	margin: 0;
	padding: 0;
}
/* --- NAVIGATION --- */
#content a:link {
	color: #d5d7a8;
	text-decoration: none;
	font: 12px/16px Calibri, Arial, sans-serif;
}
#content a:visited {
	color: #d5d7a8;
	text-decoration: none;
	font: 12px/16px Calibri, Arial, sans-serif;
}
#content a:hover {
	color: #9ea231;
	text-decoration: none;
	font: 12px/16px Calibri, Arial, sans-serif;
}
#content a:active {
	color: #d5d7a8;
	text-decoration: none;
	font: 12px/16px Calibri, Arial, sans-serif;
}
/* NEED TO EDIT LINK PROPERTIES ABOVE^ */
#navcontainer {
	width: 800px;
	height: 25px;
	background-color: #150600;
}
#home {
	float: left;
	display: block;
	width: 60px;
	height: 25px;
	background: url(../img/home.gif) no-repeat 0 0;
}
#home:hover { 
	background-position: 0 -25px;
}
#home span {
	display: none;
}
#specials {
	float: left;
	display: block;
	width: 138px;
	height: 25px;
	background: url(../img/filler.gif) no-repeat 0 0;
}
#specials span {
	display: none;
}
#products {
	float: left;
	display: block;
	width: 180px;
	height: 25px;
	background: url(../img/products.gif) no-repeat 0 0;
}
#products:hover { 
	background-position: 0 -25px;
}
#products span {
	display: none;
}
#gallery {
	float: left;
	display: block;
	width: 71px;
	height: 25px;
	background: url(../img/gallery.gif) no-repeat 0 0;
}
#gallery:hover { 
	background-position: 0 -25px;
}
#gallery span {
	display: none;
}
#newsletter {
	float: left;
	display: block;
	width: 95px;
	height: 25px;
	background: url(../img/newsletter.gif) no-repeat 0 0;
}
#newsletter:hover { 
	background-position: 0 -25px;
}
#newsletter span {
	display: none;
}
#location {
	float: left;
	display: block;
	width: 81px;
	height: 25px;
	background: url(../img/location.gif) no-repeat 0 0;
}
#location:hover { 
	background-position: 0 -25px;
}
#location span {
	display: none;
}
#about {
	float: left;
	display: block;
	width: 82px;
	height: 25px;
	background: url(../img/about.gif) no-repeat 0 0;
}
#about:hover { 
	background-position: 0 -25px;
}
#about span {
	display: none;
}
#contact {
	float: left;
	display: block;
	width: 93px;
	height: 25px;
	background: url(../img/contact.gif) no-repeat 0 0;
}
#contact:hover { 
	background-position: 0 -25px;
}
#contact span {
	display: none;
}
#navbot {
	width: 800px;
	height: 4px;
	display: block;
	overflow: hidden;
	background-color: #150600;
	border-bottom: 1px solid #f4d0aa;
}
/* --- CONTENTS --- */
#middle {
	width: 799px;
	border-left: 1px dotted #150600;
	background-color: #f4d0aa;
	background-image: url(../img/specialbg.gif);
	background-repeat: repeat-y;
}
#pic1 {
	width: 552px;
	height: 503px;
	background-image: url(../img/pic1.jpg);
	border-right: 1px solid #f4d0aa;
	float: left;
}
#pic2 {
	width: 247px;
	height: 503px;
	background-image: url(../img/pic2.jpg);
	float: right;
	border-bottom: 1px solid #f4d0aa;
}
#pic2i {
	width: 247px;
	height: 503px;
	background-image: url(../img/pic2.jpg);
	float: right;
}
#contents {
	width: 532px;
	/* width: 552px; with no side paddings, margins, etc */
	padding: 10px;
	text-align: left;
	float: left;
	background-color: #f4d0aa;
}
#contents p {
	font: 12px/14px "Times New Roman", Times, serif;
	color: #150600;
	text-indent: 20px;
	text-align: justify;
}
#contents h2 {
	font: bold 24px/26px "Times New Roman", Times, serif;
	text-indent: 10px;
	color: #150600;
	width: 532px;
	padding: 0; margin: 0;
}
#contents h3 {
	font: 18px/20px "Times New Roman", Times, serif;
	font-style: italic;
	text-indent: 10px;
	color: #150600;
	width: 532px;
	padding: 0; margin: 0;
}
#contents a:link, #contents a:visited, #contents a:active {
	font: 12px/14px "Times New Roman", Times, serif;
	text-decoration: none;
	color: #4c413c;
}
#contents a:hover {
	text-decoration: underline;
}
/* --- FOOTER --- */
#footer {
	background-color: #150600;
	text-align: center;
	width: 800px;
	height: 15px;
	overflow: hidden;
	border-top: 1px solid #f4d0aa;
	margin: 0 auto;
}
.footertext {
	font: bold 14px/16px "Times New Roman", Times, serif;
	color: #150600;
	text-align: center;
}
