@charset "utf-8";
html {
	height: 100%;
	background-image: url(images/page_background_pattern.png);
}
body {
	height: 100%;
	background-image: url(images/content_background.png);
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat-y;
	background-position: center;
	width: 757px;
}

#nonFooter {
	position: relative;
	min-height: 100%;
}
* html #nonFooter {
	height: 100%;
}
#footer {
	position: relative;
	margin: -25px auto 0 auto;
}

/* A CSS hack that only applies to IE -- specifies a different height for the footer */

* html #footer {
	margin-top: -25px;
}

#page {
	width: 757px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
}

#page #nonFooter #content {
	background-image: url(images/content_background.png);
	background-repeat: repeat-y;
}
#page #nonFooter #content h1 {
	font-size: 16px;
	color: #004269;
	text-align: justify;
}
#page #nonFooter #content h2 {
	font-size: 14px;
	color: #00609A;
	text-align: justify;
	border-bottom:solid #00609A 1px;
}
#page #nonFooter #content p {
	font-size: 12px;
	color: #000000;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 13px;
}
#page #nonFooter #content a {
	color: #96623B;
}

#page  #nonFooter  #content  .prices {
	border: double medium #F2A10D;
	margin-top: 5px;
}
#page  #nonFooter  #content  .prices  td {
	font-size: 11px;
	text-align: center;
	padding: 5px;
}
#page  #nonFooter  #content  .prices  .borderbottom {
	border-bottom: solid 1px #F2A10D;
}
#page   #nonFooter   #content   .prices   p {
	font-size: 10px;
	text-align: left;
}
#page  #nonFooter  #content  .prices  .borderrightbottom {
	border-right: solid 1px #F2A10D;
	border-bottom: solid 1px #F2A10D;
}
#page  #nonFooter  #content  .prices  .borderright {
	border-right: solid 1px #F2A10D;
}
#page #nonFooter #content ul {
	margin-top: 0px;
	margin-bottom: 13px;
}

#page #nonFooter #content li {
	font-size: 12px;
	color: #96623B;
}

* html #page {
	height: 100%;
}

#footer {
	width: 757px;
	height: 25px;
	text-align: right;
	background-image: url(images/footer_background.png);
	background-repeat: repeat-y;
}
#footer #counter {
	position: relative;
	left: 30px;
	float: left;
	top: 6px;
}
#footer #createdby {
	position: relative;
	left: 80px;
	float: left;
	top: 6px;
}

#footer #createdby a img {
	border: none;
}

#footer #copyright {
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 6px;
	margin-right: 23px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* highslide */

.highslide {
	cursor: url(images/zoomin.cur), pointer;
    outline: none;
	width: 231px;
	height: 120px;
	display: block;
	float: left;
	text-align: center;
}
.highslide_gal_thumb {
	cursor: url(images/zoomin.cur), pointer;
    outline: none;
	width: 231px;
	height: 173px;
	display: block;
	float: left;
	text-align: center;
	margin-bottom: 10px;

}
.highslide_gal_thumb img {
	border: none;
}
.highslide img {
	border: none;
	margin-bottom: 10px;
}

.highslide-image {
	border: 10px solid #E9EAEC;
    cursor: pointer; /* opera */
	cursor: url(images/zoomout.cur), pointer;
}
.highslide-image-blur {
    cursor: pointer;
    cursor: hand;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	opacity: 0.60; /* w3c */
	filter: alpha(opacity=60); /* ie */
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    
    padding-left: 15px;
    background-image: url(images/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    
}
