@charset "UTF-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #F46EA3;
	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: #502747;

	
}


.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F46EA3;
	text-align: left; /* this overrides the text-align: center on the body element. */
margin:auto;
width: 780px;
height:inherit;

}


.oneColFixCtrHdr #header {
	
	background-image:url(images/header1.jpg);
	background-repeat:no-repeat;
	height: 108px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
	 
	
}

#header h1 {
	margin-left: -3000px; 
}

/*PUT NAV STYLE IN HERE*/

/*.oneColFixCtrHdr #container .menu {
	background-image: url(images/navbar.jpg);
	height: 38px;
	background-repeat:no-repeat;
	padding-left:42px;
	padding-top: 13px;
	background-position: 14px 100%;
	width: 780px;
}*/

/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding-left:54px;
margin:0px;
}



/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:14px;
width:133px;
padding:4px 0;
color:#502747;
background:#97fbdf;
text-decoration: none;
margin-right:0px;
text-align:center;
font-family:verdana, sans-serif;
}
/* style the links hover */
.menu :hover{
color:#f46da2;
background:#97fbdf;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;

}





.oneColFixCtrHdr #container img {
	
	padding-top: 6px;
}
.oneColFixCtrHdr #container #mainContent{
	padding-top:70px;
	padding-bottom:20px;
}

.oneColFixCtrHdr #container #mainContent img {
	right: 0px;
	margin-left: 0px;
	text-decoration: none;
}

.oneColFixCtrHdr #container #mainContent table{

padding-bottom: 50px; padding-top: 10px;

}
.oneColFixCtrHdr #container #mainContent td {
	line-height: 26px;

}

.oneColFixCtrHdr #container #mainContent tr {
	vertical-align: top;
}

.oneColFixCtrHdr #container #mainContent tr td p {
	margin-right: 192px;
}

.oneColFixCtrHdr #container #mainContent img {
	background-position: top;
	margin-left: 35px;
}
.oneColFixCtrHdr #container #mainContent .amazonbutton {
	vertical-align: top;
	background-position: top;
	top: auto;
}


.oneColFixCtrHdr #container #mainContent td {
	margin-right: 70px;
}

#footer {
	height: 30px;
	width: 780px;
	clear: both;
	font-size: 9px;
	text-align: center;
	padding-top: 10px;
	margin:auto;

}

.oneColFixCtrHdr #container #mainContent a {
	color: #e4ff9b;
	text-decoration:none;
}

.oneColFixCtrHdr #container #mainContent a:hover {
	text-decoration:underline;
	color: #98d3fb;
}


