
/* ############# Basic website elements ############# */

body {
	margin: 0;
	text-align: left;
	background-color: white;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
}

div#frame {
	position: relative;
	margin-left: 70px;
	text-align: left;
	width: 865px;
	top: 30px;
}

div#main-bg {
	position: absolute;
	left: 0px;
	top: 205px;
	width: 100%;
	height: 149px;
	background-color: rgb(245,247,241);
}

/* ############# Content elements ############# */

div#content {
	position: relative;
	padding-left: 178px;
	padding-top: 280px;
	padding-bottom: 70px;
	width: 465px;
	min-height: 425px;
}

div#intro {
	position: absolute;
	left: 178px;
	top: 90px;
	width: 650px;
	padding-top: 30px;
}

ul#photos {
	position: absolute;
	left: 170px;
	top: 180px;
	width: 716px;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#photos li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	float: left;
	width: 201px;
	height: 123px;
	padding: 8px;
	margin-right: 21px;
	background-image: url('/img/photoframe.gif');
	background-repeat: no-repeat;
}

ul#photos li img {
	border: 1px solid rgb(229,233,216);
}

div#contact {
	position: absolute;
	left: 654px;
	top: 621px;
	width: 189px;
	height: 125px;
	text-align: right;
	padding: 6px;
	padding-top: 10px;
	background-image: url('/img/block-bg.gif');
	background-repeat: no-repeat;
}

/* ############# Homepage elements ############# */

.home div#content {
	width: 730px;
	min-height: 300px;
}

.home div#contact {
	top: 496px;
	background-image: none;
}

.home div#intro {
	position: absolute;
	left: 178px;
	top: 90px;
	width: 730px;
	padding-top: 0px;
}

.home div.home-intro {
	position: relative;
	float: left;
	height: 80px;
	width: 200px;
	margin-right: 37px;
}

.home div#content p {
	display: block;
	float: left;
	width: 180px;
	height: 110px;
	padding: 10px;
	margin-right: 37px;
	font-size: 12px;
	line-height: 16px;
	background-image: url('/img/home-block-bg.gif');
	background-repeat: no-repeat;
}

div#movieplayer {
	position: relative;
	/*left: 178px;
	top: 475px;*/
}

/* ############# Menu and submenu elements ############# */

ul#menu {
	position: absolute;
	z-index: 40;
	left: 88px;
	top: 190px;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#menu li a {
	display: block;
	width: 76px;
	height: 15px;
	margin-bottom: 10px;
	padding-right: 15px;
	color: rgb(186,16,16);
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	background-image: url('/img/menu-item-hover.gif');
	background-repeat: no-repeat;
	background-position: top;
}

ul#menu li a:hover {
	color: black;
	background-position: 0px bottom;
}

ul#menu li a.active {
	color: black;
	background-image: url('/img/menu-item-active.gif');
	background-position: 0px 3px;
}

ul#menu li a.active:hover {
	background-position: 0px 3px;
}

ul#submenu {
	position: absolute;
	left: 654px;
	top: 340px;
	width: 200px;
	height: 280px;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: rgb(243,246,238);
	background-image: url('/img/sidebar-bg.gif');
	background-repeat: repeat-x;
	background-position: top;
}

ul#submenu li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	width: 174px;
	height: 15px;
	margin-bottom: 8px;
}

ul#submenu li a {
	display: block;
	width: 174px;
	height: 15px;
	line-height: 15px;
	color: rgb(186,16,16);
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	padding-right: 26px;
	background-image: url('/img/submenu-item-hover.gif');
	background-repeat: no-repeat;
	background-position: 0px top;	
}

ul#submenu li a:hover {
	background-position: 0px bottom;
}

div#footer {
	position: absolute;
	left: 178px;
	border-top: 1px solid rgb(180,180,180);
	bottom: 0px;
	width: 676px;
	height: 50px;
	font-size: 12px;
}

div#footer p {
	position: absolute;
	left: 1px;
	top: 6px;
	color: rgb(180,180,180)
}

div#footer p#slogan {
	position: absolute;
	left: 1px;
	top: -26px;
	color: rgb(186,16,16);
	font-weight: bold;
	font-size: 13px;
}

div#footer a {
	color: rgb(180,180,180);
}

div#footer a:hover {
	color: black;
}

div#footer img {
	position: absolute;
	right: -38px;
	top: 2px;
}

div#lang {
	position: absolute;
	right: 35px;
	top: 2px;
	height: 23px;
	list-style: none;
	text-indent: 0px;
	margin: 0;
	padding: 0;
}

div#lang img {
	position: relative;
}

/* ############# Text elements ############# */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: rgb(186,16,16);
}

h1 {
	font-size: 14px;
	line-height: 16px;
}

h2 {
	font-size: 12px;
	line-height: 14px;
}

h3 {
	font-size: 11px;
	line-height: 12px;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
	color: black;
	line-height: 18px;
}

a {
	color: rgb(186,16,16);
}

a:hover {
	text-decoration: none;
}

img, table, td {
	border: none;
}

/* ############# Third party elements ############# */

/* ############# Lightbox elements ############# */

#lightbox {
	background-color: white;
	padding: 10px;
	border: 1px solid black;
}

#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
}	
#lightboxCaption{ float: left; font-size: 12px; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }
