/*
----------------------------------

Victoria Star Promotion | pikkles.com

copyright 2008

----------------------------------
*/

@import url(defaults.css);
@import url(misc.css);

/*
----------------------------------

BODY

----------------------------------
*/

body {
	background-color: #ffffff;
}

/*
----------------------------------

PAGE

----------------------------------
*/

#page {
	margin: 0 auto;
    width: 950px;
    /*width: 800px;*/
    padding-bottom: 25px;
}

/*
----------------------------------

HEADER AREA

----------------------------------
*/

#breadcrumbs {
    float: left;
}

#breadcrumbs li {
    float: left;
    padding: 0 5px 0 10px;
    line-height: 28px;
    font-size: 1.2em;
    background: url(../images/breadcrumbs-bg.gif) left center no-repeat;
}

#breadcrumbs a, #breadcrumbs a:visited, #breadcrumbs a:hover, #breadcrumbs a:active {
	color: #959595;
}

#breadcrumbs li.first {
    padding-left: 0;
    background: none;
}

#language-selector {
    float: right;
    overflow: auto;
    padding: 3px;
    font-family: Arial, "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","ＭＳ ゴシック", Osaka;
    background-color: #91d7ed;
}

#language-selector a {
    float: left;
    display: block;
    padding: 3px 5px;
    font-size: 1.1em;
    background-color: #91d7ed;
    text-transform: uppercase;
}

#language-selector a, #language-selector a:visited {
	color: #ffffff;
}

#language-selector a.current, #language-selector a.current:visited {
    color: #ed008c;
    background-color: #ffffff;
    text-decoration: none;
}

#logo {
    float: left;
    margin-top: 20px;
}

#navigation-wrapper {
    padding-bottom: 10px;
    background: url(../images/navigation-bg.gif) left bottom no-repeat;
}

/*
----------------------------------

NAVIGATION

----------------------------------
*/

#navigation {
    float: right;
    margin-top: 50px;
}

#navigation li {
    float: left;
    border-right: 1px solid #e1e1e1;
}

#navigation li a {
    display: inline-block;
    float: left;
    height: 34px;
    text-indent: -10000px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

#navigation li a:hover {
    background-position: 0 -34px;
}

#navigation li.current a {
    background-position: 0 -34px;
}

#navigation li a#clients {
    width: 71px;
    background-image: url(../images/navigation-clients-bg.gif);
}

#navigation li a#special {
    width: 100px;
    background-image: url(../images/navigation-special-bg.gif);
}

#navigation li a#runway {
    width: 102px;
    background-image: url(../images/navigation-runway-bg.gif);
}

#navigation li a#casting-room {
    width: 134px;
    background-image: url(../images/navigation-casting-room-bg.gif);
}

#navigation li a#about {
    width: 96px;
    background-image: url(../images/navigation-about-bg.gif);
}

#navigation li a#contact {
    width: 101px;
    background-image: url(../images/navigation-contact-bg.gif);
}

/*
----------------------------------

CONTENT (WRAP)

----------------------------------
*/

#content-wrapper {
    /*width: 850px;*/
    /*width: 800px;*/
    padding: 35px 0 30px 0;
}

#content {
    
}

.banner {
    margin-top: 15px;
}

/*
----------------------------------

FOOTER

----------------------------------
*/

#footer {
    /*font-size: 0.9em;*/
    background: url(../images/footer-bg.gif) 0 0 no-repeat;
}

#footer.no-bg {
    padding: 5px 0 10px 0;
    background: transparent;
}

#footer p {
    
}

#footer em {
    display: block;
    float: left;
    width: 250px;
    display: block;
    font-style: normal;
    font-weight: bold;
    /*color: #626262;*/
    color: #959595;
}

#footer strong {
    display: block;
    float: left;
    width: 450px;
    text-align: center;
    /*padding: 0 5px;*/
    /*background-color: #efefef;*/
}

#footer strong a, #footer strong a:visited {
    /*color: #747474;*/
    color: #959595;
    text-decoration: underline;
}

#footer strong a:hover, #footer strong a:active {
    color: #ed008c;
}

#pikkles {
    float: right;
    width: 250px;
}

#pikkles a, #pikkles a:visited {
    display: block;
    float: right;
    height: 17px;
    padding: 0 0 0 30px;
    color: #959595;
    font-weight: bold;
    line-height: 17px;
    background: url(../images/pikkles-logo.gif) 0 0 no-repeat;
}

#pikkles a:hover, #pikkles a:active {
    background-position: 0 -17px;
}