/*
 * Copyright 2009 ROSECOLOR Studio. All Rights Reserved.
 */
html, body  {
    background-color: #161616;
    margin: 0px;
    padding: 0px ;
    height: 100%;
    width: 100%;
    border: none;
    position: relative;
    text-align: center;
    overflow: hidden;
    color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

img.hires-thumb {
    width: 64px;
    height: 64px;
    border: 0px;
}

div.thumb_frame {
    width: 64px;
    height: 64px;
    background-image: url(../images/thumb_frame.gif);
}

div.thumb_frame_black {
    width: 64px;
    height: 64px;
    background-image: url(../images/thumb_frame_black.gif);
}

div.thumb_img {
    width: 64px;
    height: 64px;
    background-image: url(../images/blank.gif);
}

#music_player {
    padding-top: 5px;    
    color: #fff;    
}

#bgimage {
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    color: white;
    top: 0px;
    left: 0px;
}

em {
    color: #9ad;
    text-transform: none;
    font-style: normal;
}

.manifesto {
    color: #9ad;
    text-transform: none;
    font-style: normal;
    text-transform: capitalize;
}

.mjaso, .mjaso h1 {
    font-size: 0px;
    z-index: -2;
    visibility: hidden;
    color: #111;
}

#center_1 {
    z-index: 1;
    background-image: url("../images/center_wpja.jpg");
    width:1024px; 
    height:614px; 
    position:absolute; 
    top:50%; 
    left:50%; 
    margin:-307px auto auto -512px; 
}

#center {
    z-index: 1;
    background-image: url("../images/center.jpg");
    width:1024px;
    height:614px;
    position:absolute;
    top:50%;
    left:50%;
    margin:-307px auto auto -512px;
}

#center-gallery {
    z-index: 1;
    background-image: url("../images/center_clear.jpg");
    width:1024px; 
    height:614px; 
    position:absolute; 
    top:50%; 
    left:50%; 
    margin:-307px auto auto -512px; 
}

#center-hires {
    z-index: 1;
    background-color: #161616;
    width:1024px; 
    height:683px; 
    position:absolute; 
    top: 42%; 
    left: 50%; 
    margin:-307px auto auto -512px; 
}

.testimonial_credit {
    color: #666;
    font-size: 10px;
    text-align: right;
    padding: 8px 10px 30px 0px;
}

.form_note {
    color: #666;
    font-size: 8px;
}

.form_text {
    font-size: 10px;
    color: #ddd;
}

input.form_input {
    color: #333;
    font-size: 11px;
    background-color: #ddd;
    border: 1px #ddd solid;
    height: auto;
}

textarea.form_input {
    color: #333;
    font-size: 11px;
    background-color: #ddd;
    border: 1px #ddd dotted;
    height: auto;
}

#errmsg {
    width: 40%;
    border: 2px #F0C000 solid;
    background: #FFFFCE;
    padding: 3px 5px;
    font-size: 9px;
    color: #333;
}

.submit_link {
    font-weight: normal;
    color: #aaa;
    padding: 3px 5px 3px 5px;
    text-decoration: none;
    outline: none;
    border: 1px solid #666;
    background-color: #333;
    cursor: pointer;
    float: left;
    margin: 10px 0px 0px 0px;
}

.submit_block a,
.submit_block a:hover,
.submit_block a:visited,
.submit_block a:active {
    color: #666;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

h1 {
    padding: 0px 0px 5px 0px;
    margin: 0px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: normal;
    color: #BDE077;
}

ul.prices {
    padding: 0px 0px 0px 25px;
    margin: 0px;
}

h2 {
    padding: 10px 0px 2px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: normal;
    color: #9ad;
}

a {
    text-decoration: none;
    outline: none;
}

#top_nav {
    position: absolute;
    top: 0px;
    right: 20px;
}

#content {
    position: absolute;
    left: 6%;
    right: 6%;
    width: 88%;
    top: 9%;
    height: 77%;
    font-size: 12px;
}

#hires_slogan {
    position: absolute;
    top: -40px;
    right: 42%;
    width: 268px;
    margin-right: -64px;    
}
#slogan {
    position: absolute;
    bottom: 27px;
    right: 42%;
    width: 268px;
    margin-right: -64px;    
}

#copyright {
    position: absolute;
    bottom: 20px;
    left: 20px;
    text-align: left;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
    font-style: normal;    
    font-size: 9px;
    letter-spacing: 1px;
    line-height: 15px;
}

.bottom_nav {
    padding-top: 2px;
    letter-spacing: 1px;
    color: #999;
    font-size: 11px;
    text-transform: uppercase;
}

.bottom_nav_link {
    padding-bottom: 10px;
}
.bottom_nav_link a, 
.bottom_nav_link a:visited,
.bottom_nav_link a:active {
    color: #999;
    text-decoration: none;
}
.bottom_nav_link a:hover {
    color: #666;
    text-decoration: none;
    border-bottom: 1px #666 solid;
}

#logo {
    position: absolute;
    right: 20px;
    bottom: 13px;
    text-align: right;
    white-space: nowrap;
    border: none;
}
#hires_logo {
    margin-top: -10px;
    text-align: right;
    white-space: nowrap;
    border: none;
}

#logo_top {
    font-weight: normal;
    font-style: normal;
    white-space: nowrap;
    letter-spacing: 1px;
    padding: 0px;
    margin: 0px;
    font-size: 26px;
}

#logo_bottom {
    color: #fff;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
}

#menu { 
    display: table-cell;
    float: left;
    text-align: left; 
    font-size: 18px; 
    line-height: 1.3em;
    letter-spacing: 2px;    
    padding: 0px;
    margin: 0px;
}
#menu a, 
#menu a:visited, 
#menu a:hover, 
#menu a:active { color: #d0ccba; padding: 0px 0px 5px 20px; border-left: 4px #C0605F solid;}
#menu a, 
#menu a:visited, 
#menu a:hover, 
#menu a:active { color: #d0ccba; padding: 0px 0px 5px 20px; border-left: 4px #fff solid;}

#menu div.menu10 a, 
#menu div.menu10 a:visited, 
#menu div.menu10 a:hover, 
#menu div.menu10 a:active { color: #d8d7d3; padding: 0px 0px 5px 20px; border-left: 3px #C0605F solid;}
#menu div.menu11 a, 
#menu div.menu11 a:visited, 
#menu div.menu11 a:hover, 
#menu div.menu11 a:active { color: #d8d7d3; padding: 0px 0px 5px 20px; border-left: 3px #fff solid;}

#menu div.menu20 a,
#menu div.menu20 a:visited,
#menu div.menu20 a:hover,
#menu div.menu20 a:active { color: #d8d7d3; padding: 0px 0px 5px 20px; border-left: 3px #2874AD solid;}
#menu div.menu21 a,
#menu div.menu21 a:visited,
#menu div.menu21 a:hover,
#menu div.menu21 a:active { color: #d8d7d3; padding: 0px 0px 5px 20px; border-left: 3px #fff solid;}

#menu div.menu30 a,
#menu div.menu30 a:visited,
#menu div.menu30 a:hover,
#menu div.menu30 a:active { color: #d8d7d3; padding: 0px 0px 5px 20px; border-left: 3px #74A680 solid;}
#menu div.menu31 a,
#menu div.menu31 a:visited,
#menu div.menu31 a:hover,
#menu div.menu31 a:active { color: #d8d7d3; padding: 0px 0px 5px 20px; border-left: 3px #fff solid;}

#menu div.menu40 a,
#menu div.menu40 a:hover,
#menu div.menu40 a:active,
#menu div.menu40 a:visited { color: #d8d7d3; padding: 0px 0px 5px 20px; border-left: 3px #F5D856 solid;}
#menu div.menu41 a,
#menu div.menu41 a:hover,
#menu div.menu41 a:active,
#menu div.menu41 a:visited { color: #d8d7d3; padding: 0px 0px 5px 20px; border-left: 3px #fff solid;}

#menu div.menu50 a,
#menu div.menu50 a:hover,
#menu div.menu50 a:active,
#menu div.menu50 a:visited { color: #d8d7d3; padding: 0px 0px 5px 20px; border-left: 3px #F27C33 solid;}
#menu div.menu51 a,
#menu div.menu51 a:hover,
#menu div.menu51 a:active,
#menu div.menu51 a:visited { color: #d8d7d3; padding: 0px 0px 5px 20px; border-left: 3px #fff solid;}

#menu div.menu60 a,
#menu div.menu60 a:hover,
#menu div.menu60 a:active,
#menu div.menu60 a:visited { color: #d8d7d3; padding: 0px 0px 5px 20px; border-left: 3px #D93D11 solid;}
#menu div.menu61 a,
#menu div.menu61 a:hover,
#menu div.menu61 a:active,
#menu div.menu61 a:visited { color: #d8d7d3; padding: 0px 0px 5px 20px; border-left: 3px #fff solid;}

#menu div.menu70 a,
#menu div.menu70 a:hover,
#menu div.menu70 a:active,
#menu div.menu70 a:visited { color: #d8d7d3; padding: 0px 0px 5px 20px; border-left: 3px #74A680 solid;}
#menu div.menu71 a,
#menu div.menu71 a:hover,
#menu div.menu71 a:active,
#menu div.menu71 a:visited { color: #d8d7d3; padding: 0px 0px 5px 20px; border-left: 3px #fff solid;}

#crumbs {
    float: left;
    margin: 0px;
}

#crumbs a {
    text-transform: uppercase;
    color: #999;
    font-size: 11px;
    font-weight: bold;        
}

.gecko #crumbs, 
.gecko #crumbs a,
.webkit #crumbs, 
.webkit #crumbs a {
    font-weight: normal;
}

.linux.gecko #crumbs, 
.linux.gecko #crumbs a, 
.win.gecko #crumbs, 
.win.gecko #crumbs a, 
.ie7 #crumbs, 
.ie7 #crumbs a, 
.chrome #crumbs, 
.chrome #crumbs a {
    font-weight: bold;
}

#crumbs .crumbs_cur { 
    float: left;
    padding: 10px 5px 5px 10px;
    border-left: 1px dotted #333333;
}

#crumbs .gallery_hires { 
    padding: 10px 10px 5px 10px;    
}
#crumbs .gallery_contact { 
    padding: 10px 10px 5px 10px;    
    border-left: 1px dotted #333333;
}
#crumbs .gallery_home {     
    padding: 10px 5px 5px 10px;
    border-left: 1px dotted #333333;
}

.left-nav {
    padding: 0px 12px 0px 0px;
    border-right: 1px dotted #333333; 
    text-align: right;
    margin: 0px;
    height: 100%;
    width: 212px;
    float: left;
}

.left-sub-nav {
    border-top: 1px dotted #333333; 
    padding-top: 15px; 
    float: right
}

.left-nav a:hover {
    color: #fff;
}

.left-nav a.left-nav-curr {
    color: #fff;
}

.left-nav-gallery {
    padding: 2px 0px 0px 0px;
    text-align: right;
    margin: 0px;
    height: 100%;
    width: 212px;
    float: left;
}

.left-nav-gallery a {
    outline: none;
}

.img_link, .img_link img {
    outline: none;
    border: none;
    text-decoration: none;
}

img.gallery_thumb {
    width: 64px;
    height: 64px;
    padding: 0px 0px 7px 0px;
    border: 0px;
}

.left-nav a {
    padding-right: 2px;
    text-transform: uppercase;
    color: #999;
    font-size: 11px;
    font-weight: bold;
    margin: 0px;
    text-align: right;
}

.gecko .left-nav, 
.gecko .left-nav a,
.webkit .left-nav, 
.webkit .left-nav a {
    font-weight: normal;
}

.linux.gecko .left-nav, 
.linux.gecko .left-nav a, 
.win.gecko .left-nav, 
.win.gecko .left-nav a, 
.ie7 .left-nav, 
.ie7 .left-nav a, 
.chrome .left-nav, 
.chrome .left-nav a {
    font-weight: bold;
}

.main {
    padding: 0px 0px 0px 15px;
    margin: 0px;
    color: #fff;
    text-align: left;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    font-size: 11px;
    float: left;
}

.main a,
.main a:visited,
.main a:active,
.main a:hover { text-decoration: none; border-bottom: 1px #999 dotted; color: #fff; }

.l1 { color: #D93D11; }
.l2 { color: #F27C33; }
.l3 { color: #F5D856; }
.l4 { color: #74A680; }
.l5 { color: #2874AD; }
.l6 { color: #C0605F; }

.highlight {
    font-weight: bold;
    color: #999;
}

.hi {
    font-weight: bold;
    color: #f00;
}

ul {
    list-style-image: url(../images/dot_arrow_blue.png)
}

li {
    padding-bottom: 2px;
}

.page_nav {
    position: absolute;
    bottom: 0px;
    left: 230px;
    color: #666;
    padding-left: 8px;    
}
.gallery_nav {
    padding: 8px 0px 0px 19px;
    color: #666;
    font-size: 9px;
}

.gallery_nav a,
.gallery_nav a:hover,
.gallery_nav a:visited,
.gallery_nav a:active,
.page_nav a,
.page_nav a:hover,
.page_nav a:visited,
.page_nav a:active {
    color: #666;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

.gallery_nav_prev,
.page_nav_prev {
    float: left;
    padding: 1px 3px 2px 3px;
    margin: 0px 10px 0px 0px;
    border: 1px solid #333333;
    cursor: pointer;
}

.gallery_nav_next,
.page_nav_next {
    float: left; 
    padding: 1px 3px 2px 3px;
    margin: 0px 10px 0px 0px;
    border: 1px solid #333333;
    cursor: pointer;
}

.gallery-calibrate {
    float: left;
}
.gallery-calibrate img {
    padding: 9px 0px 0px 0px;
}

.gallery_nav_curr,
.page_nav_curr {
    float: left;
    padding: 1px 3px 2px 3px;
    margin: 0px 10px 0px 0px;
    border: 1px solid #333333;
    color: #fff;
}

#hires_links {
    float: left;
    left: 500px;
}

#hires_links div:hover {
    border-color: #999;    
}

.hires_nav_link {
    color: #666;
    font-size: 11px;
    float: left;
    padding: 1px 3px 2px 3px;
    margin: 0px 10px 0px 0px;
    border: 1px solid #333333;
    cursor: pointer;
}

.gallery_nav_link,
.page_nav_link {
    float: left; 
    padding: 1px 3px 2px 3px;
    margin: 0px 10px 0px 0px;
    border: 1px solid #333333;
    cursor: pointer;
}

