* {
  margin:0px;
  padding:0px; 
}

body {	
	text-align: left;
	background-color: white;
  font-family: tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
	color: black;
	font-size: .8em;
	height: 100%;
  background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

img
{
	border: 0px;
}

#main {
  background-color: white;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	min-height: 100%;
	height:auto;
}

#top {
  width: 950px;
  height: 210px;
  background-image: url(../img/main.jpg);
	background-repeat: no-repeat;
}

#top-right {
	float: left;
	width:275px;
	height:210px;
}

#footer {
  width: 950px;
  height: 26px;
  background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	text-align:right;
}

#screenshot {
	margin-left:10px;
	margin-top:16px;
	margin-bottom:10px;
	width:235px;
	height:132px;
}

#left {
  width:600px;
  float:left;	
  padding-left:35px;
	padding-right:40px;
	padding-top:15px;
	padding-bottom:20px;
}

#right {
	float: left;
	width:260px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left:15px;
	text-align:center;
  background-image: url(../img/line.gif);
	background-repeat: no-repeat;
  background-position: left top;
}

#right img {
	margin-bottom: 10px;
}

#left img {
  float:left;
  margin-right: 15px;
	margin-bottom: 10px;
  padding:2px;
  border:1px solid #cccccc;
}

h1 {
	font: 18px tahoma, arial;
	color: #333333;
	text-transform: uppercase;
	margin: 0px;
	padding-left: 13px;
	background: url(../img/title.gif);
  background-repeat: no-repeat;
  background-position: center left;
}

h2
{
	font: 10px tahoma, arial;
	color: #999999;
}

.hr-a {
  width:100%;
  height:1px;
	background: url(../img/point2.gif);
  background-repeat: repeat-x;
  background-position: bottom;  
  margin-bottom:15px;
  font-size: 0px;
}

p {
  margin-top:5px;
  margin-bottom:25px;
  color: #333333;
  text-align:justify;
}

label {
  width:150px;
  float:left;
}

input {
  margin-bottom:6px;
}

a {
  text-decoration: underline;
  color: #333333;
}

a:visited {
  text-decoration: none;
  color: #333333;
}

a:hover {
  text-decoration: none;
  color: #333333;
}

h3 {
  padding-bottom:5px;
  font-size: 11px;
  font-weight: bold;
  color: #333333;
}

.port { 
  float:left; 
  width:156px;  
  padding: 8px 15px 8px 15px; 
  border:1px solid white; 
  margin:0px 5px 0px 5px;
  overflow:hidden;
}

.port img {
  padding:0px;
  margin:0px;
}

.port:hover, .port.hover {
  border:1px solid #a5d1f9; 
  background: #eef4fb;
}

.port {
  background-color: expression(this.onmouseover = new Function("this.className += ' hover';"), this.onmouseout = new Function("this.className = this.className.replace(' hover', '')"));
}

td {
  padding: 3px 10px 3px 10px;
  text-align:right;
  font-size:11px;
  width:160px;
}

.first {
  text-align:left;
}

.first-tr {
  background-color:#e8ecf9;
}

#left li {
  margin-left:20px;
}

#footer small {
  font-size:10px;
  color:#aaaaaa;
}

/* MENU */

#menu {
  width:675px;
  float:left;	
	margin-top: 130px;
	_margin-left:-60px;
	_margin-right:60px;
}

#menu, #menu ul {
	list-style: none;
}
	
#menu a {
  text-decoration: none;
	display: block;
	border:0;
	color:black;
}
	
#menu li {
  margin-left:60px;
	float: left;
	width: 80px;
	padding-top:3px;
	height:18px;
}

/* DOCK MENU */

.dock {
	position: relative; 
	height: 50px; 
	text-align: left;
}
.dock-container {
	position: absolute;
	height: 50px;
	margin-left:-20px;
}
a.dock-item {
	display: block;
	width: 50px;	
	color: #888888;
	position: absolute;
	bottom: 0px;
	text-align: center;
	text-decoration: none;
  font-family: tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%;
}
.dock-item span {
	display: none; 
}

