@font-face {
    font-family: 'DINMediumRegular';
    src: url('fonts/din_medium-webfont.eot');
    src: url('fonts/din_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/din_medium-webfont.ttf') format('truetype'),
         url('fonts/din_medium-webfont.svg#DINMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINRegular';
    src: url('fonts/din-webfont.eot');
    src: url('fonts/din-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/din-webfont.ttf') format('truetype'),
         url('fonts/din-webfont.svg#DINMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background-color: white;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}



a:link { color: #000000; font-size:9pt; font-family: 'DINMediumRegular', "Verdana", sans-serif; font-style: normal; font-weight: normal; text-decoration: none; word-spacing: 1pt; letter-spacing: 4px;}

a:visited { color: #000000; font-size: 9pt; font-family: 'DINMediumRegular', "Verdana", sans-serif; font-style: normal; font-weight: normal; text-decoration: none; word-spacing: 1pt; letter-spacing: 4px;}

a:hover { color: #000000; font-size: 9pt; font-family: 'DINMediumRegular', "Verdana", sans-serif; font-style: normal; font-weight: normal; text-decoration: none; word-spacing: 1pt; letter-spacing: 4px;}

li {color: #000000; font-size: 9pt; font-family: 'DINMediumRegular', "Verdana", sans-serif; font-style: normal; font-weight: normal; text-decoration: none; word-spacing: 1pt; letter-spacing: 4px;}

h1 { color: #000000; font-size:9pt; font-family: 'DINMediumRegular', "Verdana", sans-serif; font-style: normal; font-weight: normal; text-decoration: none; word-spacing: 1pt; letter-spacing: 4px; display: inline}

h2 { color: #000000; font-size:9pt; font-family: 'DINMediumRegular', "Verdana", sans-serif; font-style: normal; font-weight: normal; text-decoration: none; word-spacing: 1pt; letter-spacing: 2px; display: inline; padding-left: 35px;}

body { color: #000000; font-size: 9pt; font-family: 'DINMediumRegular', "Verdana", sans-serif; font-style: normal; font-weight: normal; text-decoration: none; word-spacing: 1pt; letter-spacing: 4px;}


ul {
list-style: none;
line-height: 200%;
font-size: 9pt;
margin-left: 0px;
}
	



.scrollable2 {

	/* required settings */
	left: 100px;
	top: 60px;
	margin-top:130px;
	margin-left:60px;
	overflow:hidden;
	width: 1200px;
	background-color: #f3f3f3;
}



.scrollable2 .items2 {
	/* this cannot be too large */
	width:10000em;
	position:absolute;
	clear:both;
}


.items2 img {
/*		float:left;
		margin-top: 20px;
*/
	}




/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}


/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	margin-top:30px;
	margin-left:30px;
	position:relative;
/*	overflow:hidden;*/
	width: 100%;
	background-color: #f3f3f3;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:10000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	}

/* single scrollable  item */
.scrollable div {
	float:left;
/*	padding-left:6px;
	width:900px;
	height:600px;*/
	
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}


/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}


.controller {
	position: relative;
   	left: 750px; 
   	width: 200px;
	top:0px;
	padding-bottom: 35px;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	display:block;
	float:left;
	margin:40px 10px;
	cursor:pointer;
}

/* right */
a.right {
left: 500px;
}


/* left */
a.left {
left: 200px;
}


/* disabled navigational button */
a.disabled {
	color: #dbdbdb !important;		

} 	

/* MY NAVIGATION */

.logo {
position: relative;
top: 25px;
left: 40px;
}

.clear {
clear: both;
}

.bottomnav {
position: relative;
top: -90px;
left: 20px;
padding-right: 10px;
word-spacing: 30px;
}





.commercial {
position: absolute;
top: 10px;
left: 30px;
}

.travel {
position: absolute;
top: 10px;
left: 175px;
}

.bikes {
position: absolute;
top: 10px;
left: 280px;
}

.restaurant {
position: absolute;
top: 10px;
left: 375px;
padding-top: -2px;

}

.video {
position: absolute;
top: 10px;
left: 530px;
}

.info {
position: absolute;
top: 10px;
left: 625px;
}



.projects a {

line-height: 7pt;
}




.bottominfo {

position: relative;
display: block;
top: -95px;
float: right;
padding-top: 10px;
padding-right: 10px;
}

.infotext-weddings h1 { color: #000000; font-size:9pt; font-family: 'DINMediumRegular', "Verdana", sans-serif; font-style: normal; font-weight: normal; text-decoration: none; word-spacing: 1pt; letter-spacing: 4px; display: inline}



.bottominfo h1 {font-size: 8.5px;}
.bottominfo a:link {font-size: 8.5px;}
.bottominfo a:visited {font-size: 8.5px;}
.bottominfo a:hover {font-size: 8.5px;}
.bottominfo a:active {font-size: 8.5px;}


.endpage {
width: 600px;
padding-left:250px;
}	

.endpage li {
color: #202020;
}

.endpage hi {
color: #000000;
}

.endpage a:link {
color: #202020;
}

.endpage a:visited {
color: #202020;
}

.endpage a:hover {
color: #202020;
}

.endpage a:active {
color: #202020;
}

.infotext-main {
width: 800px;
}

.infotext-contact {
width: 400px;
}


.infotext {
color: #202020;
padding-left: 50px;
padding-right: 50px;
}

.infotext p {

font-family: 'DINRegular', "Verdana", sans-serif;
color: #202020;
font-size: 10pt;
line-height: 15pt;
letter-spacing: 1px;
}

.infotext li {
font-family: 'DINRegular', "Verdana", sans-serif; 
color: #202020;
font-size: 10pt;
line-height: 10pt;
letter-spacing: 1px;
}

.infotext h1 {
font-family: 'DINRegular', "Verdana", sans-serif; 
color: #202020;
font-size: 7.5pt;
}


/* For weddings */

.infotext-weddings {
background-color: #f3f3f3;
font-family: 'DINRegular', "Verdana", sans-serif; 
color: #202020;
padding-left: 20px;
padding-right: 0px;
}

.infotext-weddings p {
font-family: 'DINRegular', "Verdana", sans-serif; 
color: #202020;
font-size: 10pt;
line-height: 15pt;
letter-spacing: 1px;
}





/* For contact info */





.infotext a:link {
font-family: 'DINRegular', "Verdana", sans-serif; 
color: #202020;
}

.infotext a:visited {
font-family: 'DINRegular', "Verdana", sans-serif; 
color: #202020;
}

.infotext a:hover {
font-family: 'DINRegular', "Verdana", sans-serif; 
color: #202020;
}

.infotext a:active {
font-family: 'DINRegular', "Verdana", sans-serif; 
color: #202020;
}
.centerdash {
	position: relative;
	left: -4px;
}
.centerdash2 {
	position: relative;
	left: -5px;
	padding-bottom: 6px;
	padding-top: 8px;
}




.tooltip {
	display:none;
	background: #fff;
	height:auto;
	width:auto;
	padding:5px;
	font-size: 9px;
}

#arrows a{
	border:0;
	cursor:pointer;
}



