/*
----------------------------------

Funkycorp

copyright 2008

----------------------------------
*/

@import url(defaults.css);
@import url(misc.css);

/*
----------------------------------

BODY

----------------------------------
*/

body {
	background-color: #ffffff;
}

/*
----------------------------------

PAGE

----------------------------------
*/

#page {
	margin: 0 auto;
    width: 950px;
}

/*
----------------------------------

HEADER

----------------------------------
*/

#header {
    margin: 30px 0 0 0;
}

/*
----------------------------------

NAVIGATION

----------------------------------
*/

#navigation {
    
}

#navigation ul {
    float: right;
}

#navigation ul li {
    float: left;
    margin-left: 15px;
}

#navigation li a {
    display: block;
    height: 10px;
    line-height: 10px;
    font-size: 10px;
    text-indent: -7777px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

#navigation li a:hover, #navigation-buttons li a:active {
    background-position: 0 -10px;
}

#navigation li a.current, #navigation-buttons li a.current:visited {
    background-position: 0 -10px;
}

#navigation ul li a#showcase {
    width: 57px;
    background-image: url(../images/nav_showcase.gif);
}

#navigation ul li a#services {
    width: 47px;
    background-image: url(../images/nav_services.gif);
}

#navigation ul li a#clients {
    width: 38px;
    background-image: url(../images/nav_clients.gif);
}

#navigation ul li a#about {
    width: 33px;
    background-image: url(../images/nav_about.gif);
}

/*
----------------------------------

CONTENT (WRAP)

----------------------------------
*/

#content-wrapper {
    padding: 25px 0 35px 0;
}

#content {
    
}

/*
----------------------------------

FOOTER

----------------------------------
*/

#footer {
    padding-top: 5px;
    padding-bottom: 25px;
    background: transparent url(../images/footer-logo.gif) 0 0 repeat-x;
}

#footer p {
    margin-top: 2px;
    font-size: 1.2em;
}

#footer p em {
    font-style: normal;
    font-weight: bold;
}

#footer p a, #footer p a:visited, #footer p a:hover, #footer p a:active {
    color: #000000;
}