*
{
  margin: 0px;
  padding: 0px;
}
html
{
  font-size: 14px;
  line-height: 1.5;
}
body
{
  font-family: Arial, Helvetica, sans-serif;
  background: #f4f5e7 url(../../Img/bg.gif) repeat-x top;
  color: #555;
}
img
{
  border-style: none;
}
ul
{
  padding: 0;
  list-style-type: disc;
  margin-left: 20px;
}
h1, h2
{
  color: #705797;
  font-weight: lighter;
  font-size: 24px;
}
h2
{
  font-size: 22px;
  padding-top: 27px;
}
hr
{
  border: 0;
  color: #b7a3c8;
  background-color: #b7a3c8;
  height: 3px;
  margin-bottom: 10px;
}
p, ul, table
{
  padding-bottom: 10px;
}
li
{
  padding-left: 4px;
  margin-bottom: 0.4em;
  list-style-image: url(../../Img/bullet.gif);
}
a
{
  text-decoration: none;
  color: #705797;
  outline: 0;
}
a:hover
{
  text-decoration: underline;
}
td
{
  vertical-align: middle;
  padding: 6px 0;
}

/* MAIN DIVS */
#container
{
  width: 979px;
  margin: 20px auto 0;
  -moz-box-shadow: 0 0 6px #666;
  -webkit-box-shadow: 0 0 6px #666;
}
#header
{
  height: 162px;
  -moz-box-shadow: 0 0 6px #666;
  -webkit-box-shadow: 0 0 6px #666;
}
#content
{
  background-color: #fbfbfb;
  overflow: hidden;
  padding: 20px;
  zoom: 1;
}
#footer
{
  clear: left;
  width: 979px;
  margin: 8px auto 20px;
  padding-bottom: 0;
  font-size: 12px;
  text-shadow: 1px 1px 1px #fff;
}
#footer a
{
  color: #333;
}
#footer a:hover
{
  text-decoration: none;
  color: #339;
}

/* NAVIGATION */
#ctl00_nav
{
  clear: left;
  margin: 0 0 1px 0;
  height: 36px;
  border-top: solid 1px #705797;
  border-bottom: solid 1px #705797;
  padding-bottom: 0;
}
#ctl00_nav li
{
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  float: left;
}
#ctl00_nav li a
{
  float: left;
  font-size: 18px;
  text-align: center;
  text-shadow: 1px 1px 1px #fff;
  width: 161px;
  line-height: 36px;
  background: url(../../Img/nav.png) repeat-x 0 0;
  border: outset 1px #fff;
  color: #306;
}
#ctl00_nav li a:hover, #ctl00_nav li.current a
{
  text-decoration: none;
  color: #fff;
  text-shadow: 1px 1px 1px #333;
  background: url(../../Img/nav.png) repeat-x 0 -60px;
}


/* BOXES */
.rightCol
{
  float: right;
  width: 289px;
  padding-left: 20px;
}
.padded
{
  padding: 10px 10px 4px 10px;
  margin: 0 0 20px 0;
}
.box
{
  -moz-box-shadow: 1px 1px 3px #666;
  -webkit-box-shadow: 1px 1px 3px #666;
  border: solid 1px #ccc;
}
.box h2
{
  margin: -10px -10px 10px -10px;
  border-bottom: solid 3px #fff;
  padding: 2px 10px;
}
.box input
{
  width: 168px;
}
.purple
{
  background-color: #b7a3c8;
  color: #fff;
}
.purple h2
{
  background-color: #306;
  color: #fff;
}
.silver
{
  background-color: #e0e0e0;
}
.silver h2
{
  background-color: #999;
  color: #fff;
}
.blue
{
  background-color: #c0d0df;
}
.blue h2
{
  background-color: #537195;
  color: #fff;
}

/* BUTTONS */
.button
{
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: lighter;
  line-height: 20px;
  padding: 1px 0;
  background: url(../../Img/gradGrey.gif) 0 0;
  border-width: 1px;
  border-style: solid;
  border-color: #fff #999 #999 #fff;
  -moz-border-radius: 0.6ex;
  -webkit-border-radius: 0.6ex;
  -moz-box-shadow: 1px 1px 3px #bbb;
  -webkit-box-shadow: 1px 1px 3px #bbb;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px #fff;
  color: #555;
  cursor: pointer;
  margin: 10px 0 10px 96px;
}
.button:hover
{
  background: url(../../Img/gradGrey.gif) 0 -20px;
  text-decoration: none;
}


/* OTHER */
#montage
{
  border: 4px solid #705797;
  height: 208px;
}
#montage img
{
  float: left;
}
.slogan
{
  display: block;
  clear: both;
  text-align: center;
  background-color: #e0e0e0;
  border-bottom: solid 5px #705797;
  padding-top: 10px;
}
.big
{
  font-size: 28px;
  letter-spacing: 1px;
  color: #705797;
}

.imgPreview a
{
  display: block;
  color: #333;
}
#imgPreviewWithStyles
{
  background: #eee;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-box-shadow: 1px 1px 3px #666;
  -webkit-box-shadow: 1px 1px 3px #666;
  padding: 10px;
  z-index: 999;
  border: solid 1px #ccc;
}
#imgPreviewWithStyles img
{
  float: left;
  margin-right: 10px;
}
#imgPreviewWithStyles span
{
  color: #999;
  text-align: center;
  display: block;
  padding: 10px 0 3px 0;
}
