/**************************************************
                  Alex Chauffeur
			  made by www.krojac.com
***************************************************
			       RESET
***************************************************/

html, body, div, span, h1, h3, h4, h5, h6, p, a, abbr, em, font, img, strong, tt, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {outline: 0}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {list-style: none}

table {
	border-collapse: collapse;
	border-spacing:0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}5t6
34+

a img {border:none}

/***************************************************
			      Global design
***************************************************/	

html, body{
	font:13px/1.4  Arial, Helvetica, sans-serif;
	background-color: #000;
	background-image:url(../pic/bg-body.png);
	background-position:left top;
	background-repeat:repeat;
	margin:0 0 1px 0;
	height:100%;
	padding: 0;
	color: #fff;
	text-align:center;
}

#logo {
	position: absolute;
	top: 30px;
	left:30px;
	height: 81px;
	width:286px;
	z-index: 101;
	}


.clearing{
	clear: both;
	display: inline;
	width: 100%;
	height: 0;
	overflow:hidden;
}

.hidden{
	overflow: hidden;
	visibility: hidden;
}

p{
	color: #666;
	margin:1.4em 0;
}

a, a:hover {
	font-weight: normal;
	text-decoration: none;
	color:#d08504;
	margin:0 0 1.2em;
}

a:hover {
	text-decoration:underline;
	}

li {
	background-image:url(../pic/dot.gif);
	background-repeat:no-repeat;
	background-position:left 2px;
	padding-left:15px;
	}

/***************************************************
			    Main containers
***************************************************/

#container{
	position: relative;
	width: 953px;
	margin:0 auto;
	padding:0;
	text-align:left;
}

#container-left, #container-right {
	position: relative;
	float: left;
	display:inline;
	}

#container-left{
	width:300px;
	margin-right:30px;
	padding:20px 0 0 30px;
	}
	
#container-right{
	width:485px;
	padding:50px 30px;
	margin-bottom:20px;
	}

#head{
	position: relative;
	width:100%;
	height:125px;
	margin:0;
	padding:0;
}

#bottom-content	{
	position:relative;
	width:937px;
	margin:0 8px;
	height:88px;
	background-color:#1c1b1c;
	background-image:url(../pic/bg-bottom-content.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	}

/***************************************************
				   HOLDERS
***************************************************/	

#holder{
	position: relative;
	width: 953px;
	height:auto;
	padding:0;
	margin:0;
	overflow:hidden;
	background-color:#1d1d1d;
}

#flash-holder {
	position:relative;
	padding:3px;
	margin:0;
	width:948px;
	}

.holder-content, .holder-content-separator, .holder-content-line, .holder-content-left {
	position: relative;
	float: left;
	width: 100%;
}

.holder-content-line {
	padding-bottom:3px;
	margin-bottom:30px;
	border-bottom:1px solid #333;
	}

.holder-content-left {
	width:350px;
	height:80px;
	background-image:url(pic/bottom-content-separator.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	padding:3px;
	}

.holder-content-separator{
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

.holder-image {
	position:relative;
	float:left;
	padding:10px;
	background-color:#333;
	margin:0 30px 10px 0;
	}

/***************************************************
			HEADING TEXT ELEMENTS
***************************************************/

h1, h2, h3, h4, h5, h6, .date, .comment{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	position:relative;
}

h1, h1 a{
	font-size: 20px;
	line-height:0.9;
	margin-bottom:0.9em;
	color: #fff;
	text-decoration:none;
}

#bottom-link-holder {
	position:absolute;
	top:30px;
	left:20px;
	width:170px;
	}

h2{
	font-size: 15px;
	line-height:1.2;
	margin:1.2em 0 0;
	color: #ccc;
}

h3{
	font-size: 13px;
	line-height:1.4;
	margin:1em 0;
	color: #fff;
}

.date{
	font-size: 10px;
	color: #444;
	padding:0;
	margin:3px 0 5px;
}

.text{
	padding: 0 0 15px 0;
	font-size: 11px;
	color: #515151;
}


/***************************************************
			   PAGE NAVIGATION
***************************************************/

#page-nav-holder{
	float: left;
	position: relative;
	width: 940px;
	font-family: "Lucida Sans Unicode", Arial;
	font-size: 10px;
	color: #999999;
	margin-top: 15px;
	margin-bottom: 10px;
}

.page-nav-right, .page-nav-left{
	float: right;
	position: relative;
	width: 450px;
}

.page-nav-left{
	float: left;
	padding-top: 5px;
	width: 400px;
}

a.page-nav-link{
	color: #666666;
	font-size: 11px;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 25px;
}

a.page-nav-link:hover{color: #CCCCCC;}

.page-nav-link-active{
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	padding: 2px 5px;
}

/***************************************************
			        GALLERY
***************************************************/

a.photo-hover, a.photo-hover:hover{
	float:left;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

a.photo-hover:hover, a.photo-hover-avatar:hover{	
	z-index:500;	
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

a.bg img:hover {background-color:#2c2c2c}

/***************************************************
				      FORMS
***************************************************/

form{
	position:relative;
	float:left;
	width:490px;
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", Arial;

}

label {
	color:#666;
	font-size:11px;
	width:100%;
	display:block;
	float:left;
	line-height: 22px;
}

.textbox, textarea, .box-error, textarea-error, select, .textbox:focus{
	font-size:11px;
	width:190px;
	line-height:1.6;
	background-color: #2a2a2a;
	height: 20px;
	color: #999;
	padding: 2px 5px;
	margin:0 4px 2px 0;
	float: left;
	border:none;
	overflow:hidden;
	border:1px solid #343434;
}

textarea{
	width:500px;
	height: 100px;
	margin: 0px;
	padding: 5px;
}

.textarea-error, .box-error{
	background-color:#363636;
	border: 1px solid #8c8b8b;
}

.textbox:focus, textarea:focus, .box-error:focus, .textarea-error:focus{
	background-color: #333;
	border:1px solid #444;
	color: #fff;
}

.text-error {
	float: left;
	padding:10px 0 0 20px;
	color:#FF3300;
}

.text-info-error {
	position:relative;
	float:left;
	margin:5px 0 0 125px;
	_margin-left:63px;
	color:#FF3300;
	}

.holder-form-height, .holder-form{
	width:100%;
	position: relative;
	float: left;
	margin-bottom: 10px;		
}

.holder-form{height: 28px; margin-bottom: 0}

.button {
	position:absolute;
	display:block;
	width: 104px;
	height: 36px;
	left:410px;
	background-image:url(../pic/submit.out.png);
	background-repeat:no-repeat;
	background-color: transparent;
	color: #fff;
	font-size: 15px;
	letter-spacing:0.05em;
	cursor: pointer;
	font-family: Georgia, "Times New Roman", Times, serif;
	outline:none;
	border:none;
}

/***************************************************
			        FOOTER
***************************************************/

#footer{
	position: relative;
	float:left;
	width: 100%;
	color: #666;
	padding-top: 5px;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-style:italic;
}

#FooterOne {
	position: relative;
	float: left;
	margin-left:30px;
	}

#FooterOne a, #FooterOne a:hover {
	color:#fff;
	font-size:13px;
	line-height:1.4;
	}
	
#FooterOne p, #FooterTwo p {
	font-size:13px;
	line-height:1.4;
	letter-spacing:0.1em;
	}

#FooterTwo {
	float:right;
	color:#999;
	margin-right:40px;
}

a.krojac, a.krojac:hover{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

a.krojac:hover{
	text-decoration: underline;
}

/***************************************************
				       MENU
***************************************************/

#nav-menu{
	position: relative;
	margin:0 8px;
	width:937px;
	height:51px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0;
	background-image:url(../pic/bg-nav-menu.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}

#nav-menu ul{
	list-style: none;
	margin: 0;
	padding:0;
	float:right;
}

#nav-menu ul li{
	position:relative;
	float: left;
	margin-right:30px;
	height:51px;
	background-image:url(../pic/nav-separator.gif);
	background-position:right top;
	background-repeat:no-repeat;
	padding:0;
}

#nav-menu ul li a, #nav-menu ul li a:hover {
	font-size: 15px;
	line-height:51px;
	letter-spacing:0.05em;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	color: #666;
	text-decoration: none;
	padding-right:30px;
}


#nav-menu ul li a:hover {
	color:#fff;
	}

body#home a#home_link, body#about a#about_link, body#references a#references_link, body#fleet a#fleet_link, body#prices a#prices_link, body#booking a#booking_link, body#contact a#contact_link  {color:#fff}


/*  Sifr CSS  */

.sIFR-hasFlash h1



{



visibility:hidden;



}



.sIFR-flash { visibility:visible !important; }



.sIFR-replaced { visibility:visible !important; }



span.sIFR-alternate



{



position:absolute;



left:0;



top:0;



width:0;



height:0;



display:block;



overflow:hidden;



letter-spacing:0;



}


