html, body  {
	margin: 0;
	padding: 0;
	background-image: url(graphics/BG.png);
	background-repeat: repeat-y;
	background-position: center;
}

.header {
	height: 200px;
	width: 960px;
	padding: 0px;
	background-image: url(graphics/Header.png);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px auto;
	color: #FFFFFF;
}


.booklet {
	height: auto;
	width: 960px;
	padding: 0px;
	background-image: url(graphics/Main-BG.png);
	background-repeat: repeat-y;
	margin: 0px auto;
	color: #000033;
	position: relative;
}

.footer {
	height: 200px;
	width: 960px;
	padding: 0px;
	background-image: url(graphics/Footer-BG.png);
	background-repeat: no-repeat;
	margin: 0px auto;
	color: #FFFFFF;
	position: relative;
	clear: both;
}




.text_container {
	height: auto;
	width: 910px;
	margin: 0px auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.left0 {
	float: left;
	height: auto;
	width: 440px;
	color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.right0 {
	float: right;
	height: auto;
	width: 440px;
	color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.left1 {
	float: left;
	height: auto;
	width: 190px;
	clear: left;
	position: relative;
	margin-right: 120px;
}

.right1 {
	float: right;
	height: auto;
	width: 600px;
	clear: right;
	position: relative;
}


.client_box {
	float: left;
	height: auto;
	width: 600px;
}






.menu-area {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 169px;
}


#homebutton {
	display: block;
	width: 169px;
	height: 49px;
	background: 0 url(graphics/Home-Button.png) no-repeat;
	background-position: 0 0;
	float: left;
}

#homebutton:hover { 
  background-position: 0 -49px;
}

#aboutbutton {
	display: block;
	width: 169px;
	height: 49px;
	background: 0 url(graphics/About-Us-Button.png) no-repeat;
	background-position: 0 0;
	float: left;
}

#aboutbutton:hover { 
  background-position: 0 -49px;
}

#servicesbutton {
	display: block;
	width: 169px;
	height: 49px;
	background: 0 url(graphics/Services-Button.png) no-repeat;
	background-position: 0 0;
	float: left;
}

#servicesbutton:hover { 
  background-position: 0 -49px;
}

#clientsbutton {
	display: block;
	width: 169px;
	height: 49px;
	background: 0 url(graphics/Our-Clients-Button.png) no-repeat;
	background-position: 0 0;
	float: left;
}

#clientsbutton:hover { 
  background-position: 0 -49px;
}

#contactbutton {
	display: block;
	width: 169px;
	height: 49px;
	background: 0 url(graphics/Contact-Us-Button.png) no-repeat;
	background-position: 0 0;
	float: left;
}

#contactbutton:hover { 
  background-position: 0 -49px;
}

#sitemapbutton {
	display: block;
	width: 169px;
	height: 49px;
	background: 0 url(graphics/Sitemap-Button.png) no-repeat;
	background-position: 0 0;
	float: left;
}

#sitemapbutton:hover { 
  background-position: 0 -49px;
}

#hebrewbutton {
	display: block;
	width: 169px;
	height: 49px;
	background: 0 url(graphics/Hebrew-Button.png) no-repeat;
	background-position: 0 0;
	float: left;
}

#hebrewbutton:hover { 
  background-position: 0 -49px;
}


#facebookbutton {
	display: block;
	width: 169px;
	height: 69px;
	background: 0 url(graphics/Facebook-button.png) no-repeat;
	background-position: 0 0;
	float: left;
}

#facebookbutton:hover { 
  background-position: 0 -69px;
}

#linkedinbutton {
	display: block;
	width: 169px;
	height: 69px;
	background: 0 url(graphics/LinkedIn-button.png) no-repeat;
	background-position: 0 0;
	float: left;
}

#linkedinbutton:hover { 
  background-position: 0 -69px;
}


.WOT {
	font-weight: 700;
	color: #E07020;
}

ul {
	list-style-image: url(graphics/list.png);
	list-style-position: outside;
	font-size: 14px;
	line-height: 24px;
} 


h1 {
	font-size: 24px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	color: #E07020;
	margin: 0px;
}

h2 {
	font-size: 14px;
	font-weight: 700;
	color: #E07020;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}

h3 {
	font-size: 24px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	color: #000033;
}

h4 {
	font-size: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	color: #000033;
}

h5 {
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	color: #000033;
	margin: 0px;
}


.main_container {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	background-position: left top;
	position: relative;
}
