﻿html, body {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
body {
	background: #fff url(uwdv/page_bg.gif) repeat-x;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #464544;
}
/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 728px;
  position: absolute;
  left: 140px; 
  top: 24px;
}
h1.Title {
  position: absolute;
  top: 46px;
  left: 0;
  height: 43px;
  padding-top: 8px;
  width: 414px;
  text-align: center;
  background: #7A808C;
  color: #ffffff;
  font: 24px "Courier", serif;
  font-weight: normal;
}
h1 strong {
  font-weight: normal;
  color: #0E1520;
}
div.ad
{
  position: absolute;
  top: 100px;
  left: 41px;
  width: 486px;
  height: 60px;
}
#top-nav {
  position: absolute;
  top: 15px;
  left: 414px;
  width: 266px;
  height: 179px;
  background: #6D7481 bottom left url(uwdv/header.jpg) no-repeat;
}
#top-nav ul {
  text-align: center;
  line-height: 32px;
}
#top-nav li {
  display: inline;
  font-size: 12px;
  color: #fff;
}
#top-nav a {
  text-decoration: none;
  font-weight: normal;
  color: #fff;
}
#top-nav a:hover {
  text-decoration: underline;
}

#mmagic {
  background: url(uwdv/uwdv_up.jpg) no-repeat;
  position: absolute;
  top: 46px;
  left: 680px;
  width: 48px;
  height: 238px;
}
#header {
  background: url(uwdv/header_bg.jpg) no-repeat;
  position: absolute;
  top: 89px;
  left: 0px;
  width: 414px;
  height: 105px;
}

/** body **/
#spacer {
  height: 195px;
}

#body {
  background: url(uwdv/body_bg.gif) repeat-y;
  width: 100%;
  padding: 2px;
}

#left {
  float: left;
  width: 412px;
}
#right {
  float: right;
  width: 312px;
}

#nav ul {
}
#nav li {
  float: left;
  width: 102px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: url(uwdv/tab_lit.gif) repeat-x;
  border-left: 1px solid white;
  list-style: none;
}
#nav a {
  font: 16px "Courier", serif;
  color: #ffffff;
  text-decoration: none;
}
#nav a:hover {
  text-decoration: underline;
}
#nav li.drk {
  background: url(uwdv/tab_drk.gif) repeat-x;
  border-left: none;
  padding-left: 1px;
}

#visit {
  background: #EEEEEE;
  padding: 15px 40px 14px 36px;
}
#visit h2 {
  font: 24px "Courier", serif;
}
#visit a {
  text-decoration: none;
}
#visit a:hover {
  text-decoration: underline;
}

#subs-left {
  float: left;
  width: 160px;
  padding-left: 35px;
  padding-bottom: 10px;
  margin-top: 22px;
}
#subs-right {
  float: right;
  width: 145px;
  padding-right: 30px;
  padding-bottom: 10px;
  margin-top: 22px;
}
#subs-left a {
  color: #fff;
}
#subs-left {
  color: #fff;
}
#subs-left h3 {
  color: #000000;
  font: 16px "Courier", serif;
}
#subs-left p {
  text-align: justify;
}

#subs-right {
  color: #fff;
}
#subs-right h3 {
  color: #000000;
  padding-left: 20px;
  padding-bottom: 14px;
  font: 16px "Courier", serif;
}
#subs-right h4 {
  color: #000000;
  font: 14px "Courier", serif;
  margin: 0.6em 0;
}
#subs-right ul {
  margin-top: 1em;
}
#subs-right li {
  list-style: none;
  padding-left: 20px;
  background: 5px 3px url(uwdv/bullet.gif) no-repeat;
}
#subs-right p {
  text-align: justify;
  margin: 0.6em 0;
}

#right-i {
  padding: 4px 25px 0 20px;
}
#right h2 {
  color: #323E51;
  font: 22px "Courier", serif;
  margin-bottom: 12px;
}
#right h3 {
  color: #000000;
  font: 14px "Courier", serif;
  margin-bottom: 5px;
}
#right p {
  margin-top: 0;
  color: #163348;
}
#right .left {
  margin-right: 4px;
}
#right a {
  color: #163348;
  font-weight: bold;
  text-decoration: none;
}
#right a:hover {
  text-decoration: underline;
}

/** footer **/
#copyright {
  background: #6D7481;
  color: #fff;
  text-align: center;
  font-size: 11px;
  float: right;
  width: 315px;
  padding: 10px 0;
  margin-bottom: 20px;
}
#copyright p {
  margin: 0;
  padding: 0;
}
a.company
{
    color: white;
    text-decoration: none;
}
table.company
{
    border-right: #6D7481 1px solid;
    border-top: #6D7481 1px solid;
    font-size: 8pt;
    border-left: #6D7481 1px solid;
    color: white;
    border-bottom: #6D7481 1px solid;
    font-family:  verdana, arial;
    background-color: #6D7481;
    white-space:normal;
}
table.bordered
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
  white-space:normal;
}

tr.company
{
    font-size: 8pt;
    color: white;
    font-family:  verdana, arial;
    background-color: #6D7481;
}
tr.companybox
{ 
	background: url(navbgshortgray.png);
 _background-image:url(navbgshortgray.png);
    font-size: 8pt;
    color: white;
    font-family:  verdana, arial;
    background-color: #6D7481;
}
td.companyboxL
{ 
	background: url(navbgshortL.png) no-repeat;
 _background-image:url(navbgshortL.png);
}

table.pricing
{
    border-right: 0px;
    border-top: 0px;
    font-size: 8pt;
    border-left: 0px;
    color: black;
    border-bottom: 0px;
    font-family:  verdana, arial;
    white-space:normal;
}
.pricing
{
    font-size: 8pt;
    color: black;
    font-family:  verdana, arial
}
table.categoryheader
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    background-color: black;
    white-space:normal;
}
table.treetop
{
    color: white;
    background-color: #6D7481
}
a.treetop
{
    font-size: 8pt;
    color: white;
    text-decoration: none
}
div.category
{
    padding-right: 2px;
    padding-left: 2px;
    font-size: 8pt;
    padding-bottom: 2px;
    padding-top: 2px;
    border-bottom: gray 1px solid
}
div.search
{
    padding-right: 10px;
    color: white;
    text-align: right
}
ul
{
    font-size: 8pt;
    margin: 5px 15px
}
area.black
{
    border-right: double;
    border-top: double;
    background-image: url(backgrounds/bluedreams.gif);
    border-left: double;
    color: black;
    border-bottom: double;
    background-color: black
}
.SpecialOffer
{
		display:inline-block;
		padding:2px;
		border:1px solid silver;
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
		-opera-border-radius:8px;
		-khtml-border-radius:8px;
		border-radius:8px;
		-khtml-box-shadow:rgba(0,0,0,0.5) 0px 0px 24px;
		-moz-box-shadow:rgba(0,0,0,0.5) 0px 0px 24px;
		box-shadow:rgba(0,0,0,0.5) 0px 0px 24px;
		background:white;
}
.ProAccount
{
		display:inline-block;
		padding:2px;
		border:1px solid silver;
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
		-opera-border-radius:8px;
		-khtml-border-radius:8px;
		border-radius:8px;
		-khtml-box-shadow:rgba(0,0,0,0.5) 0px 0px 16px;
		-moz-box-shadow:rgba(0,0,0,0.5) 0px 0px 16px;
		box-shadow:rgba(0,0,0,0.5) 0px 0px 16px;
		background: #fff url(images/ProAccountGrad.png) repeat-x; 
		overflow:visible;
}
.watermarked {
	color:gray;font-size:11px;font-family:verdana,arial;font-style:italic;
}	
.formcontrol{font-size:11px;font-family:verdana,arial}
div.admin{background-color: #ffffcc; border-right: black 1px solid;border-top: black 1px solid;border-left: black 1px solid;border-bottom: black 1px solid;}
.admin{background-color: #ffffcc;}
.hidden{display:none; }
.unhidden{display:block; }
.topsecret {font-weight:bold}
p.tiptext{font-style:oblique}
p.warningtext{color:red}
p.techtext{color:gray}
.nav {
 background:transparent url(navbg.png);
 _background-image:url(navbg.png);
}