﻿body
{
	background-color: #FFE8E8;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: White;
}



#wrapper
{
	position: absolute;
	width: 577px;
	left: 50%;
	top: 10%;
	margin-left: -288px;
	height: 600px;

}

#content
{
	background-color: #252525;
	border-color: #000000;
	border-width: medium;
	border-style: solid;
	border-top: none;
	padding-top: 0;
	clear: both;
}


div
{
	background-color: transparent;
}


h1 {
margin-top: 0;
color: #F19CDC;
margin-right: 30px;
font-size: 2em;
}

h2 {
color: #FFD2DC;
margin-right: 30px;
font-size: 1.5em;
}

p {
color: #FFFFFF;
}

.price {
color: #FF99FF;
width: 100%;
text-align: right;
}

.prodline {
border-bottom: 3px ridge #808080;
width: 565px;
clear: both;
margin-bottom: 20px;
}

.orderLink 
{
color: #FFCCFF;
background-color: gray;
border: thin black solid;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   padding: 3px 5px 3px 5px;
   text-decoration: none;
}

a.orderLink:hover
{
    background-color: #666666;
}

/*menu */

#menu
{
width: 100%;
}

#menu ul
{
	padding: 4px;
	margin-left: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: center;
	margin-bottom: 0;
	border-bottom: thick black solid;
	}

#menu ul li
{
	display: inline;
	margin: 0 0 0 0;
}

#menu ul li a
{
	position: relative;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #000000;
	padding: 2px 5px 4px 5px;
	color: #FF66FF;
	border: thick #000000 solid;  
}

#menu ul li a:hover
{
	background-color: #252525;
	color: #FF00FF;	
	border-bottom: thick #252525 solid; 
}


#orderbtn 
{
    float: left;
	padding: 20px;
	width: 250px;
	margin: 0 auto;
	text-align: right;
}

.btn {
color: #FFCCFF;
background-color: gray;
border: thin black solid;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
}



/* poorly tagged css below */

.imglily {
	text-align: center;
}
.fandg {
	font-family: "Monotype Corsiva";
	font-size: 36px;
	color: #FFFFFF;
	text-align: center;
	font-size: 2.2em;
}

.style4 {
	font-family: Georgia, serif;
	font-size: medium;
	color: #FFFFFF;
}
.bps {
	font-family: Georgia, serif;
	font-size: larger;
	color: #FFFFFF;
	margin-left: 10px;
}
.trright {
	text-align: right;
}
.trleft {
	text-align: left;
}
.ldetails {
	font-family: "Franklin Gothic Medium", sans-serif;
	color: #FFFFFF;
	font-size: x-large;
}
.style12 {
	color: #FFFFFF;
}

.prodimg {
float: left;
width: 280px;
}
