html,body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #58585A;
}
body.sendtofriend {
	background: #ffffff;
}
p,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
body.bgwhite {
	background: #FFFFFF;
}

a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body.addmargin {
	margin: 10px;
}

form {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
#mainwrap {
	width: 892px;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
}
.header {
	position: relative;
	height: 120px;
	background: url(../images/header.gif) no-repeat;
}
#pagebar {
	position: relative;
}
#blogmenu {
	position:absolute;
	width: 400px;
	height: 11px;
	top: 54px;
	right: 3px;
	text-align:right;
}
#blogmenu a {
	color: #ED008C;
}
#topbanner {
	height: 60px;
	width: 234px;
	position: absolute;
	right: 14px;
	bottom: 7px;
}
#linksbar {
	height: 28px;
	font-size: 10px;
	position: relative;
}
#toplinks {
	position: absolute;
	top: 8px;
}
#toplinks a {
	color: #ED008C;
}
#quicksearch {
	right: 0px;
	top: 6px;
	position: absolute;
	text-align: right;
}
input.qsearch {
	height: 16px;
	width: 100px;
	background: url(../images/quiksrch.gif) fixed no-repeat;
	border: 0px solid #fff;
	font-size: 10px;
	padding-top: 1px;
}
html>body input.qsearch{
		background: url(../images/quiksrch.gif) no-repeat;
}
input.go {
	padding-top: 4px;
}
#pagewrap {
	width: 874px;
	margin-right: auto;
	margin-left: auto;
}
.footer {
	background: url(../images/foot.gif) no-repeat bottom;
	padding-bottom: 45px;
	padding-left: 10px;
	padding-top: 10px;
}
.footer p {
	padding-top: 5px;
}
.footer #right {
	float: right;
	padding-right: 10px;
}
.darkpink {
	color: #ED008C;
}
.lightpink {
	color: #F8CBE0;
}
.legals {
	font-size: 10px;
	line-height: 11px;
	color: #808285;
}
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: #F49AC1;
visibility: hidden;
z-index: 100;
}
#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

