﻿body, html
{
	background-color:#c1cfd9;
	margin:50px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a, a:link, a:active, a:visited
{
	color:#fcfcfc;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
	color:#fff;
}

#container
{
	width:1000px;
	min-height:500px;
	background-color:#000;
	background-image:url(images/bg-b.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	border:1px #e7f0f3 solid;
	margin: 0 auto 0 auto;
}

#top-bar
{
	width:990px;
	padding:5px;
	border-bottom:1px solid #202020;
	float:right;
}
#top-bar a
{
	float:right;
}

#logo span
{
	display:none;
}
#logo
{
	width:260px;
	height:80px;
	background-image:url(images/logo.png);
	padding:20px;
	background-repeat:no-repeat;
	background-position:center;
}

#content
{
	min-height:300px;
	margin-left:120px;
	margin-right:120px;
	margin-top:80px;
	cursor:default;
}

#partner span
{
	display:none;
}

#partner
{
	width:63px;
	height:31px;
	background-image:url(images/mspartner.png);
	padding:20px;
	background-repeat:no-repeat;
	background-position:center;
}

.section-title span
{
	display:none;
}

#home
{
	background-image:url(images/heading-home.png);
	width:150px;
	height:40px;
}

#shadow
{
	background-image:url(images/shadow.png);
	width:10px;
	height:284px;
	position:absolute;
	padding-right:1002px;
	background-repeat:no-repeat;
	background-position:right;
	z-index:-100;
}

#navigation
{
	position:absolute;
	margin-left:600px;
	margin-top:-115px;
}

        .navMenu {
            position: relative;
            height: 29px;
            width: 421px;
            padding: 15px;
            margin: 10px 0;
            overflow: hidden;
        }
                .navMenu li {
                    float: left;
                    list-style: none;
                }
                    .navMenu li.back {
                        background: url("images/lava.gif") no-repeat right -30px;
                        width: 9px; height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                        .navMenu li.back .left {
                            background: url("images/lava.gif") no-repeat top left;
                            height: 30px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .navMenu li a {
                        font: lighter 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 10px;    
                    }
                        .navMenu li a:hover, .navMenu li a:active, .navMenu li a:visited {
                            border: none;
                        }
						
.styledTextBox {
	border:1px solid #CCCCCC;
	font-size:16px;
	height:25px;
	margin:2px;
	padding:2px;
	width:300px;
	background-color:#c0c0c0;
}

.case-study
{
	margin-top:40px;
	clear:both;
}

.project-title
{
	font-weight:lighter;
	font-family:"Segoe UI", Tahoma, Geneva, Verdana;
	font-size:20px;
	width:100%;
}

.client-name
{
	font-size:11px;
	font-weight:bold;
	clear:both;
	width:100%;
}

.project-desc
{
	font-size:11px;
	line-height:150%;
	float:right;
	width:500px;
}
.project-images
{
	float:left;
	width: 200px;
}

.project-images ul li
{
	
	list-style:none;
	margin-left:0;
	padding-left:0;
}
.clear
{
	clear:both
}
#selected-clients
{
	
	margin:0 auto;
	width:525px;
	height:58px;
	background-image:url(images/sentio-clients-light.png);
        display:none;
}