html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #000000 url(Images/bg1_01.jpg) repeat left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #C9B797;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
}

h2 {
	font-size: 14px;
	color: #FFF6DF;
}

h3 {
	font-size: 16px;
	color: #FFF6DF;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 1.6em;
	line-height: 1.999em
.em
.em;
}

strong {
}

a {
	color: #E9DBBA;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	margin-right: 20px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

.img1 {
	margin-top: 7px;
	border: 7px solid #FFFFFF;
}

hr {
	display: none;
}

/** LINKS */

.link1, .link1 a {
	padding-left: 20px;
	background: url(Images/homepage_06.gif) no-repeat left center;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 li {
	overflow: hidden;
	width: 100%;
	margin: 0px 0px 5px 0px;
}

.list1 strong {
	float: left;
	color: #FFF6DF;
}

.list1 span {
	display: block;
	margin-left: 90px;
}

.list1 span a {
	display: block;
}

.list1 span small {
	font-size: 11px;
	color: #87765F;
}

.list2 {
	width: 100%;
	overflow: hidden;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 1;
}

.list2 li {
	float: left;
	padding: 0px 15px 15px 0px;
}

.list2 li img {
	border: 7px solid #FFFFFF;
}

/** WRAPPER */

#wrapper {
}

.container {
	width: 900px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	height: 194px;
}

/** LOGO */

#logo {
}

#logo {
	position: relative;
	float: left;
	width: 300px;
	height: 194px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	text-indent: -9999em;
}

#logo h1 a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(Images/homepage_01.jpg) no-repeat left top;
}

/** VERTICAL menu */

#vertmenu {
	float:left;
	width: 100%;
	height: 194px;
	background: url(Images/bg_03.jpg) no-repeat left top;
}

#vertmenu ul {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style:none;
	line-height: normal;

}

#vertmenu li {
	float: left;
	padding: 0px 0px 0px 5px;
}

#vertmenu a {
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: 0px;
	font: 15px "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#vertmenu a:hover {
	color: #53452E;
}

/** menu */

#menu {
	float: right;
	width: 600px;
	height: 194px;
	background: url(Images/bg_01.jpg) no-repeat left top;
}

#menu ul {
	float: right;
	margin: 0px;
	padding: 140px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding-left: 30px;
}

#menu a {
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: -3px;
	font: 35px "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#menu a:hover {
	color: #53452E;
}

/** SLIDESHOW */

#slideshow {
	position: relative;
	height: 300px;
	background: url(Images/bg_02.jpg) no-repeat left top;
}

#slideshow .viewer {
	position: absolute;
	width: 840px;
	height: 240px;
	top: 30px;
	left: 30px;
}

#slideshow .reel {
}

#slideshow .slide {
	overflow: hidden;
	position: relative;
	width: 840px;
	height: 240px;
}

#slideshow .slide img {
}

#slideshow .slide span {
	position: absolute;
	display: block;
	width: 420px;
	top: 0px;
	left: 0px;
	text-transform: lowercase;
	font-family: "Times New Roman", Times, serif;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 400px;
	height: 88px;
}

#slideshow .slide span strong {
	display: block;
	letter-spacing: -3px;
	font-weight: normal;
	font-size: 35px;
	color: #FFFFFF;
}

#slideshow .slide span em {
	letter-spacing: -1px;
	font-style: normal;
	font-size: 21px;
	color: #A89182;
}

#slideshow .previous, #slideshow .next {
	position: absolute;
	top: 125px;
	display: block;
	width: 40px;
	height: 50px;
	background: url(Images/arrows.png) no-repeat;
	text-indent: -9999em;
	outline: none;
}

#slideshow .previous {
	left: 50px;
	background-position: left top;
}

#slideshow .next {
	right: 50px;
	background-position: right top;
}

/** PAGE */

#page {
	overflow: visible;
	background: url(Images/bg_03.jpg) repeat left top;
}

/** 3-COLUMN PAGE ELAYOUT */

.three-cols {
	overflow: hidden;
}

.three-cols .col1, .three-cols .col2, .three-cols .col3 {
	float: left;
	width: 300px;
	min-height: 100%;
	background: url(Images/bg_04.jpg) no-repeat;
}

.three-cols .col1 {
	background-position: 0px 0px;
	
}

.three-cols .col2 {
	background-position: -300px 0px;
	
}

.three-cols .col3 {
	background-position: -600px 0px;
	
}

.three-cols .col1 .title, .three-cols .col2 .title, .three-cols .col3 .title {
	height: 50px;
	margin: 0px;
	padding: 10px 0px 0px 25px;
	text-transform: lowercase;
	letter-spacing: -2px;
	font: normal 33px "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-shadow: #291003 0px 1px 2px;
}

.three-cols .col1 .entry, .three-cols .col2 .entry, .three-cols .col3 .entry {
	padding: 25px;
}

/** CONTENT */

#content {
	float: right;
	width: 550px;
}

#content .title {
	height: 55px;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	line-height: 1;
	font: normal 38px/1.2 "Times New Roman", Times, serif;
	color: #FFFFFF;
	letter-spacing: -3px;
	text-transform: lowercase;
	text-shadow: #291003 0px 1px 2px;
}

#content .entry {
	padding-top: 25px;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 250px;
}

/** FOOTER */

#footer {
	background: url(Images/bg_05.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 70px 0px;
	text-align: center;
	text-transform: lowercase;
	color: #907D5B;
}

#footer a {
	color: #907D5B;
}

#footer .links {
}

/** WIDE & DARK LAYOUT */

.wide-dark #page {
}

.wide-dark #logo h1 a {
	background-image: url(Images/bg2_01.jpg)
}

.wide-dark #menu {
	background-image: url(Images/bg2_02.jpg);
}

.wide-dark #page-title {
	height: 55px;
	margin: 0px;
	padding: 15px 0px 0px 25px;
	background: url(Images/bg2_03.jpg) no-repeat left top;
	line-height: 1;
	font: normal 38px/1.2 "Times New Roman", Times, serif;
	color: #FFFFFF;
	letter-spacing: -3px;
	text-transform: lowercase;
	text-shadow: #291003 0px 1px 2px;
}
.wide-dark #page-subtitle {
	line-height: 1;
	padding-left: 25px;
	font: normal 15px/1.2 "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-transform: lowercase;
	text-shadow: #291003 0px 1px 2px;
}

.wide-dark #content {
	float: none;
	width: 850px;
	padding: 25px;
	overflow: hidden;
	background: url(Images/bg2_03.jpg) no-repeat 0px -70px;
}

.wide-dark #page {
}

/** TWO COLUMNS & DARK LAYOUT */

.two-cols #page {
}

.two-cols #logo h1 a {
	background-image: url(Images/bg2_01.jpg)
}

.two-cols #menu {
	background-image: url(Images/bg2_02.jpg);
}

.two-cols .title {
	height: 55px;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	line-height: 1;
	font: normal 38px/1.2 "Times New Roman", Times, serif;
	color: #FFFFFF;
	letter-spacing: -3px;
	text-transform: lowercase;
	text-shadow: #291003 0px 1px 2px;
}

.two-cols .content {
	width: 850px;
	padding: 0px 25px 25px 25px;
	overflow: hidden;
	background: url(Images/subpage1_01.jpg) no-repeat 0px 0px;
}

.two-cols #page {
}

/** BOX1 */

#box1 {
	padding: 25px 0px;
}

/** GALLERY PAGE */

#gallery {
	width: 850px;
	overflow: visible;
}

#gallery .output {
	position: relative;
	float: left;
	width: 560px;
	height: 1020px;
	background: url(Images/gallery_01.jpg) no-repeat left top;
}

#gallery .output img {
	position: absolute;
	top: 30px;
	left: 30px;
}

#gallery .output .captions {
	position: absolute;
	top: 430px;
	left: 30px;
	width: 500px;
}

#gallery .output .captions span {
	display: block;
	font-family: "Times New Roman", Times, serif;
	text-transform: lowercase;
}

#gallery .output .captions .line {
	display: block;
	font-size: 35px;
	color: #53452E;
	letter-spacing: -2px;
}

#gallery .output .captions .line2 {
	display: block;
	font-size: 21px;
	color: #A3916F;
	letter-spacing: -1px;
	}
	
#gallery .output .captions .line2 a {
color:#333333;
}

#gallery .thumbnails {
	float: right;
	overflow: hidden;
	width: 270px;
	margin: 0px;
	padding: 0px;
	line-height: 1;
	list-style: none;
}

#gallery .thumbnails li {
	float: left;
	width: 69px;
	height: 52px;
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 20px 0px;
	cursor: pointer;
	position: relative;
	left: 0px;
	top: 0px;
	bottom: 10px;
}

#gallery .thumbnails li img {
	border: solid 8px #FFFFFF;
	float: left;
	
}

#gallery .thumbnails li img.active {
	border: solid 8px #FFA15E !important;
}

#gallery .prev, #gallery .next {
	position: absolute;
	display: block;
	width: 66px;
	height: 66px;
	top: 185px;
	background: url(Images/arrows2.png) no-repeat;
	text-indent: -9999em;
	outline: none;
}

#gallery .prev {
	left: 30px;
	background-position: 0px 0px;
}

#gallery .next {
	right: 30px;
	background-position: -66px 0px;
}


/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author: Silvia Benvenuti
 * Skin Version: 3.0 (jPlayer 2.0.0)
 * Date: 20th December 2010
 */

div.jp-audio,
div.jp-video {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

	font-size:1.25em;

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
}
div.jp-audio {
	width:420px;
}
div.jp-video-270p {
	width:480px;
}
div.jp-video-360p {
	width:640px;
}
div.jp-interface {
	position: relative;
	background-color:#eee;
	/* width:418px; */
	width:100%;
	border:1px solid #009be3;
}
div.jp-audio div.jp-type-single div.jp-interface {
	height:80px;
	border-bottom:none;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
	height:80px;
}
div.jp-video div.jp-type-single div.jp-interface {
	height:60px;
	border-bottom:none;
}
div.jp-video div.jp-type-playlist div.jp-interface {
	height:60px;
}
div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
div.jp-interface ul.jp-controls li {
	/* position: absolute; */
	display:inline;
}
div.jp-interface ul.jp-controls a {
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	width:40px;
	height:40px;
	z-index:1;
}
div.jp-audio div.jp-type-single a.jp-play,
div.jp-audio div.jp-type-single a.jp-pause {
	top:20px;
	left:40px;
}
div.jp-audio div.jp-type-playlist a.jp-play,
div.jp-audio div.jp-type-playlist a.jp-pause {
	top:20px;
	left:48px;
}
div.jp-video a.jp-play,
div.jp-video a.jp-pause {
	top:15px;
}
div.jp-video-270p div.jp-type-single a.jp-play,
div.jp-video-270p div.jp-type-single a.jp-pause {
	left:195px;
}
div.jp-video-270p div.jp-type-playlist a.jp-play,
div.jp-video-270p div.jp-type-playlist a.jp-pause {
	left:220px;
}
div.jp-video-360p div.jp-type-single a.jp-play,
div.jp-video-360p div.jp-type-single a.jp-pause {
	left:275px;
}
div.jp-video-360p div.jp-type-playlist a.jp-play,
div.jp-video-360p div.jp-type-playlist a.jp-pause {
	left:300px;
}
a.jp-play {
	background: url("jplayer.blue.monday.jpg") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("jplayer.blue.monday.jpg") -41px 0 no-repeat;
}
a.jp-pause {
	background: url("jplayer.blue.monday.jpg") 0 -42px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("jplayer.blue.monday.jpg") -41px -42px no-repeat;
}
div.jp-audio div.jp-type-single a.jp-stop {
	top:26px;
	left:90px;
}
div.jp-audio div.jp-type-playlist a.jp-stop {
	top:26px;
	left:126px;
}
div.jp-video a.jp-stop {
	top:21px;
}
div.jp-video-270p div.jp-type-single a.jp-stop {
	left:245px;
}
div.jp-video-270p div.jp-type-playlist a.jp-stop {
	left:298px;
}
div.jp-video-360p div.jp-type-single a.jp-stop {
	left:325px;
}
div.jp-video-360p div.jp-type-playlist a.jp-stop {
	left:378px;
}
a.jp-stop {
	background: url("jplayer.blue.monday.jpg") 0 -83px no-repeat;
	width:28px;
	height:28px;
	z-index:1;
}
a.jp-stop:hover {
	background: url("jplayer.blue.monday.jpg") -29px -83px no-repeat;
}
div.jp-audio div.jp-type-playlist a.jp-previous {
	left:20px;
	top:26px;
}
div.jp-video div.jp-type-playlist a.jp-previous {
	top:21px;
}
div.jp-video-270p div.jp-type-playlist a.jp-previous {
	left:192px;
}
div.jp-video-360p div.jp-type-playlist a.jp-previous {
	left:272px;
}
a.jp-previous {
	background: url("jplayer.blue.monday.jpg") 0 -112px no-repeat;
	width:28px;
	height:28px;
}
a.jp-previous:hover {
	background: url("jplayer.blue.monday.jpg") -29px -112px no-repeat;
}
div.jp-audio div.jp-type-playlist a.jp-next {
	left:88px;
	top:26px;
}
div.jp-video div.jp-type-playlist a.jp-next {
	top:21px;
}
div.jp-video-270p div.jp-type-playlist a.jp-next {
	left:260px;
}
div.jp-video-360p div.jp-type-playlist a.jp-next {
	left:340px;
}
a.jp-next {
	background: url("jplayer.blue.monday.jpg") 0 -141px no-repeat;
	width:28px;
	height:28px;
}
a.jp-next:hover {
	background: url("jplayer.blue.monday.jpg") -29px -141px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	background-color: #ddd;
}
div.jp-audio div.jp-type-single div.jp-progress {
	top:32px;
	left:130px;
	width:122px;
	height:15px;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
	top:32px;
	left:164px;
	width:122px;
	height:15px;
}
div.jp-video div.jp-progress {
	top:0px;
	left:0px;
	width:100%;
	height:10px;
}
div.jp-seek-bar {
	background: url("jplayer.blue.monday.jpg") 0 -202px repeat-x;
	width:0px;
	/* height:15px; */
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("jplayer.blue.monday.jpg") 0 -218px repeat-x ;
	width:0px;
	/* height:15px; */
	height:100%;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	background: url("pbar-ani.gif");
}

a.jp-mute,
a.jp-unmute {
	width:18px;
	height:15px;
}
div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	top:32px;
	left:274px;
}
div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
	top:32px;
	left:296px;
}
div.jp-video a.jp-mute,
div.jp-video a.jp-unmute {
	top:27px;
}
div.jp-video-270p div.jp-type-single a.jp-mute,
div.jp-video-270p div.jp-type-single a.jp-unmute {
	left:304px;
}
div.jp-video-270p div.jp-type-playlist a.jp-unmute,
div.jp-video-270p div.jp-type-playlist a.jp-mute {
	left:363px;
}
div.jp-video-360p div.jp-type-single a.jp-mute,
div.jp-video-360p div.jp-type-single a.jp-unmute {
	left:384px;
}
div.jp-video-360p div.jp-type-playlist a.jp-mute,
div.jp-video-360p div.jp-type-playlist a.jp-unmute {
	left:443px;
}
a.jp-mute {
	background: url("jplayer.blue.monday.jpg") 0 -186px no-repeat;
}
a.jp-mute:hover {
	background: url("jplayer.blue.monday.jpg") -19px -170px no-repeat;
}
a.jp-unmute {
	background: url("jplayer.blue.monday.jpg") 0 -170px no-repeat;
	display: none;
}
a.jp-unmute:hover {
	background: url("jplayer.blue.monday.jpg") -19px -186px no-repeat;
}
div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background: url("jplayer.blue.monday.jpg") 0 -250px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
}
div.jp-audio div.jp-type-single div.jp-volume-bar {
	top:37px;
	left:302px;
}
div.jp-audio div.jp-type-playlist div.jp-volume-bar {
	top:37px;
	left:324px;
}
div.jp-video div.jp-volume-bar {
	top:32px;
}
div.jp-video-270p div.jp-type-single div.jp-volume-bar {
	left:332px;
}
div.jp-video-270p div.jp-type-playlist div.jp-volume-bar {
	left:391px;
}
div.jp-video-360p div.jp-type-single div.jp-volume-bar {
	left:412px;
}
div.jp-video-360p div.jp-type-playlist div.jp-volume-bar {
	left:471px;
}
div.jp-volume-bar-value {
	background: url("jplayer.blue.monday.jpg") 0 -256px repeat-x;
	width:0px;
	height:5px;
}
div.jp-current-time,
div.jp-duration {
	position: absolute;
	font-size:.64em;
	font-style:oblique;
}
div.jp-duration {
	text-align: right;
}
div.jp-audio div.jp-type-single div.jp-current-time,
div.jp-audio div.jp-type-single div.jp-duration {
	top:49px;
	left:130px;
	width:122px;
}
div.jp-audio div.jp-type-playlist div.jp-current-time,
div.jp-audio div.jp-type-playlist div.jp-duration {
	top:49px;
	left:164px;
	width:122px;
}
div.jp-video div.jp-current-time,
div.jp-video div.jp-duration {
	top:10px;
	left:0px;
	width:98%;
	padding:0 1%;
}
div.jp-playlist {
	/* width:418px; */
	width:100%;
	background-color:#ccc;
	border:1px solid #009be3;
	border-top:none;
}
div.jp-playlist ul {
	list-style-type:none;
	margin:0;
	padding:0 20px;
	/* background-color:#ccc; */
	/* border:1px solid #009be3; */
	/* border-top:none; */
	/* width:378px; */
	font-size:.72em;
}


div.jp-type-single div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
div.jp-type-playlist div.jp-playlist li {
	padding:5px 0 4px 20px;
	border-bottom:1px solid #eee;
}
/*
div.jp-video div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
*/
div.jp-type-playlist div.jp-playlist li.jp-playlist-last {
	padding:5px 0 5px 20px;
	border-bottom:none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:8px;
}
div.jp-type-playlist div.jp-playlist a {
	color: #666;
	text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
	color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist div.jp-free-media {
	display:inline;
	margin-left:20px;
}

div.jp-video div.jp-video-play {
	background: transparent url("jplayer.blue.monday.video.play.png") no-repeat center;
	/* position: relative; */
	position: absolute;
	cursor:pointer;
	z-index:2;
}
div.jp-video div.jp-video-play:hover {
	background: transparent url("jplayer.blue.monday.video.play.hover.png") no-repeat center;
}
div.jp-video-270p div.jp-video-play {
	top:-270px;
	width:480px;
	height:270px;
}
div.jp-video-360p div.jp-video-play {
	top:-360px;
	width:640px;
	height:360px;
}

div.jp-jplayer {
	width:0px;
	height:0px;
}
div.jp-video div.jp-jplayer {
	border:1px solid #009be3;
	border-bottom:none;
	z-index:1;
}
div.jp-video-270p div.jp-jplayer {
	width:480px;
	height:270px;
}
div.jp-video-360p div.jp-jplayer {
	width:640px;
	height:360px;
}
div.jp-jplayer {
	background-color: #000000;
}
