﻿body
{
    font-size: 70%;
    color: #04618d;
}

#bg_container
{
    background: url(../Images/background.jpg) no-repeat;
    height: 600px;
    width: 1000px;
    padding: 0;
    margin: 0;
}

.logo
{
    position: absolute;
    top: 30px;
    left: 445px;
    z-index: 3;
    border: 0;
}

#page_content
{
    position: absolute;
    top: 195px;
    left: 35px;
    width: 656px;
    height: 234px;
    max-height: 234px;
    z-index: 3;
}

#page_content_content
{
    width: 656px;
    height: 234px;
    padding-right: 10px;
    overflow: auto;
}

#footer
{
    position: absolute;
    top: 450px;
    left: 130px;
    border-top: 1px solid #ecc2c5;
    width: 571px;
    height: 40px;
    text-align: center;
    color: #ecc2c5;
    padding-top: 10px;
    z-index: 3;
}

#footer ul li a,
#footer ul li a:hover,
#footer ul li a:visited,
#footer ul li a:active
{
    color: #db9197;
    text-decoration: none;
}

#footer ul
{
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

#footer ul li
{
    display: inline;
}

#top_menu
{
    position: absolute;
    top: 40px;
    left: 130px;
    z-index: 3;
    width: 400px;
    height: 120px;
}

#top_menu a
{
    position: absolute;
}

#top_menu .Home
{
    top: 0px;
    left: 0px;
    background: url(../Images/home.png) no-repeat;
    width: 50px;
    height: 20px;
}

#top_menu .Home:hover,
#top_menu .Home.Active
{
    background: url(../Images/home_active.png) no-repeat;
}

#top_menu .Collection
{
    top: 7px;
    left: 52px;
    background: url(../Images/collection.png) no-repeat;
    width: 65px;
    height: 25px;
}

#top_menu .Collection:hover,
#top_menu .Collection.Active
{
    background: url(../Images/collection_active.png) no-repeat;
}

#top_menu .Future
{
    top: 23px;
    left: 126px;
    background: url(../Images/future.png) no-repeat;
    width: 100px;
    height: 40px;
}

#top_menu .Future:hover,
#top_menu .Future.Active
{
    background: url(../Images/future_active.png) no-repeat;
}

#top_menu .Portfolio
{
    top: 23px;
    left: 126px;
    background: url(../Images/portfolio.png) no-repeat;
    width: 100px;
    height: 40px;
}

#top_menu .Portfolio:hover,
#top_menu .Portfolio.Active
{
    background: url(../Images/portfolio_active.png) no-repeat;
}

#top_menu .Contact
{
    top: 57px;
    left: 235px;
    background: url(../Images/contact.png) no-repeat;
    width: 53px;
    height: 24px;
}

#top_menu .Contact:hover,
#top_menu .Contact.Active
{
    background: url(../Images/contact_active.png) no-repeat;
}

/* #top_menu .Links
{
    top: 72px;
    left: 300px;
    background: url(../Images/links.png) no-repeat;
    width: 40px;
    height: 24px;
}

#top_menu .Links:hover,
#top_menu .Links.Active
{
    background: url(../Images/links_active.png) no-repeat;
} */

#top_menu .Shop
{
    top: 72px;
    left: 300px;
    background: url(../Images/shop.png) no-repeat;
    width: 40px;
    height: 24px;
}

#top_menu .Shop:hover,
#top_menu .Shop.Active
{
    background: url(../Images/shop_active.png) no-repeat;
}

h2, h3
{
    font-size: 120%;
    display: block;
    width: 100%;
    padding-bottom: 6px;
    margin-bottom: 5px;
    line-height: 100%;
    margin-top: 0;
    padding-top: 0;
}

h2
{
    color: #04618d;
    border-bottom: 2px solid #cbd4de;
}

h3
{
    color: #cb3165;
    border-bottom: 2px solid #e5c2c2;
}

a
{
    font-weight: bold;
    text-decoration: none;
    color: #04618d;
}

a:hover
{
    text-decoration: underline;
}








/* jScrollPane */


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	/* background: url(../Images/scroll_line.png) repeat-y; */
	background-color: #efaaaf;
	width: 2px !important;
	right: 4px;
}
.jScrollPaneDrag {
	position: absolute;
	/* background: url(../Images/scroll_bar.png) repeat-y;
	background-position: 1px 1px; */
	background-color: #efaaaf;
	width: 4px !important;
	cursor: pointer;
	overflow: hidden;
	right: -1px;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../Images/scroll_up.jpg) no-repeat bottom left;
	height: 4px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 999;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../Images/scroll_down.jpg) no-repeat;
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}























/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me (Leandro Vieira Pinho) for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}