@import url(footer.css);
@import url("../font/stylesheet.css");
body {
	margin: 0px;
	padding: 0px;
	font-family: "Decker";
	font-size-adjust: none;
	text-decoration: none;
	color: #222;
}
img {
	padding: 0;
	border: none;
}

/*== wrap ==*/
#wrap {
	width: 100%;
	height: 720px;
}

/*== header ==*/
#header {
	height: 120px;
}
.logo {
	background-image: url(../image/pama-logo.png);
	width: 238px;
	height: 58px;
	margin: 62px 0 0 270px;
}

/*== Generalise ==*/
#topbar, #header, #featured slide, #container, #footer, #main, .inner {
	position: relative;
	margin: 0 auto 0;
	display: block;
	width: 1000px;
}
#container {
	height: 470px;
}

/*== home ==*/
.home {
	background-attachment: inherit;
	background-color: #fff;
	background-image: url(../image/home_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.bowl{
		width: 511px;
	height: 470px;
	margin: 95px 0 0 100px;
	position: absolute;
	z-index: 5;
	background-image: url(../image/bowl.png);
}

/*== about ==*/
.about {
	background-attachment: inherit;
	background-color: #fff;
	background-image: url(../image/about_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.slide_cont {
	width: 490px;
	float: right;
	height: auto;
}
.slide_cont_h2 {
	font-size: 26px;
	color: #8cc63e;
	line-height: 20px;
}
.slide_cont p {
	font-size: 14px;
	text-align: justify;
}

/*== about ==*/
.event {
	background-attachment: inherit;
	background-color: #fff;
	background-image: url(../image/event_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/*== Outlets ==*/

.Outlets{
 background-attachment: inherit;
	background-color: #fff;
	background-image: url(../image/Outlets_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;}
	
.Outlets p{
		margin:10px 0 8px;
		font-size:14px;
	}
.Outlets ul{
	font-size:14px;
 padding-left:15px;
	margin-top:10px;
	}
.bihun{
	background-image: url(../image/bihun_pix.png);
		width: 373px;
	height: 361px;
	margin: 160px 0 0 580px;
	position: absolute;
	z-index: 5;
}	
/*== Contacts ==*/
.Contacts {
	background-attachment: inherit;
	background-color: #fff;
	background-image: url(../image/Contacts_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.Address{
	margin:10px 0 3px;
	font-size:14px;}
	
.Telephone, .Fax{
	margin:0px 0 8px;
	font-size:14px;
	width:120px;}
	
/*== not ==*/
.not{
	background-attachment: inherit;
	background-color: #fff;
	background-image: url(../image/not_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;}