/* 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 155px; background-repeat: repeat-x;*/
}

img { border: 0; }


/* ========================== 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%; }

#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; }

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


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


/* ========================== 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;
}
#copyright a:link, #copyright a:visited { color: #999999; text-decoration: none; }
#copyright a:hover { color: #000000; text-decoration: none; }


/* ========================== IFRAME ========================== */

iframe {
	width: 100%; height: 600px;
	border: 0;
	overflow: auto;
	margin-bottom: 10px;
}
