html{
    width:100%;
    height:100%;
}
body{
	color:#54453E;
	font:11px tahoma,verdana,arial,serif;
	background:#420101 url('../images/bg.gif') repeat-x top;
    width:100%;
    margin:0;
    padding:0;
    overflow:auto;
    min-width:1000px;
	line-height:15px;
}
td,div {
	font-size:11px;
}
a{
	color:#ffdc00;
	outline:none;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
a img{
	border:none;
	outline:none;
}
table {
	border-collapse:collapse;
}
p {
	margin:0 0 10px 0;
	line-height:15px;
}



#root {
	width:100%;
}

	#main {
		width:1000px;
		padding:0;
		text-align:center;
		background:url('../images/bg.jpg') no-repeat left 255px;
	}
	#left {
		padding:0;
	}
	#right {
		padding:0;
		background:url('../images/bg-right.gif') repeat-x top;
	}


	#header {
		height:204px;
		width:1000px;
		background:url('../images/header.jpg') no-repeat top left;
		text-align:left;
		padding:0;
	}
		#header a {
			display:block;
			margin-left:118px;
			width:200px;
			height:55px;
			padding-top:70px;
		}

	#menu {
		height:51px;
	}

	
	#content {
		padding:17px 137px 17px 148px;
		background:url('../images/contents-bg.gif') repeat-y left;
	}
	
	
	#c-left {
		width:478px;
		vertical-align:top;
		padding:0;
		padding-right:20px;
	}
	#c-right {
		width:196px;
		vertical-align:top;
		padding:0;
		padding-left:20px;
	}
	
	.ImageMargin {
		float:left;
		margin-right:15px;
	}
	.title {
		display:block;
		margin-bottom:14px;
	}
	
	strong {
		color:#000000;
	}
	
	.banner-1 {
		margin-right:2px;
	}
	
	
#prod-overview {
	width:100%;
}
	#prod-overview tr td {
		padding:0;
		text-align:left;
		vertical-align:top;
	}
	
#tonna {
	width:100%;
	height:40px;
	padding-top:95px;
	background:url('../images/tonna.jpg') no-repeat top center;
	font-size:10px;
	text-align:center;
}
	#tonna span,strong {
		color:#000000;
		font-size:11px;
	}
	
	
.hs {
	background:#f0f0f0;
	height:1px;
	overflow:hidden;
	margin:20px 0;
}

#footer {
	background:url('../images/footer.png') no-repeat top left;
	height:84px;
	padding-top:74px;
	position:relative;
}
	#footer #email {
		position:absolute;
		width:106px;
		height:12px;
		left:604px;
		top:29px;
	}

.input1 {
	width:300px;
}
