/******************************************************************************
 *** MAIN AREA
 *****************************************************************************/
 
#main_content
{
    position: relative;
	color: Black;
	height: 440px;
    background: Black url("/images/main-edges-black.png") repeat-y;
}
#main_bottom
{
    width: 782px;
    height: 20px;
    background: url("/images/main-bottom-black.jpg") no-repeat top left;
}

#main_text
{
	color: White;
}
#main_image
{
    position: absolute;
    top: 0px;
    left: 3px;
}

#main_text h1
{
    background: url("/images/artist-series_homepage_header.gif") no-repeat top left;
}

#main_text h2
{
    font-size: 18px;
}

#main_text a.button
{
    display: block;
    margin-top: 25px;
}

.product_text h2
{
    font-size: 24px;
}

.product_text h2 span
{
    margin-left: -10000px;
}

.product_text h2.fender_package
{
    background: url("/images/heading-package-fender.gif") no-repeat top left;
}

.product_text h2.gibson_package
{
    background: url("/images/heading-package-gibson.gif") no-repeat top left;
}

#home_buy
{
	height: 30px;
    position: static;
}

#home_buy a
{
	height: 30px;
    background-image: none;
    padding: 0;
}
#dropdown
{
	width: 200px;
	display: block;
	position: absolute;
	z-index: 10000;
	background: black;
	border-style:solid;
	border-width:1px;	
	border-color: white;
	padding: 0px;
}
#dropdown ul 
{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style: none;
}
#dropdown li {
	padding: 7px;
	font-size: 14px;
	font-weight: bold;
	color: white;
	background-color: black;
}
#dropdown li:hover {
	font-size: 14px;
	font-weight: bold;
	color: white;
	background-color: #ED001F;
}
#dropdown li a {
	color: white;
	text-decoration: none;
}
#dropdown li a:visited {
	color: white;
}
#dropdown li a:hover {
	font-size: 14px;
	font-weight: bold;
	color: white;
	background-color: #ED001F;
}