/*** CSS Document ***/
html, body * {
  margin: 0px;
  padding: 0px;
}

body {
  margin: 0px auto;
  padding: 0px;  
  background: #ffffff url(../../graphics/images/background.jpg) no-repeat center top;
}

#container {  
  position: absolute;
  width: 1000px;  
  left: 50%;
  margin-left: -500px;    
  background: url(../../graphics/images/background2.jpg) no-repeat center top;
  text-align: left;
}

/*-- Content --*/
#content {
  width: 1000px;
}

#logo {
  height: 110px;
  margin-left: 96px;
  padding-top: 37px;
}

#column-left {
  width: 300px;
  float: left;
  padding-left: 96px;
}

#column-right {
  width: 560px;
  float: left;
  padding-left: 20px;
  padding-top: 41px;
}

.title {
  margin-bottom: 10px;
}

.subtitle {
  padding-bottom: 13px;
}

.maintext {
  clear: both;
  padding-bottom: 10px;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.list {
  width: 278px;
  font-family: arial, verdana, helvetica, sans-serif;
  color: #000000;
  font-size: 12px;
}

li {
  background: url(../../graphics/images/list-image.gif) no-repeat left top;
  padding-left: 12px;
}

li .simple {
  background: url(../../graphics/images/pix-trans.gif) no-repeat left top;
  padding-left: 10px;
}

.space {
  clear: both;
  height: 30px;
}

.space-line {
  clear: both;
  height: 20px;
}

#bottom p, #bottom ul {  
  float: left;
}

#bottom-line2, #bottom-line3 {
  clear: both;
}

#bottom .text  {
  width: 150px;
  font-family: arial, verdana, helvetica, sans-serif;
  color: #000000;
  font-size: 11px;
  margin-left: 10px;
  padding-right: 10px;
}

#bottom .text2  {
  width: 250px;
  font-family: arial, verdana, helvetica, sans-serif;
  color: #000000;
  font-size: 11px;
  margin-left: 10px;
  padding-right: 10px;
}

/*-- Font colors --*/
.black11 {  
  font-family: arial, verdana, helvetica, sans-serif;
  color: #000000;
  font-size: 11px;
}

.black12 {  
  font-family: arial, verdana, helvetica, sans-serif;
  color: #000000;
  font-size: 12px;
}

a.greybold12:link, a.greybold12:active, a.greybold12:visited {  
  font-family: arial, verdana, helvetica, sans-serif;
  color: #435154;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

a.greybold12:hover {
  text-decoration: underline;	
}

a.orangebold14:link, a.orangebold14:active, a.orangebold14:visited {  
  font-family: arial, verdana, helvetica, sans-serif;
  color: #f77913;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

a.orangebold14:hover {
  text-decoration: underline;	
}

a.orangebold11:link, a.orangebold11:active, a.orangebold11:visited {  
  font-family: arial, verdana, helvetica, sans-serif;
  color: #f77913;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

a.orangebold11:hover {
  text-decoration: underline;	
}
