body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #e8ae7a;
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Arial;
    font-size: 12px;
    color: #000;
    line-height: 18px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #b5121b;
    text-decoration: underline;
}
a:hover, a:active {
    color: #d0595f;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}
img.right {
	float: right;
	margin: 0 0 15px 30px;
	display: inline;
}

/* ----------------------------------- */
/* CONTAINER/WRAPPER
/* ----------------------------------- */
#container1 {
	background: transparent url(../_images/bg-repeat.jpg) center top repeat-y;
}
#container2 {
	background: transparent url(../_images/bg-top2.jpg) center top no-repeat;
}
#wrapper {
	width: 880px;
	margin: 0 auto;
	text-align: left;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
	padding: 57px 0 0 40px;
	margin: 0 0 20px 0;
}

/* ----------------------------------- */
/* MENU
/* ----------------------------------- */
#menu {
	background: url(../_images/menu.gif) 0 0 no-repeat;
	width: 880px;		/* Width of entire image */ 
	height: 38px;		/* Height of buttons */
	margin: 0 0 30px 0;
}
#menu span {
	display: none;
}
#menu li, #menu a {
	height: 60px;		/* Each button must have the same height, define it here */ 
	display: block;
}
#menu li {
	float: left;
	list-style: none;
	_display: inline;		/* fixes IE/Win double margin float bug (safe) */
}

/* margin-left - you will need to adjust this value to "center" your nav, if needed */ 
/* width - width of each button, they will each most likely be unique */ 
#menu-home 			{ width: 99px; }
#menu-products 		{ width: 108px; }
#menu-stores 		{ width: 145px; }
#menu-about 		{ width: 102px; }
#menu-testimonials 	{ width: 154px; }
#menu-news 			{ width: 69px; }
#menu-links 		{ width: 72px; }
#menu-contact 		{ width: 131px; }

/* Changed values should match sum of "width" numbers specified above */ 
#menu-home a:hover			{ background: transparent url(../_images/menu.gif) 0px -38px no-repeat; }
#menu-products a:hover		{ background: transparent url(../_images/menu.gif) -99px -38px no-repeat; }
#menu-stores a:hover		{ background: transparent url(../_images/menu.gif) -207px -38px no-repeat; }
#menu-about a:hover			{ background: transparent url(../_images/menu.gif) -352px -38px no-repeat; }
#menu-testimonials a:hover	{ background: transparent url(../_images/menu.gif) -454px -38px no-repeat; }
#menu-news a:hover			{ background: transparent url(../_images/menu.gif) -608px -38px no-repeat; }
#menu-links a:hover			{ background: transparent url(../_images/menu.gif) -677px -38px no-repeat; }
#menu-contact a:hover		{ background: transparent url(../_images/menu.gif) -749px -38px no-repeat; }

/* ----------------------------------- */
/* CONTENT
/* ----------------------------------- */
#content {
	width: 800px;
	padding: 0 0 20px 40px;
}
	#welcome {
		padding: 0 0 15px 40px;
	}
		#welcome p {
			font-size: 14px;
			line-height: 22px;
		}
	
	#products-photo {
		margin: 0 40px;
		padding: 0 0 15px 0;
	}
	
	#products-intro {
		background: #f3d3b3;
		margin: 0 40px;
	}
			#products-intro td img.thumb {
				padding: 2px;
				border: 1px solid #7c6c5b;
				float: left;
			}
			#products-intro p, #products-intro form {
				margin-left: 115px;
				margin-right: 0;
			}
			input {
				vertical-align: middle;
			}
		
	/* Tables */
	table td {
		vertical-align: top;
	}
	
	#products-table {
		margin: 0 auto;
	}
		#products-table td {
			width: 50%;
			text-align: center;
		}
		#products-table h2 {
			background-position: center top;
		}
		#products-table img.thumb {
			float: none;
			margin-bottom: 25px;
		}
	
	.data-table {
		width: 100%;
	}
		.data-table td {
			padding: 0 20px 25px 0;
			width: 25%;
		}
	
	#content h2 {
		font-size: 16px;
	}
	#content h3 {
		font-size: 14px;
		font-weight: normal;
		color: #b5121b;
	}

#side {
	width: 250px;
	float: right;
	margin-right: 40px;
	display: inline;
}
	#side .product {
		margin-bottom: 30px;
	}

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
	background: transparent url(../_images/footer.jpg) center top no-repeat;
	padding-top: 40px;
	text-align: center;
}
	p#copyright, p#copyright a {
		font-size: 11px;
		color: #8a5d34;
	}

/* ----------------------------------- */
/* FORM
/* ----------------------------------- */
input, select, textarea {
	color: #000;
}

label.error {
	display: block;
	color: #FF0000;
	font-weight: bold;
}
input.error {
	border: 2px solid #FF0000;
}