body {
	background-color: #E26396;
	text-align: center;
}
a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}
#topWrapper {
	margin: 0px auto;	
	width: 780px;
	height: 15px;
}

#MainNav {
	padding: 0 20px 0 20px;
	float: right;
}
#MainNav td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFCCCC;
}
#MainNav  li{
	padding-right: 5px;
	list-style-position: inside;
	list-style-type: disc;
	display: inline;
	margin-bottom:2px;
}
#MainNav  li a{
	color: #FFFFFF;
	text-decoration:none;	
}
#wrap {
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 0px;
	width: 780px;
	background: #E26396 url(../img/midbg.jpg) repeat-y;
}

#top {
	background: url(../img/topbg.jpg) no-repeat top;
	height: 40px;
}


#mainLinks {
	margin: 0px 0px 0px 0px;
	padding: 15px 0 0 0;	
}


#bannerDiv {
	margin: 0 20px 0 20px;
}

#breadSearchDiv {
	/*background-image: url(../img/titleBG.jpg);*/
	height: 30px;
	width: 700px;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color:#ffffff;
	margin: 0 40px 0 40px;
	background-position: center;
	background-color: #AE1E69;
	padding: 0px;
}

#breadCrumbs {
	float: left;
	padding: 7px 0 0 15px;
	font-size: 10px;
}

#breadCrumbs a {
	color: white;
	text-decoration:none;
}
#searchBox {
	float: right;
	padding: 0px 20px 0 0px;
}
#searchBox table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#searchBox input {
	background-color: #ffffff;
	border: solid #cccccc 1px;
	font-size: 12px;
}

#searchBox .button {
	background-color: #EBEBEB;
	border:1px solid #CCCCCC;
	color: #993366;
}

#mainDiv {
	width: 700px;
	margin: 0px auto;
	background-image: url(../img/sideImage.jpg);
	background-color: #ffffff;
	background-repeat: repeat-y;
	background-position: left bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	padding: 0px;
}

#surroundProduct {
	background-color:#E26396;
}

#surroundProductThumb {
	background-color:#E26396;
	height: 575px;
}
.mainDiv a{
	color: #ffffff;
}


.content {
	text-align: left;
	padding: 5px 15px 5px 15px;
	background-color:ffffff;
}

.content a{
	color: #CC3366;
	text-decoration:underline;
}
.content a:hover{
	color: #FF99CC;
	text-decoration:underline;
}

.content  th{
	font-weight: bold;
	text-align: left;
}


.contentEmphasis {
	background-color: #FFFFFF;
	border: thin dotted #F8D1E6;
	color:#666666;
	width: 650px;
	margin: 0 10px 0 10px;
	padding: 5px;
}

.contentIndented {
	padding: 10px;
	margin-left: 190px;
	width: 500px;
	text-align: left;
}
.contentIndented input {
	background-color: #ffffff;
	border: solid #cccccc 1px;
	font-size: 12px;
}

.contentIndented a{
	color: #CC3366;
}

.contentIndented a:hover{
	color: #FF99CC;
	text-decoration:underline;
}

.contentIndented  th{
	font-weight: bold;
	text-align: left;
}

.contentIndented  table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #F8D1E6;
	width: 450px;
	background:#F8D1E6;
}


#ProductInfo {
	width: 360px;
	float: left;
	text-align: left;
	margin: 0px 0 0 5px;
	padding: 10px 0 0 0;
	background-color: #E26396;
	color: #FFFFFF;
}

#ProductInfo .Name {
	padding: 5px 5px 0px 15px;
	font-weight:bold;
	font-size:14px;
}
#ProductInfo .Image {
	padding: 19px 20px 18px 20px;
	background-image: url(../img/imgBack.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#ProductInfo .Image img {
	width: 320px;
	height: 235px;
}

#ProductInfo .Description {
	clear: both;	
	padding: 5px 20px 20px 20px;
}

#ProductInfo a {
	color: #ffffff;
	text-decoration: underline;
}

#ProductInfo a:hover {
	color: #FF99CC;
	text-decoration: underline;
}

#ProductInfo p {
	font-weight:bold;
}

#ProductInfoVert {
	width: 320px;
	float: left;
	text-align: left;
	margin: 0px 0 0 5px;
	padding: 10px 0 0 0;
	background-color: #E26396;
	color: #FFFFFF;
}

#ProductInfoVert .Name {
	padding: 5px 5px 0px 15px;
	font-weight:bold;
	font-size:14px;
}

#ProductInfoVert .Image {
	padding: 19px 20px 18px 20px;
	background-image: url(../img/imgBackVert.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#ProductInfoVert .Image img {
	width: 280px;
	height: 332px;
}


#ProductInfoVert .Description {
	clear: both;	
	padding: 5px 20px 20px 20px;
}

#ProductInfoVert a {
	color: #ffffff;
	text-decoration: underline;
}

#ProductInfoVert a:hover {
	color: #FF99CC;
	text-decoration: underline;
}

#ProductInfoVert p {
	font-weight:bold;
}



#ProductThumb {
	width: 700px;
	background-color: #E26396;
	clear: both;
}

#ProductThumb .Image {
	padding: 15px 15px 15px 15px;
	margin: 0px;
	background-image: url(../img/ThumbImgBack.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}

#ProductThumb .Image img {
	width: 145px;
	height: 112px;
}


#ProductForm {
	width: 300px;
	height: 280px;
	float: right;
	margin: 0px 0 0 0px;
	padding: 15px 10px 20px 10px;
	text-align:left;
	background-color: #E26396;
}
#ProductForm table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
#goBack {
	width: 680px;
	margin: 0px 10px 0px 10px;
	background-color: #E26396;
	clear: both;
	text-align: right;
}

#bottom {
background: url(../img/botbg.gif);
height: 22px;
clear: both;
}

#footer {
	margin: 0px auto;
}

#footer a{
	color: #ffffff;
}

#footer h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
	letter-spacing: 8px;
	line-height: 5px;
}
#footer p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #ffffff;
	line-height: 1px;
	margin-top:5px;
	clear:both;
}
.navButs {
	color: #AE1E69;
	background-color:#AE1E69;
	border: solid 1px white;
	}
	
.navButs a:hover, a:active, a: visited {
	color: #AE1E69;
	}

.specialNotes, .specialNotes a:hover, .specialNotes a:active, .specialNotes a:visited  {
	font-size:10px;
	color: white;
}