@charset "utf-8";
/* CSS Document */
html
{
  margin: 0px;
  height: 100%;
}

body
{
  margin: 0px;
  font-family: verdana, tahoma, arial;
  font-size: 12px;
  font-weight: normal;
  height: 100%;
  text-align: center;
  /* background-color: #697281; */
  background-color: #333333;
}

/* h1 with no line break */
h1
{
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/* h2 with no line break */
h2
{
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

img
{
   border: none;
}
 
/* ul with no line break */
ul {
  margin-top: 0px;
  margin-bottom: 0px;
  
}

a {
    color: #333366;
}

.benefits {
    position: relative;
    display: block;
    top: -10px;
    left: -30px;
    font-size: 13px;
    font-weight: bold;
    line-height: 23px;
}

.benefits2 {
    position: relative;
    display: block;
    top: -10px;
    left: -30px;
    font-size: 11px;
    font-weight: bold;
    text-style: italic;
    line-height: 23px;
}

/* content design */
.contenttitle h1 {
  display: block;
  width: auto;
  height: 29px;
  background: #ffffff url(images/contentheader-bg.gif) top left;
  padding-left: 15px;
  margin: 0px;
  line-height: 29px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
}

.contentspacer {
    display: block;
    width: auto;
    height: 2px;
    background-color: #ffffff;
}

.contentarea {
    background-color: #DBDBDB;
    padding: 10px 10px 10px 10px;
}
.contentscreenshots {
    background-color: #DBDBDB;
    padding: 5px 4px 10px 4px;
}


/* demo graphic */
.watchdemobg {
    position: relative;
    top: 4px;
    background: url(images/watchdemo2.gif) top left;
    height: 316px;
    width: 174px;
}

.democonnect {
    position: relative;
    top: 52px;
    left: 15px;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    color: #0F1D64;
}

.demolinks {
    position: relative;
    top: 26px;
    left: 15px;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    color: #0F1D64;
}

.demolinks a {
    color: #0F1D64;
    text-decoration: none;
}
.demolinks a:hover {
    color: #0F1D64;
    text-decoration: underline;
}
.demobutton {
    position: absolute;
    top: 276px;
    /* top: 732px; */
    left: 15px;
}

.headerbar {
    height: 22px;
    font-weight: normal;
    font-size: 11px;
    color: #ffffff;
    background: #4F4F4F url(images/subheader-bg.gif) top left;
    padding-top: 4px;
    padding-bottom: 3px;
}

.headerbar2 {
    height: 22px;
    font-weight: normal;
    font-size: 11px;
    color: #efefef;
    background: #4F4F4F url(images/subheader2-bg.gif) top left;
    padding-top: 4px;
    padding-bottom: 3px;
}

.subnav {
    width: 144px;
	display: block;
    border-bottom: 1px solid #CCCCCC;
	padding: 3px;
	color: #333366;
}
a.subnav {
    text-decoration: none;
}
a:hover.subnav {
    text-decoration: none;
	background-color: #DFDFDF;
	color: #333333;
}

.subnavon {
    width: 144px;
    display: block;
    border-bottom: 1px solid #CCCCCC;
    padding: 3px;
    text-decoration: none;
    font-weight: bold;
    background-color: #666666;
    color: #ffffff;
}
  

#body
{
  width: 790px;
  height: auto;
  padding: 5px;
  float: left;
  background-color: #FFFFFF;
}

#container
{
  width: 800px;
  background-color: #FFFFFF;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #333333;

}

#header
{
  width: 800px;
  height: auto; 
  background-color: #ffffff;
}

#hleft
{
  float: left;
  width: 800px;
  height: 84px;
}

#hleft img
{
  display: block;
  float: left;
  margin-top: 0px;
  margin-left: 0px;
  *margin-left: 0px;
}

#contentfull
{
    position: relative;
	float: left;
	width: 800px;
	height: auto;
	/* border: 1px solid #000000; */
	padding: 3px;
}


#contentbig
{
    position: relative;
	float: left;
	width: 580px;
	height: auto;
	/* border: 1px solid #000000; */
	padding: 3px;
}

#contentleft
{
    position: relative;
	float: left;
	width: 150px;
	height: auto;
	/* border: 1px solid #000000; */
	padding: 3px;
}

#contentmiddle
{
    position: relative;
	float: left;
	left: 5px;
	width: 417px;
	height: auto;
	/* border: 1px solid #000000; */
	padding: 3px;
}

#contentright
{
    position: relative;
    float: right;
    width: 188px;
    height: auto;
    padding: 0px;
}



#footer
{
  width: 400px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #333333;
  color: #dedede;
  font-weight: normal;
  font-size: 10px;
  text-align: -moz-center;
}



/* PRIMARY NAVIGATION */
#nav-primary {
  width: 800px;
  height: 25px;
  background: #ACADAC url(images/navbar.gif) top left repeat;
  clear: both;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
}

ul.navList {
        list-style: none;
        margin: 0;
        padding: 0;
}

ul.navList li {
        float: left;
        margin: 0 0px 0 0; /* 1px to add small white border */
        padding: 0;

}

ul.navList li a:link, ul.navList li a:visited, ul.navList li a:active {
        background: #ACADAC url(images/tab.gif) top left no-repeat;
        display: block;
        width: 123px;
        height: 25px;
        line-height: 25px;
        font-weight: bold;
        color: #333366;
        text-align: center;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
}



ul.navList li a:hover {
        background: #ffffff url(images/tab-roll.gif) top left no-repeat;
        color: #ffffff;
        font-size: 11px;
        font-weight: bold;
}

ul.navList li.sfhover a:link, ul.navList li.sfhover a:visited, ul.navList li.sfhover a:active {
        background: #ffffff url(images/tab-roll.gif) top left no-repeat;
        color: #ffffff;
        font-size: 11px;
        font-weight: bold;


}

/* show drop down menu */
ul.navList li:hover ul.submenu, ul.navList li.sfhover ul.submenu {
        display: block;
}

ul.navList li:hover a {
        background: url(images/tab-roll.gif) top left no-repeat;
        color: #ffffff;
}

ul.navList li ul.submenu {
        display: none;
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        z-index: 20;
        background: #211747 url(images/dropdown-bg.jpg) top left repeat-x;
        border: 1px solid #fff;
		border-bottom: none;
        width: 123px;
        font-weight: normal;
}

ul.navList li ul.submenu li {
        float: left;
        margin: 0;
        padding: 0;
        display: inline;
        background: url(images/dropdown-divider.gif) bottom center no-repeat;
}

ul.navList li ul.submenu li a:link, ul.navList li ul.submenu li a:visited, ul.navList li ul.submenu li a:active {
        color: #fff;
        height: auto;
        line-height: normal;
        background: none;
        width: 108px;
        text-align: left;
        padding: 7px 4px 7px 9px;
        margin: 0px;
        font-size: 11px;
        font-weight: normal;
}

ul.navList li ul.submenu li a:hover {
        color: #fff;
        background: #5A5A5B;
        border-bottom: 1px solid #ffffff;
        margin-bottom: 0px;
}
a.on
{
  background-image: URL('images/tab-roll.gif') !IMPORTANT;
  color: #FFFFFF !IMPORTANT;
}


/* SECONDARY NAVIGATION */
#nav-secondary {
  width: 800px;
  height: 25px;
  line-height: 22px;
  text-align: center;
  background: #ACADAC url(images/navbar-secondary.gif) top left repeat;
  clear: both;
  border-bottom: 1px solid #666666;
}

#nav-secondary a
{
  color: #FFFFFF;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  margin-right: 10px;  /* originally was 10px with raqxx */
  margin-left: 10px;  /* originally was no margin left */
}

#nav-secondary a:hover
{
  text-decoration: underline;
  color: #FFFFFF;
}

