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_H.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_H.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_H.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: 600px;
	clear: left;
	position: relative;


}

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


}


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






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

.menu-top {
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 201px;
	background-image: url(graphics/menu-Top.png);
	background-repeat: no-repeat;
}


#homebutton {
	display: block;
	width: 201px;
	height: 50px;
	background: url(graphics/menu-Home_H.png) no-repeat 0 0;
	float: left;
}

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

#aboutbutton {
	display: block;
	width: 201px;
	height: 50px;
	background: url(graphics/menu-AboutUs_H.png) no-repeat 0 0;
	float: left;
}

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

#servicesbutton {
	display: block;
	width: 201px;
	height: 50px;
	background: url(graphics/menu-Services_H.png) no-repeat 0 0;
	float: left;
}

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

#clientsbutton {
	display: block;
	width: 201px;
	height: 50px;
	background: url(graphics/menu-Clients_H.png) no-repeat 0 0;
	float: left;
}

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

#contactbutton {
	display: block;
	width: 201px;
	height: 50px;
	background: url(graphics/menu-ContactUs_H.png) no-repeat 0 0;
	float: left;
}

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

#sitemapbutton {
	display: block;
	width: 201px;
	height: 50px;
	background: url(graphics/menu-Sitemap_H.png) no-repeat 0 0;
	float: left;
}

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

#englishbutton {
	display: block;
	width: 201px;
	height: 50px;
	background: url(graphics/menu-English.png) no-repeat 0 0;
	float: left;
}

#englishbutton:hover { 
  background-position: -201px 0;
}

.menu-bottom {
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 201px;
	background-image: url(graphics/menu-Bottom.png);
	background-repeat: no-repeat;
	position: relative;
	top: 245px;
	_top: 0;
}



#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;
}
