* {
	margin: 0px;
	padding: 0px;
		
}

html, body {
	color: #000;
	font-family: verdana;
	font-size: 10px;
	height: 100%;
	margin: 0;
}
img {
	border: 0;
}

td {
	line-height: 15px;
}
p {
	margin-bottom: 4px;
}
A{
	text-decoration: none;
	color: #000000;
}

A:link {
		color: #999;
}
A:visited {
		color: #999;
}
A:hover {
		color: #29A0D7;
}

#background {
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    overflow: hidden;
    z-index:0;
}
#loupe{
    position: absolute;
    top: 53px;
    right: 15px;
    padding: 5px;
    background-color: #F9F9F9;     
    z-index:3;                
}
#all {
	position: absolute;
	top: 30px;
	visibility: visible;
	width: 990px;
	left: 50%;
	margin-left: -495px;
    background-color: none; 
	z-index:1;
}
#allcontent{
    position: relative;
    float: left;
    width: 950px;
    padding: 20px;
    background-color: #F9F9F9;    
    z-index:2;     
}
#top{
	position: relative;
	float: left;
	width: 950px;
    height:41px;
    padding-top: 5px;
	margin-bottom: 35px;
}
	#logo{
		position: relative;
		float: left;
		width: 205px;
		height: 46px;
	}
	#menu{
		position: relative;
		float: left;
		width: 745px;
		height: 47px;
	}
		#menu ul {
			position: absolute;
			bottom: 0;
			list-style: none;
		}
        #mainPathDiv ul {
            list-style: none;
        }        
			#menu ul li, #mainPathDiv ul li {
				list-style: none;
				display: inline;
				padding-right: 15px;
				text-transform: uppercase;
			}
            #menu ul li a, #mainPathDiv ul li a {
                font-weight: bold;
            }            
			#menu ul li a.active, #mainPathDiv ul li a.active {
				font-weight: bold;
                color: #000;
				text-decoration: none;
			}
					
#main{
	position: relative;
	float: left;
	width: 950px;
}
#colleft{
	position: relative;
	float: left;
	width: 175px;
	margin-right: 30px;
}
	#choice{
        position: relative;
        float: left;        
        width: 175px;
        margin-bottom: 28px;	
	}
	#list{
        position: relative;
        float: left;        
        width: 145px;
        padding-right: 30px;
	}
	.ClientListPopup{
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
		color: #000000;	
		background-color:#F3F4F4;
		width: 160px;
		padding: 8px 10px 5px 10px;
		border: none;
	}
	.CatList {
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
		color: #000000;	
	}
    .lnkclient{
        line-height: 12px;
        padding-bottom: 3px;
    }
    .lnkclientS{
        padding: 5px 0;
        font-weight: bold;
    }
    .workLink{
        font-weight: normal;    
    }
    .workLinkS{
        font-weight: bold;
    }	
	#news{
		position: relative;
		float: left;
		margin-top: 60px;
        display: none;
	}
	
#mainWrapperDiv{
	position: relative;
	float: left;
	width: 745px;
}
#mainPathDiv{
	position: relative;
	float: left;
	width: 745px;
	height: 49px;
    padding-top: 7px;
}
#mainContentDiv{
	position: relative;
	float: left;
	width: 745px;
}
    #mainContentDiv h2{
        padding-bottom: 5px;

    }
    #mainContentDiv ul {
        list-style: none; 
        margin-bottom: 20px;
        
    }
    #mainContentDiv ul li{
        list-style: none;
        color: #666;
        margin-bottom: 3px;
    }
.contentLine{
    position: relative;
    float: left;
    width: 745px;
    margin-bottom: 35px;
}
.contentThumb{
    position: relative;
    float: left;
    width: 118px;
    height: 180px;
    border :solid 1px #E1E1E1;
    margin-left: 31px;
}
.contentThumb img{
    border: none;
    border-bottom: solid 1px #E1E1E1; 
}  
.lastContentThumb {
    margin-left: 0;
}
span.workLegend {
    position: absolute;
    bottom: 5px;
    padding: 0 5px;
    color: #000;
    font-weight: bold;
}

.input{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color:#ffffff;
    color: #666666;
    font-size: 10px;
    border: 1px solid #cccccc;
    width: 260px;

}
.inputMedium{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color:#ffffff;
    color: #666666;
    font-size: 10px;
    border: 1px solid #cccccc;
    width: 155px;

}
.inputSmall{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color:#ffffff;
    color: #666666;
    font-size: 10px;
    border: 1px solid #cccccc;
    width: 90px;

}
.inputButton{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color:#ffffff;
    color: #666666;
    font-size: 9px;
    border: 1px solid #cccccc;
    width: 45px;

}