@charset "UTF-8";
body {
	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: #303030;
	font-family: Verdana;
	font-size: 10pt;
	background-image: url(../InthePinkImages/bg.gif);
	background-repeat: repeat;
	text-decoration: none;
}
#container   {
	width: 80%;
	text-align: left;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 45px;
	padding-left: 45px;
}

.contact {
	clear: none;
	float: right;
	height: auto;
	width: auto;
	vertical-align: top;
	position: relative;
	margin-top: 45px;
}
#mainContent  {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

.base {
	vertical-align: text-top;
	clear: both;
	height: auto;
	width: 80%;
	background-position: center top;
}

.logo {
	clear: none;
	float: left;
	height: 354px;
	width: 600px;
	margin-top: 15px;
	margin-left: -140px;
	background-image: url(../InthePinkImages/logoFullLg.gif);
	position: static;
	z-index: 1;
	margin-bottom: -150px;
	overflow: visible;
	visibility: visible;
}
.productImg {
	height: auto;
	width: 80%;
	margin-bottom: 25px;
	text-align: left;
	vertical-align: middle;
	margin-left: 95px;
	padding-top: 150px;
}

#table {
	height: auto;
	width: 80%;
	position: relative;
	visibility: visible;
}
#prev {
	float: left;
	height: auto;
	width: auto;
	margin-left: 15px;
}

#next {
	float: right;
	height: auto;
	width: auto;
	margin-right: 15px;
}

.prodthmb {
	height: 150px;
	width: 50%;
}

.prodTitle {
	font-family: Verdana;
	font-size: 10pt;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	color: #FF6699;
}

.discription {
	font-family: Verdana;
	font-size: 10pt;
	text-decoration: none;
	margin-right: 25px;
	margin-left: 25px;
	font-weight: normal;
	text-align: left;
}

#buy {
	clear: both;
	height: auto;
	width: auto;
	margin-top: 15px;
	text-align: center;
}

.copyright {
	font-size: 8pt;
	font-weight: lighter;
	text-align: center;
}

