@charset "utf-8";
/* CSS Document */

html, body
{
	margin:0;
	padding:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.slider
{
width: 100%;
height: 300px;
}

table.products td
{
	vertical-align:top;
	text-align:left;
}

table.products
{
	margin-top:50px;
}
table.products td img
{
	margin:20px;
}

div.main
{
	width:1000px;
	height:auto;
	margin:0 auto;
}

div.header
{
	width:100%;
	height:105px;
	border-bottom:3px solid #ff7300;
}

div.header table
{
	width:100%;
	margin:0 auto;
	
}

div.button
{
	width:120px;
	height:40px;
	background:#ff7300;
	float:right;
	text-align:center;
}

div.button a
{
	color:#fff;
	line-height:40px;
	text-decoration:none;
	font-weight:bold;
	display:block;
}

div.button a:hover
{
	background:#000;
	display:block;
}

div.footer
{
	width:1000px;
	height:30px;
	margin:0 auto;
	margin-top:50px;
	font-size:12px;
	font-weight:bold;
	line-height:30px;
	border-top:solid 2px #ff7402;
	border-bottom:double 5px #ff7402;
	
}

div.footer table
{
	width:1000px;
}