/* LAYOUT BASIC */

body {
	background-color: #000000;
	width: 100%;
	text-align: center;
	}

* {
	margin: 0px;
	padding: 0px;
	}

body,
html,
table,
th,
td,
div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	border: 0px solid #32312E;
	vertical-align: top;
	
}
div.basic {
	text-align: center;
	width: 100%;
	}

table.basic {
	background-color: #666666;
	margin: auto;
	width: 770px;
	margin-bottom: 20px;
	}

td.logo {
	background-color: #000000;
	}

td.photo {
	border-bottom-width: 1px;
}
	
td.menu {
	background-color: #ffffff;
	border-left-width: 1px;
	border-bottom-width: 1px;
	width: 200px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	}
td.menu ul {
	list-style-type: none;
	margin-left: 20px;
	margin-right: 20px;
	}
td.menu li {
	background-image: url('../images/bullet_menu.gif');
	background-repeat: no-repeat;
	background-position: 0px 7px;
	}
td.menu li#selected {
	background-image: url('../images/bullet_menu_selected.gif');
	}
td.menu li {
	padding-left: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 0px;
	border-bottom: 1px solid #cccccc;
	}
td.menu a {
	text-decoration: none;
	color: #32312E;
	}

td.bottombar {
	height: 20px;
	vertical-align: middle;
	text-align: center;
	font-size: 10px;
	color: #D5D6D3;
	}	
td.bottombar p {
	padding: 0px ! important;
	margin: 0px ! important;
	margin-top: 7px;
	}
td.bottombar a {
	color: #D5D6D3;
	}

table.content {
	width: 100%;
	}
td.submenu {
	width: 200px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	}

td.submenu {
	background-color:#CCCCCC;
}	
	
td.submenu div {
	min-height: 200px;
/*	overflow: hidden; */
	margin-bottom: -1px;
	padding: 15px;
	text-transform: uppercase;
	}
td.submenu > div {
	min-height: 140px;
	}
#home td.submenu div {
	min-height: 200px;
	}
#home td.submenu > div {
	min-height: 140px;
	}
#next td.submenu div {
	background-color: #CCCCCC;
	color:#000000;
	}
td.submenu h3 {
	margin-top: 2px;
	margin-bottom: 15px;
	}
td.submenu a {
	text-decoration: none;
	color:#000000;
	font-weight:bold;
	}

td.submenu ul {
	font-size: 14px ! important;
	list-style-type: none;
	margin-left: 0px;
	letter-spacing: 1px;
	}
td.submenu li {
	background-image: url('../images/bullet_submenu.gif');
	background-repeat: no-repeat;
	background-position: 0px -1px;
	}
td.submenu li#selected {
	background-image: url('../images/bullet_submenu_selected.gif');
	}
td.submenu li {
	padding-left: 12px;
	padding-bottom: 10px;
	text-transform: uppercase;
	}

td.submenu ul li ul li {
	padding-left: 12px;
	padding-bottom: 10px;
	text-transform: none;
	}

td.submenu li {
	padding-left: 12px;
	padding-bottom: 10px;
	}

	
td.content {
	font-family: Arial, Helvetica, sans-serif; 
	padding: 20px 30px 20px 30px;
	border-bottom-width: 1px; 
	line-height: 20px;
	text-align: justify;
	}
td.content img {
	margin: 5px 5px 5px 10px;
	}
img.right {
	float: right;
	margin: 5px -50px 15px 20px ! important;
	}

	
/* FONTS and COLOURS */
	
a {
	color: #ffffff;
	}
	
a:hover {
	color: #FE0000;
	}

h1 {
	font-family: Arial;
	letter-spacing: 1px;
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	text-align: left;
	}
	
	
h3 {
	letter-spacing: 1px;
	font-size: 14px;
	}
td.submenu h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 2px 0px 15px 0px;
	}
p {
	margin-bottom: 15px;
	}
	
ul {
	list-style-type: square;
	margin-left: 17px;
	}


/* FOTOPOPUP */

div.navigation {
	height: 30px;
	padding-top: 10px;
	width: 100%;
	color: #ffffff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
div.navigation a {
	color: #ffffff;
	text-decoration: none;
	}


/* FORMS */

td.content form td {
	padding: 2px 10px 2px 0px;
	}

td.content input.formfield,
td.content select.formfield,
td.content textarea,
td.content button {
	width: 200px;
	height: 18px;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
td.content textarea {
	height: 50px;
	}

td.content input.formfield,
td.content select.formfield,
td.content textarea {
	background-image: url('../images/bg_input.gif');
	background-repeat: no-repeat;
	}

td.content button {
	font-weight: bold;
	}

button {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_button.png',sizingMethod='crop') ! important;
	} 

form > button,
td > button {
	background-image: url('../images/bg_button.png') ! important;
	background-repeat: no-repeat;
	}

