body {
	font-family: Arial, Helvetica, sans-serif; background-color: #F9CBDE; margin: 0px; padding: 0px; background-image: url(images/bg.gif); background-repeat: repeat-y; background-position: center;
}
#pagewidth {
	width: 765px; text-align: left; margin-left: auto; margin-right: auto; padding-bottom: 50px; background-color: #FFFFFF;
}
#leftcol {
	float: left; position: relative; width: 460px; margin-top: 20px;
}
#rightcol {
	float: right; position: relative; width: 305px; margin-top: 5px;
}
#fifteenPounds{
	width: 765px;
}
.checkThis{
	position:absolute; margin-top: -120px; margin-left: 130px;
}
.fifteenImage{
	position: absolute; margin-left: -150px;
}
.logo {
	background-color: #F9CBDE; padding: 10px;
}
.nav {
	background-color: #F9CBDE; padding: 0px 5px 5px 5px; text-align: center;
}
h2 {
	font-size: 85%; line-height: 160%; color: #8C8E9A; margin-top: 0px; font-weight: normal; margin-bottom: 10px; padding: 15px; text-align: right;
}
.fifteen{
	margin-bottom: 20px; position: absolute; text-align: left; top: 520px; margin-left: 150px; width: 580px; font-size: 80%;
}
a {
	text-decoration: none; color: #FD93BF;
}
a:hover {
	color: #C43B78;
}
#bottom {
	font-size: 70%; width: 765px; color: #6C797E; float: none; position:relative; padding-top: 8px; padding-bottom: 8px; text-align: center;
}
#bottom2 {
	font-size: 70%; width: 765px; color: #6C797E; float: none; position:relative; padding-top: 5px; padding-bottom: 5px; text-align: center; background-color: #F9CBDE;
}
#bottom2 a {
	padding-left: 20px; padding-right: 20px; color: #64656D;
}
#bottom2 a:hover {
	color: #C43B78; text-decoration: none;
}
#bottom3 {
	font-size: 70%; width: 765px; color: #6C797E; float: none; position:relative; padding-top: 8px; padding-bottom: 8px; text-align: center;
}


 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
#wrapper:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#wrapper {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html #wrapper {
	height: 1%;
}
#wrapper {
	display: block;
}
/* End hide from IE-mac */


/* Dropdowns */

.nav ul { /* all lists */
	padding: 0px; margin: 0px; list-style-type: none; width: 450px;
}
.nav ul li { /* all list items */
	display: inline;
}
.nav ul li a { /* all list items */
	font-size: 80%; color: #6C797E; font-weight: normal; padding-left: 10px; padding-right: 10px; text-decoration: none; background-color: #F9CBDE;
}
.nav ul li a:hover { /* all list items */
	text-decoration: none;
}
.nav li ul { /* second-level lists */
	display: none; position: absolute; top: 136px; left: -189px; padding: 0px; margin: 5px; text-align: center;
}
.nav li ul a { /* second-level lists */
	display: block; width: 100px; color: #6C797E; line-height: 110%; padding: 5px; margin-left: 339px;
}
.nav li ul a:hover { /* second-level lists */
	display: block; width: 100px; background-color: #969B9D; color: #FFFFFF;
}
li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto; left: auto;
}
li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

.quantity_box {
	width: 50px; color: #0169C1; border: solid 1px #0169C1;
}