/* --------------------------------------
   Global Styling
-------------------------------------- */

body {
	background-color: #780047;
	color: #000;
	font: 0.833em/18px Georgia, "Times New Roman", Times, serif;
}

/* Headings */
h1, h2, h3, h4, h5 { font-weight: normal; }
h1 { font-size: 2.5em; line-height: 1em; }
h2 { font-size: 2em; line-height: 1em; }
h3 { font-size: 1.5em; line-height: 1em; }
h4 { font-size: 1.255em; line-height: 1em; }
h5 { font-size: 1em; line-height: 1em; font-weight: bold; }

/* Anchors */
a, a:visited { text-decoration: underline; color: #000; }
a:hover { text-decoration: none; }
p a { z-index: 100; }


/* Base margin */
#content p, #content blockquote, #content ul, 
#content ol, #content h1, #content h2, 
#content h3, #content h4, #content h5 { margin-bottom: 1em; }


/* ULs, OLs & LIs */
ul { margin-left: 3em; }
ul li { list-style: disc; }

ol { margin-left: 3em; }
ol li { list-style: decimal; }

/* Blockquote */
blockquote { width: 75%; margin-left: 10%; padding: 10px; background-color: #ccc; quotes: "\201C" "\201D"; }
blockquote:before { content: open-quote; font: bold 20px/12px Georgia, "Times New Roman", Times, serif; } 
blockquote:after { content: close-quote; font: bold 20px/12px Georgia, "Times New Roman", Times, serif; } 

/* Other styles */
small { font-size: 80%; }

/* Classes */
.right { float: right; }
.left { float: left; }
img.right { float: right; margin: 0 0 0 10px; }
img.left { float: left; margin: 0 10px 0 0; }
p img.right { float: right; margin: 0 0 10px 10px; z-index: 100; }
p img.left { float: left; margin: 0 10px 10px 0; z-index: 100;}
.last { border: 0!important; margin-right: 0!important; margin-bottom: 0!important; }
.error { background-color: #d5a2a2; color: #fff; border: 1px solid #c38e8e; }
.tleft { text-align: left; }
.tright { text-align: right; }
.tcenter { text-align: center; }
.formerror { background: #FFFCFC url('../i/icon-formerror.gif') 0.3em 0.25em no-repeat; height: 1.5em; font-size: 0.91em; border: 1px solid #AB6B6B; color: #B64040; display: block; margin-top: 1em; padding: 0.2em 0.5em 0.2em 1.9em; }

/* --------------------------------------
   Center Wrap Section
-------------------------------------- */
#wrap {
	background: #ec008c url('../i/bg-body.gif') center top no-repeat;
}

#center {
	position: relative;
	width: 741px;
	margin: 0 auto;
	background: #fff url('../i/bg-header.jpg') left top no-repeat;
	padding-top: 195px;
}

/* --------------------------------------
   Header Section
-------------------------------------- */

#header {
}

#logo {
}

#logo span {
}

/* --------------------------------------
   Container Template
-------------------------------------- */

#content {
	padding: 0 20px 30px;
	width: 701px;
}

/** 2 Column Layout **/
.two-columns {
	clear: both;
	width: 600px;
	margin: 0 auto;
}

.two-columns .left-column {
	width: 330px;
	float: left;
}

.two-columns .right-column {
	width: 270px;
	float: right;
}

/* --------------------------------------
   Content Styles
-------------------------------------- */

#content h1 {
	font-size: 1.8em;
	color: #EC1091;
	text-transform: uppercase;
}

#content h2 {
	font-size: 1em;
	color: #EC1091;
	font-weight: bold;
	padding-top: 1em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

#content p {
	font-size: 0.916em;
}

#content p.first {
	width: 30em;
}

#content ul, #content ol {

}

#content ul li, #content ol li {

}

/* poledivas button */
a.pd-btn {
	width: 228px;
	height: 64px;
	display: block;
	margin: 20px auto;
}

a.pd-btn span {
	background-image: url('../i/pd-button.gif');
}

a.pd-btn:hover span {
	background-position: left bottom;
}

/* --------------------------------------
   Footer Section
-------------------------------------- */

#footer-wrap {
	height: 100px;
	width: 100%;
	background: #780047 url('../i/bg-footer.gif') left top repeat-x;	
	padding-top: 30px;
}

#footer {
	width: 671px;
	margin: 0 auto;
	padding-left: 70px;
	height: 100px;
	background: url('../i/logo-footer.gif') left top no-repeat;
}

#footer-navigation {
	color: #fff;
	font-size: 0.916em;	
}

#footer-navigation ul {
	margin: 0;
	border-top: 1px solid #ec008c;
	padding: 5px 0;
	width: 100%;
	clear: both;
}

#footer-navigation ul li {
	color: #fff;
	display: inline;
	padding: 0 5px 0 0;
}

#footer-navigation a,
#footer-navigation a:visited {
	color: #fff;
	text-decoration: none;
}

#footer-navigation a:hover {
	text-decoration: underline;
}

a.credit {
	width: 63px;
	height: 24px;
	display: block;
	float: right;
}

a.credit span {
	background-image: url('../i/logo-nowmedia.gif');
}