@charset "utf-8";
/* CSS Document */

body {
	background-color: #017db1;
	background-image: url(images/home_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

/*  nav area  */

#navigation_area {
	width: 886px;
}
#top_links a {
	color: #c8c8c8;
}
#site_buttons {
	margin: 0px auto;
}
#site_buttons div {
	height: 32px;
	margin: 0px 1px;
}
#site_buttons div a.about_us {
	width: 125px;
	height: 32px;
	background-image: url(images/aboutus.jpg);
}
#site_buttons div a.services {
	width: 125px;
	height: 32px;
	background-image: url(images/services.jpg);
}
#site_buttons div a.clients {
	width: 125px;
	height: 32px;
	background-image: url(images/clients.jpg);
}
#site_buttons div a.downloads {
	width: 125px;
	height: 32px;
	background-image: url(images/downloads.jpg);
}
#site_buttons div a.contacts {
	width: 125px;
	height: 32px;
	background-image: url(images/contacts.jpg);
}

/*   intro area   */

#intro_area {
	width: 886px;
	height: 406px;
	margin: 0px auto;
}
#flash_intro {
	height: 389px;
}
#intro_slice1 {
	width: 885px;
	height: 156px;
}
#intro_slice2a {
	width: 426px;
	height: 120px;
	float: left;
}
#intro_slice2b {
	width: 460px;
	height: 120px;
	float: right;
}
#intro_slice3a {
	width: 22px;
	height: 113px;
	float: left;
}
#intro_slice3b {
	width: 381px;
	height: 113px;
	float: left;
}
#intro_slice3c {
	width: 483px;
	height: 113px;
	float: left;
}
#intro_shadow {
	height: 17px;
	background-image: url(images/intro_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
