/*  WS stylesheet
    (c) Aceous Systems 2009 */

html, body {
  margin: 0px;
  padding: 0px;
  background: #c3d6e7;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

#container {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 1000px;
  background: #ffffff;
}

#hdrImg {
  padding-top: 0px;
  margin-left: 0px;
  margin-right: auto;
  height: 150px;
}

#mainMenu {
  height: 28px;
  font-size: 10px;
  text-align: center;
}

#main {
  clear: both;
  margin: 0px;
  padding: 0px;
  background: transparent url('images/sidemenufill.gif') repeat-y 0% 0;
}

#sideMenu {
  position: relative;
  float: left;
  color: #ffffff;
  font-size: 12px;
  text-align: left;
  padding: 20px 10px 10px 10px;
  width: 180px;
  /*background: #044982;*/
  background: transparent;
}

#welcome {
  position: relative;
  float: left;
  margin-right: 120px;
}

#latestarrival {
  position: relative;
  float: right;
  margin: -10px 60px auto auto;
  text-align: center;
}

#arrivalhdr {
  background: #044982;
  color: #ffffff;
  margin: 0px;
  padding: 0px;
}

#arrivalbody {
  border: 1px black solid;
  padding: 5px;
}

#body {
  position: relative;
  float: right;
  padding: 20px 10px 10px 10px;
  text-align: left;
  width: 780px;
  background: #ffffff;
}

/* bodyCont when embedding elements to avoid IE box model padding bug */
#bodyCont {
  position: relative;
  text-align: left;
}
/* IE Win hack \*/
* html #bodyCont { float: left; height: 1%; }
/* End */

#bodyL {
  position: relative;
  float: left;
  padding: 0% 0% 1em 3%;
  width: 50%;
}

#bodyR {
  position: relative;
  float: left;
  padding: 0% 3% 1em 3%;
  width: 40%;
}

#ftrUrl {
  clear: both;
  padding-top: 3px;
  height: 17px;
  font-size: 10px;
  color: #ffffff;
  background-color: #e6801d;
  text-align: center;
}

#ftrMenu {
  clear: both;
  padding-top: 3px;
  height: 17px;
  font-size: 10px;
  background-color: #993300;
  text-align: center;
}

#terms {
  margin: 10px auto 10px auto;
  padding: 0em 1em 1em 1em;
  width: 360px;
  background: #ffffff;
}

#footer {
  clear: both;
  width: 994px;
  text-align: center;
  font-size: 8pt;
  font-weight: 700;
  padding: 3px;
  color: #ffffff; /* white */
  background: #c3d6e7;
  border-top: 2px #044982;
}

.bold {
  font-weight: bold
}

.vcentredimage {
  display: block;
  text-align: centre;
}

.hcentredimage {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a:link, a:visited {
  color: #000000;
  text-decoration: none;
}

a:link img, a:visited img
{
  border-style: none
}

a:active, a:hover {
  color: #666666;
  text-decoration: underline
}

/*a:visited {
  color: #CC9966;
  text-decoration: underline
}*/


a.ftr:link, a.ftr:active, a.ftr:visited {
  color: #CCCCCC;
  font-size: 10px;
  text-decoration: underline
}

a.ftr:hover {
  color: #CCCCCC;
  font-size: 10px;
  text-decoration: none
}

a.sideMenu:link, a.sideMenu:visited, h3.sideMenu
{
  color: #ffffff;
}

h2
{
  color: #044982;
  font-style: italic;
}

h3
{
  color: #044982;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
  font-style: italic;
}
