/* global variables */

* 		{
		margin: 0;
		padding: 0;
}

body	{
		background: #fff;
}

p		{

		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		margin:20px 0 0 0;
		color:#663300;
		text-align:center;

}

a 		{
		text-decoration:underline;
		margin:0 10px 20px 0;
		color:#663300;

}

a:hover	{
		text-decoration:underline;
		margin:0 10px 20px 0;
		color:#000000;


}

h1 span	{
		display:none;
}

.button	{
		margin:5px;
		border:1px solid #000;

}


h2		{
		margin:20px 0 0 0;
		font-size:14px;
		text-align:center;

}

h3		{
		margin:60px 0 0 0;
		font-size:14px;
		text-align:center;

}
/* website structure */

#wrapper	{
		background:#fff url(images/backGround.jpg);
		position:absolute;
		width:760px;
		top:0;
		left:50%;
		margin-left:-380px;

}

#masterTable	{
		width:760px;
		vertical-align:top;
	

}

#mainHeader	{
		background:url(images/mainHeader.jpg);
		height:178px;
}

#mainBottom	{
		height:70px;
		background:url(images/mainBottom.jpg);
	
}

/* nav bar */

#headerNav	{
		background:url(images/navBackground.jpg);
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:14px;
		font-weight:bold;
		width:760px;
		height:49px;
		text-align:center;
				
		}

#headerNav a	{
		text-decoration:none;
		margin:10px;
		color:#663300;
		

}

#headerNav a:hover	{
		text-decoration:none;
		margin:5px;
		padding:0 5px 0 5px;
		background-color:#663300;
		color:#fff;


}

#headerNav ul {
		margin-left:135px;
		height:30px;

}

#headerNav li	{
		float:left;
		margin:0 5px 0 5px;
		list-style:none;
}

/* content areas */

#welcome	{
		background:url(images/sectionHeaderHome.gif) no-repeat;
		background-position:center;
		height:89px;

}

#about	{
		height:89px;
		background:url(images/sectionHeaderAbout.gif) no-repeat;
		background-position:center;
	

}

#product	{
		height:89px;
		background:url(images/sectionHeaderProduct.gif) no-repeat;
		background-position:center;
	

}
#features	{
		height:89px;
		background:url(images/sectionHeaderfeatures.gif) no-repeat;
		background-position:center;
	

}
#ordering	{
		height:89px;
		background:url(images/sectionHeaderOrdering.gif) no-repeat;
		background-position:center;
	

}

#contact	{
		height:89px;
		background:url(images/sectionHeaderContact.gif) no-repeat;
		background-position:center;
	

}
#content	{
		padding:0 100px 0 100px;

}

#content ul	{
		text-align:center;
		list-style:none;
}

/* footer nav bar */


#footer		{
		text-align:center;
		height:30px;
		padding:100px 0 5px 0;
		margin:20px 100px 0 100px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
	
		
		

}

#footer a 	{
		text-decoration:none;
		margin:0 10px 20px 0;
		color:#663300;
		font-weight:bold;
		

}

#footer a:hover	{
		text-decoration:underline;
		margin:0 10px 20px 0;
		color:#663300;
		font-weight:bold;


}


/* misc */

.bottomImg	{
		margin:40px 0 0 190px;
	
	
}

.bottomImg2	{
	
		margin:30px 0 20px 180px;
		border:2px solid #473529;
		width:188px;
	
}

.bottomImg3	{


		margin:20px 20px 0 20px;
		border:2px solid #473529;
		width:140px;
	
}




