@charset "utf-8";
/* CSS Document */

* { 
	padding:0; margin:0;
}

.clear {clear:both;}

html {
	height:100%; 
}

a {
	outline: none;
}

img{
	border: 0;
}

body {
	 background: #d0ac67;
	 font-size:90%;
	 font-family: Arial,Helvetica,Sans-Serif;
	 color:#000;
}

#container {
	width:800px;
	height: 600px;
	margin:0px auto;
	background: url(../Images/bg.jpg) top left no-repeat;
	overflow: hidden;
	position: relative;
}

#menu{
	width: 416px;
	height: 55px;
	position: absolute;
	right: 10px;
	top: 25px;
}

#home{
	float: left;
}

#products{
	float: left;
}

#about{
	float: left;
}

#contact{
	float: left;
}

#home_flash{
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#products_flash{
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#footer{
	margin: 0 auto;
	height: 27px;
	width: 800px;
	font-size: 10px;
	color: #009999;
}

#footer img{
	padding-right: 30px;
	float: right;
}

#footer p{
	float: left;
	padding-left: 30px;
}

#footer a{
	text-decoration: none;
	color: #009999;
}
