/* * { padding: 0; margin: 0; } */
body {

/* set background colour if image is missing */
	/*background: #202020 url(images/blackBgrd.gif) repeat-y center top;*/
	/*background: #202020 url(../images/waspsBgrd.gif) repeat-y;*/
	background: #FFFFFF url(../images/backgroundstrip.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 62.5%;*/
	font-size: 11px;
	text-align: left;
	margin: 0;
	padding: 0;
 	/*font-family: Arial, Helvetica, sans-serif;
 	font-size: 13px;*/
}

a {
	color :#000000;
	font-weight :bold;
	text-decoration :none;
}

a:link {
	color :#000000;
	font-weight :bold;
	text-decoration :none;
}

a:visited {
	color :000000;
	font-weight :bold;
	text-decoration :none;
}

a:hover {
	color :000000;
	font-weight :bold;
	text-decoration :underline;
}

#wrapper { 
 margin: 0 auto;
 width: 811px;
 /*border: 2px solid #ccc;*/
 position: relative;
}

#header {
 width: 811px;
 /*color: #333;*/
 padding: 0px 0px 0px 0px;
 /*border: 1px solid #ccc;*/
 height: 85px;
 margin: 5px 0px 0px 0px;
 background-image: url(../images/headerBanner.jpg);
 background-repeat: no-repeat;
 /*background: #BD9C8C;*/
}

/*used on the contact tab on index page*/
#contact {
	width: 109px;
	height: 22px;
	font-size: 13px;
	font-weight :bold;
	/*border: 1px solid #ccc;*/
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 25px;
	left: 683px;
	top: 72px;
	background-image: url(../images/whiteTab.gif);
	background-repeat: no-repeat;
}
/*Used on the home tab on the contact page*/
#home
{
	width: 109px;
	height: 22px;
	font-size: 13px;
	font-weight :bold;
	/*border: 1px solid #ccc;*/
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 32px;
	left: 683px;
	top: 72px;
	background-image: url(../images/whiteTab.gif);
	background-repeat: no-repeat;
}

#content {
	width: 811px;
	/*color: #333;*/
	/* border: 1px solid #ccc; */
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 563px;
	background-image: url(../images/mainBackground.jpg);
	background-repeat: no-repeat;
}

/*this contains the copy and is nested inside the content div*/
#textBox {
	width: 543px;
	height: 328px;
	/*border: 1px solid #ccc;*/
	margin: 225px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
	position: absolute;
}

/*this contains the copy for the directions page and is nested inside the content div*/
#directionsTextBox {
	width: 760px;
	height: 220px;
	/*border: 1px solid #ccc;*/
	margin: 225px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
	position: absolute;
}

#featuredProducts {
	background-image:url(../images/featuredproducts.jpg);
	background-repeat:no-repeat;
	width: 215px;
	height: 326px;
	/*border: 1px solid #ccc;*/
	margin: 225px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	left: 573px;
	top: 90px;
}

#products
{
	margin: 225px 0px 0px 0px;
	width: 190px;
	height: 245px;
	position: absolute;
	left: 10px;
	top: -189px;
	/*border: 1px solid #000;*/
}

/*
#footer { 
 color: #333;
 width: 811px;
 border: 1px solid #ccc;
 background: #BD9C8C;
 margin: 0px 0px 0px 0px;
 padding: 0px;
}*/
