html {
	
    height: 100%;
    font-family: Helvetica, Verdana, Arial, Tahoma, Salem;
    font-size: 12px;
    color: #646464;
    padding: 0px;
    margin: 0px;
    line-height:12px;
    /*background: transparent url(../gfx/bg-top.gif) repeat-x top left;*/
	
	background: transparent url(../gfx/bg-top.gif) repeat-x top left;
	
	
}

body {
	min-height:100%;
	_height:100%;
    margin: 0;
    padding: 0px 0px 10px 0px;
    /*background: transparent url(../gfx/bg-bottom.gif) repeat-x bottom left;*/
	
	background: transparent url(../gfx/bg-bottom.gif) repeat-x bottom left;
	
}

*:focus {outline: 0;}

h1 {
    font-weight: normal;
    color: #000;
    line-height: 22px;
    border-bottom: 1px solid #000;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 10px 0px;
}

h2 {
    font-size: 14px;
}
/* !bookmark 1 */
div.main-content-left h2 {
    font-weight: normal;
    color: #000;
    line-height: 22px;
    border-bottom: 1px solid #636363;
    padding: 0px 0px 6px 0px;
    margin: 0px 0px 10px 0px;
}
h3 {
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid #000;
}

h4 {
	font-size:22px;
}

form {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

img {
    margin: 0px;
    border: 0px;
    vertical-align: bottom;
}

p {
    margin: 0px;
    padding: 0px 0px 10px 0px;
    font-size: 12px;
    line-height: 16px;
}

a {
    color: #000;
    font-style: italic;
}

a:hover {
    color: #646464;
    text-decoration: none;
}

input.text250 {
    width: 253px;
	padding-top:3px;
    height: 18px;
    border: 1px solid #646464;
    background-color: #FFF;
	font-family: Helvetica, Verdana, Arial, Tahoma, Salem;
    font-size: 12px;
}

textarea.text500 {
    width: 504px;
    height: 90px;
    border: 1px solid #646464;
    background-color: #FFF;
	font-family: Helvetica, Verdana, Arial, Tahoma, Salem;
    font-size: 12px;
}


/*--------------------------------
    containers
--------------------------------*/
div.main-top {
    width: 916px;
    height: 10px;
    margin: 0 auto;
    background: transparent url(../gfx/main-bg-top.png) no-repeat bottom center;
}

div.main-container {
    width: 900px;
    margin: 0 auto;
    padding: 0px 10px 0px 10px;
    background: transparent url(../gfx/main-bg.png) repeat-y top center;
}

    div.main-header {
        float: left;
        width: 900px;
        height: 63px;
        background: transparent url(../gfx/header-bg.gif) repeat-x top left;
    }
        
        div.main-header-left {
            float: left;
            width: 425px;
            height: 63px;
        }
        
        div.logo-title {
            float: left;
            width: 425px;
            height: 33px;
            padding: 0px 0px 0px 0px;
        }
        
        div.top-menu {
            float: left;
            width: 425px;
            height: 30px;
            padding: 0px 0px 0px 0px;
        }
        	/*
            div.top-menu a {
                display: block;
                float: left;
                height: 18px;
                padding: 9px 20px 0px 20px;
                color: #646464;
                text-transform: uppercase;
                text-decoration: none;
                font-style: normal;
            }
            */
			
			div.top-menu a {
				display:block;
				float:left;
			}
			
            div.top-menu a:hover {
                color: #000;
            }
            
            div.top-menu a.active {
                color: #000;
                background-color: #FFF;
            }
            
            div.top-menu a span {
                display: block;
                float: left;
                height: 18px;
                border-bottom: 1px solid #FFF;
            }
            
            div.top-menu a span:hover {
                border-bottom: 1px solid #000;
            }
            
            div.top-menu a.active span {
                border-bottom: 1px solid #000;            
            }
            
        div.logo-logo {
            float: left;
            width: 71px;
            height: 66px;
        }
        
            div.logo-logo a {
                display: block;
                float: left;
                width: 71px;
                height: 66px;
                padding: 0;
                margin: 0;
                background: transparent url(../gfx/logo-logo.gif) no-repeat top left;
            }
            
            div.logo-logo a:hover {
                background: transparent url(../gfx/logo-logo.gif) no-repeat bottom left;
            }
    
    div.main-headline {
        float: left;
        width: 860px;
        height: 119px;
        padding: 0px 20px 0px 20px;
    }
    
        div.main-headline-teaser {
            float: left;
            width: 440px;
            height: 50px;
            padding: 69px 0px 0px 0px;
            color: #000;
        }
        
        div.main-headline-teaser a {
            color: #646464;
            text-decoration: none;
            font-style: normal;
        }
        
        div.main-headline-search {
            float: right;
            width: 200px;
            height: 50px;
            padding: 69px 0px 0px 0px;
            color: #000;
        }

            div.main-headline-search form {
                position: relative;
                width: 200px;
                height: 35px;
                padding: 0;
                margin: 0;
                background: transparent url(../gfx/search-form-bg.gif) no-repeat bottom right;
            }
        
            div.main-headline-search input.search_keyword {
                position: absolute;
                top: 12px;
                left: 1px;
                width: 165px;
                height: 15px;
                margin: 0;
                padding: 1px 2px 1px 2px;
                border: 0;
                background: transparent;
            }
    
            div.main-headline-search input.search_submit {
                position: absolute;
                top: 11px;
                left: 174px;
                width: 26px;
                height: 24px;
                margin: 0;
                padding: 0;
                border: 0;
                background: transparent;
                cursor: pointer;
            }
            
            div.main-headline-search input.search_submit:hover {
                background: transparent url(../gfx/search-submit-h.gif) no-repeat top right;
            }
    
    div.main-content {
        float: left;
        width: 860px;
        padding: 0px 20px 0px 20px;
    }
    
        div.main-content div.content-box {
            float: left;
            width: 860px;
            border-bottom: 1px solid #cecece;
            margin: 0px 0px 35px 0px;
        }
        
            div.main-content div.content-box h1 {
                font-weight: normal;
                color: #000;
                line-height: 22px;
                border-bottom: 1px solid #000;
                padding: 10px 0px 10px 0px;
                margin: 0px 0px 10px 0px;
            }
            
            div.main-content div.content-box p.large {
                font-size: 16px;
                line-height: 18px;
            }
        
        div.main-content div.small-box {
            float: left;
            width: 200px;
            height: 143px;
            border-bottom: 1px solid #cecece;
            margin: 0px 20px 0px 0px;
        }
        
        div.main-content div.small-box-last {
            float: left;
            width: 200px;
            height: 143px;
            border-bottom: 1px solid #cecece;
            margin: 0px 0px 30px 0px;
        }
        
        div.main-content div.small-box-right {
            float: right;
            width: 200px;
            margin: 0px 0px 10px 0px;
        }
        
            div.last-box-right {
                border-bottom: 1px solid #cecece;
            }
        
            div.main-content div.small-box h2 {
                font-weight: normal;
                color: #000;
                line-height: 22px;
                border-bottom: 1px solid #000;
                padding: 0px 0px 6px 0px;
                margin: 0px 0px 10px 0px;
            }
            
            div.main-content div.small-box-last h2 {
                font-weight: normal;
                color: #000;
                line-height: 22px;
                border-bottom: 1px solid #000;
                padding: 0px 0px 6px 0px;
                margin: 0px 0px 10px 0px;
            }
            
            div.main-content div.small-box-right h2 {
                font-weight: normal;
                color: #000;
                line-height: 22px;
                border-bottom: 1px solid #000;
                padding: 10px 0px 6px 0px;
                margin: 0px 0px 10px 0px;
            }
            
            div.main-content div.small-box p {
            
            }
            
                div.main-content div.small-box p a {
                    text-decoration: underline;
                    font-style: italic;
                }

/*--------------------------------
    content left
--------------------------------*/       
        div.main-content-left {
            float: left;
            width: 640px;
            min-height: 200px;
            _height: 200px;
            padding: 0px 0px 0px 0px;
        }

    /*--------------------------------
        portfolio
    --------------------------------*/        
            div.main-portfolio {
                float: left;
                width: 640px;
                margin: 0px 0px 20px 0px;
                border-bottom: 1px solid #cecece;
            }
            
                div.main-portfolio a {
                    color: #000;
                    text-decoration: underline;
                    padding: 0px 0px 0px 0px;
                    font-style: italic;
                }
                
                div.main-portfolio a:hover {
                    color: #646464;
                    text-decoration: none;
                }
            
                div.main-portfolio h1 {
                    font-weight: normal;
                    color: #000;
                    line-height: 22px;
                    border-bottom: 1px solid #000;
                    padding: 10px 0px 10px 0px;
                    margin: 0px 0px 10px 0px;
                }
                
                div.main-portfolio img {
                    margin: 10px 0px 15px 0px;
                }
                
                div.main-portfolio p {
                    text-align: justify;
                }
                
                div.main-portfolio div.tags span {
                    padding: 0px 0px 0px 10px;
                }
                
            div.pager {
                float: left;
                width: 640px;
                height: 30px;
            }
            
                div.pager a span {

                }
            
                div.pager a.pager-prev {
                    display: block;
                    float: left;
                    width: 300px;
                    line-height: 20px;
                    font-weight: bold;
                }
                
                div.pager a.pager-next {
                    display: block;
                    float: right;
                    width: 300px;
                    line-height: 20px;
                    text-align: right;
                    font-weight: bold;
                }
    
    /*--------------------------------
        team
    --------------------------------*/        
            div.main-team {
                float: left;
                width: 640px;
                margin: 0px 0px 40px 0px;
            }
            
                div.main-team h1 {
                    float: left;
                    width: 640px;
                    font-weight: normal;
                    color: #000;
                    line-height: 22px;
                    border-bottom: 1px solid #000;
                    padding: 10px 0px 10px 0px;
                    margin: 0px 0px 10px 0px;
                }
                
                    div.main-team div.member {
                        float: left;
                        width: 200px;
                        height: 100px;
                        border-bottom: 1px solid #cecece;
                        margin: 0px 20px 30px 0px;
                    }
                    
                    div.main-team div.member-last {
                        float: left;
                        width: 200px;
                        height: 100px;
                        border-bottom: 1px solid #cecece;
                        margin: 0px 0px 30px 0px;
                    }
                    
                    a.member-image {
                        float: left;
                        width: 89px;
                        height: 89px;
                        margin: 0px 8px 8px 0px;
                    }
                    
                        a.member-image img {
                            border: 1px solid #cecece;
                        }
                    
                    div.main-team div.member div.member-data {
                        float: left;
                        width: 83px;
                        height: 77px;
                    }
                    
                        div.member-data p strong span {
                            text-transform: uppercase;
                        }
                        
                        div.member-data p.position {
                            font-size: 10px;
                            line-height: 12px;
                        }
                    
                    a.member-link {
                        float: left;
                        width: 83px;
                        text-align: right;
                    }
                    
                    table.member-table {
                        
                    }
                    
                        table.member-table td {
                            padding-bottom: 20px;
                            border-bottom: 1px solid #cecece;
                        }
                        
                        span.bullet {
                            padding: 0px 0px 0px 10px;
                            color: #000;
                            background: transparent url(../gfx/bullet-black.gif) no-repeat center left;
                        }
                        
                        span.bullet-gray {
                            padding: 0px 0px 0px 10px;
                            background: transparent url(../gfx/bullet-gray.gif) no-repeat center left;
                        }
                        
                        span.bullet-gray-white {
                            padding: 0px 0px 0px 10px;
                            background: transparent url(../gfx/bullet-gray-white.gif) no-repeat center left;
                        }

    
    /*--------------------------------
        contact
    --------------------------------*/        
            div.main-contact {
                float: left;
                width: 640px;
                margin: 0px 0px 10px 0px;
            }   
        
                div.main-contact h1 {
                    font-weight: normal;
                    color: #000;
                    line-height: 22px;
                    border-bottom: 1px solid #000;
                    padding: 10px 0px 10px 0px;
                    margin: 0px 0px 10px 0px;
                }
            
            div.main-contact form {
                width: 640px;
                height: 340px;
                background: #d9d9d9 url(../gfx/bg-contact-form.gif) no-repeat top left;
                padding: 10px 0px 0px 0px;
            }
            
                div.main-contact form .submit {
                    width: 120px;
                    height: 24px;
                    background: transparent url(../gfx/buttons/button-sendmessage.gif) no-repeat top left;
                    border: 0;
                    padding: 0;
                    margin: 0;
                    cursor: pointer;
                }
                
                div.main-contact form .submit:hover {
                    background: transparent url(../gfx/buttons/button-sendmessage.gif) no-repeat top right;
                }
                
                div.main-contact form label {
                    font-size: 11px;
                }



/*--------------------------------
    content right
--------------------------------*/        
        div.main-content-right {
            float: right;
            width: 220px;
        }
        
            div.main-content-right div.categories {
                float: right;
                width: 200px;
                margin-bottom: 15px;
            }
            
            div.main-content-right div.categories a.browse-category {
                display: block;
                float: left;
                width: 200px;
                height: 20px;
                margin: 13px 0px 10px 0px;
                background: transparent url(../gfx/buttons/button-creative-category.gif) no-repeat top left;
            }
            
            div.main-content-right div.categories a.browse-category:hover {
                background: transparent url(../gfx/buttons/button-creative-category.gif) no-repeat top right;
            }
            
            div.main-content-right div.categories a.browse-client {
                display: block;
                float: left;
                width: 200px;
                height: 20px;
                margin: 10px 0px 10px 0px;
                background: transparent url(../gfx/buttons/button-client-category.gif) no-repeat top left;
            }
            
            div.main-content-right div.categories a.browse-client:hover {
                background: transparent url(../gfx/buttons/button-client-category.gif) no-repeat top right;
            }
            
            div.main-content-right div.categories a.browse-release {
                float: left;
                display: block;
                width: 200px;
                height: 20px;
                margin: 10px 0px 10px 0px;
                background: transparent url(../gfx/buttons/button-media-category.gif) no-repeat top left;
            }
            
            div.main-content-right div.categories a.browse-release:hover {
                background: transparent url(../gfx/buttons/button-media-category.gif) no-repeat top right;
            }
            
                div.browse-list {
                    float: left;
                    width: 190px;
                }
                
                    div.browse-list a {
                        display: block;
                        color: #646464;
                        text-decoration: none;
                        font-weight: bold;
                        font-style: normal;
                        font-size: 11px;
                        line-height: 14px;
                    }
                    
                        div.browse-list a span {
                            font-weight: normal;
                        }
        
    div.main-flash {
        float: left;
        width: 840px;
        height: 293px;
        padding: 0px 0px 30px 0px;
    }
    
    div.main-footer {
        float: left;
        width: 860px;
        line-height: 28px;
        padding: 0px 20px 0px 20px;
        margin: 75px 0px 0px 0px;
        background: transparent url(../gfx/footer-bg.gif) repeat-x top left;
        font-size: 11px;
    }
    
        div.main-footer a {
            padding: 0px 5px 0px 5px;
            text-decoration: underline;
            font-style: normal;
            color: #646464;
        }
        
        div.main-footer a:hover {
            color: #000;
            text-decoration: none;
        }
    
div.main-bottom {
    width: 916px;
    height: 9px;
    margin: 0 auto;
    background: transparent url(../gfx/main-bg-bottom.png) no-repeat top center;
}

/*--------------------------------
    buttons
--------------------------------*/
a.view-portfolio {
    width: 101px;
    height: 20px;
    background: transparent url(../gfx/buttons/button-view-portfolio.gif) no-repeat center center;
}

.clearer {
    clear: both;
} 

div.related a {
	display: block;
	float: left;
	margin: 0 10px 0 10px;
}
div.related a.first {
	margin: 0 10px 0 0;
}
div.related a.last {
	margin: 0 0 0 10px;
}