body	{	border: 0px;
			padding: 0px;
			margin: 0px;
			background-color: #FAFAFA;	}
			
img	{	border: opx;
		padding: 0px;
		margin: 0px;	}
		
br	{	border: 0px;
		padding: opx;
		margin: 0px;	}

div	{	border: 0px;
		margin: 0px;
		padding: 0px;	}
		
#menu	{	border: 0px;
		padding: 0px;
		margin: 0px;
		position: absolute;
		left: 15px;
		top: 175px;	}
		
img	{	border: 0px;	}
		
#insignia-div	{	border: 0px;
			padding: 0px;
			margin: 0px;
			width: 100%;
			position: absolute;
			left: 0px;
			top: 15px;	}
			
#bizzly-insignia	{	position: relative;
						left: 20px;
						top: 15px;	}
						
#logo	{	color: blue;
			font-size: 110px;
			font-family: serif;
			font-style: italic;
			margin: 0px 0px 0px 15%;	}
			
#text	{	position: absolute;
			left: 225px;
			top: 150px;
			color: #000;
			width: 65%;
			font-family: helvetica, verdana, arial, sans-serif;
			font-weight: 400;
			font-size: 95%;	}

#text a	{	text-decoration: none;
			color: blue;
			font-weight: 700;	}
			
#text font	{	font-weight: 700;	}

#text a:visited	{	text-decoration: none;
					color: blue;	}

#text a:hover	{	text-decoration: none;
					color: darkgreen;	}
					
#text ul	{	width: 65%;
				text-align: left;
				text-indent: 50px;
				list-style-position: inside;	}

#text ul li	{ padding: 4px 0px;	}
			
p	{	border: 0px;
		padding: 0px;
		margin: 0px;
		text-indent: 50px;	}

#welcome	{	text-align: center;
				font-size: 175%;
				color: blue;
				padding: 25px 0px 0px 0px;
				text-indent: 0px;
				font-weight: 700;	}
				
#slogan	{	text-align: right;
			padding: .25em 1em .75em 0em;
			margin: 0em 0em 0em 0em;
			color: darkgreen;
			font-style: italic;
			font-size: 150%;
			font-family: times new roman, serif;	}
			
#copyright	{	text-align: center;
				color: darkgreen;
				font-size: 70%;
				padding: 50px 0px 25px 0px;
				font-weight: 700;
				clear: both;	}

#product	{	font-size: 125%;
				border: 0px gray solid;
				width: 400px;
				height: 200px;	}

#product-divider	{	width: 65%;
						height: 5px;
						background-color: blue;
						border: outset gray 2px; 	}
						
#product_price	{	text-align: center;
					color: green;
					border: 0px red solid;
					margin: 0px;
					padding: 1em 0px 0px 0px;
					font-weight: 700;	}
			
#product_description	{	border: 0px red solid;
							text-indent: 0px;
							position: relative;
							top: 55px;
							left: 0px;
							font-weight: 700;	}
							
#product_image	{	float: left;
					margin: 0px 0px 0px 0px;
					border: 0px solid green;	}
					
.gradualshine{
filter:alpha(opacity=30);
-moz-opacity:0.3;
}