﻿* {
	/* 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, div { behavior: url(iepngfix.htc) } */

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-header {
	width: 320px;
  	margin-top: 0px;
  	padding: 0px;
  	color: #ffffff;
  	position: relative;
  	float: left;
  	display: block;
}

#top-phone {
	width: 300px;
	margin-top: 10px;
	padding-right: 0px;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
  	position: relative;
  	float: right;
  	display: block;
}

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

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

#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;
  width: 650px;
}

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

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

#pegfast {
  background: url('images/but_pegfast.jpg') no-repeat left bottom;
  padding: 20px 5px;
  height: 95px;
  width: 100px;
}

#pegfast:hover {
  background: url('images/butover_pegfast.jpg') no-repeat left bottom;
  height: 95px;
  width: 100px;
}

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

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

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

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

#stomp {
  background: url('images/but_stomp.jpg') no-repeat left bottom;
  height: 95px;
  width: 100px;
}
#stomp:hover {
  background: url('images/butover_stomp.jpg') no-repeat left bottom;
  height: 95px;
  width: 100px;
}

#menu a {
  background: url('images/button_menuorange.jpg');
  float: left;
  display: block;
  width: 102px;
  height: 30px;
  text-align: center;
  font-family:"Comic Sans MS";
  color: #000000;
  padding-top: 10px;
}

#menu a:hover {
  background: url('images/button_menugreen.jpg');
}

#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.gif') bottom no-repeat;
  width: 165px; 
  height: 10px;
  display: block;
  float: left;  
  position: relative;
}

#lpcontent {
  background: #bfd730;
  width: 155px;
  display: block;
  float: left;  
  position: relative;
  padding-left: 10px;
}
#lpcontent img {
  padding-left: 15px;
}

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

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

#submenu {
  display: block;
  float: left;
}

#submenu a {
  width: 130px;
  font-size: 12px;
  color: #b41e8e;
  display: block;
  clear: both;
  text-align: left;
  text-indent: 5px;
  padding: 5px;
  margin-top: 2px;
  border-bottom: dotted 1px #b41e8e;
}

#submenu a:hover {
  color: #ffffff;
  text-decoration: none;
}

#submenu #hereiam {
  color: #ffffff;
  font-size: 12px;
  padding: 5px;
  margin-top: 2px;
}


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

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


#rightpanel_white{
  position: relative;
  width: 712px;
  display: block;
  float: right;
  background: #ffffff;
  right: 30px;
  top: -20px;
  background: url('images/rptop3.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: 16px;
  padding-top: 3px;
  margin: 0;
  margin-left: 30px;
  display: block;
  float: left;
  clear: both;
}

#rightpanel_white 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: 16px;
  padding-top: 3px;
  margin: 0;
  margin-left: 30px;
  display: block;
  float: left;
  clear: both;
}

#rightpanel_pink 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: 16px;
  padding-top: 3px;
  margin: 0;
  margin-left: 30px;
  display: block;
  float: left;
  clear: both;
}


#rightpanel h2 {
  color: #b41e8e;
  font-size: 16px;
  font-family:"Comic Sans MS";
  padding: 0 20px;
}

#rightpanel_white h2 {
  color: #b41e8e;
  font-size: 16px;
  font-family:"Comic Sans MS";
  padding: 0 20px;
}

#rightpanel h3 {
  color: #000000;
  font-size: 10px;
  padding: 0 20px;
}

#rightpanel h4 {
  color: #f58220;
  font-size: 14px;
  padding: 0 20px;
}

#rightpanel h5 {
  color: #b41e8e;
  font-size: 14px;
  padding: 5px 20px;
}

#rightpanel_white h4 {
  color: #f58220;
  font-size: 12px;
  padding: 0 40px;
}

#rightpanel h6 {
  font-family: "Comic Sans MS";
  color: #f58220;
  font-size: 20px;
  padding: 0 20px;
}

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

#rpcontent_white {
  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-index {
  width: 250px;
  color: #ffffff;
  position: relative;
  display: block;
  float: left;
  padding: 10px;
}

#rptext-index p{
text-align: justify;
  margin: 10px;
}

#rptext_white {
  width: 652px;
  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;
}

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

#rptext td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
  padding: 5px 0px 15px 15px;
}

#rptext_white td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
  padding: 5px 0px 15px 15px;
}

#rptext_white h3 {
  color: #000000;
  font-size: 10px;
  padding: 0 20px;
}

#showcase {
	width: 400px;
	height: 300px;
	border: 1px solid #ffffff;
	position: relative;
	float: left;
	display: block;
}

#showcaseimage {
	width: 400px;
	height: 300px;
	display: block;
}

#box1 {
	height: 105px;
	width: 258px;
	margin-top: 10px;
	padding-top: 10px;
	text-align: center;
	font-size:14px;
	color: #b41e8e;
	font-weight: bold;
	position: relative;
	float: left;
	display: block;
}

#box1, p {
	padding-bottom: 5px;
}

#box2 {
	background: url(images/holiday-bkg.jpg) no-repeat;
	width: 217px;
	margin-top: 10px;
	margin-left: 22px;
	padding-top: 10px;
	color: #b41e8e;
	font-weight: bold;
	border-left: 1px dotted #000000;
	position: relative;
	float: left;
	display: block;
}

#box3 {
	background: url('images/box-bkg2.gif') no-repeat;
	width: 214px;
	height: 105px;
	margin-top: 25px;
	position: relative;
	float: left;
	display: block;
}
.holmsg {
  width: 200px;
  height: 270px;
  margin-bottom: 30px;
  border: #ffffff solid 2px;
  position: relative;
  display: block;
  float: right;
}

.holsmsg1 {
	width: 200px;
	height: 80px;
	color: #f58220;
	text-align: center;
	padding-left: 10px;
	font-size: 14px;
}

.holsmsg2 {
	width:200px;
	text-align: center;
	padding-left: 10px;
	font-size: 12px;
}

#gallery img {
  border: 3px solid #f58220;
}

#col_left{
  width: 210px;
  height: 120px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
  display: block;
  float: left;
  position: inherit;
	margin: 10px 0px 0px 10px;
}
#col_left ul{
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 15px;
}

#col_left li{
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 15px;
}

#col_mid {
  width: 100px;
  height: 90px;
  display: block;
  float: left;
  position: inherit;
	margin: 10px 0px;
	padding-top: 30px;
}

#col_right {
  width: 302px;
  height: 90px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
  display: block;
  float: left;
	margin: 10px 0px;
  padding-top: 30px;

}

#tablecol {
  margin: 10px 40px;
}

#tablecol td {
  background: #f58220;
  padding: 8px;
}

#rptext td {
  padding: 2px 15px;
}

#rptext ul {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 15px;
}

#rptext li {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 15px;
}

#rptext_white ul {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 15px;
}


#bullets {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 15px;
	padding: 5px;
}

#bullets li {
  padding: 5px 5px;
}

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

#rpimages img {
  padding-bottom: 10px;
  padding-left: 20px;
}

#rpimages_txt {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color:#ffffff;
	font-size: 12px;
	margin-left: 15px;
	padding: 5px;
}

#rpimages_txt img {
  padding-left: 10px;
}

#rpimages_txt a {
  color:#ffffff;
}

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


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

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


#footer {
  display: block;
  clear: both;
  background: url('images/footer.gif') 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;
}

#email {
  width: 60px;
  float: left;
  display: block;
  padding: 18px;
  padding-left: 65px;
  font-size: 11px;
  font-style: bold;
}

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

