body {
  background: #ffffff url(../images/bg.png);
  background-repeat: repeat-x;
  /*font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;*/
  font-family: 	Arial,Helvetica,sans-serif;
  font-size: 12px;

}


fieldset {
  margin-top: 15px;
  width: auto;
  float: none;
  clear: both;
}

legend {
  font-weight: bold;
}

label {
  display: block;
  float: left;
  width: 100px;
  font-weight: bold;
  font-size: 90%;
}

input {
  display: block;
  float: left;
  width: 150px;
  margin-bottom: 5px;
}

input.submit {
  display: block;
  float: left;
  width: auto;
  margin-bottom: 5px;
}

input.hidden {
  display: none;
  float: none;
  width: auto;
  margin: 0;
}

form p {
  clear: both;
}

#signup-form label {
  width: 150px;
}

#wrapper {
  margin: 10px auto 10px auto;
  background: #ffffff;
  width: 800px;
  border: 1px solid black;
}

#header {
  position: relative;
  height: 50px;
  width: auto;
}

.logo-big {
  font-size: 28px;
  text-decoration: none;
}

.logo-small {
  font-size: 16px;
  margin-left: 20px;
}

#logo-wrapper {
  text-align: left;
  /*text-align: right;*/
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  position: absolute;
  bottom: 5px;
  left: 10px;
  /*width: 300px;*/
}

#logo-wrapper img{
  display: block;
}

#quick-contact-wrapper {
  font-size: 75%;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 250px;
}


#header-image-wrapper-1 {
  position:absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 180px;
}

#header-image-wrapper-2 {
  position:absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 180px;
}

#header-image-wrapper-1 img{
  display: block;
  width: 400px;
  height: 180px;
}

#header-image-wrapper-2 img{
  display: block;
  width: 400px;
  height: 180px;
}



#header-image-wrapper {
  position: relative;
  border-top: 5px solid black;
  border-bottom: 5px solid black;
  background: #000;
  width: 100%;
  height: 180px;
  overflow: hidden;
}

#page-wrapper {
  background: #ffffff url(../images/wrapper-bg.png);
  background-repeat: repeat-y;
  overflow: auto;
}

#left-column {
  padding: 10px;
  float: left;
  width: 120px;
  min-height: 400px;
/*
  background: #ffffff url(../images/wrapper-bg.png);
  background-repeat: repeat-y;
*/
}

#right-column {
  padding: 10px;
  float: left;
  width: 120px;
  min-height: 400px;
/*
  background: #ffffff url(../images/sidebar-bg.gif);
  background-repeat: repeat-y;
*/
}

#content {
  float: left;
  width: 460px;
  min-height: 200px;
  padding: 10px 30px 30px 30px;
  overflow: hidden;
}

#footer {
  clear: both;
  width: 100%;
  height: 30px;
  text-align: center;
  font-size: 90%;
}

#navigation {
}

#nav-links {
  list-style: none;
  padding: 0;
}

#nav-links li {
  margin-bottom: 5px;
}

#nav-links li a {
  font-size: 11px;
  text-decoration: none;
  color: #000077;
  font-weight: bold;
}

#nav-links li a:hover {
  text-decoration: none;
  color: #0000ee;
  font-weight: bold;
}

/*Contact page */

.contact-office {
	margin: 0;
	padding: 10px 10px 30px 10px;
}

.contact-office.odd {
	background: #eee;
}

.contact-office.even {
	background: #ddd;
}

.contact-office h2 {
	margin: 0;
	padding: 0;
}

.contact-office .address {
	margin: 0;
}

.contact-office .contact-label {
	font-weight: bold;
	margin-right: 5px;
}

.contact-common .contact-label {
	font-weight: bold;
	margin-right: 5px;
}

.contact-office .contact-sublabel {
	font-weight: bold;
	font-size: 90%;
	margin-right: 5px;
}


/* Downloads page */

#downloads-table {
}

#downloads-table .download-links {
	vertical-align: top;
}

#downloads-table .download-link {
	margin-left: 10px;
	margin-right: 10px;
}

