/* CSS Document */
body {
    margin: 0px;
    padding: 0px;
    background: url(../images/body_bg.gif) top repeat-x;
    background-color: #ededed;
    color: #333333;
    font: 11px / 1.3em Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.dotted-line{
    border:none; 
    border-bottom:1px dotted #999; 
    background:#fff;
}

.screenshot-img{
    border:1px dotted #999; 
    background:#eee; 
    padding:5px;
}
h1 {
    padding: 0px;
    margin: 0px 0px 0px 0px;
    font-size: 275%;
}

h1.white {
    color: #FFFFFF;
}

h2 {
    padding: 0px;
    margin: 15px 0px 10px 0px;
    font-size: 180%;
}

h2.green {
    color: #3ba800;
}

h3 {
    padding: 0px;
    margin: 5px 0px 5px 0px;
    font-size: 125%;
    font-weight: bold;
}
.green {
	color: #3ba800;
}
.orange {
	color: #F9621A;
}
.blue {
	color: #1176D6;
}

.promo_text {
    color: #fff;
    font: 13px / 1.3em Verdana, Arial, Helvetica, sans-serif;
}
a:link {
    text-decoration: underline;
    color: #004ca8;
}

a:hover {
    color: #a80011;
    text-decoration: underline;
}

a:visited {
    text-decoration: underline;
    color: #004ca8;
}

.footer_text {
    color: #333333;
    text-decoration: underline;
}

.footer_text:hover {
    color: #000000;
    text-decoration: underline;
}

hr {
    color: #dfdfdf;
    background-color: #dfdfdf;
    height: 1px;
    border: 0px solid #dfdfdf;
}
.documentsClose{
    overflow:hidden;
    width:240px;
}
.screenshots{
    border:1px solid #ccc;
    background:#f5f5f5;
    height:500px;
    width:500px;
}
.fullpreview{
    height:400px;
}
.leftslide, .rightslide{
    float:left;
    width:19px;
    height:100px;
    vertical-align:middle;
    background:#e5e5e5;
    cursor:pointer;
    border:1px solid #ccc;
}
.leftslide{
    border-left:none;
    border-bottom:none;
    background: url(/images/icon_previous.png) no-repeat center;
} 

.rightslide{
    border-right:none;
    border-bottom:none;
    background: url(/images/icon_next.png) no-repeat center;
}

.leftslide:hover,
.rightslide:hover{
    background-color:#F0F0F0;
    border-bottom:1px solid #ccc;
}


.thumbnails{
    float:left;
    border-top:1px solid #ccc;
    height:100px;
    width:460px;
    overflow:hidden;
}

.thumbnails td{
    border:1px solid #ccc;
}

#support,
#services,
#products{
    position:relative;
    z-index:1000;
}

#support li,
#services li,
#products li{
    cursor:pointer;
    border-bottom:1px dotted #ccc;
}

#support_menu *,
#services_menu *,
#products_menu *{
    padding:0px;
    margin:0px;
}

#support_menu,
#services_menu,
#products_menu{
    list-style:none;
    list-style-position:outside;
    background:#F0FFF0;
    width:280px !important;
    overflow:hidden;
    height:0px;
    position:absolute;
    z-index:1000;
}

.menu_title{
    font-weight:bold;
}

.menu_description{
    font-size:10px;
}

.products{
    width:280px !important;
/*    background:#E4E4E4;*/
}


.debugmode{
    position:fixed;    
    bottom:0px;
    background:red;
    color:white;
    font-size:12px;
    height:15px;
    width:100%;
    text-align:center;
    z-index:1000000;
}
.debugmode a{
    color:white;
    position:absolute;
    left:15px;
    top:0px;
}
