@charset "utf-8";
/* CSS Document */
body.landing_page	{
	margin-top:30px;
	background:url(../images/common/landing_bg_repeater.jpg);
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
}
h1	{
	font-style:italic;
	background-color:#666666;
	background-image:none;
	color:#f4b318;
	font-size:34px;
	text-align:center;
	padding:15px 0;
}	
h2	{
	color:#000;
	text-align:center;
	font-size:21px;
	line-height:24px;
}

p	{
	color:#666;
	font-size:13px;
}
p strong	{
	color:#000;
}

ul	{
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:13px;
}
li	{
	padding:3px 0 0 15px;
	background:url(../images/plastic_pallets/li_bg.jpg) no-repeat 0 8px;
}
#form_table	{
	background-color:#e3e3e3;
	width:525px;
	font-size:12px;
	color:#000;
}
.button	{
	background-color:#f7ce2b;
	color:#666;
}
#landing_footer	{
	border-top:1px dotted #666;
	padding:10px 0;
	margin:10px 0;
	font-size:13px;
}
#landing_footer a	{
	color:#666;
}