 text/css index.css
ASCII C program text

 text/css index.css
ASCII C program text

/********************************************************************
    File:   
        indexCSS.css
    Brief:  
        Hold styles used in index.html
    Author:
        DigitalCavalry
    Author URI:
        http://graphicriver.net/user/DigitalCavalry
*********************************************************************/

/******************************** 
    ACCORDION
*********************************/

#accordionContainer {
    width:960px; 
    height:300px; 
    overflow:hidden; 
    background-color:#E314C7;
    position:relative;
    border:0px solid #EEE; 
    margin-left:40px; 
    margin-top:15px;
}

.asyncImgLoadAccordion { clear: none; }

.accordionImgDiv 
{
    width: 760px;  
    height: 300px; 
    position: absolute;  
    border-left:1px solid #222;  
    margin-left: 0px; 
    background-color: black; 
    cursor:pointer;
    overflow: hidden;
}



.accordionImgDiv .slideDesc
{
  position: absolute;
  left: 10px;
  bottom: 15px;
  font: normal 12px/12px "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #eee;     
}

.accordionSlideImage 
{
    border-left: 0px solid #AAA; 
    width:760px; 
    height:300px;
    
   background-image: url('../img/common/ajax/loading10.gif');
   background-repeat: no-repeat;
   background-position: 50% 50%; 
}    

.accordionDescBack 
{
    bottom:-70px;
    margin-left:0px;
    margin-top:0px;
    position:absolute;
    left:0px;
    width:760px;
    height:70px;
    opacity:0.0;
    filter:alpha(opacity=0); /* IE */ 
    background-color:#000;
    border-top:1px solid #111;
}

.accordionDesc 
{
    font-weight:normal;
    font-family: verdana;
    font-size:10px;
    padding-top:0px;
    padding-left:10px;
    text-align:left;
    color:#DDD;
    bottom:-70px;
    margin-left:0px;
    margin-top:0px;
    position:absolute;
    left:0px;
    width:760px;
    height:70px;
    opacity:0.0;
    filter:alpha(opacity=0); /* IE */ 
    background:none;
    border:0px solid red;
}

.accordionDescHeader 
{
    margin-top:5px;
    position:static;
    color:#FFF;
    font: bold 25px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding-bottom:3px;
    margin-bottom:0px;
}
 
/****************************************** 
   NEWS BAR AND ACCORDION CONTROL PANEL
*******************************************/

#newsBarContainer
{
    margin-left: 40px;
    height: 16px;
    width: 940px;
    margin-top:5px;
    margin-bottom: 5px;
}

#newsBar
{
    width: 600px;
    left:0px;
    top:0px;
   
    background-color: white;
    font: 10px/16px Verdana;
    float:left;
    margin-left: 0px;

}

#newsBarText 
{
   color: #666;
} 
#newsBarTitle 
{
   color: #000;
   font-weight: bold;
} 
.newsBarNews 
{
  display: none; 
}

#accordionControlPanel
{
    text-align:right;
    width:250px;
    height:14px;
    margin-right:0px;
    display:inline; 
    float:right; 
    margin-bottom:2px; 
    margin-top:0px;
}

#accorControlBtnDesc
{
    margin-right:5px;
    line-height:10px;
    padding-top:0px;
    margin-top:0px;
    font:10px/16px Verdana;
    color:#666;
    vertical-align:top;
}

.accorControlButton
{
    cursor: pointer;
    vertical-align: top;
}

/****************************************** 
   CSS STYLES FOR TABS IN FILE index.html 
*******************************************/

#tabsContainer
{
   width: 960px;
   height: 172px; /* 32px for buttons and 140px for tab content*/
   margin-left: 40px;
   margin-bottom: 10px;
   background-color: #FFF;
   
}

#tabsWrapper
{
    margin: 0px;
    width: 960px;
    height:140px;
    overflow: hidden;
    background-color: #000;
    position: relative;
}

#tabsBtnBar
{
    height: 32px;
    width: 960px;
    background-color: #FFF;
}

.tabsBtn
{
   height: 32px;
   float: right;
   font: normal 12px/32px "Trebuchet MS", Arial, Helvetica, sans-serif;
   text-transform: uppercase;
   color: #FFF;
   background-color: #000;
   padding-right: 14px;
   padding-left: 14px;
   cursor: pointer;
   border-top: 1px solid #b91b21;
}

.tabsDefaultTab
{
    display:none;   
}

.tabsSource
{
    display:none;   
}

.tabsGeneral 
{
    position: absolute;
    padding-top: 10px;
    padding-left: 10px;
    width:940px;
    margin: 0px;
    background-color:transparent;
    visibility:visible;
    left: 0px;
    top:200px;    
}

.tabsFeatureImageContainer
{
    float:left; 
    margin-right:10px;
    width:168px;
    height:112px;
    background-color:#000;
    border: 1px solid #333;
    padding: 3px;
    
    background-image: url('../img/common/ajax/loading6.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;       
}

.tabsThumbsContainer
{
    margin-top:15px; 
    border: 0px solid blue;
    margin-right: 0px;
}

.tabsThumb
{
    display:block;
    float:right;
    width:26px;
    height:26px;
    background-color:white;
    background-image: url('../img/common/ajax/loading2.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-left:5px;
    overflow: hidden;
    border: 1px solid #aaa;
    cursor:pointer;
}

.tabsThumb:hover
{
    border: 1px solid #222;
}

.tabsDesc
{
    font: 11px Verdana;
    color: #FFF;
    line-height: 140%; 
}

.tabsHeader
{
    margin-bottom: 5px; 
    font: bold 25px "Trebuchet MS", Arial, Helvetica, sans-serif;
    height: 30px;
    color:#B91B21;
	
}

/****************************************** 
   SERVICES AND PRODUCTS, LAST NEWS LIST
*******************************************/  

#corporateInfoContainer
{
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    width: 1000px;
    padding-left: 40px;
    height: 1220px;
    border-top: 0px dotted #ccc;  
    border-bottom: 0px solid #FFF;
    /*
    background-image: url('../img/index/gradient.jpg');*/
    background-color: white;
    background-position: 90% 100%;
    background-repeat: repeat-x;
}

.columnServicesProducts
{
    display:block;
    float:left;
    color:#222;
    width:600px;
    height:1150px;
    padding-left:0px;
    padding-right:30px;
    margin-top: 10px;
    background-color: white;
    background-image: url('../img/index/spliterForGradient.jpg');
    /* background-image: url('../img/index/spliterForWhite.jpg'); */
    background-repeat:no-repeat;
    background-position: 100% 50%;      
    
}

.columnLatestNews
{
    display:block;
    float:left;
    width:320px;
    height 1150px;
    padding-left:20px;
    padding-right:20px;
    overflow: hidden;
    margin-top: 5px;
    font: 12px Verdana;
    line-height: 190%;
    background-color: white;
}
.lastNews
{
    height: 40px;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 0px;
    padding-top: 0px;
    cursor: pointer;
    background-color: transparent;
    border-bottom: 1px solid #ECECEC;
}
.sales-box1{
color: #FFFFFF;	
display:block;
float:left;	
background: black;
margin-top: 15px;
margin-bottom: 0px;
width: 300px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
margin-left: 28px;
margin-right: 28px;
border: 1px solid #333;
border-left: 2px solid #999;
border-bottom: 2px solid #999;
padding-top:5px;
padding-bottom:5px;
text-align: left;
font: italic 12px Verdana;
}

.lastNews:hover
{
    background-color: #e8e8e8;
}

.lastNewsDate
{
    color: #B91B21;
    font: 11px Verdana;
    line-height: 0px;
    text-align:left;
    
}  

.lastNewsTitle
{
    color: #333;
    font: 11px Verdana;
    margin-top: 2px;
    display: block;

}

.lastNewsText
{
    color: #999;
    font: 9px Verdana;
    margin-top: 2px;
    display: block;
}   

.columnText
{ 

    padding-top: 15px;
    padding-left: 10px;
    border-top: 1px solid #ddd;
    margin-top: 10px;
    font: 12px Verdana;
    line-height: 150%;
}

.columnTextLastNews
{
    padding-top: 10px;
    padding-left: 0px;
    border-top: 1px solid #ddd;
    margin-top: 10px;
    font: 12px Verdana;
    line-height: 150%;
}

#servicesProductsHeader
{
    font: bold 30px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #000;
    padding-left: 10px;
}

#latestNewsHeader
{
    font: bold 30px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #000;
    padding-left: 10px;
}
.contentSectionTitleWhite
{
   height: 10px; 
   padding-top:0px;
   padding-bottom:0px;
   padding-left: 0px; 
   font: 10px Verdana; 
   font-weight:bold;
   background-color:#FFF; 
   color:#222;
   text-align: left;
   border-left: 0px solid #eee;
   border-top: 0px solid #ddd;
   border-right: 0px solid #eee;
   border-bottom: 0px solid #ddd;
   text-transform: uppercase; 
} 
.desc-text-title
{
	font-size:22px;
	padding-left:6px;
	font-variant:small-caps;
	font-weight:bold;
}
.desc-text-content
{
	padding-left:6px;
	font-size:16px;
}

-webkit-border-radius: 15px;
-moz-border-radius: 15px;
}
/* PORTFOLIO */
    


.borderWhite
{
    border-right: 1px solid #fff; 
}

.borderGray
{
    border-right: 1px solid #eee; 
}

/* PORTFOLIO */
    
#portfolioContainer
{
    width:1000px;
    height: 560px;
    margin-bottom : 0px;
    margin-left: 1px;
    margin-top: 15px;
    overflow: hidden;
    position: relative;
}

.portfolioPage
{
    width:900px;
    height: 560px;
    position: absolute;
    background-color: #FFF;  
    left: 0px;
    top: 0px;
}

.portfolioProjectWrapper
{
    width: 290px;
    height: 290px;
    overflow: hidden;
    float: left;
	margin-left:5px;
	margin-top:20px;
	margin-bottom:20px;
	
}

.borderWhite
{
    border-right: 1px solid #fff; 
}

.borderGray
{
    border-right: 1px solid #eee; 
}

.portfolioProjectWrapper .image
{
    width: 290px;
    height: 290px;
    margin-left: 1px;
    margin-top: 0px;
    background-color: #fff;
    
    
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
}

.portfolioProjectWrapper .image:hover
{
    opacity:0.9;
    filter:alpha(opacity=90); /* for IE*/ 
}

.portfolioProjectWrapper .imageDesc
{
   font: 9px Arial;
   color:#666;
   text-align: right;
   padding-right: 5px;
   margin-top: 4px;
}

.portfolioProjectWrapper .title
{
    color: #cc0066;
    font: 20px Verdana;
    padding-left: 5px;
    margin-top: 5px;
}

.portfolioProjectWrapper .subtitle 
{
    color:#999;
    font:12px Verdana;
    padding-left: 5px;
}  

.portfolioProjectWrapper .desc
{
    font: normal 11px Verdana;
    color: #000;
    padding-left: 1px;
    padding-right:1px;
    margin-top: 10px;
}

#portfolioControlPanel
{
    width: 910px;
    margin-left: 20px;
    height: 37px;
    border: 0px solid red;
    margin-top: 20px;
    text-align: center;
    position: relative;
}


#portfolioPrevPageBtn
{
    width: 144px;
    height: 37px;
    
    cursor: pointer;
    position: absolute;
    left:0px;
    top:0px;
    
    width: 144px;
    height: 29px;
    background-color: #FFF;
    border: 1px solid #ddd;
    color: #000;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    padding-top: 8px;
    text-decoration: none;    
}
  
#portfolioPrevPageBtn:hover
{
    background-color: #000;
    border: 1px solid #000; 
    color: #FFF;
}

#portfolioNextPageBtn
{
    width: 144px;
    height: 37px;
    
    cursor: pointer;
    position: absolute;
    right:0px;
    top:0px;    

    
    width: 144px;
    height: 29px;
    background-color: #FFF;
    border: 1px solid #ddd;
    color: #000;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    padding-top: 8px;
    text-decoration: none;    
}

#portfolioNextPageBtn:hover
{
    background-color: #000;
    border: 1px solid #000; 
    color: #FFF;
} 

/* OTHER PORTFOLIOS */
 
#portfolioContentContainer
{
    width: 960px;
    margin-left: 40px;
    margin-top: 30px;
    padding-bottom: 40px;
}

.portfolioOtherHeader
{
    font: normal 42px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #cc0066;
    margin-left: 0px;
    margin-bottom: 20px;
}

.portfolioListContainer
{
    margin-top:0px;
    width: 600px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-bottom:40px;
    border: 0px solid #aaa;
    float:left;
}
    

.portfolioListItemContainer
{
    width: 600px;
    margin-bottom: 50px;
}
    

        
.portfolioListItemImage
{
    height: 120px;
    border: 0px solid #aaa;
    background-color: #FFF;
        
    background-image: url('../img/common/ajax/loading3.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.media 
{

    width:550px; 
    height:200px;
   background-image: url:url(../img/kama/media.jpg)
   background-repeat: no-repeat;
   background-position: 50% 50%;
}    
/* image in text */

.image280InTextWrapperLeft
{
    float:left;
    margin-right:20px;
    margin-top:20px;
    margin-bottom: 20px;
    width: 280px;
}

.image280InTextWrapperRight
{
    float:right;
    margin-left:20px;
    margin-top:20px;
    margin-bottom: 20px;
    width: 280px;
}

.image320InTextWrapperLeft
{
    float:left;
    margin-right:20px;
    margin-top:20px;
    margin-bottom: 20px;
    width: 320px;
}

.image320InTextWrapperLeft p
{
    text-indent:0px !important;
}

.image320InTextWrapperRight
{
    float:right;
    margin-left:20px;
    margin-top:20px;
    margin-bottom: 20px;
    width: 320px;
}

.image320InTextWrapperRight p
{
    text-indent:0px !important;
}

.imageInTextDesc
{
    font:11px Verdana;
    color:#000;
}