﻿* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin-top: 5px;
	padding: 0;
	border: 0;
  background: #e1e1e1;
  color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
}

a {
  color: #b41e8e;
  text-decoration: none;
}

a: hover {
  color: #000000;
}

img {
  border: none 0px;
}

h1 {
  color: #ffffff;
  font-size: 10px;
  margin: 10px 10px;
}

p {
  margin: 0;
}

#center {
	padding: 0;
	width: 1024px;
	margin: 0 auto;
}

#container {
  background: url('images/bkg.jpg') repeat;
	padding: 0;
	width: 1024px;
	margin: 0;
	position: relative;
	clear: both;
	float: left;
	display: block;
}
#inside {
	padding: 0;
	width: 940px;
	margin: 0;
	position: relative;
	clear: both;
	float: left;
	display: block;
	left: 42px;
}


#top {
  margin-top: 0px;
  padding: 0px;
  color: #ffffff;
}

#header {
  display: block;
  float: left;
  width: 940px;
  height: 235px;
  background: url('images/header.png') bottom no-repeat;
}

#logo {
  display: none;
}

#banner {
  width: 720px;
  height: 156px;
  display: block;
  float: left;
  background: url('images/top_banner.png') no-repeat;
}

#tasks {
  position: relative;
  float: left;
  margin-right: 10px;
  margin-left: 30px;
  top: 10px;
  height: 95px;
}

.tasklink {
  float: left;
  height: 95px;
  width: 100px;
}

.tasklink:hover {
  text-decoration: none;  
}

#pegfast {
  background: url('images/but_pegfast.png') no-repeat left bottom;
  padding: 20px 5px;
}
#pegfast:hover {
  background: url('images/butover_pegfast.png') no-repeat left bottom;
}

#puzzle {
  background: url('images/but_puzzle.png') no-repeat left bottom;
  padding: 3px 5px;;
}
#puzzle:hover {
  background: url('images/butover_puzzle.png') no-repeat left bottom;
}

#buildit {
  background: url('images/but_buildit.png') no-repeat left bottom;
  padding: 12px 5px;
}
#buildit:hover {
  background: url('images/butover_buildit.png') no-repeat left bottom;
}

#cablemaze {
  background: url('images/but_cablemaze.png') no-repeat left bottom;
  padding: 0px 5px;
}
#cablemaze:hover {
  background: url('images/butover_cablemaze.png') no-repeat left bottom;
}

#scene {
  background: url('images/but_scene.png') no-repeat left bottom;
  padding: 22px 5px;;
}
#scene:hover {
  background: url('images/butover_scene.png') no-repeat left bottom;
}

#stomp {
  background: url('images/but_stomp.png') no-repeat left bottom;
}
#stomp:hover {
  background: url('images/butover_stomp.png') no-repeat left bottom;
}

#menu a {
  display: none;
}

#menu a:hover {
  display: none;
}

#listMenuRoot {
  display:none;
}

#content {
  width: 940px;
  color: #000000;
  display: block;
  float: left;
  background: #ffffff;
}

#leftpanel {
  width: 165px;
  position: relative;
  display: block;
  float: left;
  left: 20px;
}

#lptop {
  background: url('images/lp_top.png') no-repeat;
  width: 165px; 
  height: 10px;
  display: block;
  float: left;  
  position: relative;
}

#lpcontent {
  display: none;
}
#lpcontent img {
  padding-left: 15px;
}

.border {
  border-bottom: dotted 1px #b41e8e;
  width: 132px;
  margin: 10px 0px;
}

#lpbottom {
  background: url('images/lp_bottom.png') no-repeat;
  width: 165px;
  height: 10px;
  display: block;
  float: left;  
  position: relative;
  padding-bottom: 10px;
}

#rightpanel {
  position: relative;
  width: 712px;
  display: block;
  float: right;
  background: #ffffff;
  right: 30px;
  top: -20px;
  background: url('images/rptop2.png') no-repeat;
}

#rightpanel h1 {
  background: url('images/header_bkg.png') no-repeat;
  color: #000000;
  font-size: 14px;
  font-family:"Comic Sans MS";
  width: 171px;
  height: 44px;
  padding: 0;
  padding-left: 20px;
  padding-top: 3px;
  margin: 0;
  margin-left: 30px;
  display: block;
  float: left;
  clear: both;
}

#rpcontent {
  background: #b41e8e;
  padding: 0 20px;
  float: left;
  display: block;
  clear: both;
  width: 672px;
}

#rptext {
  width: 427px;
  position: relative;
  display: block;
  float: left;
  padding: 10px;
  background: #ffffff;
}

#rptext p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 20px;
}

#rpimages {
  width: 225px;
  position: relative;
  display: block;
  float: left;
  display: none;
}

#rpfooter {
  background: url('images/rpfoot2.png') no-repeat;
  height: 22px; 
  display: block;
  clear: both;
  width: 712px;
}

#footer {
  display: block;
  clear: both;
  background: url('images/footer.png') no-repeat;
  color: #000000;
  font-size: 9px;
  width: 940px;
  height: 50px;
}

#footer a {
  color: #000000;
}

#footer a:hover {
  color: #b41e8e;
}

#copyright {
  width: 300px;
  float: left;
  display: block;
  padding: 18px;
  padding-left: 30px;
}

#jazeffect {
  float: right;
  text-align: right;
  display: block;
  padding: 18px;
  padding-right: 30px;
  
}