﻿html {
    height:100%;
}

body  
{
    background-color: #ffffff;
    background-image: url('../images/layout/pagebg.gif');
    background-position: top;
    background-repeat: repeat;
    margin: 			0px;
    padding:			0px;
    border:				0px;
	font-family:		Arial;
	font-weight:		normal;
	font-size:			13px;
	color:         #303030;
    height: 100%;
}

h1 {
	font-family:		Arial;
	font-weight:		bold;
	font-size:			19px;
    color:  			#03509C;
    margin-bottom:      5px;
}

h2 {
	font-family:		Arial;
	font-weight:		bold;
	font-size:			13px;
	color:				#333333;
	margin-top:			5px;
}

h3 {
	font-family:		Arial;
	font-weight:		bold;
	font-size:			13px;
	color:				#333333;
	background-color: 	#ededed;
	border:				1px solid #C0C0C0;
    margin: 0px;
    padding: 5px;
}

a {
	font-family:		Arial;
	font-weight:		bold;
	font-size:			12px;
	color:				#03509c;
	text-decoration:    none;
}
a:hover 
{
    color: #409EFD;
}

#PageContainer
{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
}

/* Styles for the entire LavaLamp menu */
#Navigation
{
    background-image: url('../images/layout/navbg.jpg');
    background-position: top;
    background-repeat: no-repeat;
    height: 50px;
    width: 100%;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
}
        
        
.lavaLamp {
    position: relative;
    height: 35px;
    padding: 10px;
    margin-left: 230px;
    overflow: hidden;
}
.lavaLamp li {
    float: left;
    list-style: none;
}
.lavaLamp li.back {
    border: 1px solid #e5e5e5;
    background-color: #F8B419;
    color: black;
    width: 9px;
    height: 27px;
    z-index: 8;
    position: absolute;
}

.lavaLamp li a {
    font: bold 14px arial;
    text-decoration: none;
    color: #fff;
    outline: none;
    text-align: center;
    top: 7px;
    letter-spacing: 0;
    z-index: 10;
    display: block;
    float: left;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin: auto 5px;
}

html>body .lavaLamp li a {
    margin: auto 10px;
}


.lavaLamp li a:hover, .lavaLamp li a:active, .lavaLamp li a:visited {
    border: none;
    color: white;
}               

.PageContent 
{
    background-color: #fff;
	margin: 0px 17px 10px 17px;
}

.LeftContainer {
    background-image: url('../images/layout/square.png');
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #ffffff;
    padding: 175px 0px 0px 0px;
    width: 201px;
    float: left;
}

.RightContainer {
	float: right;
	margin: 17px 0px 10px 0px;
	vertical-align: top;
    background-color: #ffffff;
    width: 713px;
}

.RightContainer p 
{
	margin-top: 5px;
}

.SectionImage 
{
    margin: 0px 0px 25px 0px;
    float: right;
    padding: 0px;
    float: right;
    overflow: auto;
}

.leftNavBox {
	margin: 0px;	
    width: 200px;
    background-color: #F2F2F2;
    border: solid 1px #c5c5c5;
    margin-bottom: 10px;
}

.leftNavBox h2 {
	background-color: #F8B419;
	background-image: url('../images/layout/glassbg.png');
    background-repeat: repeat;
    color:  #000000;
    font-weight: bold;
    font-size: 15px;
    margin: 0px;
    padding: 5px;
    border-bottom: 1px #c5c5c5 solid;
}

.leftNavBox p  {
    padding: 5px;
    margin: 0px;
    color: #000000;
}

/* image section on home page */
.imagesSection ul {
	text-align: 	center;
	padding: 		0px;
}

.imagesSection ul li {
	display: 			inline;
	float:				left;
	margin-right:		10px;
	margin-bottom:		10px;
	padding: 0px 10px 0px 10px;
}

.imagesSection ul li a img{
    border-style: none;
}
.imagesSection li label {
	display: 			block;
	text-align:			center;
}

#Footer 
{
	background-color:	#21242C;
	height:				40px;
	padding:			10px 17px 0px 17px;
	color: 				#999999;
	font-size:			11px;
}
#Footer a {
	color: 				#cccccc;
	text-decoration:	none;
}
#Footer a:hover {
	color: 				#cccccc;
	text-decoration: 	underline;
}

/* end image section */
.StandardTable 
{
	border:			1px solid #C0C0C0;
    margin:         0px;
    margin-top:     8px;
}
.StandardTable th 
{
    background-color:   #efefef;
    text-align: left;
    font-weight: normal;
    font-size: 11px;
    border-bottom: 1px solid #C0C0C0;
    padding:        5px;
}
.StandardTable 
{
    padding:        5px;
}

.StandardList
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.StandardList li
{
	list-style: none;
	padding: 2px;
	margin: 0;
}
.StandardList li label
{
	width: 6em;
	display: inline-block;
	margin-top: 5px;
	vertical-align: top;
}
.StandardList li span
{
	display: inline-block;
	margin-top: 5px;
	vertical-align: top;
}
.StandardGreyContent
{
	background-color: #F8F8F8;
	border: solid 1px #EAEAEA;
	margin: 1px 0px 0px 0px;
	padding: 5px;
}
.DownloadBox 
{
    width: 550px;
}

.Testimonial 
{
	background-color: #F8F8F8;
	color: #000;
	border: solid 1px #EAEAEA;
	margin: 15px 0px 0px 0px;
	padding: 10px;
	font-style: italic;
    overflow: hidden;
}
.Testimonial img 
{
    float: right;
    vertical-align: top;
    margin: 0px 8px 0px 8px;
}

.sig 
{
    float: right;
    font-weight: bold;
    margin-top:5px;
    margin-right: 10px;
}

.ScreensImage
{
    float: right;
    margin: 10px;
    border: 0px;
}

.ScreensList
{
}

ul#sliding-navigation   
{   
    float: left;
    text-align: left;
    list-style: none;   
    font-size: .75em;   
    margin: 30px 0;   
    padding:0px;
}   
  
ul#sliding-navigation li.sliding-element h3,   
ul#sliding-navigation li.sliding-element a   
{   
    display: block;   
    width: 150px;   
    padding: 5px 15px;   
    margin: 0;   
    margin-bottom: 5px;   
}   
  
ul#sliding-navigation li.sliding-element h3   
{   
    color: #fff;   
    background: #ededed;   
    border: 1px solid #c0c0c0;   
    font-weight: normal;   
}   
  
ul#sliding-navigation li.sliding-element a   
{   
    color: #03509C;   
    background: #ededed;   
    border: 1px solid #c0c0c0;   
    text-decoration: none;   
}   
  
ul#sliding-navigation li.sliding-element a:hover { color: #409EFD; }  

/*
.LeftNavLinks 
{
    background-color: #ededed;
    border: solid 1px #c0c0c0;
}
.LeftNavLinks ul
{
    list-style-image: url('../images/layout/navbullet.gif');
}
.LeftNavLinks ul li 
{
    border-bottom: solid 1px white;
}
.LeftNavLinks ul li a
{
    font-family: Verdana;
    font-weight: normal;
    display: block;
    width: auto;
    padding: 5px 0;
    padding-left: 10px;
    text-decoration: none;
}
.LeftNavLinks ul li a:hover
{
    font-family: Verdana;
    font-weight: normal;
    background-color:#f5f5f5;
    display: block;
    width: auto;
    padding: 5px 0;
    padding-left: 10px;
    text-decoration: none;
}
*/
.JumpToList
{
    margin-left: 0px;
    list-style-position: inside;
}
.JumpToList li 
{
    color: #03509C;
}

.FeatureImage
{
    float: right;
    margin: 10px;
}

.feature {
	font-family:		Arial;
	font-size:			10px;
	font-weight:		bold;
	font-style:			normal;
	color:				red;
}
.hotfix {
	font-family:		Arial;
	font-size:			11px;
	font-weight:		bold;
	font-style:			normal;
	color:				#4F81BD;
}

.small {
	font-family:		Verdana;
	font-weight:		normal;
	font-size:			10px;
	color:				#333333;
}

.price {
	font-family:		Verdana;
	color:				red;
	font-weight:		bold;
	font-size:			13px;
}
.ad 
{
	border:				1px solid #C0C0C0;
    text-align: center;
    margin: 0px auto;
    padding-bottom: 10px;
}

.ad label 
{
    font-size: 0.75em;
}

/* attributes */
.Attr-Right {
	float: right;
}
.Attr-Hide 
{
    display: none;
}
.Attr-FullWidth
{
	width: 100%;
}
.Attr-MarginTop
{
    margin-top: 25px;
}
.Attr-MarginBottom
{
    margin-bottom: 25px;
}
.Attr-NoMarginTop 
{
    margin-top: 0px;
}
.Attr-ImageBuffer
{
    margin: 10px;
}
/* end attributes */