/* 
    Document   : styles
    Created on : 9 Jan, 2013, 12:28:08 PM
    Author     : chandrkanth
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body{
    background: #000000;
}

html,body{
    width:100%;
    height:100%;
    margin:0px;
    padding:0px;
}

#wrapper{
    width: 100%;
    height:100%;
}

a{
    border:none;
    text-decoration: none;
    color:#ff6600;
}

a:hover{
    color:#666666;
    text-decoration: none;
}

img{border:none; padding:0px; margin:0px}

.space{
    width:1200px;
    height:100%;
    margin:0px auto;
    background:url(../img/landingPage.jpg) no-repeat center top #000000;
}

.container{
    float:left;
    margin-left:110px;
    width: 980px;
    font-family: 'Segoe UI', Arial;
    font-size: 13px;
    color: #000000;
}

.header{
    width:980px;
    float:left;    
    margin:0px auto;
    background:#FFFFFF;
}
.socialNetwork{    
    width:960px;
    float:left;
    background:none;
    padding-top:10px;
    padding-right:20px;
    padding-bottom:0px;
    text-align: right;
    border-top:1px solid #000000;
}
.socialNetwork img{
    margin:0px 1px -4px 0px;
    border:1px solid #333333;
}

.logo{
    padding:10px 25px;
    float:left;
}
.navigation{
    height:100px;
    background:#FFFFFF;
    float:right;
    padding-right:20px;
}
.headerBG{
    width:980px;
    height:5px;
}

.sliderSpace{
    width:980px;
    background:none;
}

.content{
    width:930px;
    background:#FFFFFF;
    float:left;
    text-align: justify;
    color:#333333;
    padding:5px 25px 25px 25px;
}
.content h1{
    font-family:"Quicksand","Segoe UI",Arial;
    padding:0px 0px 5px 0px;
    margin:15px 0px 10px 0px;
    font-weight:normal;
    font-size: 22px;
    color:#333333;
    border-bottom:1px solid #ebebeb;
}
.content h3{
    font-variant: small-caps;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.5px;
    color:#000000;
    padding:0px;
    border-bottom: 1px dotted #666666;
    width:270px;
    margin-top:25px;
    margin-bottom: 5px;
}
.content p{
    padding:5px 0px;
    margin:0px;
    line-height:22px;
}
.content ul{
    maring:0px;
    line-height: 25px;
}

.pageTitle{        
    background: url(../img/title_bg.png) repeat-x;
    font-size:16px;
    text-transform: uppercase;
    color:#ffffff;
    padding:16px 25px;
}
.pageTitle a{
    color:#ff9900;
}
.pageTitle a:hover{
    color:#ffffff;
}

p.readmore{text-align: right; padding:0px; margin:0px;}

h2{
    font-family:"Segoe UI",Arial;  
    font-size: 18px;
    font-weight:normal;
    color:#000000;
    padding:10px 0px 2px 0px;
    margin:0px 0px 10px 0px;
    border-bottom:1px dotted #333333;
}

.companyContent{
    width:630px;
    float:left;
    padding:10px 15px 10px 0px;
}

.news{
    width:260px;
    float:left;
    padding:10px 0px 10px 5px;
}
.news img{
    margin:10px 0px;
}

.green{
    width:980px;
    background:url(../img/greenConsulting_bg.png) no-repeat center;
    height:85px;
    float:left;
}
.consulting{
    width:725px;
    height:85px;
    float:left;
    font-size: 14px;
    color:#ffffff;
    padding-left:25px;
    padding-top:20px;
    line-height: 30px;
}
.greensn{
    width:230px;
    float:left;
    height:85px;
    padding-top:15px;
}
.greensn img{
    padding:2px 0px;
    margin: 0px 2px 2px 0px;
}

.footer{
    font-family: 'Segoe UI', Arial;
    background:url(../img/footer_bg.png) repeat;
    width:980px;
    float:left;
    font-size: 13px;
    color: #666666;
    padding:15px 0px;
}
.copyright{
    width:200px;
    text-align: center;
    float:left;
    padding:10px;
}
.copyright img{
    padding-bottom:10px;
}

.footerlinks{
    width:170px;
    padding-right:15px;
    float:left;
    font-size: 13px;
}
.footerlinks h1{
    font-size: 13px;
    font-weight:normal;
    text-transform: uppercase;
    padding:0px;
    width:140px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #666666;
    margin-left:25px;
}
.footerlinks ul{
    margin:0px 15px 0px 25px;
    padding:0px;
}
.footerlinks ul li{
    list-style: none;
    padding:6px 0px;
}
.footerlinks a{
    color:#666666;
}
.footerlinks a:hover{
    color: #ff9900;
}