@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #abdfed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	position:relative;
	top: 0;
	height:100%;
	overflow: hidden;
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	display:block;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
}
.oneColFixCtrHdr #header {
	background: url(images/header2.jpg) bottom left repeat-x;
	height: 225px;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	display: block;
	float: left;
}

/* Toy class */

.toys
{
  border-collapse: collapse;
  margin: 5px;
  font-family:Verdana, Geneva, sans-serif;
  font-weight:bold;
  font-style:italic;
  font-size:12px;
  color:#900;
}

.toys2
{
  border-collapse: collapse;
  margin: 0;
  font-family:Verdana, Geneva, sans-serif;
  font-weight:bold;
  font-style:normal;
  font-size:12px;
  color:#900;
}

.toys3
{
  border-collapse: collapse;
  margin: 0px;
  font-family:Verdana, Geneva, sans-serif;
  font-weight:normal;
  font-style:normal;
  font-size:12px;
  color:#900;
}

.toys
{
  background-color:Transparent;
}

.toys {
  border: solid 0px #F50000;
  vertical-align: top;
  text-align:left;
  padding: 5px 0 0 0;
}

.toys
{
  vertical-align:middle;
}

/* Right and Left Columns */
div#left_col{
	width: 492px;
	float:left;
	padding-left:5px;
}
div#right_col{
	width: 380px;
	float:left;
}

div#one_col{
	width: 800px;
	float:left;
	margin-left: 20px;
	padding: 20px 20px 0 20px;
	padding-top: 5px;
}

/* Start tables */

.toys table, table.toys
{
  border-collapse: collapse;
  margin: 5px;
  width:auto;
  font-family:Verdana, Geneva, sans-serif;
  font-weight:normal;
  font-style:italic;
  font-size:10px;
  color:#900;
}

.toys table, table.toys .toys tr, .toys th, .toys td
{
  background-color:Transparent;
}

.toys th, .toys td
{
  padding: 20px;
  border: solid 0px #F50000;
  vertical-align: top;
  text-align:left;
}

.toys th
{
  text-align:center;
  vertical-align:middle;
  padding: 15px;
}



/* Finish tables */


.oneColFixCtrHdr #footer {
	background: url(images/footer.jpg) bottom left repeat-x;
    height: 78px;
	padding: 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 30px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-color:#ffff00;	
}
div.clear{
clear:both;
}

div.left-float{
float:left;
width:330px;
margin:0 0 20px 50px;
}
div.right-float{
width: 540px;
float:left;
}

.h1
{
  font-family:Verdana, Geneva, sans-serif;
  font-weight:bold;
  font-style:normal;
  font-size:28px;
  color:#900;
}

.h2
{
  font-family:Verdana, Geneva, sans-serif;
  font-weight:bold;
  font-style:normal;
  font-size:16px;
  color:#900;
}

.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 355px; /*width of left column containing the label elements*/
border-top: 0px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

div.left-float2{
float:left;
width:350px;
margin:20px 0 0 15px;
}

div.right-float2{
float:left;
width:350px;
margin:20px 0 0 35px;
}