@charset "UTF-8";
/* CSS Document */

body
	{
		background-image:url('/images/background.jpg');
		background-repeat:repeat;
	}


#logo
	{
		text-align:center;
		padding-top: 5px;
	}

#menu
	{
		position: absolute;
		width:100%;
		list-style-type: none;
		text-align: center;
		font-size:14pt;
		font-family: Verdana;
		display:inline;
	}

#submenu
	{
		width:100%;
		padding-top:44px;
		list-style-type: none;
		text-align: center;
	}


#musicplayer
	{
		position:fixed;
		bottom:0%;
		right:0%;
	}



li	{
		display:inline;
		padding-right:30px;
	}


td a:link
	{
		color:#696868;
		text-decoration:none;
		font-family: Verdana;
		font-size: 12px;
	}

td a:hover
	{
		color:#FF060A;
		text-decoration:none;
		font-family:Verdana;
		font-size:12px;
	}

td a:visited
	{
		color:#696868;
		text-decoration:none;
		font-family: Verdana;
		font-size: 12px;
	}	

td a.current
	{
		color:#FF060A;
		text-decoration:none;
		font-family:Verdana;
		font-size:12px;
	}	

#menu li a:link
	{
		color:#696868;
		text-decoration:none;
		font-family: Verdana;
		font-size: 14px;
		
	}
	
#menu li a:visited
	{
		color: #696868;
		text-decoration: none;
		font-family: Verdana;
		font-size: 14px;
	}

#menu li a:hover
	{
		color: #FF060A;
		font-family: Verdana;
		font-size: 14px;
		display:inline;
	}

#menu li a.current
	{
		color: #FF060A;
		font-family: Verdana;
		font-size: 14px;
		display:inline;
		font-weight:bold;
	}

.contactright
	{
		color: #FF060A;
		font-family: Verdana;
		font-size: 12px;
	}

.sliderGallery {
    overflow: hidden;
    position: relative;
    padding: 1px;
    height: 285px;
    width: 3035px;
}



.sliderGallery UL {
    position: absolute;
    list-style: none;
    overflow: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

.sliderGallery UL LI {
    display: inline;
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 800px;
height: 345px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: absolute;
background-color: #FFFFFF;
margin: 0.3em auto;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 3035px;
height: auto;
position: relative;
color: #FF0000;
padding: 1px;
}

