/* (c) visarc 2008 */

*
{
  font-family: Arial, Verdana, Sans-Serif;
}

html, body
{
  height: 100%;
}

body
{
  font-size: 9pt;
  background-color: #CF1E25;
  text-align: center; /* ie */
  color: #9b9b9b;
  padding: 0;
  margin: 30px;
  height: 100%;
}

p, a, td, label, h1, h2, h3, input, select, textarea, label
{
  font-size: 100%;
  color: #9b9b9b;
}

h1
{
  border-bottom: solid 1px #CF1E25;
  padding: 0 0 5px 0;
  margin: 0 0 20px 0;  
  color: #9b9b9b;
  font-size: 130%;
}

h2
{
  clear: both;
  font-size: 120%;
  padding: 0;
  margin: 0 0 10px 0;  
}

img
{
  border: none;
  margin: 0;
  padding: 0;
}

p
{
  padding: 0;
  margin: 0 0 5px 0;
}

a, a:hover
{
  text-decoration: none;
  font-weight: bold;
}

a:hover
{
  color: red;
}

th, td
{
  vertical-align: top;
}

th
{
  padding-right: 20px;
}

#page
{
  width: 937px;
  text-align: left;
  padding: 0;
  margin: 0 auto 0 auto;
  background-color: #ffffff;
}

#header
{
  background: url(/_images/header.jpg) no-repeat top left;
  width: 937px;
  height: 86px;
}

#navigation
{
  float: right;
  margin-top: 38px;
  margin-right: 30px;
}

#navigation ul
{
  margin: 0;
  list-style: none;
  font-size: 13px;
  color: #9b9b9b;
  font-weight: bold;
}

#navigation li
{
  display: inline;
  margin: 0;
  padding: 0 4px 0 4px;
}

#navigation a
{
  font-size: 9pt;
  font-weight: normal;
}

#content
{
  width: 899px;
  min-height: 600;
  margin: 5px 0 20px 15px;
}

.contentInner
{
  background-color: #f6f6f5;
  border: solid 1px #cfcece;
  position: absolute;
}

.contentPadding
{
  padding: 20px;
}

.contentInnerBucket
{
  width: 100%;
  height: 100%;
  position: relative;
  right: -1px;
  bottom: -1px;
  background: transparent url(/_images/bg-bucket.jpg) no-repeat bottom right;
}

.contentInnerLens
{
  width: 100%;
  height: 100%;
  position: relative;
  right: -1px;
  bottom: -1px;
  background: transparent url(/_images/bg-lens.jpg) no-repeat bottom right;
}

.contentInnerMagnets
{
  width: 100%;
  height: 100%;
  position: relative;
  right: -1px;
  bottom: -1px;
  background: transparent url(/_images/bg-magnets.jpg) no-repeat bottom right;
}

.contentInnerVoiceChanger
{
  width: 100%;
  height: 100%;
  position: relative;
  right: -1px;
  bottom: -1px;
  background: transparent url(/_images/bg-voice-changer.jpg) no-repeat bottom right;
  padding-bottom: 160px;
}

.contentInnerLeft
{
  float: left;
  width: 48%;
}

.contentInnerRight
{
  float: right;
  width: 48%;
}

.floatImage
{
  float: left;
  margin-right: 25px;
}

.tl
{
  position: absolute;
  top: -1px;
  left: -1px;
}

.tr
{
  position: absolute;
  top: -1px;
  right: -1px;
}

.bl
{
  position: absolute;
  bottom: -1px;
  left: -1px;
}

.br
{
  position: absolute;
  bottom: -1px;
  right: -1px;
}

#footer
{
  clear: both;
  background: #ffffff url(/_images/footer.jpg) no-repeat bottom left;
  width: 937px;
  height: 30px;
}

#companyInfo
{
  float: left;
  color: #9b9b9b;
  margin-left: 20px;
}

#privacy
{
  float: right;
  margin-right: 20px;
}

#privacy ul
{
  margin: 0;
  padding: 0;
}

#privacy li
{
  display: inline;
  margin: 0;
  padding: 0 2px 0 2px;
}

#privacy a
{
  color: #e31917;
}

#privacy a:hover
{
  text-decoration: underline;
}

.inset 
{
  float: left;
  margin: -5px 10px 0px 0;
  clear: both;
}

/* image list ul */

.imageList
{
  list-style: none;
  margin: 0;
  padding: 0;
}

.imageList li
{
  display: inline;
  padding: 0 10px 0 0;
}

.imageListVert
{
  list-style: none;
  margin: 0 0 0 3px;
  padding: 0;
}

.imageListVert li
{
  padding: 0 0 10px 0;
}

/* form stuff */

fieldset
{
  width: 33em;
  margin: 0 0 0 15px;
  padding: 0;
  border: none;
}

legend
{
  display: none;
}

fieldset label, fieldset span
{
  width: 11em;
  height: 1em;
  line-height: 1em;
  margin-top: 10px;
  clear: left;
  float: left;
}

fieldset input[type="text"], fieldset input[type="password"], fieldset textarea
{
  width: 20em;
  margin-top: 5px;
  margin-left: 11em;
  display: block;
  border: solid 1px #b3c8bb;
  background-color: #ffffff !important;
}

fieldset select
{
  width: 20em;
  margin-top: 5px;
  margin-left: 11em;
  display: block;
  border: solid 1px #b3c8bb;
}

/* fieldset with table layout */

fieldset table th
{
  width: 12em;
  line-height: 1em;
  padding-top: 10px;
}

fieldset table select
{
  margin-left: 10px;
}

/* buttons */

input[type="submit"], input[type="button"], button
{
  cursor: pointer;
}

fieldset input[type="submit"], fieldset input[type="button"], fieldset button
{
  float: right;
  margin-right: 10px;
  margin-top: 10px;
}
