@charset "UTF-8";

/* ====================================================================================================
** = Cascading Style-Sheet for MedusaMedia.tv
** =
** = Copyright (C) 2009 - MedusaMedia.tv - All Rights Reserved
** ====================================================================================================
*/

/* ----------------------------------------------------------------------------------------------------
** - html, body
** ----------------------------------------------------------------------------------------------------
*/

html
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-size:12px;
}

body
{
background-color: #e1e5ee;
background-repeat: repeat;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
/*overflow: hidden;
overflow: -moz-scrollbars-vertical;
overflow-x: auto;
overflow-y: scroll;*/
}

/* ----------------------------------------------------------------------------------------------------
** - Layout
** ----------------------------------------------------------------------------------------------------
*/

div#layout
{
margin: 20px auto 0px auto;
height: auto;
min-height: 100%;
width: 970px;
}

div#header
{
background-image: url('/gfx/header/01.jpg');
background-repeat: no-repeat;
height: 131px;
width: 970px;
}

div#site_path
{
border-bottom: 1px solid #afc3dd;
margin: 0px 8px 0px 8px;
width: 594px;
}

div#site_path h1,
div#site_path h1 a,
div#site_path h1 span
{
color: #333333;
font-size: 8pt;
font-weight: bold;
white-space: nowrap;
}

div#site_path h1
{
padding: 2px 0px 2px 0px;
}

div#site_path h1,
div#site_path h1 span
{
cursor: default;
}
div#site_path h1,
div#site_path h1 a,
div#site_path h1 span{
	margin-top:0px;
	padding-top:0px;
}


div#container1
{
float: left;
width: 790px;
}

div#container2
{
clear: both;
width: 790px;
}

div#main
{
background-color: #e1e5ee;
background-image: url('/gfx/layout/background.gif');
background-repeat: repeat-y;
width: 970px;
}

div#content{
	float: left;
	min-height: 480px;
	width: 610px;
}

div#content div.text
{
clear: both;
margin: 0px 8px 0px 8px;
width: 594px;
}

/*div#partner
{
background-color: lime;
float: left;
height: 60px;
width: 780px;
}*/

div#footer
{
background-color: #3868a9;
border-top: 1px solid #e1e5ee;
height: 19px;
}

div#footer p
{
	padding: 2px 2px 2px 2px;
	text-align: right;
}

div#footer p a
{
	color: #fff;
}

div#footer a img{
	padding-right:2px;
}

/* ----------------------------------------------------------------------------------------------------
** - Block Groups
** ----------------------------------------------------------------------------------------------------
*/

div#left_blocks
{
margin: 0px 0px 0px 0px;
float: left;
min-height: 540px;
width: 180px;
}

div#right_blocks
{
background-color: #afc3dd;
float: left;
margin: 0px 0px 0px 0px;
padding: 11px 0px 0px 0px;
min-height: 480px;
width: 180px;
}

/* ----------------------------------------------------------------------------------------------------
** - Block
** ----------------------------------------------------------------------------------------------------
*/
div.block
{
border: 1px solid #5189c6;
display: block;
margin: 0px 0px 10px 0px;
}

div.block div.block_header
{
background-color: #fff;
border-bottom: 1px solid #5189c6;
padding: 4px 5px 4px 5px;
}

div.block div.block_header h1
{

}

div.block div.block_content
{
padding: 5px 5px 5px 5px;
min-height: 20px;
}

/* ----------------------------------------------------------------------------------------------------
** - Block (right)
** ----------------------------------------------------------------------------------------------------
*/

div#right_blocks div.block
{
border: 1px solid #254571;
margin: 4px 0px 0px 0px;
width: 178px;
}

div#right_blocks div.block div.block_header
{
background-color: #88a8d4;
border-top: 2px solid #3868a9;
border-bottom: 1px solid #254571;
height: 8px;
padding: 0px 0px 0px 0px;
}

div#right_blocks div.block div.block_header h1
{
display: none;
visibility: hidden;
}

div#right_blocks div.block div.block_content
{
background-color: #afc3dd;
}

div#right_blocks div.block div.block_footer
{
display: none;
visibility: hidden;
}

div#right_blocks div.block.image
{
border: 0px;
margin: 4px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 180px;
}

/* ----------------------------------------------------------------------------------------------------
** - Text
** ----------------------------------------------------------------------------------------------------
*/

h2, div, a, span, label
{
color: #333333;
font-family: Verdana, Arial, Tahoma;
font-size: 8pt;
font-style: normal;
font-weight: normal;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
overflow: hidden;
text-decoration: none;
}

h1{
	margin-bottom:0px;
	padding-bottom:0px;
	color: #333333;
	font-family: Verdana, Arial, Tahoma;
	font-style: normal;
	font-weight: normal;
	overflow: hidden;
	text-decoration: none;
	font-size:12px;
}

p{
	margin-top:0px;
}

h1
{
font-size: 9pt;
}

/* ----------------------------------------------------------------------------------------------------
** - inline Text
** ----------------------------------------------------------------------------------------------------
*/

span.error
{
color: red;
font-weight: bold;
}

span.success
{
color: green;
font-weight: bold;
}

/* ----------------------------------------------------------------------------------------------------
** - Label
** ----------------------------------------------------------------------------------------------------
*/

label.checkbox, label.radio
{
cursor: pointer;
}

/* ----------------------------------------------------------------------------------------------------
** - List
** ----------------------------------------------------------------------------------------------------
*/

ol, ul, dl, li, dt, dd
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

li
{
line-height: 16px;
}

ol, ul
{
padding-left: 40px;
}

/* ----------------------------------------------------------------------------------------------------
** - Links
** ----------------------------------------------------------------------------------------------------
*/

a
{
color: #4169e1;
cursor: pointer;
}

a:hover
{
text-decoration: underline;
}

/* ----------------------------------------------------------------------------------------------------
** - Images
** ----------------------------------------------------------------------------------------------------
*/

img
{
border-width: 0px;
padding-right:0px;
margin-right:0px;
}

img.border
{
border: 1px solid #3868a9;
}

/* ----------------------------------------------------------------------------------------------------
** - Horizontal Ruler
** ----------------------------------------------------------------------------------------------------
*/

hr
{
background-color: transparent;
color: white;
border: 0 none;
border-bottom: 1px solid #3868a9;
clear: both;
display: block;
font-size: 0px;
height: 0px;
line-height: 0px;
margin: 5px 0px 5px 0px;
padding: 0px 0px 0px 0px;
text-align: center;
}

hr.dashed{
	border-bottom: 1px dashed #3868a9;
	padding-top:10px;
}

/* ----------------------------------------------------------------------------------------------------
** - Form Elements
** ----------------------------------------------------------------------------------------------------
*/

fieldset
{
background-color: white;
border: 1px solid #75b2de;
margin: 5px 0px 15px 0px;
padding: 5px 5px 5px 5px;
}

fieldset legend
{
background-color: white;
border: 1px solid #75b2de;
color: #6080a0;
cursor: default;
font-family: georgia, times, serif;
font-size: 12pt;
font-weight: bold;
margin: 0px 0px 0px 5px;
padding: 2px 10px 2px 10px;
}

input
{
font-family: Verdana, Arial, Tahoma;
font-size: 9pt;
font-style: normal;
font-weight: normal;
}

textarea,
select,
optgroup,
option
{
color: black;
background-color: white;
font-family: Verdana, Arial, Tahoma;
font-size: 9pt;
font-style: normal;
font-weight: normal;
}

optgroup
{
font-style: normal;
font-weight: bold;
}

input.checkbox,
input.radio
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

/* ----------------------------------------------------------------------------------------------------
** - Navigation
** ----------------------------------------------------------------------------------------------------
*/

div#navigation
{
border-width: 0px;
margin: 16px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 180px;
}

div#navigation div.block_header
{
display: none;
visibility: hidden;
}

div#navigation div.block_content
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

div#navigation ul
{
list-style-type: none;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

div#navigation li
{
background-repeat: no-repeat;
background-position: 0px 0px;
/*overflow: hidden;*/
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
/* white-space: nowrap; */
}

div#navigation a
{
display: block;
height: 20px;
line-height: 20px;
padding: 0px 0px 0px 0px;
text-decoration: none;
}

div#navigation span.arrow
{
display: none;
visibility: hidden;
}

/*div#navigation ul ul li a span.arrow
{
display: block;
float: right;
height: 20px;
width: 10px;
visibility: visible;
}*/

/* ----------------------------------------------------------------------------------------------------
** - 1st level
** ----------------------------------------------------------------------------------------------------
*/

div#navigation ul
{
margin-bottom: 0px;
}

div#navigation ul li
{
background: transparent url('/gfx/layout/nav_01.gif') no-repeat left top;
}

/*div#navigation ul li:hover
{
background-image: url('/gfx/layout/nav_01_hover.gif');
}*/

div#navigation ul li a
{
color: #bccee7;
padding-left: 10px;
}

/* ----------------------------------------------------------------------------------------------------
** - 2nd level
** ----------------------------------------------------------------------------------------------------
*/

div#navigation ul ul
{
margin-bottom: 4px;
}

div#navigation ul ul li
{
background: transparent url('/gfx/layout/nav_02.gif') no-repeat left top;
}

div#navigation ul ul li.childs
{
background: transparent url('/gfx/layout/nav_02_arrow.gif') no-repeat left top;
}

div#navigation ul ul li:active,
div#navigation ul ul li:hover,
div#navigation ul ul li.hover,
div#navigation ul ul li.selected
{
background: transparent url('/gfx/layout/nav_02_hover.gif') no-repeat left top;
}

div#navigation ul ul li.childs:active,
div#navigation ul ul li.childs:hover,
div#navigation ul ul li.childs.hover,
div#navigation ul ul li.childs.selected
{
background: transparent url('/gfx/layout/nav_02_arrow_hover.gif') no-repeat left top;
}

div#navigation ul ul li a
{
color: #333333;
padding-left: 15px;
}

/*div#navigation ul ul li.hover ul
{
position: relative;
/* height: 0px; */
/*overflow: hidden;
}*/

/* ----------------------------------------------------------------------------------------------------
** - 3rd level
** ----------------------------------------------------------------------------------------------------
*/

div#navigation ul ul li ul,
div#navigation ul ul li.selected ul ul
{
display: none;
visibility: hidden;
}

/*div#navigation ul ul li:hover ul,
div#navigation ul ul li.hover ul,*/
div#navigation ul ul li.selected ul
{
display: block;
visibility: visible;
}

div#navigation ul ul ul
{
margin-bottom: 0px;
}

div#navigation ul ul ul li
{
background: transparent url('/gfx/layout/nav_03.gif') no-repeat left top;
}

div#navigation ul ul ul li.childs
{
background: transparent url('/gfx/layout/nav_03_arrow.gif') no-repeat left top;
}

div#navigation ul ul ul li:active,
div#navigation ul ul ul li:hover,
div#navigation ul ul ul li.hover,
div#navigation ul ul ul li.selected
{
background: transparent url('/gfx/layout/nav_03_hover.gif') no-repeat left top;
}

div#navigation ul ul ul li.childs:active,
div#navigation ul ul ul li.childs:hover,
div#navigation ul ul ul li.childs.hover,
div#navigation ul ul ul li.childs.selected
{
background: transparent url('/gfx/layout/nav_03_arrow_hover.gif') no-repeat left top;
}

/*div#navigation ul ul li.hover ul
{
height: 0px;
overflow: hidden;
}*/

div#navigation ul ul ul li a
{
color: #254571;
padding-left: 20px;
}

/* ----------------------------------------------------------------------------------------------------
** - 4rd level
** ----------------------------------------------------------------------------------------------------
*/

div#navigation ul ul ul li ul,
div#navigation ul ul ul li.selected ul ul
{
display: none;
visibility: hidden;
}

/*div#navigation ul ul li:hover ul,
div#navigation ul ul li.hover ul,*/
div#navigation ul ul ul li.selected ul
{
display: block;
visibility: visible;
}

div#navigation ul ul ul ul
{
margin-bottom: 0px;
}

div#navigation ul ul ul ul li
{
background: transparent url('/gfx/layout/nav_04.gif') no-repeat left top;
}

div#navigation ul ul ul ul li.childs
{
background: transparent url('/gfx/layout/nav_04_arrow.gif') no-repeat left top;
}

div#navigation ul ul ul ul li:active,
div#navigation ul ul ul ul li:hover,
div#navigation ul ul ul ul li.hover,
div#navigation ul ul ul ul li.selected
{
background: transparent url('/gfx/layout/nav_04_hover.gif') no-repeat left top;
}

div#navigation ul ul ul ul li.childs:active,
div#navigation ul ul ul ul li.childs:hover,
div#navigation ul ul ul ul li.childs.hover,
div#navigation ul ul ul ul li.childs.selected
{
background: transparent url('/gfx/layout/nav_04_arrow_hover.gif') no-repeat left top;
}

div#navigation ul ul ul ul li a
{
color: #254571;
padding-left: 25px;
}

/* ----------------------------------------------------------------------------------------------------
** - contact form
** ----------------------------------------------------------------------------------------------------
*/

div#contact table
{
border-width: 0px;
border-spacing: 5px;
margin: 5px 5px 5px 5px;
padding: 0px 0px 0px 0px;
table-layout: fixed;
text-align: left;
width: 100%;
}

div#contact table table
{
border-spacing: 0px;
}

div#contact table tr td input.text,
div#contact table tr td select,
div#contact table tr td textarea
{
width: 360px;
}

/* ----------------------------------------------------------------------------------------------------
** - contact form captcha
** ----------------------------------------------------------------------------------------------------
*/

div#contact img.captcha,
div#contact input.captcha,
div#contact input.submit
{
vertical-align:middle;
overflow: hidden;
}

div#contact img.captcha
{
border: 1px solid #f5f5f5;
}

div#contact img.captcha.enabled,
div#contact input.captcha.enabled
{
margin: auto 10px auto 0px;
}

div#contact img.captcha.disabled,
div#contact input.captcha.disabled
{
display: none;
visibility: hidden;
}

/* ----------------------------------------------------------------------------------------------------
** - references
** ----------------------------------------------------------------------------------------------------
*/

div#references
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

div#references ul
{
list-style-type: none;
margin: 10px 0px 10px 0px;
padding: 0px 0px 0px 10px;
}

div#references ul li
{
line-height: 20px;
}

div#references h1
{
font-weight: bold;
}

div#reference
{
margin: 0px 0px 0px 0px;
padding: 10px 10px 10px 10px;
}

div#reference h1
{
font-weight: bold;
}

div#reference div,
div#reference div div.text{
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*
	white-space: nowrap;
	overflow: visible;
	*/
	float: left;
	width: 330px;
}

div#reference span.url a, div#reference span.email a{
	margin-bottom: 5px;
	padding-bottom: 5px;
}

/* ----------------------------------------------------------------------------------------------------
** - link partners
** ----------------------------------------------------------------------------------------------------
*/

div#link_partners ul
{
list-style-type: none;
margin: 10px 0px 10px 0px;
padding: 0px 0px 0px 15px;
}

div#link_partners ul li h1
{
font-weight: bold;
}

/* ----------------------------------------------------------------------------------------------------
** - gallery
** ----------------------------------------------------------------------------------------------------
*/

div#gallery{
	margin: 10px 8px 10px 8px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	width: 594px;
}

div#content span{
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 0px;
}

div.content p.box{
	padding-left: 5px;
	padding-right: 2px;
}

div.content p.box a{
	margin: 0px;
	padding: 0px;
}

div.content p.box img{
	float: right;
	margin-left: 10px;
	margin-right: 5px;
}

div.content p.box a{
	font-size: 12px;
	padding:0px;
}

div.content p.box title.a{
	font-size: 12pt;
	padding-top: 10px;
	margin-top: 10px;
}

div.content span p{
	margin-left: 0px;
	padding-left: 0px;
}

div#gallery{
	height: auto;
	min-height: 527px;
}

div#gallery table{
	margin: 0px auto 0px auto;
}

div#gallery table tr td{
	text-align: center;
	vertical-align: middle;
}

div#gallery img{
	border: 0px;
}

div#gallery.category p,
div#gallery.image p
{
margin: 3px 0px 3px 0px;
text-align: center;
}

div#gallery img
{
border: 1px solid #3868a9;
}

div#gallery.category a img.thumb
{
margin: 5px 3px 5px 3px;
}

div#gallery a:hover img.thumb
{
/**
opacity: 0.8;
-moz-opacity: 0.8;
filter: alpha(opacity=80);
*/
}

/* Sitemap */

div.sitemap {
}

#sitemap, #sitemap ul, #sitemap li{
	margin:0;
	padding:0;
	list-style:none;
}
#sitemap{ /** background:url(/gfx/layout/sitemap/line1.png) repeat-y; */}
#sitemap li{
	line-height:20px;
	margin-top:1px;
	position:relative;
	width:100%;
}
/* IE leaves a blank space where span is added so this is to avoid that */
* html #sitemap li{
	float:left;
	display:inline;
}

#sitemap li a{padding-left:28px;}
#sitemap li span{float:left;position:absolute;top:5px;left:5px;width:13px;height:13px;cursor:auto;font-size:0;}
#sitemap li span, #sitemap li span.collapsed{background:url(/gfx/layout/sitemap/collapsed.png) no-repeat 0 0;}
#sitemap li span.expanded{background:url(/gfx/layout/sitemap/expanded.png) no-repeat 0 0;}

/* sub levels */

#sitemap li ul{
	margin-left:28px;
	background:url(/gfx/layout/sitemap/line1.png) repeat-y;
}
#sitemap li li{
	background:url(/gfx/layout/sitemap/line2.png) no-repeat 0 0;
}

#sitemap li.lev0first ul#sitemap li.node1{
	background:url(/gfx/layout/sitemap/line3.png) no-repeat 0 0;
}

/* etc. */

/* float fix */

#sitemap:after, #sitemap ul:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#sitemap, #sitemap ul{display:block;}
/*  \*/
#sitemap, #sitemap ul{min-height:1%;}
* html #sitemap, * html #sitemap ul{height:1%;}
 /*  */
#sitemap ul{display:none;}

ul#sitemap ul li.lev0end a { font-weight:bold; color:#3868a9; text-decoration:none; }
ul#sitemap ul li.lev0end a:hover { font-weight:bold; color:#3868a9; text-decoration:underline; }
