@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	background: #000 url('../img/back_dark.jpg') repeat-x;
}
#wrapper {
	z-index: 1;
	width: 100%;
	height: auto!important;
	min-height: 100%;
}
#container {
	z-index: 2;
	width: 900px;
	height: auto;
	top: 80px;
	left:50%;
	margin-left:-450px;
	position: relative;
	align: center;
}
#logo {
	z-index: 3;
	width: 214px;
	height: 46px;
	background: url('../img/logo_white.png') no-repeat;
	left:50%;
	margin-left:-107px;
	position: relative;
}
.loader {
	z-index:1;
    position:absolute;
    width:200px;
    height:200px;
	left:50%;
	margin-top:-300px;
	margin-left:-100px;
}
#footer {
	z-index: 3;
	width: 900px;
	height: auto;
	left:50%;
	margin-left:-450px;
	margin-top: 270px;
	position: relative;
	text-align:center;
}
#signs {
	z-index: 3;
	width: 126px;
	height: 110px;
	background: url('../img/sign_love_dark.png') no-repeat;
	left:50%;
	margin-left:-63px;
	position: relative;
}
/* NAVI */
#navi {
	z-index: 3;
	width: 375px;
	height: 15px;
	margin-top: 40px;
	left:50%;
	margin-left:-172px;
	position: relative;
}
div.start {
	position: relative;
	width:44px;
	height: 15px;
	display: block;
	float: left;
	margin-right:25px;
}
div.cards {
	position: relative;
	width: 46px;
	height: 15px;
	display: block;
	float: left;
	margin-right:25px;
}
div.print {
	position: relative;
	width: 43px;
	height: 15px;
	display: block;
	float: left;
	margin-right:25px;
}
div.web {
	position: relative;
	width: 31px;
	height: 15px;
	display: block;
	float: left;
	margin-right:25px;
}
div.photo {
	position: relative;
	width: 48px;
	height: 20px;
	display: block;
	float: left;
	margin-right:25px;
}
div.contact {
	position: relative;
	width: 69px;
	height: 15px;
	display: block;
	float: left;
}
img {
	border: none;
}
img.a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
img.b {
	position: absolute;
	left: 0;
	top: 0;
}
.text {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#333;
	text-align: left;
}
.footer {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999;
	letter-spacing: 1px;
	text-transform:uppercase;
}
.email {
	unicode-bidi: bidi-override;
	direction: rtl;
}
a.text {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	text-transform:uppercase;
	border-bottom: 1px dotted #333;
	padding-bottom: 0px;
}
a.text:link {
	color: #333;
	text-decoration: none;
}
a.text:active {
	color: #333;
	text-decoration: none;
}
a.text:visited {
	color: #333;
	text-decoration: none;
}
a.text:hover {
	color: #999;
	text-decoration: none;
}
a.imp {
	font-family: Trebuchet MS;
	font-size: 8pt;
	color: #999;
	letter-spacing: 1px;
	text-transform:uppercase;
}
a.imp:link {
	color: #999;
	text-decoration: none;
}
a.imp:active {
	color: #999;
	text-decoration: none;
}
a.imp:visited {
	color: #999;
	text-decoration: none;
}
a.imp:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
	padding-bottom: 0px;
}
#slider {
	z-index: 3;
    position:relative;
    width:900px; /* Change this to your images width */
    height:400px; /* Change this to your images height */
	left:50%;
	margin-left:-450px;
	margin-top:15px;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}
/*
 * jQuery Nivo Slider v2.5
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	width:882px;
	height:35px;
	left:6px;
	text-align:center;
	bottom:-40px;
	background:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#333;
	opacity:0.5; /* Overridden by captionOpacity setting */
	z-index:89;
	background: url('../img/title_line.png') bottom center no-repeat;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	position:absolute;
	margin-top:-10px;
	left:-30px;
	background: url('../img/slider_left_0_dark.png') no-repeat;
	height:42px;
	width:20px;
}
.nivo-prevNav:hover {
	background: url('../img/slider_left_1_dark.png') no-repeat;
}
.nivo-nextNav {
	position:absolute;
	margin-top:-10px;
	right:-30px;
	background: url('../img/slider_right_0_dark.png') no-repeat;
	height:42px;
	width:20px;
}
.nivo-nextNav:hover {
	background: url('../img/slider_right_1_dark.png') no-repeat;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	float:left;
	margin:0px;
}
/*#slider .nivo-controlNav a.active {
	border:solid 1px #fff;
}*/
#slider .nivo-controlNav {
	position:absolute;
/*	margin-left:50px;*/
	height:233px;
	width:900px;
	bottom:-270px; /* Put the nav below the slider */
	background: url('../img/thumbs_lines_dark.png') top center no-repeat;
	padding-top: 14px;
}
#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	float:left;
	border:solid 1px #000;
	opacity:0.5;
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
	width:88px;
}
#slider .nivo-controlNav img:hover {
	border:solid 1px #fff;
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100);
}