body {
  background: black;
  color: #00968c;
  padding: 0px;
  margin: 0px;
  text-align: center;
  font: normal normal 12px  Arial, sans-serif;
}

#main_container {
  width: 800px;
  height: 600px;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  background: black;
  text-align: left;
}

#topdiv {
  width: 800px;
  height: 90px; 
}

#topdiv div {
  padding: 0px;
  margin: 0px;  
}

#logodiv {
  width: 150px;
  height: 90px;
  float: left;
  background: URL('./inc/bg_menu.gif') repeat-x;
  background-position: bottom;
  background-color: #00968c;
}

#headerdiv {
  float: left;
  width: 650px;
  height: 65px;
  background: URL('./inc/header.gif') no-repeat #00968c;
  text-align: right;
}

#menudiv {
  background: URL('./inc/bg_menu.gif') repeat;
  float: left;
  width: 650px;
  height: 25px;
  text-align: right;
}

a img {
  border: 0px;
}

a {
  text-decoration: none;
  color: #b3d7d1;
}

a:hover {
  text-decoration: underline;
}

#menudiv ul {
  margin-top: 0px;
}

#menudiv ul li {
  float: left;
  height: 25px;
  list-style: none;
  padding: 0px 6px 0px 6px;
  margin: 0px;
  font-weight: bold;
  font-size: 10pt;
}

#menudiv ul li a:hover {
  color: white;
}

#menudiv ul a {
  text-decoration: none;
  color: #b3d7d1;
  cursor: pointer;
}

#menudiv ul a:hover li {
  color: white;
}

.main {
  padding: 0;
  color: #b3d7d1;
  font-size: 11pt;
  background: URL('inc/background_grad.gif') no-repeat top; 
  width: 800px;
  height: 485px;
  margin: 0;
  clear: both;
  overflow: visible;
}

#grad_main {
  background: URL('inc/background_grad.gif') no-repeat top; 
}

#des_main {
  background: URL('inc/background_des.jpg') no-repeat top; 
}

#dtp_main {
  background: URL('inc/background_dtp.jpg') no-repeat top; 
}

#press_main {
  background: URL('inc/background_press.jpg') no-repeat top; 
}

#photo_main {
  background: URL('inc/background_photo.jpg') no-repeat top; 
}

#cddvd_main {
  background: URL('inc/background_cddvd.jpg') no-repeat top; 
}

#web_main {
  background: URL('inc/background_web.jpg') no-repeat top; 
}

#logo_main {
  background: URL('inc/background_logo.jpg') no-repeat top; 
}

#ref_main {
  background: URL('inc/background_grad.gif') no-repeat top; 
}

#ser_main {
  background: URL('inc/background_ser.jpg') no-repeat top; 
}

#about_main {
  background: URL('inc/background_about.jpg') no-repeat top; 
}

#iebug1{
  height: 485px;
  margin: 0px;
  overflow: auto;
}

.more {
  color: white;
  font-size: 8pt;
}

#bigservice, .services {
  display: table;
  border: 1px solid white;
  color: #b3d7d1;
}

#bigservice {
  width: 760px;
  height: 150px;
  margin: 20px 20px 0px 20px;
  padding: 0;
  font-size: 16px;
  background: URL('inc/design_s_g.jpg') no-repeat left;
}

#bigservice:hover {
  background: URL('inc/design_s_c.jpg') no-repeat left;
}

#bigservice H1, #bigservice P {
  margin-left: 150px;
  margin-bottom: 0px;
}


#bigservice h1, .services h1 {
  font-weight: normal;
  margin-bottom: 0px;
}

#bigservice h1 {
  font-size: 30px;
  margin-top: 20px;
}

.services {
  width: 370px;
  height: 130px;
  margin: 20px 0px 0px 20px;
  float: left;
  padding: 0;
  font-size: 12px;  
}

a#bigservice:hover, a.services:hover {
  color: white;
}

.services H1 {
  font-size: 24px;
  margin-top: 70px;
}

.services H1, .services P {
  margin-left: 10px;
}

#ser1 {
  background: URL('inc/press_s_g.jpg') no-repeat top;
}

#ser1:hover {
  background: URL('inc/press_s_c.jpg') no-repeat top;
}

#ser2 {
  background: URL('inc/photo_s_g.jpg') no-repeat top;
}

#ser2:hover {
  background: URL('inc/photo_s_c.jpg') no-repeat top;
}

#ser3 {
  background: URL('inc/cd_s_g.jpg') no-repeat top;
}

#ser3:hover {
  background: URL('inc/cd_s_c.jpg') no-repeat top;
}

#ser4 {
  background: URL('inc/net_s_g.jpg') no-repeat top;
}

#ser4:hover {
  background: URL('inc/net_s_c.jpg') no-repeat top;
}


#bottomdiv {
  width: 800px;
  height: 25px;
  text-align: left;
  background: black;
  padding: 0px;
}

#bottomdiv ul {
  margin: 0px;
  padding: 0px;
  background: black;
  font-size: 10pt;
}

#bottomdiv ul li {
  float: left;
  height: 15px;
  list-style: none;
  padding: 0px 5px 0px 5px;
  margin: 0px;
  font-size: 10pt;
  border-right: 1px solid #00968c;
}

#bottomdiv a {
  color: #00968c;
  font-weight: normal;
}

DT {
  margin-top: 10px;
  color: white;
  font-weight: bold;
}

DL {
  list-style: disc;
}

DD {
  margin-bottom: 0px;
}

DT P {
  margin: 0px;
  color: #b3d7d1;
  font-weight: normal;
}

H2 {
  font-size: 18px;
  margin-bottom: 0px;
}

.kind, .data {
  display: block;
  margin: 5px 0px;
  float: left;
}

.kind {
  width: 60px;
  color: white;
}

.data {
  width: 660px;
}

.main INPUT, .main TEXTAREA {
  width: 300px;
  background: black;
  color: #b3d7d1;
  font-weight: bold;
  border: 1px solid #b3d7d1;
  margin: 0px 0px 0px 30px;
  font-size: 10pt;
}

.main TEXTAREA {
  height: 16.5em;
}
.main BUTTON {
  background-color: #00968c;
  color: black
}

FORM DIV P {
  margin: 10px 0px 5px 0px;
  color: #b3d7d1;
}

FORM DIV {
  margin: 0px 0px 10px 0px;
}

.ps {
  font-size: 80%;
}

.half {
  width: 370px;
  margin: 10px 0px 10px 20px;
  float: left;
}

.some {
  width: 760px;
  margin: 10px 20px 10px 20px;
}

#refcat, .reftumb, #refcanvas {
  float: left;
  height: 435px;
}

#refcat {
  margin: 0px 10px 0px 20px;
  width: 110px;
  float: left;
  padding: 0px;
  border-right: 1px solid #00968c;
}

#refcat dl dd {
  margin-left: 10px;
}

#refcat dl {
  margin-top: 0px;
}

.reftumb {
  width: 130px;
  text-align: center;
  overflow	: auto;
  padding-right: 10px;
}

.reftumb img {
  margin-bottom: 10px;
  cursor: pointer;
}

#refcat dt {
  margin: 0px 0px 5px 0px;
}

.reftumb img {
  border: 0px;
}

#refcanvas {
  width: 500px;
  text-align: center;
}

#refcanvas img {
  margin: 0px 5px 0px 5px;
}

.refdiv {
  width: 100px;
  height: 120px;
  float: left;
  text-align: center;
  margin: 0px 5px 20px 5px;
}

.refdiv img {
  margin: 5px auto 5px auto;
}

li {
  padding-top: 0px;
}

H1 {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 30px;
}

#homelink {
  cursor: pointer;
}

#content {
	position	: relative;
	width		: 100px;
}

#scrollArea {
	height		: 435px;
	width		: 15px;
	margin-right: 5px;
	border		: 1px solid #b3d7d1;
	overflow	: hidden;
	float: left;
}

#scroller {
	position	: relative;
	top			: -1px;
	width		: 15px;
	background	: #00968c;
	border-top	: 1px solid #666;
	border-bottom	: 1px solid #666;
}

#partners_main IMG {
  margin-top: 20px;
}

DIV#job_main H3 {
	margin-bottom: 0px;
}

DIV#job_main UL, DIV#job_main P {
	margin-top: 0px;
}

a#job {
	display: block;
	margin-top: 10px;
	font-weight: bold;
	margin-right: 48px;
	font-size: 13px;
}
