body {
	margin: 0;
    font-family: "Lucida Sans Unicode", Verdana, Helvetica, lucida, sans-serif;
    font-size: 12px;
}

img {
    border: 0;
}

#container {
    background: white url("../images/bodyBg.png") top left repeat-x;
}

#Home #container {
    width: 100%;
    height: 600px;
    padding: 0;
    margin: 20px 0;
}

#Home #content {
    width: 945px;
    height: 540px;
    margin: 0 auto;
    background: transparent url("../images/koch.png") top right no-repeat;
    position: relative;
}

#content {
    margin: 10px 10%;
}

#header {

}

#title {
    top: 72px;
    text-indent: -9000px;
    position: relative;
    height: 170px;
}

#title img {
    position: absolute;
    top: 0;
    left: 0;    
}

#strip {
    position: absolute;
    top: 285px;
    text-align: -9000px;
    background: transparent url("../images/samples.png") top left no-repeat;
}

#strip ul {
    margin: 15px 0 0 0;
    padding: 0;
}

#strip ul li {
    list-style: none;
    float: left;
    margin-right: 5px;
}

#strip ul li a {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
    opacity: 0.4;
}

#strip ul li a:hover {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
    opacity: 1.0;
}

#strip ul li img {
    border: 5px solid #333;
    border-left: 1px;
    border-right: 1px;
}

#showreel {
    position: absolute;
    top: 429px;
}

#menuCtr {
    background: #c74040 url("../images/menuBg.png") repeat-x left;
    height: 61px;
}

#menuWrap {
    width: 800px;
    margin: 0 auto;
}

#menu {
    float: right;
    width: 654px;
    height: 61px;
    padding: 0;
    margin: 0;
    background: transparent url("../images/menu.png") no-repeat left;
}

#menu li {
    display: block;
    list-style: none;
    float: left;
    height: 61px;
}

#menu li a, #menu li a div {
    display: block;
    text-indent: -9000px;
    background-repeat: no-repeat;
    position: relative;
    height: 61px;
    padding :0;
    margin: 0;
    overflow: hidden;
}

#menu li a div {
    position: absolute;
    top: 0;
    left: 0;
}

body#Home #menu li a.lnkHome,
body#CV #menu li a.lnkCV,
body#Spots #menu li a.lnkSpots,
body#Publicity #menu li a.lnkPublicity,
body#Print #menu li a.lnkPrint,
#menu li a:hover, #menu li a div {
    background-image: url("../images/menuHover.png");
}

.lnkHome {
    width: 130px;
}

.lnkCV {
    width: 92px;
    background-position: -130px 0;
}

.lnkSpots {
    width: 160px;
    background-position: -222px 0;
}

.lnkPrint {
    width: 115px;
    background-position: -382px 0;
}

.lnkPublicity {
    width: 155px;
    background-position: -497px 0;
}


/* Switches */
.-hidden {
    display: none;
}

#bodyOverlay {position:fixed}
* html #bodyOverlay {    position: absolute;}


h1, h2, h2 a {
    font-family: Impact;
    font-size: 44pt;
    color: #444;
    margin:0;
    text-decoration: none;
}

h2, h2 a {
    font-family: Impact;
    font-size: 17pt;
    color: #666;
    margin:0;
}

h2 i {
    color: #999;
    font-style: normal;
}

h3 {
    margin-bottom: 5px;
}

#cv a.header, #Publicity h3 {
    display: block;
    font-family: Impact;
    font-size: 24px;
    text-decoration: none;
    color: #d95656;   
    margin: 10px 0px;
    text-transform: uppercase;
}

#cv a.header:hover {
    color: #ef6e6e;
}

.cvlist {
    margin: 2px 0px;
    padding-left: 0;
}

.cvlist li {
    list-style: none;
}

.cvlist .date {
    color: #888;
    margin-right: 10px;
}

.cvlist .place {
    font-weight: bold;
}

.cvlist .position {
    color: #d95656;
}

ul.links {
    margin: 0;
}
ul.links li, ul.clients li {
    list-style: square;
    list-style-position: inside;
    color: #e58b7e;
    margin: 4px 0;
}

ul.clients li {
    float: left;
    width: 30%;
}

ul.clients li span, ul.links li span {
    color: #333;
}

ul.links li a {
    color: #ef6e6e;
    border-bottom: 1px dotted #ef6e6e;
    text-decoration: none;
}
ul.links li a:hover {
    color: #d95656;   
    border-bottom: 1px solid #d95656;
}

a.more {
    color: #ef6e6e;
    text-decoration: none;
    font-size: 150%;
}

a.more:hover {
    color: #d95656;   
}

ul.imagelist {
     padding: 0;
     margin: 0px 0px 25px 0px;   
     float: left;
}

ul.imagelist li {
    float: left;
    margin-right: 10px;
    list-style: none;
    padding: 0;
}

ul.imagelist a {
    float: left;
    border: 5px solid #ef6e6e;
    width: 120px;
    height: 120px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
    opacity: 0.7;
    position: relative;
}

ul.imagelist a img {
    position:absolute;
    left:0;
    top:0;
}

ul.imagelist a img.color {
    display: none;
}

ul.imagelist a:hover img.color {
    display: block;
}
ul.imagelist a:hover {
    border: 5px solid #d95656;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
    opacity: 1.0;
}

.footer {
    color: #888;
    margin: 50px auto;
    text-align: center;
    
}

.footer .divider {
    display: inline;
    border: 0;    
    color: #C74040;
    padding: 5px;
}

.footer a {
    color: #888 !important;
    border-bottom: 1px dotted #aaa;
    text-decoration: none;
}

.footer a:hover {
    color:#333 !important;
}
