body {
	background-color: #fcecf3;
}


/*Main Section*/
#wrap {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
}

/*Header and Main Menu*/
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 230px;
	width: 956px;
	margin-right: auto;
	margin-left: auto;
}
#menubar {
	height: 30px;
	width: 961px;
	background-image: url(images/bar.png);
	background-repeat: repeat-x;
	margin-top: 1px;
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 0px;
}
#menubar ul {
	color: #FFFFFF;
	margin-left: 150px;
	height: 30px;
	padding: 0px;
	margin-top: 0px;
}
#menubar li {
	display: block;
	height: 25px;
	width: 100px;
	float: left;
	text-align: center;
	list-style-type: none;
	text-decoration: none;
	padding-top: 5px;
	line-height: 20px;
}

#menubar li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 600;
}
#menubar li a:hover {
	color:#D8ECEB;
	text-decoration: none;
	font-weight: 900;
}

/*Left Menu Section*/
#left {
	width: 150px;
	float: left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	clear: none;
	padding: 0px;
}
#left hr {
	width: 90%;
}

#left ul {
	width: 150px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
}

#left li a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #454545;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	display: block;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
	margin: 0px;
	padding: 0px;
	height: 25px;
	line-height: 25px;
}
#left li a:hover {
	background-color:#f3bbb9;
	color: #FFFFFF;
}
#left li {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 25px;
}


/*Footer Section*/
#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 12px;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f7a3b6;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p a {
	color: #f7a3b6;
	text-decoration: none;
}


/*Right Hand Side Column*/
#Right {
	width: 200px;
	float: right;
	margin-right: 10px;
	background-color: #fdf1f6;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-bottom: 0px;
}

/*Curved Corners*/
.topLeft {
	background-image: url(images/top_left.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.topRight {
	background-image: url(images/top_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
}
.bottomLeft {
	background-image: url(images/bottom_left.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
}
.bottomRight {
	background-image: url(images/bottom_right.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*End Curved Corners*/

#Right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
	padding-left: 10px;
	padding-right: 10px;
}

#Right a {
	color:#7da29e;
}
#Right a:hover {
	color:#000000;
}

/*Button Styles*/
input.button {
	background-image: url(images/bar.png);
	background-repeat: repeat-x;
	height: 30px;
	margin: 0;
	padding: 2px 3px;
	color: #FFFFFF;
	border: 1px solid #DADADA;
	background-color: #FFFFFF;
	font-family: Arial, Sans-serif;
	font-size: 14px;
	font-weight: bold;
	width:100px;
}

/*Main Column*/

#Main p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#Main a {
	color: #7da29e;
}
#Main a:hover {
	color: #f7a3b6;
}
#Main img {
	margin-right: 3px;
	margin-left: 3px;
	max-width: 550px;
}


#Main h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #aa5b6d;
}

#Main h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #303030;
	text-decoration: underline;
}

#content {
	width: 960px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
}
#clear {
	clear:both;
	height:50px;
	width:960px;
}

#Main {
	width: auto;
	max-width:600px;
	min-height:500px;
	height:auto !important;
	height:500px;
	margin-left: 165px;
	margin-right: 225px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#Main form {
	font-size: 12px;
	font-weight: lighter;
	max-width:580px;
	margin: 0px;
	padding: 0px;
}

/*Review Section*/
hr.review {
	height: 0;
	border-width: 1px 0 0 0;
	border-style: dashed;
	border-color: #f7a3b6;
}
.review.reviewcomments {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*cross selling styles*/
table.cpd {background-color:#ffffff;}
td.cpdll{background-color:#ffffff;border-bottom:2px dotted #dddddd}
td.cpdhl{background-color:#b92300;color:#ffffff;font-weight:bold;text-align:center;padding:4px}
.cstitle {
	text-align:center;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #aa5b6d;
}
.prod3image{width: 50px; border:0px; border-thickness: 1px; border-color: #000;border-style: solid;}

img.cartimage {
width: 10px;
height: 10px;
}