/* CSS Document */

* { margin: 0; padding: 0; }
html { margin: 0; padding: 0; }

body {
	margin: 0; padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333333; background-color: #FFFFFF;
	background-image: url(../images/header-shadow.jpg);
	/*background-position: left 140px;*/ background-position: left 155px; background-repeat: repeat-x;
}

img { border: 0; }
.clear { clear: both; }

/* ========================== LINK STYLES ========================== */

a:link, a:visited { color: #DF0051; text-decoration: underline; }
a:hover { color: #000000; text-decoration: underline; }
a:focus { outline: none; }


/* ========================== TEXT STYLES ========================== */

h1 {
	font-size: 3em; line-height: 1em; font-weight: normal; color: #DF0051; text-transform: uppercase;
	padding: 0; margin-top: 0; margin-bottom: 20px; text-align: left;
}
h1 .subH1text { text-transform: none; }
h1 a:link, h1 a:visited { text-decoration: none; }
h2 { font-size: 1.6em; line-height: 1em; font-weight: normal; color: #DF0051; }
#leftColumn h2 { margin-top: 15px; }
h3 { font-size: 1.4em; line-height: 1em; font-weight: bold; color: #DF0051; }
p, ul, ol { font-size: 1.2em; line-height: 1.4em; color: #333333; }
p.introPara { font-size: 1.8em; color: #666666; }
p.introPara strong { color: #DF0051; font-weight: normal; }

h2, h3, h4, p, ul, ol, hr { padding: 0; margin-top: 0; margin-bottom: 10px; text-align: left; }
ul, ol { list-style-position: outside; list-style-type: disc; margin-left: 15px; }

hr {
	height: 5px; clear: both;
	border-top: 0; border-right: 0; border-left: 0;
	border-bottom: 1px solid #CCCCCC;
	display: block;
	margin-bottom: 15px;
}
* html hr { height: 0; margin-top: 5px; }
* + html hr { height: 0; margin-top: 5px; }

p.offersLink { font-size: 1.6em; font-weight: bold; margin-bottom: 0; }
p.offersLink a {
	padding-right: 20px; padding-top: 2px;
	background-image: url(../images/offers-arrow.gif);
	background-position: right; background-repeat: no-repeat;
	text-decoration: none;
}


/* ========================== WRAPPER AND HEADER ========================== */

#wrapper {
	width: 100%;
	background-image: url(../images/mpm2-header.jpg);
	background-position: center 15px; background-repeat: no-repeat;
}

#breadcrumb {
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; line-height: 15px; font-weight: bold;
	text-transform: uppercase;
	color: #F9DFEA; background-color: #DF0051;
	display: block;
}
#breadcrumb .backlinks { width: 950px; margin: 0 auto 0 auto; }
#breadcrumb a:link, #breadcrumb a:visited { color: #F9DFEA; text-decoration: none; }
#breadcrumb a:hover { color: #FFFFFF; text-decoration: none; }

#header {
	width: 984px; height: 123px;
	display: block;
	margin: 0 auto 0 auto;
}
#logo { float: left; }
#salesline {
	float: left;
	font-size: 1.8em; font-weight: bold; color: #DF0051;
	padding-top: 75px; padding-left: 10px;
}


/* ========================== NAVIGATION ========================== */

#nav {
	width: 950px; height: 27px;
	clear: both;
	margin: 0 auto 25px auto;
	display: block;
}
#nav ul {
	list-style: none; margin: 0;
	font-size: 1.4em; font-weight: normal;
	line-height: 27px;
}
#nav li { display: inline; float: left; margin-right: 1px; }
#nav li a {
	width: 100px; height: 27px;
	background-image: url(../images/mpm2-tabs.png);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
}
#nav li a:link, #nav li a:visited { color: #FFFFFF; text-decoration: none; background-position: left top; }
#nav li a:hover { color: #FFFFFF; text-decoration: none; background-position: left -27px; }

#nav li.active a:link, #nav li.active a:visited, #nav li.active a:hover { color: #DF0051; text-decoration: none; background-position: left -54px; }


/* ========================== PAGE STRUCTURE ========================== */

#page {
	width: 950px; clear: both;
	margin: 0 auto 0 auto;
}
#leftColumn { width: 700px; float: left; text-align: left; }
#rightColumn { width: 225px; float: right; text-align: left; }


/* ========================== QUICK LINKS AND FOOTER ========================== */

#quickLinks {
	width: 100%; padding-top: 20px;
	clear: both;
	background-image: url(../images/header-shadow.jpg);
	background-position: top; background-repeat: repeat-x;
	margin-bottom: 5px;
}
#footer {
	width: 950px; height: 30px;
	clear: both;
	display: block;
	margin: 0 auto 0 auto;
}

#quickLinks p, #quickLinks ul, #footer ul {
	font-size: 1.1em;
	width: 950px;
	margin: 0 auto 0 auto;
	display: block;
}
#quickLinks ul, #footer ul { list-style: none; list-style-position: inside; clear: both; }
#footer ul { width: auto; float: left; line-height: 1em; }

#quickLinks li, #footer li { display: inline; float: left; }
#quickLinks li ul {
	width: auto; font-size: 1em;
	float: left; clear: none;
}
#quickLinks li a, #footer li a { padding-left: 5px; border-left: 1px solid #CCCCCC; margin-left: 5px; }
#quickLinks a:link, #quickLinks a:visited, #footer a:link, #footer a:visited { color: #666666; text-decoration: none; }
#quickLinks a:hover, #footer a:hover { color: #000000; text-decoration: underline; }

#footer li.firstlink a { padding-left: 0; border-left: 0; margin-left: 0; }

hr.quickLinks { width: 950px; margin: 5px auto 10px auto; }


#copyright {
	font-size: 1em; color: #999999;
	float: right;
	padding-bottom: 20px;
}
#copyright a:link, #copyright a:visited { color: #999999; text-decoration: none; }
#copyright a:hover { color: #000000; text-decoration: none; }


#footer ul#socialNetworking { line-height: 16px; }
#footer ul#socialNetworking li { border: 0; }
#footer ul#socialNetworking a {
	background-position: left top; background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 16px;
	display: block;
	margin-bottom: 3px;
}
li#twitter a { background-image: url(../images/t_mini-a.png); }


/* ========================== RIGHT COLUMN PANEL ========================== */

#rightColumn h2.panel {
	height: 28px; padding: 2px 15px 0px 15px;
	font-size: 1.6em; line-height: 28px;
	font-weight: bold;
	background-image: url(../images/rhpanel-title.gif);
	background-position: left top; background-repeat: no-repeat;
	display: block;
	margin: 0;
}
#rightColumn h2.panel a:link, #rightColumn h2.panel a:visited { color: #FFFFFF; text-decoration: none; }
#rightColumn h2.panel a:hover { color: #FFFFFF; text-decoration: underline; }
#rightColumn div.panel {
	padding: 10px 15px 10px 15px;
	clear: both;
	background-image: url(../images/rhpanel-sides.gif);
	background-position: left; background-repeat: repeat-y;
	display: block;
	margin: 0;
}
#rightColumn div.panelBase {
	height: 7px; clear: both;
	background-image: url(../images/rhpanel-base.gif);
	background-position: left top; background-repeat: no-repeat;
	display: block;
	margin-bottom: 20px;
}


/* ========================== NAVIGATION LEVEL 2 ========================== */

#nav_lev2 {
	/*border-top: 1px solid #DF0051;*/
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 0px 5px 0px;
	margin-bottom: 15px;
}
#nav_lev2 ul {
	font-size: 1.4em; font-weight: bold;
	color: #666666;
	list-style: none;
	margin: 0;
}
#nav_lev2 li {
	display: inline;
	padding-right: 10px;
	border-right: 1px solid #666666;
	margin-right: 7px;
}
#nav_lev2 li a:link, #nav_lev2 li a:visited { color: #666666; text-decoration: none; }
#nav_lev2 li a:hover { color: #000000; text-decoration: none; }
#nav_lev2 li.active a:link, #nav_lev2 li.active a:visited, #nav_lev2 li.active a:hover { color: #DF0051; text-decoration: none; }

hr.hr_products {
	border-bottom: 1px solid #EBEBEB;
}