@charset "UTF-8";
/* ###################################################################
   ##  VOICEVARE                                                    ##
   ##  Date:    January 2010                                        ##
   ###################################################################                                
   
    1. Global Styles
       1.1 Reset
       1.2 Default
      
    2. Layout
       
*/

/* 1. Global Styles
####################################################################### */

/* 1.1 Reset
---------------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-style: inherit;
    font-weight: inherit;
}

article, aside, dialog, figure, footer, header, 
hgroup, nav, section { 
  display: block;
}

a, ins, del {
  text-decoration: none
}

q, blockquote {
    quotes: none;
}

q:after, q:before,
blockquote:after, blockquote:before {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th, td {
  vertical-align: top;
}

th {
  text-align: left;
}

button, input, select, textarea {
  font: inherit;
}

/* 1.2 Default
---------------------------------------------------------------------- */

body {
  color: #fff;
  background: url("../images/background.jpg") repeat 100% 100%; 
  font-family: Arial;
  font-size:12px;
  text-align:center;
}

a:hover,
a:focus {
  text-decoration: underline;
}
                                                        
del       { text-decoration: line-through; }
strong, b { font-weight: bold; }
em, i     { font-style: italic; }
li        { list-style: none; }

img {
  display: block;
}

button, input[type="submit"], input[type="image"] {
  cursor: pointer;
}

/* 2. Layout
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */

#main{
    margin: 0 auto;
    width:1100px;
}

#container {
  width: 947px;
  background: url("../images/header.jpg") no-repeat 50% 0;
  height: 453px; 
  text-align:center;
  padding:205px 0 0 0;
  margin: 0; 
  float:left;
}

#background-left{
    background: url(../images/left.png) no-repeat;
    width:61px;
    height:230px;
    float:left;
}

#background-right{
    
    background: url(../images/right.png) no-repeat;
    width:92px;
    height:230px;
    float:left;
}

#wrapper {
    clear:both;
    width:921px;
    height:auto;
    z-index:1;
    padding:3px 0 0 0;
}

#inner-container {
    background: url("../images/top-blue.png") no-repeat;
    width:948px;
    height:auto; 
    margin: 0 auto;
    padding:10px 0 0 16px;
}

#background-bottom{
    background: url("../images/footer.png") no-repeat 50% 50%;
    height: 213px;
    width:947px;
    position:relative;
    margin:auto;
    z-index:-1;
    margin:-18px 0 0 0;
}

#content-top {
    background: url("../images/content-top.png") no-repeat; 
    width:921px;
    height:36px;  
    text-align:left;      
}

#content-top a#contact{
    position: absolute;
    width:135px;
    height:40px;
    margin:-2px 0 0 758px;
}

#content-top a#contact:hover{
    background: url(../images/contact-a.jpg) no-repeat;
}

#content {
    background: url("../images/content-bg.png") repeat-y; 
    width:920px; 
    margin: 0 0 0 1px;  
}

#content .left{
    float:left;
    width:390px;
    padding:20px 34px 0 40px; 
}

#content .left p {
    margin: 28px 0 0 0;
    text-align:left;  
    font-size:13px;
}

#content .left p span{
    background: #4a4a4a;
    font-weight:bold;
    color: #e6e4b4;
}

#content .left .line{
    background: url(../images/vertical-line-bg.gif) repeat-x;
    width:440px;
    height:9px;
    margin:40px 0 20px -30px;    
}

#content .left .people{
    text-align:left;
    clear:both;   
}

#content .left .people .item{
    margin: 10px 30px 0 0;
    width:165px;  
    float:left; 
    text-align:left;
}

#content .left .people .item .name{
    font-weight:bold;
    font-size:13px;    
    
}

#content .left .people .item .desc{
    color: #929292; 
    font-size:13px;      
}

#content .left .item .profiles p{
	color: #929292;
    font-weight:bold;
    margin:10px 0 5px 0;
}

#content .left .item .profiles li{
    margin:5px 0 0 0 ;
    width: 165px;   
}

#content .left .item .profiles li a{   
    color: #a2c05b;
} 
  
#content .left .item .profiles li a:hover{   
    color: #ffc000;
}   

#content .left .blog{
    clear:both;
    text-align:left;
    padding:25px 0 0 0; 
}     

#content .left .blog ul{
    margin:5px 0 0 0;
}

#content .left .blog ul li{
    margin:5px 0 0 0;
    font-size:10px;
    color: #929292;
    width:370px;
	font-style: italic;
    padding:0 0 0 2px;
    background: url(../images/list-dot.png) no-repeat;
} 

#content .left .blog ul li a{  
    color: #a2c05b;  
    font-size:12px;
    margin:0 10px 0 10px;
	font-style: normal;
}  

#content .left .blog ul li a:hover{   
    color: #ffc000;
}  

#content .left .blog ul li .line{
    background: url(../images/vertical-line-simple-bg.gif) repeat-x;
    height:1px;
    width:370px;
    margin:5px 0 0 0;;
}  


   




#content .right{
    float:left;      
    text-align:left;
}

#content .right .showcase{
    background: url(../images/showcase-bg.png) no-repeat;
    width:404px;
    height:34px;
    margin: 20px 0 0 13px;
    padding: 2px 0 0 8px;
    
}

#content .right .product{
    clear:both;
    margin: 20px 0 0 20px;
    width:385px;
    padding:35px 0 0 0;
}

#content .right .product .img{
    float:left;
    width: 145px;
    text-align:center;
}

#content .right .product .img img{
}


#content .right .product .content{
    float:left;
    margin: 0 0 0 8px;
    width: 225px;
    text-align:center;
}  

#content .right .product .content .title{
    margin: 0 0 15px 0;
    height:20px;
    text-align:left;
}


#content .right .product .content .desc{
    background: url(../images/item.png) no-repeat;
    padding: 0px 0 0 18px;
    text-align:left;
}

#content .right .product .content .desc p{
    font-family: Georgia;
    font-size:14px;
    color: #a5a5a5;
}

#content .right .product .content .desc a{
    font-size:12px;
    color: #a2c05b;
}

#content .right .product .content .desc a:hover{   
    color: #ffc000;
}  

#content-bottom {
    background: url("../images/content-bottom.png") no-repeat; 
    width:881px; 
    height:120px; 
    margin: 0 0 0 1px; 
    text-align:left;
    padding-left:40px;
    
}

#content-bottom .title{
    padding:30px 0 0 5px;
    width:130px;  
    float:left;
}

#content-bottom .partners{
    float:Left; 
    padding:15px 0 0 0;
}

#content-bottom .partners  a{
    float:left;       
}

#content-bottom .partners .partner{
    float:left;
    
}

#content-bottom .partners .mysql{
    background: url(../images/partners.png) no-repeat 0px 0;
    width:80px;
    height:50px;
}

#content-bottom .partners .java{
    background: url(../images/partners.png) no-repeat -80px 0px;
    width:50px;
    height:50px;
} 

#content-bottom .partners .php{
    background: url(../images/partners.png) no-repeat -130px 0px;
    width:70px;
    height:50px;
} 

#content-bottom .partners .jboss{
    background: url(../images/partners.png) no-repeat -200px 0px;
    width:80px;
    height:50px;
} 

#content-bottom .partners .asterisk{
    background: url(../images/partners.png) no-repeat -280px 0px;
    width:80px;
    height:50px;
} 

#content-bottom .partners .opensips{
    background: url(../images/partners.png) no-repeat -360px 0px;
    width:110px;
    height:35px;
} 

#content-bottom .partners .freeswitch{
    background: url(../images/partners.png) no-repeat -470px 0px;
    width:110px;
    height:35px;
} 

#content-bottom .partners .sangoma{
    background: url(../images/partners.png) no-repeat -580px 0px;
    width:118px;
    height:30px;
} 

#contact-lightbox{
    display:none;
    background: url(../images/lightbox-bg.png) no-repeat;
    width:743px;
    height:449px;
    padding:30px 0 0 30px;
    text-align:left;
    
}

#contact-lightbox #modalClose{
    background: url(../images/lightbox-close.png) no-repeat;
    width:17px;
    height:17px;
    position:absolute;
    margin: 10px 0 0 650px;
}
#contact-lightbox #modalClose:hover{
    background: url(../images/lightbox-close-a.png) no-repeat;
}

#contact-lightbox #contact-desc-err{
    background: url(../images/lightbox-error-bg-short.png) no-repeat;
    width:155px;
    height:42px;
    padding:8px 0 0 15px;
    font-size:15px;
    font-weight:bold;
    margin: 50px 0 0 -160px;
    color: #fff;
    position:absolute;
}

#contact-lightbox #contact-name-err{
    background: url(../images/lightbox-error-bg-long.png) no-repeat;
    width:190px;
    height:42px;
    padding:8px 0 0 15px;
    font-size:15px;
    font-weight:bold;
    margin: 235px 0 0 -180px;
    color: #fff;
    position:absolute;
}

#contact-lightbox #contact-email-err{
    background: url(../images/lightbox-error-bg-long.png) no-repeat;
    width:190px;
    height:42px;
    padding:8px 0 0 15px;
    font-size:15px;
    font-weight:bold;
    margin: 275px 0 0 -180px;
    color: #fff;
    position:absolute;
}

#contact-lightbox .title{
    width:400px;
    height:50px;
    font-size:30px;
    font-weight:bold;
    padding:9px 0 0 30px;
    text-align:left;
    
}

#contact-lightbox textarea{
    border:0;
    background: url('../images/lightbox-input-bg.gif') repeat;
    width: 620px;
    height:150px;
    overflow: hidden;
    font-family: Georgia;
    font-size: 16px;   
    margin: 0 0 20px 30px; 
    line-height:30px;
    color:#fff; 
}

#contact-lightbox .label{
    clear:both;
    font-size:18px;
    margin: 10px 0 0 30px;  
    width:100px;
    float:left;
    height:30px; 
}

#contact-lightbox input{
    float:left;
    margin: 0px 0 0 10px;
    border:0 none;
    background: url('../images/lightbox-input-bg.gif') repeat-x;
    font-size: 16px; 
    font-family: Georgia;
    width:440px;
    height:30px;
    line-height:30px;
    color:#fff; 
    position:relative;
}

#contact-lightbox #send{
    border:0 none;
    background: url(../images/button-send-titled.gif) no-repeat;        
    width:131px;
    height:39px;
    float:left;
    margin:10px 0 0 200px;
}

#contact-lightbox #send:hover{
    background: url(../images/button-send-titled-a.gif) no-repeat;    
}

#contact-lightbox div.cancel{
    background: url(../images/button-cancel-titled.gif) no-repeat;
    width:131px;
    height:39px;
    margin: 10px 0 0 10px;
    float:left;
}

#contact-lightbox div.cancel:hover{
    background: url(../images/button-cancel-titled-a.gif) no-repeat;
}

.clear { clear: both; background: none; }


/***********************************
******** SIFR **********************
************************************/
 
.flash-title
{
    background: #fff;  
    font-size:22px;
      font-family: Arial;
}

.sIFR-active .flash-title
{
      visibility: hidden;
      font-family: Verdana;
      line-height: 1em;
      background: url(../images/content-bg.png) repeat left center;     
}

.sIFR-active .h1
{
    font-size:26px;   
    visibility: hidden;
      font-family: Verdana;   
}

h1 {
    font-size:25px;
    text-align:left;    
    color:#e6e4b4; 

    
}

h2 {
    font-size:21px;
    font-weight:bold;
    color:#fff; 
}

h3 {
    font-size:21px;
    font-weight:bold;
    color:#181818;
}

h4 {
    font-size:24px;
    font-weight:bold;
    color:#fff;
}
