@charset "utf-8";
/* CSS Document */

html,
body {
	margin:0;
	padding:0;
	background:#161616;
	direction:rtl;
}
img {
	border:none;
}
div.overall {
	width:941px;
	margin:10px auto;
}
div.mainArea {
	width:941px;
	float:left;
	background:#ffffff;
}
div.mainArea div.container {
	float:left;
	width:100%;
	padding:0 0 14px 0;
	background:url(../images/bottomPageBg.png) center bottom no-repeat;
}
div.logo {
	width:941px;
	height:275px;
	float:left;
}
div.stripContainer {
	float:left;
	clear:right;
}
div.menuContainer {
	clear:right;
	width:524px;
	height:57px;
	margin:36px auto 30px auto;
}
div.menuContainer a:link,
div.menuContainer a:visited {
	text-decoration:none;
	display:block;
	width:131px;
	height:57px;
	margin:0 auto;
	float:right;
}
div.menuContainer a.homePage {
	background:url(../images/homePage.png) center center no-repeat;
}
div.menuContainer a.homePage:hover {
	background:url(../images/homePageHover.png) center center no-repeat;
}
div.menuContainer a.aboutUs {
	background:url(../images/aboutUs.png) center center no-repeat;
}
div.menuContainer a.aboutUs:hover {
	background:url(../images/aboutUsHover.png) center center no-repeat;
}
div.menuContainer a.suprises {
	background:url(../images/suprises.png) center center no-repeat;
}
div.menuContainer a.suprises:hover {
	background:url(../images/suprisesHover.png) center center no-repeat;
}
div.menuContainer a.contact {
	background:url(../images/contact.png) center center no-repeat;
}
div.menuContainer a.contact:hover {
	background:url(../images/contactHover.png) center center no-repeat;
}
div.footer {
	width:941px;
	margin:0 auto;
}
div.footer div.container {
	padding:10px 0 10px 51px;
	float:left;
	width:828px;
	color:#dcdcdc;
	font-size:12px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

