body{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ffffff;
}

.banner{
	position:absolute;
	height:180px;
	width:680px;
	top:18px;
	left:50px;
}
.pages{
	position:absolute;
	top:216px;
	height:500px;
	width:850px;
	left:50px;
	background-color:#003366;
	color:#FFFFFF;
}
.nav{
	height:25px;
	width:850px;
	position:absolute;
	top:191px;
	font-size:20px;
	left:50px;
	background-color:#FFCC00;
}
.nav a{
	color:#003366;
	text-decoration:none;
}
#link{
	margin-left:35px;
}
/* jquery slideshow css/styling */
#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
/*end of slideshow css */
.prod{
	height:175px;
	width:200px;
	position:relative;
	top:35px;
	left:40px;
	float:left;
}
.descript{
	height:175px;
	width:575px;
	top:55px;
	left:10px;
	position:relative;
	float:left;
}
.contact{
	height:395px;
	width:365px;
	position:relative;
	float:left;
	left:35px;
	top:25px;
}

.order{
	position:relative;
	height:400px;
	width:300px;
	float:left;
	top:110px;
	left:75px;
	line-height:10px;
}
.gallery{
	position:relative;
	float:left;
	width:800px;
	height:465px;
}
.center{
	width:850px;
	height:690px;
	margin:0 auto;
	position:relative;
	left:-50px;
}