/*
///////////////////////////////////////

                              Container

///////////////////////////////////////
*/

#inside_frame
{
	background: white url("../../images/inside/bg_top.jpg") repeat-x top left;
	float:left;
	padding-bottom:30px;
	width:770px;
}

/*
///////////////////////////////////////

                              Menu Bar

///////////////////////////////////////
*/
#menu
{
	margin:0;
	padding:0;
	height:50px;
	width:750px;
	background:transparent url("../../images/inside/delaine_top.jpg") no-repeat 488px 13px;
}
#menu ul
{
	margin:0;
	padding:0;
	margin-left:38px;
}
#menu li
{
	list-style:none;
	display:block;
	float:left;
	
}
#menu a
{
	margin:0;
	padding:0;
	margin-right:23px;
	font-size:1.1em;
	color:white;
	height:32px;
	width:auto;
	padding-top:18px;display: inline;
	
}
#menu a:hover
{
	color:#ffcc00;
}
#menu_buyers { background-image:none; }
#menu_buyers:hover, #menu_buyers.there { background-image:none; }

#menu_sellers { background-image:none; }
#menu_sellers:hover, #menu_sellers.there { background-image:none; }

#menu_customers { background-image:none; }
#menu_customers:hover, #menu_customers.there { background-image:none; }

#menu_about { background-image:none; }
#menu_about:hover, #menu_about.there { background-image:none; }

#menu_contact { background-image:none; }
#menu_contact:hover, #menu_contact.there { background-image:none; }

/*
///////////////////////////////////////

                        Content

///////////////////////////////////////
*/

#bodycopy
{
	float:left;
	width:420px;
	padding-left:30px;
	padding-top:20px;
	clear:both;
}
#header
{
	text-align:center;
	margin-bottom:20px;
}
.logo, .slogan
{
	margin-bottom:10px;
}

#primary h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:normal;
	line-height:normal;
	margin-top:0;
}


/*
///////////////////////////////////////

		                        Sidebar

///////////////////////////////////////
*/

#sidebar
{
	float:right;
	display: inline;
	padding-top:400px;
	width:270px;
	margin-right:18px;
	text-align:right;
	background:transparent url("../../images/inside/delaine_bottom.jpg") no-repeat top left;
}
