/*
Copyright (c) 2008, 
http://www.nomoresleep.net
*/

@import url("reset.css");

html {
}
body{
	background-color: #fff;
	color: #000;
	font-size-adjust: none;
	font-family: Arial, Verdana, 'Times New Roman';	
	font-size: 62.5%;
	font-variant: normal;
	font-weight:normal;	
	text-align: center;
}
a {
	color: #000;
	text-decoration: none;
}
a:focus{
	outline: none;
}
a:hover, a:active {
	color: #25ed95 !important;
}

h3{
	display: none;
}
strong{
	font-weight: bold;
}
.clear{
	clear: both;
}

.vcard{
	float: left;
	padding: 0px 30px 0px 0px;
	width: 270px;
}

.vcard .adr, .vcard .email, .vcard .fax, .vcard .ustidnr{
	padding: 0px 0px 1em 0px;
}

.vcard .fn, .vcard .email{
	font-weight: bold;
}

#agbdisclaimer{
	font-weight: bold;
	margin: 1em 0px 0px 0px;
}
#contactform{
	float: left;
	width: 300px;
}
#contactform label {
	display: block;
}
#contactform button, #contactform input, #contactform textarea, button {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #666;
	font-size-adjust: none;
	font-family: Arial, Verdana, 'Times New Roman';	
	font-size: 1em;
	font-variant: normal;
	font-weight:normal;	
	margin: 0.5em 0px 0.5em 0px;
	padding: 5px 3px 5px 3px;
	width: 100%;
}
#contactform input:hover, #contactform textarea:hover, #contactform input:focus, #contactform textarea:focus {
	border: 1px solid #aaa;
}
#contactform strong{
	display: block;
	padding: 0px 0px 1em 0px;
}
#contactform textarea {
	height: 150px;
}
#content{
	float: right;
	font-size: 1.1em;
	text-align: left;
	width: 600px;
	
}

#content #description{
	font-size: 0.9em;
	margin: 0.5em 0px 0px 0px;
	text-transform: uppercase;
}

#desc{
	font-size: 0.9em;
	padding: 0px 0px 3px 0px;
	display: inline;
	float: left;

}

#footer{
	color: #999;
	padding: 1em 8em 1em 0px;
	text-align: right;
}

#footer a{
	color: #999;
}

#footer ul li{
	display: inline;
}

#footer span{
	margin: 0px 0.75em 0px 0.75em;
}

#header{
	border-bottom: 1px solid #ddd;
	height: 21px;
	margin: 0px 0px 10px 0px;
	padding: 9px 8em 14px 0px;
	text-align: right;
}

#header h1 a{
	background-image: url('../images/header-logo.gif'); 
	background-position: right center;
	background-repeat: no-repeat;
	display: block;
	height: 21px;
}

#header h1 span{
	display: none;
}
#header img{
	margin: 0px 0px 0px 0px;
}
#infotext{
	height: 450px;
	overflow: auto;
	padding: 0px 50px 0px 0px;
	clear: both;
}
#infotext h5{
	font-size: 1.5em;
	font-weight: bold;
	margin: 0px 0px 1em 0px;
}
#infotext p{
	margin: 0px 0px 1em 0px;
}

.iepaging{
	display: inline;
	float: right;
	font-size: 0.9em;
}
.iepaging li{
	display: inline;
}
.iepaging li#break{
	margin: 0px 0.75em 0px 0.75em;
}
#info_link{
	margin: 0px 0px 1em 0px;
}

#nextprev{
	color: #999;
	float: right;
	font-size: 0.9em;
}
#nextprev a:link, #nextprev a:visited{
	color: #999;
}
#overlay{
	background-color: #fff;
/* 	filter: alpha(opacity=90); */
	height: 537px;

/* 	opacity: 0.9; */
/* 	-moz-opacity: 0.9; */
	left: 0px;
	padding: 0px 0px 0px 0px;
	margin: 40px 0px 0px 0px;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 100%;
}
#overlay a{
	background-image: url('../images/horses_ppweb2.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	height: 537px;
	width: 100%;
}
#overlay a span{
	display: none;
}

#paper{

	line-height: 1.8em;
	margin: -295px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	left: 0px;
	top: 50%;
	width: 100%;
}
#page{
	border-bottom: 1px solid #ddd;
	min-height: 491px;
	padding: 0px 0px 0px 0px;
}
#movie .paging{
	
}
.paging .prev{
	display: block;
	height: 450px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 300px;
	z-index: 3;
}
.paging .next{
	display: block;
	height: 450px;
	right: 0px;
	position: absolute;
	top: 0px;
	width: 300px;
	z-index: 3;	
}
#movie .paging .prev{
	height: 85px;
	top: 182px;
	width: 110px;
}
#movie .paging .next{
	height: 85px;
	top: 182px;
	width: 110px;
}
.paging .prev:hover, .paging .next:hover {
	background-color: transparent;
	background-image: url('../images/photo-prev.png');
	background-position: center;
	background-repeat: no-repeat;
}
.paging .next:hover {
	background-image: url('../images/photo-next.png');
}
#movie .paging .prev:hover{
	background-position: left center;
}
#movie .paging .next:hover{
	background-position: right center;
}
#photo{
	background-position: 50% 50%;
	background-repeat: no-repeat;
	clear: both;
	min-height: 450px;
	margin: 0px auto 0px auto;
	overflow: hidden;
	position: relative;
}
#movie{
	min-height: 450px;
	margin: 0px auto 0px auto;
	position: relative;
	width: 600px;
}
#photo a span, #movie a span{
	display: none;
}
#portfolio{
	background-color: red;
	height: 300px;
	width: 500px;
}
#print{
	float: right;
	font-size: 0.9em;
}
#printalert{
	display: none;
}
#title{
	display: block;
	font-weight: bold;
	line-height: 1.3em;
	padding: 0px 0px 2px 0px;

}

/* NAVIGATION */

#navigation{
	float: right;
	height: 480px;
	margin: 0px 8em 0px 20px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	position: relative;
	width: 200px;
}

#navigation a{
	display: inline;
	font-size: 1.1em;
}

#navigation a:hover{
	/* background-color: green; */
	/* color: #000 !important; */
}
#navigation .additionalInformation{
/*
	border-top: 1px solid #ddd;

*/	font-size: 0.9em;
	color: #999;
	line-height: 1.3em;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#navigation .level{
	/* background-color: silver; */
	/* border-bottom: 1px solid #ccc; */
}
#navigation .level .select a{
	color: #000 !important;
	background-image: url('../images/nav-down-sec.gif');
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 15px;
}
#navigation #secondary .select a{
/*
	background-image: url('../images/nav-down-sec.gif');

*/}
#navigation #third .select a{
	background-image: url('../images/nav-left.gif');
}
#navigation #secondary, #navigation #third{
/*
	border-top: 1px solid #ddd;

*/	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
#navigation #primary a{
	color: #888;
	font-weight: bold;
	line-height: 1.5em;
	text-transform: uppercase;
}
#navigation #secondary a{
	color: #888;
	text-transform: uppercase;
}
#navigation #third a{
	color: #888;
}
#navigation .additionalInformation a{
	color: #999;
}
.nextprev, #break{
	display: inline;
}
#break{
	margin: 0px 0.5em 0px 0.5em;
}
a.print{
	font-size: 1em !important;
}
