body {
	background: Black;
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-size: 2.2ex;
	padding: 0;
	margin: 0;
	position: relative;
}

a {
	color: #ffdb0d;
	font-weight: bold;
}

a:hover {
	color: Black;
	background: White;
}

a img {
	border: 0;
}

#header {
	width: 25%;
	padding: 1% 0 1% 1%;
	margin: 0 1% 0 0;
	border-bottom: 2px solid #cccccc;
	overflow: hidden;
}

#content_outer .home {
	font-size: 3ex;
	font-weight: bold;
	width: 25%;
	padding: 1% 0 1% 1%;
	margin: 0 1% 0 0;
	overflow: hidden;
}

#header_title {
 
}

#header_title, #header_lang, #header_search, .menu, #side_content, #swlogin_box, .sw_4_3_gallery_item {
	border-bottom: 2px solid #cccccc;
}

#side_content {
	width: 25%;
	padding: 1% 0 1% 1%;
	margin: 0 1% 0 0;
	overflow: hidden;
}

#content_outer {
	border: none;
}

#main_content /*, #main_content_3_1, #main_content_3_2, #main_content_3_3*/ {
	position: absolute;
	top: 0;
	left: 27%;
	width: 70%;
	padding: 1%;
	border-left: 5px solid #cccccc;
}

#main_content_3_1, #main_content_3_2, #main_content_3_3 {
	padding: 1%;
	margin: 0 0 1% 0;
	border-bottom: 2px solid #cccccc;
}

#footer {
	width: 25%;
	padding: 1%;
}

.clearer {
	clear: both;
	height: 0px;
	line-height: 0px;
	width: 1px;
	font-size: 1px;
}


.sw_s2_hidden_content {
	display: none;
	visibility: none;
}

fieldset {
	padding: 1%;
	border-width: 4px;
}

.sw_s2_inner_menu {
	position: relative;
/*	z-index: 234;	*/
}

/* remove all the bullets, borders and padding from the default list styling */
.sw_s2_inner_menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.sw_s2_inner_menu li {
	float: left;
	position: relative;
}

/* style the links for the top level */
.sw_s2_inner_menu a {
	display: block;
/*	text-decoration: none;	*/
	padding: 0 5px;
}

.sw_s2_inner_menu ul a:hover {

}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.sw_s2_inner_menu ul ul {
	visibility: hidden;
	position: absolute;
	top: 3ex;
	left: 0; 
	background: White;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.sw_s2_inner_menu table {
	position: absolute;
	top: 0;
	left: 0;
}

.sw_s2_inner_menu  ul ul li {
	float: none;
	display: block;
	border: 2px solid White;
}

/* style the second level links */
.sw_s2_inner_menu ul ul a, .sw_s2_inner_menu ul ul a:visited {
	color: Black;
}

/* style the top level hover */
.sw_s2_inner_menu a:hover {
	color: Black;
	background: White;
}

.sw_s2_inner_menu :hover > a {
	
}

.sw_s2_inner_menu ul ul a:hover {
	color: #ffdb0d;
	background: Black;
}

.sw_s2_inner_menu ul ul :hover > a {

}

/* make the second level visible when hover on first level list OR link */
.sw_s2_inner_menu ul li:hover ul,
.sw_s2_inner_menu ul a:hover ul{
	visibility: visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.sw_s2_inner_menu ul :hover ul ul{
	visibility: hidden;
}

/* make the third level visible when you hover over second level list OR link */
.sw_s2_inner_menu ul :hover ul :hover ul{ 
	visibility: visible;
}
input {
	font-size: 2ex;
	border-width: 4px;
}

