html {
       background-color: white;
  
}

body {
    margin: 0px;
}
#main, #logo, #menubar, #site_content, #footer
{ margin: 0 auto;}
  
#main
{
    min-height: 200px;
}

#site_middle
{
    width: 100%;
}

#header
{ background: #000;
}
.GodsPlayer {
	position: relative;
	width: 330px;
	height: 118px;
	text-align: left;
	font-family: fixed;
	font-family: courier;
	font-size: 11px;
	background-image: url('transparent');
	background-repeat: no-repeat;

	overflow: hidden;
}

.volume {
	position: absolute;
	left: 230px;
	width: 400px;
	height: 100px;
	overflow: hidden;
	top: 90px;
}

.slider {
    position: absolute;
    top:0px;
    left: 0px;
    width: 60px;
    height: 35px;  
    background-image: url('slider.png');
    background-repeat: no-repeat;
}


.title {
	position: absolute;
	top:16px;
	width: 280px;
	height:12px;
	overflow: hidden;
	left: 12px;
	color: black;
	font-family: helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

.subtitle {
	position: absolute;
	top:40px;
	width:280px;
	left: 12px;
	color: black;
	font-family: helvetica, sans-serif;
	font-size: 12px;
}

.volume-button {
    position: absolute;
    top: 44px;
    width: 100px;
    height: 55px;
    padding-top: 13px;
    color: #888;
}

.power-button {
    background-image: url('power_off.png');
    position: absolute;
    left: 170px;
    top: 78px;
    width: 35px;
    height: 35px;
}

.power-button.on {
    background-image: url('power_on.png');
    position: absolute;
    left: 170px;
    top: 78px;
    width: 35px;
    height: 35px;
}


.volume-button,.power-button,.mute-button {
    cursor: pointer;
}


.mute-button {
    background-image: url('mute_off.png');
    position: absolute;
    left: 200px;
    top: 78px;
    width: 35px;
    height: 35px;
}

.mute-button.on {
    background-image: url('mute_on.png');
    position: absolute;
    left: 200px;
    top: 78px;
    width: 35px;
    height: 35px;
}

.power-button.on {
     background-image: url('power_on.png');
    position: absolute;
    left: 170px;
    top: 78px;
    width: 35px;
    height: 35px;
    
}

.cover {
	background-position: right bottom;
	background-image: url(transparent);
	background-repeat: no-repeat;
	background-size: 100px auto;
	height: 1px;
	left: 6px;
	top: 9px;
	position: relative;
	width: 1px;   
}
#site_content
{ width: 900px;
  height:1000px;
  min-height:500px;
  overflow: hidden;
  margin: 0 auto 0 auto;
  padding: 20px 24px 20px 37px;
  background: transparent url(content.png) repeat-y;} 

.sidebar
{ float: right;
  width: 190px;
  padding: 0 15px 20px 15px;}

.sidebar ul
{ width: 178px; 
  padding: 4px 0 0 0; 
  margin: 4px 0 30px 0;}

.sidebar li
{ list-style: none; 
  padding: 0 0 7px 0; }

.sidebar li a, .sidebar li a:hover
{ padding: 0 0 0 40px;
  display: block;
  background: transparent url(link.png) no-repeat left center;} 

.sidebar li a.selected
{ color: #444;
  text-decoration: none;} 

#content
{ text-align: left;
  width: 595px;
  padding: 0;}

#content ul
{ margin: 2px 0 22px 0px;}

#content ul li
{ list-style-type: none;
  background: url(transparent) no-repeat;
  margin: 0 0 6px 0; 
  padding: 0 0 4px 25px;
  line-height: 500px;}

#footer
{ width: 878px;
  font: normal 100% 'lucida sans unicode', arial, sans-serif;
  height: 33px;
  padding: 24px 0 5px 0;
  text-align: center; 
  background: #29425E url(footer.png) repeat-x;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 0.1em;}

#footer a
{ color: #FFF;
  text-decoration: none;}

#footer a:hover
{ color: #FFF;
  text-decoration: underline;}

.search
{ color: #5D5D5D; 
  border: 1px solid #BBB; 
  width: 134px; 
  padding: 4px; 
  font: 100% arial, sans-serif;}

#colours
{ height: 0px;
  text-align: right;
  padding: 66px 16px 0px 300px;}
  
.form_settings
{ margin: 15px 0 0 0;}

.form_settings p
{ padding: 0 0 4px 0;}

.form_settings span
{ float: left; 
  width: 200px; 
  text-align: left;}
  
.form_settings input, .form_settings textarea
{ padding: 5px; 
  width: 299px; 
  font: 100% arial; 
  border: 1px solid #E5E5DB; 
  background: #FFF; 
  color: #47433F;}
  
.form_settings .submit
{ font: 100% arial; 
  border: 1px solid; 
  width: 99px; 
  margin: 0 0 0 212px; 
  height: 33px;
  padding: 2px 0 3px 0;
  cursor: pointer; 
  background: #5B7102; 
  color: #FFF;}

.form_settings textarea, .form_settings select
{ font: 100% arial; 
  width: 299px;}

.form_settings select
{ width: 310px;}

.form_settings .checkbox
{ margin: 4px 0; 
  padding: 0; 
  width: 14px;
  border: 0;
  background: none;}

.separator
{ width: 100%;
  height: 0;
  border-top: 1px solid #D9D5CF;
  border-bottom: 1px solid #FFF;
  margin: 0 0 20px 0;}
  
table
{ margin: 10px 0 30px 0;}

table tr th, table tr td
{ background: #3B3B3B;
  color: #FFF;
  padding: 7px 4px;
  text-align: left;}
  
table tr td
{ background: #F0EFE2;
  color: #47433F;
  border-top: 1px solid #FFF;}

  #menubar
{ width: 877px;
  height: 72px;
  padding: 0;
  background: transparent url(menu.png) repeat-x;

    border-radius: 10px 10px 0 0;  
} 

ul#menu, ul#menu li
{ float: left;
  margin: 0; 
  padding: 0;}

ul#menu li
{ list-style: none;}

ul#menu li a
{ letter-spacing: 0.1em;
  font: normal 100% 'lucida sans unicode', arial, sans-serif;
  display: block; 
  float: left; 
  height: 37px;
  padding: 29px 26px 6px 26px;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;} 

ul#menu li a:hover, ul#menu li.selected a, ul#menu li.selected a:hover
{ color: #FFF;
  background: #1C2C3E url(menu_select.png) repeat-x;  
}

ul#menu li:first-child a:hover, ul#menu li.selected:first-child a, ul#menu li.selected:first-child a:hover
{
    border-radius: 10px 0 0 0;}



a, a:hover
{ outline: none;
  text-decoration: underline;
  color: #00a14f;}

a:hover
{ text-decoration: none;}

.left
{ float: left;
  width: auto;
  margin-right: 10px;}

.right
{ float: right; 
  width: auto;
  margin-left: 10px;}

.center
{ display: block;
  text-align: center;
  margin: 20px auto;}
