html, body {
	width: 100%;
	height: 100%;
	overflow:hidden;
	margin: 0;
}

body {
	background: #b3b3b3;
	font-family: HelveticaNeueLTStd-Lt;
	font-size: 1em;
	color: #000;
}

h1 { 
	font-family: HelveticaNeueLT-BoldCond;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	margin: 0;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 6px 0;
}

address {
	font-style: normal;
}


#main {
	background: #fffaaa;
	background: rgba(255,255,255,0.7);
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 250px;

	z-index: 2;
}

#main article {
	padding: 20px 0 0px 35px;
}

#main article address {
	position: absolute;
	bottom: 0;
	padding: 0 0 14px 0;
}

#slides {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
	width: auto;
	z-index: 1;
}

.royalSlider .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(../img/preloader.gif);
	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px; 
}


@media only screen and (orientation : landscape) {
}

@media only screen and (orientation : portrait) {

	#main {
		left: 0;
		top: auto;
		bottom: 0;
		width: 100%;
		height: auto;	
	}

	#main article address {
		position: relative;
		bottom: auto;
	}

}

@media screen and (max-width: 768px) {
	body {
		font-size: 0.6875em;
	}

	h1 { 
		font-size: 1.81em;
	}

	p {
		margin: 0 0 4px 0;
	}

	#main article address {
		padding: 0 0 6px 0;
	}	
}

@media screen and (max-width: 768px) and (orientation: landscape) {
	#main {
		width: 150px;
	}

	#main article {
		padding: 10px 0 0px 10px;
	}
}

@media screen and (max-width: 768px) and (orientation: portrait) {
}

