/* MAIN */
body {
	background: url('/images/diving/bg_container.gif');
	background-repeat: repeat-x;
	background-position:bottom;
	background-color: #29568f;	
	color:#000;
}
h1,h2{
	color: #29568f;
}
#category_video_items h2 {
	color: #fff;
}
#header_container {
	background-color: #fff;
}
#header_logo {
	height: 100px;
	margin-top: 10px;
	background: url('/images/diving/logo.png');
}

/* MENU */
#menu {
	background-image: url('/images/diving/bg_menu.gif');
}
/* only for videotube another background */
#videotube #menu,#upload #menu  {
	background-image: url('/images/diving/bg_menu_tube.gif');
}
#menu_main ul li {
	background-image: url('/images/diving/bg_menu_spacer.gif');
}
#menu_main ul li.selected {
	background-color: #69a2dd;
}
#menu_main ul li.mouseover {
	background-color: #69a2dd;
}
#menu_main ul li.videotube {
	background-color: #CF3705;
}
#menu_main span {
	color:#fff;
}

/* CONTENT */
#content_left .text_item {
	background: url('/images/diving/bg_content.gif');	
	border: solid 1px #fff;
}

/* CONTENT RIGHT */
#content_right .block {
	background: url('/images/diving/bg_content_right.gif');
	border: solid 1px #fff;
}

#content_right #block2 {
	/*background: url('/images/diving/bg_membership.jpg');*/
}

/* FOOTER */
#footer {
	color:#fff;
}
#footer_line { 
	border-bottom: solid 1px #fff;
}


/* MODULES */

/* HOMEPAGE */
#homepage_first_item { 
	background: url('/images/diving/bg_category_item.gif');	
	border: solid 1px #ffffff;
}
#homepage_news { 
	background: url('/images/diving/bg_news.gif');
	border: solid 1px #ffffff;
}

#homepage #content_container {
	background-image: url('/images/diving/bg_homepage.gif');	
	background-repeat: repeat-x;
}


/* VIDEO */
#category_video_item {
	background: url('/images/diving/bg_category_item.gif');	
	border: solid 1px #ffffff;
}
#category_video_items {
	background: url('/images/diving/bg_category_list.gif');	
	border: solid 1px #ffffff;
	border-top: 0px;
}
#video .list_item {
	background-color:#6c9edd;
	color:#fff;
}
#videotube .list_item {
	background-color:#D03806;
}
#category_video_navigation ul li {
	background: url('/images/diving/page_inactive.gif');
}
#category_video_navigation ul li.selected {
	background: url('/images/diving/page_active.gif');
}

#videotube #category_video_items {
	color:#fff;
}
#category_video_navigation {
	color:#fff;
}

/* hyperlinks */
a:link{ color: #29568f; text-decoration:none;}
a:visited{ color: #29568f; text-decoration:none;}
a:hover { color: #29568f; text-decoration:underline;}

/* hyperlinks */
#menu_main a:link{ color: #ffffff; text-decoration:none;}
#menu_main a:visited{ color: #ffffff; text-decoration:none;}
#menu_main a:hover { color: #ffffff; text-decoration:none;}

/* hyperlinks */
#content_left a:link{ color: #29568f; text-decoration:underline;}
#content_left a:visited{ color: #29568f; text-decoration:underline;}
#content_left a:hover { color: #29568f; text-decoration:underline;}

#homepage_news a:link{ color: #000000; text-decoration:none;}
#homepage_news a:visited{ color: #000000; text-decoration:none;}
#homepage_news a:hover { color: #000000; text-decoration:underline;}

#content_right a:link{ color: #29568f; text-decoration:none;}
#content_right a:visited{ color: #29568f; text-decoration:none;}
#content_right a:hover { color: #29568f; text-decoration:underline;}

#block3 a:link{ color: #000; text-decoration:none;}
#block3 a:visited{ color: #000; text-decoration:none;}
#block3 a:hover { color: #000; text-decoration:underline;}


#category_video_navigation a:link{ color: #fff; text-decoration:none;}
#category_video_navigation a:visited{ color: #fff; text-decoration:none;}
#category_video_navigation a:hover { color: #fff; text-decoration:none;}

#footer a:link{ color: #FFFFFF; text-decoration:none;}
#footer a:visited{ color: #FFFFFF; text-decoration:none;}
#footer a:hover { color: #FFFFFF; text-decoration:underline;}

#menu_sub  a:link{ color: #011c3d; text-decoration:none;}
#menu_sub  a:visited{ color: #011c3d; text-decoration:none;}
#menu_sub  a:hover { color: #ffffff; text-decoration:none;}

#menu_sub .selected a:link{ color: #FFFFFF; text-decoration:underline;}
#menu_sub .selected a:visited{ color: #FFFFFF; text-decoration:underline;}
#menu_sub .selected a:hover { color: #FFFFFF; text-decoration:underline;}

#event_link a:link,		#news_link a:link{ color: #29568f; text-decoration:none;}
#event_link a:visited,	#news_link a:visited { color: #29568f; text-decoration:none;}
#event_link a:hover,	#news_link a:hover { color: #29568f; text-decoration:underline;}


