#master {
		position: relative;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		background-color: #FFFFFF;
		text-align: left;
		}
		
#logo	{
		position:absolute;
		width: 250px;
		height: 77px;
		top: 10px;
		left: 10px;
		}
		
#mainNavbar	{
			position:absolute;
			height: 100px;
			width: 517px;
			top: 0px;
			right: 0px;
			text-align: center;
			}
			

#blackBar	{
			position: absolute;
			height: 3px;
			width: 100%;
			top: 108px;
			left: 0px;
			background-color: #000000;
			}
			
#whiteBar	{
			position: absolute;
			height: 3px;
			width: 100%;
			top: 111px;
			left: 0px;
			background-color: #FFFFFF;
			}			
		
#greenBar1	{
			position: absolute;
			height: 3px;
			width: 100%;
			top: 114px;
			left: 0px;
			background-color: #009900;
			}			

#blueBar	{
			position: absolute;
			height: 25px;
			width: 100%;
			top: 117px;
			left: 0px;
			background-color: #3399CC;
			}			
		
#greenBar2	{
			position: absolute;
			height: 3px;
			width: 100%;
			top: 142px;
			left: 0px;
			background-color: #009900;
			}	
			
#bodywrap	{
	position: absolute;
	margin-top: 155px;
			}
					
#arbor	{
		width:340px;
		height: 359px;
		float: left;
		margin-bottom: 20px
		}
		
#sideNav	{
			width:200px;
			height: 475px;
			float: left;
			margin-bottom: 20px;
			padding-right: 20px;
			border-right: 3px solid #009900;
			}
	
#introText	{
			margin-left: 375px;
			margin-bottom: 20px;
			margin-top: 100px;
			}

#specialText	{
				margin-left: 375px;
				margin-bottom: 20px;
				margin-top: 20px;
				}
	
#products	{
			margin-left: 235px;
			margin-bottom: 20px;
			}
		
#imageCategory	{
				width: 150px;
				height: 200px;
				margin: 30px;
				float:left;
				font: bold small-caps 14px Georgia, "Times New Roman", Times, serif;
				text-align: center;
				}
	
#imageThumbnail	{
				width: 75px;
				height: 135px;
				margin: 15px;
				float:left;
				font-weight: bold;
				text-align: center;
				}
				
#imageProduct	{
				width: 200px;
				height: auto;
				margin: 15px;
				float:left;
				}

#descriptionProduct	{
				width: auto;
				height: auto;
				margin: 15px 15px 15px 230px;
				padding: 15px;
				}
			
#footer	{
		width: 100%;
		height: 20px;
		clear: both;
		text-align: center;
		}
		
.Main_menu {
	padding-left: 3px;
	line-height: 100%;
	width: auto;
	cursor: hand;
}
.Main_menu_over {
	padding-left: 3px;
	line-height: 100%;
	width: auto;
	cursor: hand;
}
.Sub_menu {
	padding-left: 10px;
	line-height: 100%;
	width: auto;
	cursor: hand;
}
.Sub_menu_over {
	padding-left: 10px;
	line-height: 100%;
	width: auto;
	cursor: hand;
}
#content {
	margin: 20px;
	width: auto;
}
#top	{
		margin-top: 10px;
		margin-bottom: 15px;
		float:right;
		clear:both;
		}
		
#special2	{
		width:340px;
		height: 575px;
		float: left;
		margin-bottom: 20px
		}
