@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: arial;
	color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: 588px;
}

.web {
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.print {
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.photo{
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.video {
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.inspiration {
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.contact {
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.extra {
	background-image: url(../images/bg_more.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}
#nav {
	float: left;
	width: 212px;
	position: fixed;
	left: 0px;
	top: 0px;
}

* html #nav{
  position: absolute;
}

#nav h1{
	background-image: url(../images/theEscape.png);
	height: 101px;
	margin: 0px;
	padding: 0px;
}

#nav ul {
	padding-left: 42px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	margin: 0px;
	padding-bottom: 0px;
}

#nav li {
	list-style-image: none;
	list-style-type: none;
	font-size: 18px;
	text-transform: none;
	margin-bottom: 15px;
}

#nav li a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}

#nav li a:hover {
	background-color: #e42113;
	width: 110%;
	
}

#nav a.currenta{
	background-color: #e42113;
	width: 110%;
	

}

#main {
	width: 689px;
	clear: right;
	float: left;
	position: absolute;
	margin-top: 85px;
	left: 100px;
	top: 0px;
}

#main .port {
	height: 100%;
	width: 491px;
	float: right;
	background-image: url(../images/port_bg.png);
	background-repeat: repeat;
	padding: 13px;
	border: 1px solid #000000;
	margin-bottom: 25px;
}
#main .port img{
	border: 8px solid #333333;
	clear: both;

}
#main h1{
	color: #FFFFFF;
	margin: 0px;
	font-size: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	

}

#main h2 {
	color: #fff;
	margin: 0px;
	font-size: 14px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#main p{
	
	margin: 0px;
	font-size: 12px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	

}
#main a{
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: normal;
	

}
#main a:hover{
	
	background-color: #000000;
	width: 110%;
	

}

strong {
	color: #FFFFFF;
}


.logoplace {
	position: absolute;
	z-index: 1000;
	left: 20px;
	top: 0px;
	overflow: scroll;
}
		
