
@font-face {
	font-family: 'FuturaStdBookRegular';
	src: url('font/futurastd-book-webfont.eot');
	src: local('?'), url('font/futurastd-book-webfont.woff') format('woff'), url('font/futurastd-book-webfont.ttf') format('truetype'), url('font/futurastd-book-webfont.svg#webfontBt9sTm5S') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FuturaStdLightRegular';
	src: url('font/futurastd-light-webfont.eot');
	src: local('?'), url('font/futurastd-light-webfont.woff') format('woff'), url('font/futurastd-light-webfont.ttf') format('truetype'), url('font/uturastd-light-webfont.svg#webfonttJMoGOBU') format('svg');
	font-weight: normal;
	font-style: normal;
}



* {
	margin: 0;
	padding: 0;
}

BODY {
	background: #000a1c url('images/bg.jpg') fixed -120px -70px no-repeat;
	width: 100%;
	text-align: center;
	font: 11pt/20pt  arial, sans-serif;
	color: #d0d0d0;
    letter-spacing: 0.5px;
}

a {
    color: #ddd;
    text-decoration: none;
}

p {
    margin: 0 0 2em 0;
}

strong {
    background: #000;
    font-weight: normal; 
    color: #fff;
    padding: 1px 5px;
}
/* design */

#header {
	background: url('images/trans30.png') ;
    width: 100%;
    padding: 1em 0;
    
}
    #logo {
	background: url('images/logo.png') top left no-repeat;
    display: block;
    width: 237px;
    height: 74px;
    
    }
    
    
#nav{
    width: auto;
}
    #nav h3 a{
	    font: 14pt 'FuturaStdBookRegular', "century gothic", arial, sans-serif;
        display: block;
        text-transform: uppercase;
        color: #bfcbe1;
        letter-spacing: 0px;
        
    }
    
    #nav div {
        width: auto;
        text-align: left;
        margin: 0 0 0 30px;
    }
    
    #nav li {
        list-style: none;
        line-height: 120%;
    }
    
    #nav li a {
        color: #465875;
        font-size: 85%;
    }
    
    #nav li a:hover {
        color: #fff;
    }

	div.image_map {display:block; width:1280px; height:797px; background:url(dgeteyes-web.jpg); position:relative; margin:2px auto 2px auto;}
	.slideshow {
			width:350px; 
			height: 233px; 
			overflow:hidden;
			display: block;
		
	}

    .nivo-directionNav a {
            display: block;
            text-indent: -9999px;
            overflow: hidden;
            width: 0px;
            height: 0px;
            border: 10px solid transparent;
            border-right: 13px solid white;
            border-width: 25px 13px 25px 0;
            margin: 0 5px;
    }

        .nivo-nextNav {
            border-right: 13px solid white;
            border-width: 25px 0 25px 13px;
        }

    .nivo-controlNav a {
        display: inline-block;
        width: 15px;
        height: 14px;
        text-indent: -9999px;
        background: rgba(255,255,255,0.1);
        margin: 250px 2px 0;
    }

        .nivo-control.active {
            background: rgba(255,255,255,0.5);
        }


	#slider {
			display:block; 
			padding-top:206px;  
			float: right; 
		}
	
#intro {
    background:  url('images/intro.png') center bottom no-repeat;
    width: 960px;
    height: 193px;
    display:block;
    padding: 2em 0;
    
}

#main {
    text-align: left;
    margin: 1em 0 0;
}

    #main h3 {
	   font: 20pt 'FuturaStdBookRegular', "century gothic", arial, sans-serif;
       text-transform: uppercase;
       display: block;
       margin: 2em 0 1em;
            color: #6684b3;
        
    }

    #main h4 {
	   font: 13pt/50pt 'FuturaStdlightRegular', "century gothic", arial, sans-serif;
       text-transform: uppercase;
       display: block;
       margin: 2em 0 0;
       font-weight: bold;
        
    }
    
.reel h3 {
    background:  url('images/reel.png') center top no-repeat;
    display:block;
    width: 270px;
    height: 60px;
}

    .item {
        display: block;
        width: 460px;
        height: auto;
        background: #000;
        border: 1px solid #283955;
        margin: 0 0 20px 0;
    }
    
    .odd{
        margin-right:20px;
    }
    .reel .item div {
        margin: 20px 0 20px 20px ;
        text-align: left;
    }
    
    .reel .thumb {
        background: #222;
        width: 240px;
        height: 182px;
    }
    
    .reel .desc {
        width: 180px;
    }
    
.toystable tr td {
	padding: 3em 1em;
}
    
.profile {
    display: block;
    width: 919px;
    height: auto;
    background: #000;
    border: 1px solid #283955;
    margin: 0 0 20px 0;
    padding: 20px;
}    
    .profile .photo {
        width: 200px;
        height: 300px;
        display: block;
    }
    
    .profile .desc h5{
	    font: 18pt 'FuturaStdBookRegular', "century gothic", arial, sans-serif;
        display: block;
        text-transform: uppercase;
        color: #bfcbe1;
        letter-spacing: 0px;
        margin:  0;
        padding: 0;
    }
    
    .profile .desc {
        width: 700px;
    }
#footer {
    background: #000;
    padding: 50px 0 30px;
    margin: 3em 0 0;
    border-top: 1px solid #283955;
    font-size: 85%;
    letter-spacing: 0.5px;
    color: #c6d0e3;
}

    .contact {
        background:  url('images/contact.png')  left top no-repeat;
        min-height: 121px;
        padding: 0 0 0 30px;
        width: 920px;
        margin: 0 auto;
    }
    
    .contact div {
        width: auto;
        text-align: left;
        margin: 0 30px;
    }
    
        .contact h4{
	        font: 18pt/18pt 'FuturaStdBookRegular', "century gothic", arial, sans-serif;
            margin: 0;
            display: block;
            color: #6684b3;
            text-transform: uppercase;
        }
        
    .copy {
        margin: 3.5em auto 0;
        width: 100%;
        color: #213552;
    }
    
        .copy a{
            color: #4b658a;
        }
/* classes */

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
	margin: 0 auto;	
	display: block;
}
.alignr {
	text-align: right;
}

.a960 {
    width: 960px;
    margin: 0 auto;
}

.hide {
    display: none;
}

.nudge {
    margin: 0 0 0 -20px;
    width: 1000px;
}

/* profile photos */

.ep1 {
    background: #222 url('images/people/ep1.jpg') right top no-repeat ;
}
.ep2 {
    background: #222 url('images/people/ep2.jpg') right top no-repeat ;
}
.ep3 {
    background: #222 url('images/people/ep3.jpg') right top no-repeat ;
}
.ep4 {
    background: #222 url('images/people/ep4.jpg') right top no-repeat ;
}
.abm {
    background: #222 url('images/people/abm.jpg') right top no-repeat ;
}
.abm2 {
    background: #222 url('images/people/abm2.jpg') right top no-repeat ;
}
.pm1 {
    background: #222 url('images/people/pm1.jpg') right top no-repeat ;
}
.pm2 {
    background: #222 url('images/people/pm2.jpg') right top no-repeat ;
}
.pm3 {
    background: #222 url('images/people/pm3.jpg') right top no-repeat ;
}
.ed {
    background: #222 url('images/people/ed.jpg') right top no-repeat ;
}
.ed2 {
    background: #222 url('images/people/ed2.jpg') right top no-repeat ;
}
.pc {
    background: #222 url('images/people/pc.jpg') right top no-repeat ;
}
.pc2 {
    background: #222 url('images/people/pc2.jpg') right top no-repeat ;
}
.fd1 {
    background: #222 url('images/people/fd1.jpg') right top no-repeat ;
}
.fd2 {
    background: #222 url('images/people/fd2.jpg') right top no-repeat ;
}
.co  {
    background: #222 url('images/people/co.jpg') right top no-repeat ;
}
