*
{
	border:0;
	margin:0;
	padding:0;
}

a
{
	color:white;
	text-decoration:none;
}

a:Hover
{
	text-decoration:underline;
}

li
{
	list-style:none;
}

h1
{
	margin-bottom:20px;
}

h2
{
	font-size:14px;
	margin-top:12px;
	margin-bottom:22px;
	line-height:16px;
}

h3
{
	margin-top:15px;
	margin-bottom:25px;
	font-size:22px;
	color:white;
	text-align:center;
}

body
{
	background-color:#7ab800;
	Font-family:Arial, Verdana;
	font-size:10px;
	line-height:13px;
	color:#82786f;
}

#wrapper
{
	position:relative;
	height:434px;
	width:800px;
	margin:0 auto;
	background:url('images/background.jpg') no-repeat right 17px;
}

#menu
{
	position:absolute;
	color:white;
	z-index:100;
}

#menu ul
{
	position:absolute;
	top:205px;
	left:60px;
}

#menu .select
{
	Font-weight:bold;
	font-size:11px;
}

#main
{
	position:absolute;
	z-index:50;
	top:17px;
	right:0;
}
	#content
	{
		width:281px;
		height:207px;
		margin-left:163px;
		overflow:hidden;
	}
		
		#content p
		{
			margin: 7px 0;
		}
		
		#content a
		{
			color:#7ab800;
			font-weight:bold;
		}
	
	#logo
	{
		position:absolute;
		top:360px;
		left:345px;
	}
	
	#up
	{
		position:absolute;
		top:320px;
		left:455px;
	}
	
	#down
	{
		position:absolute;
		top:335px;
		left:455px;
	}
	
	

#footer
{
	position:absolute;
	top:425px;
	left:293px;
	color:white;
}


/******* Showroom ********/

.showroom_nav
{
	border-top:1px solid white;
}

.bannerUnder
{
	color:white;
}


/******* request ******/

.info
{
	padding:10px;
}

.info label
{
	display:block;
	width:150px;
	height:17px;
}

.info input
{
	margin-bottom:10px;
}
