@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
}
.oneColFixCtrHdr #container {
	width: 766px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height:76px;
	background-image: url("../MPImages/header.gif");
	background-repeat:no-repeat;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #menuArea {
	height:30px;
	text-align:center;
	vertical-align:baseline;
	width:129px;
  	position:relative;
	top:30px;
  	left:619px;
	padding: 4px 0px 0 0px;
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
}
.oneColFixCtrHdr a:link{font-weight:bold;color:white;text-decoration:none;}
.oneColFixCtrHdr a:visited{font-weight:bold;color:white;text-decoration:none;}
.oneColFixCtrHdr a:active{font-weight:bold;color:white;text-decoration:none;}
.oneColFixCtrHdr a:hover{font-weight:bold;color:#F1569A;text-decoration:none;}

h1 {
	font-size:32px;
	margin: 0 0 0 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#ED1E79;
}
.oneColFixCtrHdr #whyAdvertise {
	height:406px;
	border-color:#9E005D;
	border-style:solid;
	border-width:1px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left:10px;
	margin-right:10px;
	background-image: url("../MPImages/whyBGround.gif");
	background-repeat:no-repeat;
}

.oneColFixCtrHdr #whyAdvertiseStart {
	height:414px;
	border-color:#9E005D;
	border-style:solid;
	border-width:1px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left:10px;
	margin-right:10px;
}

.oneColFixCtrHdr #whyAdvertiseThanks {
	height:680px;
	border-color:#9E005D;
	border-style:solid;
	border-width:1px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left:10px;
	margin-right:10px;
}

.oneColFixCtrHdr #popunders {
	height:520px;
	border-color:#9E005D;
	border-style:solid;
	border-width:1px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left:10px;
	margin-right:10px;
	margin-top:17px;
	background-image: url("../MPImages/popunders.jpg");
	background-repeat:no-repeat;
}

.oneColFixCtrHdr #crossReg {
	height:520px;
	border-color:#9E005D;
	border-style:solid;
	border-width:1px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left:10px;
	margin-right:10px;
	margin-top:17px;
	margin-bottom:17px;
	background-image: url("../MPImages/crossReg.jpg");
	background-repeat:no-repeat;
}

.oneColFixCtrHdr #rateCard {
	height:451px;
	border-color:#9E005D;
	border-style:solid;
	border-width:1px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left:10px;
	margin-right:10px;
	margin-top:17px;
	background-image: url("../MPImages/rateCard.jpg");
	background-repeat:no-repeat;
}

.oneColFixCtrHdr #productOverview {
	position:relative;
	height:417px;
	border-color:#9E005D;
	border-style:solid;
	border-width:1px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left:10px;
	margin-right:10px;
	margin-top:17px;
	background-image: url("../MPImages/productOverview.jpg");
	background-repeat:no-repeat;
}

.oneColFixCtrHdr #standardAds {
	height:449px;
	border-color:#9E005D;
	border-style:solid;
	border-width:1px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left:10px;
	margin-right:10px;
	margin-top:17px;
}

.oneColFixCtrHdr #microSite {
	height:105px;
	width:108px;
	position:absolute;
	left: 544px;
	top: 115px;
}

.oneColFixCtrHdr #popunderSite {
	height:113px;
	width:161px;
	position:absolute;
	left: 477px;
	top: -9px;
}

.oneColFixCtrHdr #AdTypes {
	height:126px;
	width:108px;
	position:absolute;
	left: 493px;
	top: -23px;
}

.oneColFixCtrHdr #Roadblock2 {
	height:126px;
	width:108px;
	position:absolute;
	left: 494px;
	top: 231px;
}

.oneColFixCtrHdr #Roadblock3 {
	height:126px;
	width:108px;
	position:absolute;
	left: 527px;
	top: 104px;
}

.oneColFixCtrHdr #RoadblockText {
	height:56px;
	width:210px;
	position:absolute;
	left: 451px;
	top: 350px;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	color:#9E005D;
}

.oneColFixCtrHdr #popundersText1 {
	height:56px;
	width:210px;
	position:absolute;
	left: 495px;
	top: 351px;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	color:#ffffff;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	padding: 4px 0px 0 0px;
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	background:#9E005D;
	margin-top:17px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.largeTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color:#9E005D;
}
.largeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#9E005D;
}
#WhyAdvertiseText {
	padding-right: 275px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17.5px;
	color:#333333;
}

#whyAdvertiseStartText {
	position:relative;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17.5px;
	color:#333333;
}

#whyAdvertiseThanksText {
	position:relative;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17.5px;
	color:#333333;
	height:450px;
}

#popundersText {
	position:relative;
	padding-right: 275px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17.5px;
	color:#333333;
}

#crossRegText {
	position:relative;
	padding-right: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17.5px;
	color:#333333;
}

#productOverviewText {
	padding-right: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17.5px;
	color:#333333;
}

#standardAdText {
	position:relative;
	padding-right: 260px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17.5px;
	color:#333333;
}

.smallText{
	position:relative;
	padding-right: 220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#333333;
}

#dottedText{
background-color: #F0F0F0;
border: 1px dotted #404040;
color:#2a2a2a;
}

.pink{
	color:#9E005D;
}

.backG1{
	background-color:#FDE8F1;
	height:25px;
	vertical-align:middle;
}

.backG2{
	background-color:#FEF4F8;
	height:25px;
	vertical-align:middle;

}

.oneColFixCtrHdr #RateTable {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;	
}

#RateTable td{
	padding-left:10px;
	border-bottom-color:#fff;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color:#D8EEEF;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#D8EEEF;
	border-right-style:solid;
	border-right-width:1px;
}

	

