﻿body {
	margin: 0;
	padding: 0;
	direction: rtl;
	min-height: 100%;
	vertical-align: top;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000c1d;
	text-align:center;
	background-repeat:repeat-y;
	background-image:url('images/background.png');
	background-position:center;
}
html {
	margin: 0;
	padding: 0;
	min-height: 100%;
	vertical-align: top;
}
img {
	border: 0;
	behavior: url("pngbehavior.htc");
}
img.picture_right {
	border: 1px solid #a7d3ff;
	float: right;
	margin: 0 0 0 10px;
}
img.picture_right:hover {
	border: 1px solid white;
}
img.picture_left {
	border: 1px solid #a7d3ff;
	float: left;
	margin: 0 10px 0 0;
}
img.picture_left:hover {
	border: 1px solid white;
}
p {
	margin:6px auto 6px auto;
}
table {
	border-collapse: collapse;
}
table#main {
	margin: 0 auto;
	width: 780px;
}
div#wrapper {
	position:relative;
	width: 780px;
	margin:auto;
	min-height: 100%;
}
table#structure {
	position:relative;
	width: 100%;
	min-height: 100%;
}
td#container {
	width: 780px;
	vertical-align: top;
	padding: 0;
}
table#titlebar {
	direction: ltr;
	width: 780px;
	height: 196px;
}
td#titlebar {
	background-image: url('images/container_background.png');
	background-repeat: no-repeat;
	background-position: bottom;
}
td#body {
	background-image: url('images/container_background.png');
	background-repeat: repeat-y;
	color: white;
	padding: 5px 15px 5px 15px;
	font-size: 14px;
	text-align: justify;
}
td#details {
	background-image: url('images/details.png');
	text-align: center;
	font-size: 13px;
	height: 20px;
	word-spacing: 2px;
}
td#details a {
	color: white;
}
td#footer {
	background-image: url('images/container_background.png');
	text-align: center;
	font-size: 11px;
	color: #a7d3ff;
	padding-top: 10px;
}
td#footer a {
	color: #a7d3ff;
}
td#footer a:hover {
	color: white;
}
td#credit {
	text-align: center;
	font-size: 10px;
	color: #4984de;
	height:25px;
	vertical-align:top;
}
td#credit a {
	color: #4984de;
}
td#credit a:hover {
	color: white;
}
td#bottom {
	width: 780px;
	margin: 0 auto;
	padding-bottom: 10px;
}
td#tagline {
	background-image: url('images/titlebar_slogen.jpg');
	background-repeat: no-repeat;
	width: 495px;
	height: 45px;
	direction: rtl;
	padding: 0 50px 0 175px;
	text-align: center;
}
h1 {
	font-size: 23px;
	margin: 0;
	color: #ffe597;
}
h2 {
	font-size: 19px;
	margin: 15px 25px 5px 25px;
	color: #c8ebff;
}
h3 {
	font-size: 16px;
	margin: 20px 0 0 0;
	color: #a3c5e9;
}
a {
	color: #ffba34;
}
a:hover {
	color: white;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 2px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 2px;
}
textarea.contact {
	width: 250px;
	background-image: url('images/textbox.png');
	background-repeat: repeat-x;
	background-color: #e5edf1;
	border: 1px solid #134779;
}
input.contact {
	width: 250px;
	background-image: url('images/textbox.png');
	background-repeat: repeat-x;
	background-color: #e5edf1;
	border: 1px solid #134779;
}
.hidden {
	display: none;
}
td.label {
	padding: 4px;
	vertical-align: top;
}
td.validation {
	color: #ff5e5e;
	padding-top: 7px;
	vertical-align: top;
}
.gallery {
	list-style: none;
	padding: 0;
	margin: 10px 50px 10px 50px;
	text-align:right;
	width:600px;
}
.gallery li {
	margin: 0;
	display:inline;
}
.gallery img {
	border: solid 1px #a7d3ff;
	width: 110px;
	height: 110px;
	margin: 5px;
}
.gallery li:hover img {
	position: relative;
	border: solid 1px white;
}
table#videos{
	width:100%;
	border-collapse:separate;
}
table#videos td{
	text-align:center;
	padding:0;
}