*{
  margin: 0; padding: 0;
}

.stepcarousel{
  position: relative; /*leave this value alone*/
  border: 0px solid black;
  overflow: scroll; /*leave this value alone*/
  width: 442px; /*Width of Carousel Viewer itself*/
  height: 288px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
  position: absolute; /*leave this value alone*/
  left: 0;
  top: 0;
}

.stepcarousel .panel{
  float: left; /*leave this value alone*/
  overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
  margin: 0px; /*margin around each panel*/
  width: 442px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

img {
  border:0px;
}

p {
	line-height: 18px;
	padding: 13px 0 0 0;
}

#flashheader {
	background-position:center 3px;
	background-repeat:no-repeat;
}

#mainbody {
	background-image: url('mainbodyback.png');
	background-repeat: repeat-y;
	margin: 0 auto 0;
	padding: 4px;
	width: 950px;
}
#mainbodytop {
	background-image: url('mainbodytop.png');
	background-repeat: no-repeat;
	height: 10px;
	margin: 0 auto 0;
	width: 958px;
}
#mainbodybtm {
	background-image: url('mainbodybtm.png');
	background-repeat: no-repeat;
	height: 10px;
	margin: 0 auto 10px;
	width: 958px;
	clear: both;
}
#mainbody .title {
	background-image:url('header.png');
	background-repeat:no-repeat;
	width:185px;
	height:32px;
	color:#01D2FF;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	padding:7px 0px 0px;
	float:left;
	margin-top: 5px;
}
#mainbody #column {
	float: left;
	width: 475px;
	width: 50%;
}
#mainbody .text {
	clear: both;
	padding: 0 25px 25px 25px;
}
#mainbody img { padding: 25px 25px 25px 22px; }

#mainbody .dots {
	background-image:url('dots.gif');
	height:40px;
	margin:0px 30px;
}
#mainbody .dots p {
  padding:10px 7px 0px;
  margin:0px;
  color:#7C7C7C;
  font-weight:bold;
}





#codesample {
	background-image:url('code-input.jpg');
	width:563px;
	max-height:230px;
	padding-top:10px;
	margin-top:15px;
}
#codesample .code {
	width:400px;
	margin:0px 0px 0px 145px;
	min-height:100px;
	max-height:200px;
	overflow:auto;
	font-family:Verdana;
	font-size:10px;
}
#codesample .code .what {
	color:#D54F52;
	font-weight:bold;
	padding:5px 0px 15px;
	font-family:Arial;
	font-size:12px;
}
#codesample-end {
	background-image:url('code-input-bot.jpg');
	height:6px;
	width:563px;
}
#comment {
	width:563px;
	max-height:230px;
	padding-top:10px;
	margin:15px 30px 0px;
}
.female {
	background-image:url('fcomment.jpg');
}
.male {
	background-image:url('mcomment.jpg');
}
.monkey {
	background-image: url('mkcomment.jpg')
}
#comment .code {
	width:400px;
	margin:0px 0px 0px 145px;
	min-height:100px;
	max-height:200px;
	overflow:auto;
	font-size:12px;
}
#comment .code .what {
	color:#357446;
	font-weight:bold;
	padding:5px 0px 15px;
	font-family:Arial;
	font-size:12px;
}
#comment-end {
	background-image:url('code-input-bot.jpg');
	height:6px;
	width:563px;
	margin:0px 30px;
}
table#addcomment {
	width: 400px;
	margin: 10px 0 0 175px;
	color: #006633;
	font-weight: bold;
}
table#addcomment td {
	text-align: right;
	vertical-align: top;
}
table#addcomment input, table#addcomment textarea {
	background-color: #f4f4f4;
}
table#addcomment input.textbox, table#addcomment textarea {
	width: 340px;
	margin: 0 0 0 10px;
	border: 1px #666 solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
table#addcomment textarea { min-height: 100px; overflow: auto; }
table#addcomment input.submit {
	width: 114px;
	height: 29px;
	margin: 5px 0 0 0;
	background-image: url(submit_button.gif);
	border: 0px;
	cursor: pointer;
}
table#addcomment input.radio, table#addcomment label {
	cursor: pointer;
	color: #666666;
	margin: 5px 10px 0 0;
	background: none;
}
