@charset "UTF-8";
/* Gorgeous Styles */

body, html {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	color:#000000;
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
}

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-315px;
	float:left;
}

#container {
	margin:0 auto;
	position:relative;
	text-align:left;
	height:630px;
	width:940px;
	clear:left;
}

#frame {
	width:940px;
	height:600px;
	border:1px solid #000000;
	margin:0; padding:0;
	position:relative;
}

#frame img {
	margin:0; padding:0;
}

#address {
	font-size: 0.75em;
	float:left;
	padding:0;
	margin: 0.75em 0 0 3em;
	text-transform:uppercase;
}

#menu {
	float:right;
	font-size: 0.75em;
	padding:0;
	margin: 0.75em 3em 0 0;
}

#menu a, #menu a:link, #menu a:visited {
	text-decoration:none;
	color:#000000;	
}

#menu a:hover, #menu a:active {
	color:#ffffff;	
	background:#000000;
}

span.line {
	padding: 0 0.3em 0 0.3em;
}

#logo {
	position:absolute;
	right:36px;
	bottom:11px;
}


/*********** CONTACT **************/

#leftCol {
	margin:36px;
	padding:0;
	width: 360px;
	font-size:0.75em;
}

#rightCol {
	position:absolute;
	top:0;
	right:0;
	padding:36px 36px 0 0;
	width:610px;
	text-align:right;
	font-size:0.75em;
}


/*********** GALLERY **************/


#galleryMenu {
	width:240px;
	margin: 0 0 0 -10px;	
}

#galleryMenu div {
	display:block;
	width:240px;
	height:80px;
	color:#000000;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	line-height:80px;
	cursor:pointer;
}

.galleryInfo {
	position:absolute;
	left:36px;
	bottom:36px;
	font-size:0.75em;
	width:450px;
	display:none;
}

#imagesMenu {
	margin:-20px 0 5px 0;
}

#prev, #next {
	cursor:pointer;
}

#galleryBox {
	width:620px;
	height:400px;
	position:relative;
	margin:0;
	padding:0;
	overflow:hidden;
}

#images {
	width:auto;
	margin:0;
	padding:0;
	position:absolute;
	top:0px;
	left:0px;
}

#images img {
	margin:0 10px 0 0;
	padding:0;
	float:left;
	background:#000000 url(images/loading.gif) no-repeat;
}

#curlybits {
	position:absolute;
	top:0;
	left:0;
	margin:0; padding:0;
	behavior: url(iepngfix.htc);
}