/* reset.css */

html, body, div, span, object, iframe, h5, h6, blockquote, pre, a, abbr, acronym, 
address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td, submit, text {
	margin:0;
	padding:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}


body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #ffffff;
	text-align: center;
	font-family: Arial, Verdana, sans-serif, hevetica;
}

a { text-decoration: underline; }
a:hover { text-decoration: underline; }

img { border:none; margin: 0px; padding: 0px; }
a img { border:none; margin: 0px; padding: 0px; }

hr {
	height: 1px;
	color: #c4bbc1;
	border: 0px;
	background-color: #c4bbc1;
	margin: 0px;
	padding: 0px;
}

.clearBoth { clear: both; height: 1px; margin: 0px; padding: 0px; text-align: center; }

.clearBoth p { margin: 0px; padding: 0px; line-height: 16px; }



/* MAIN DIV(S) LAYOUT */
/* ############################################# */


#container {
	width: 800px;
	margin: auto;
	margin-top: 0px;
	text-align: center;
}


#clearColFloats {
	clear: both;
	width: 800px;
	height: 10px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	background: url('../images/dropshadow.gif');
	background-repeat: no-repeat;
}


/* ##### HEADER #####  */

#header {
	width: 800px;
	height: 385px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#header.use1 { background: url('../images/banner-1.jpg'); background-repeat: no-repeat; }
#header.use2 { background: url('../images/banner-2.jpg'); background-repeat: no-repeat; }
#header.use3 { background: url('../images/banner-3.jpg'); background-repeat: no-repeat; }
#header.use4 { background: url('../images/banner-4.jpg'); background-repeat: no-repeat; }
#header.use5 { background: url('../images/banner-5.jpg'); background-repeat: no-repeat; }
#header.use6 { background: url('../images/banner-6.jpg'); background-repeat: no-repeat; }
#header.use7 { background: url('../images/banner-7.jpg'); background-repeat: no-repeat; }
#header.use8 { background: url('../images/banner-8.jpg'); background-repeat: no-repeat; }
#header.use9 { background: url('../images/banner-9.jpg'); background-repeat: no-repeat; }
#header.use10 { background: url('../images/banner-10.jpg'); background-repeat: no-repeat; }


#header #logo {
	width: 300px;
	height: 140px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	text-align: left;
	float: left;
}

#header #logo a {
	display: block;
	width: 300px;
	height: 140px;
	margin: 0px;
	padding: 0px;
	background: url('../images/ghost-partnership-logo.gif');
	background-repeat: no-repeat; 
	text-align: left;
}
/* hack */ 
#header #logo a { letter-spacing : -1000em; text-indent : -999em; } 
/* Just for Opera, but hide from MacIE */ 
/*\*/html>body #header #logo a { letter-spacing : normal; text-indent : -999em; overflow : hidden; } 
/* End of hack */ 

#header ul {
	width: 500px;
	height: 75px;
	overflow: hidden;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-align: right;
	float: right;
	list-style-type: none;
	font-size: 11px;
	line-height: 14px;
}

#header ul li {
	display: inline;
	text-align: right;
	margin: 0px 0px 0px 12px;
}

#header ul li a {
	color: #bc5d86;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
}

#header ul li a:hover {
	color: #da2067;
	text-decoration: underline;
}


#header #tagline {
	float: left;
	clear: left;
	width: 450px;
	height: 195px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
/* hack */ 
#header #tagline { letter-spacing : -1000em; text-indent : -999em; } 
/* Just for Opera, but hide from MacIE */ 
/*\*/html>body #header #tagline { letter-spacing : normal; text-indent : -999em; overflow : hidden; } 
/* End of hack */ 

#header #flNav {
	float: right;
	clear: right;
	width: 300px;
	height: 300px;
	overflow: hidden;
	margin: 0px 20px 0px 0px;
	padding: 0px;
}

#header h1 {
	float: left;
	clear: left;
	width: 450px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: left;
}




/* ##### HOME CONTENT #####  */

#pageBody #HomeContent {
	float: left;
	width: 420px;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	text-align: left;
}

#pageBody #SideBar {
	float: right;
	width: 280px;
	margin: 40px 0px 0px 0px;
	padding: 0px;
	text-align: left;
}

#pageBody #SideBar #latestNews, #pageBody #SideBar #box1, #pageBody #SideBar #box2, #pageBody #SideBar #callToAction {
	width: 280px;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	text-align: left;
	border-top: dotted 1px #d4d4d6;
}

#pageBody #SideBar h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: left;
	color: #da2067;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}

#pageBody #SideBar, #pageBody #SideBar p, #pageBody #SideBar div {
	color: #666666;
	font-size: 11px;
	line-height: 14px;
}

#pageBody #SideBar #callToAction a {
	color: #da2067;
	text-decoration: none;
}

#pageBody #SideBar #callToAction a:hover {
	color: #da2067;
	text-decoration: underline;
}

#pageBody #SideBar #latestNews .newsItem {
	width: 280px;
	height: 17px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#pageBody #SideBar #latestNews .newsDate {
	width: 50px;
	height: 17px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #666666;
}
#pageBody #SideBar #latestNews .newsTitle {
	width: 225px;
	height: 17px;
	float: left;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	text-align: left;
}
#pageBody #SideBar #latestNews .newsTitle a { color: #666666; text-decoration: underline; }
#pageBody #SideBar #latestNews .newsTitle a:hover { color: #da2067; text-decoration: underline; }


#pageBody #SideBar #box1 {
	background: url('../images/boxBG-Feature.gif');
	background-repeat: no-repeat; 
	height: 110px;
}

#pageBody #SideBar #box2 {
	background: url('../images/boxBG-Email.gif');
	background-repeat: no-repeat; 
	height: 110px;
}

#pageBody #SideBar #box1 p, #pageBody #SideBar #box2 p {
	margin: 5px 10px 10px 90px;
}

#pageBody #SideBar #box1 p a, #pageBody #SideBar #box2 p a {
	color: #da2067;
	text-decoration: none;
}

#pageBody #SideBar #box1 p a:hover, #pageBody #SideBar #box2 p a:hover {
	color: #da2067;
	text-decoration: underline;
}




/* ##### FOOTER #####  */

#footer {
	width: 100%;
	height: 100%*;
	margin: 20px 0px 0px 0px;
	padding: 5px 0px 10px 0px;
	text-align: center;
	background-color: #c6bec1;
}

#footer .footerBox {
	width: 800px;
	margin: 10px auto 15px auto;
	padding: 0px;
	text-align: left;
}

#footer .footerBox h3 div.clears {
	clear: both;
	width: 800px;
	height: 1px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#footer .footerBox h3 {
	width: 180px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #ffffff;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
}

#footer .footerBox ul {
	display: block;
	width: 620px;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: left;
	list-style-type: none;
}

#footer .footerBox ul li {
	display: inline;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #ffffff;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	border-right: 1px solid #ffffff;
}

#footer .footerBox ul li.last {
	border-right: none;
}

#footer .footerBox ul li a {
	color: #ffffff;
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;
	margin: 0px 7px 0px 7px;
}

#footer .footerBox ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}


#footer .footerBox p.copyright {
	float: left;
	margin-top: 10px;
	padding-top: 0px;
	color: #ffffff;
	font-size: 11px;
	line-height: 14px;
}

#footer .footerBox p.tag {
	float: right;
	margin-top: 10px;
	padding-top: 0px;
	color: #ffffff;
	font-size: 11px;
	line-height: 14px;
}

#footer .footerBox p.tag a {
	color: #ffffff;
	text-decoration: none;
}

#footer .footerBox p.tag a:hover {
	color: #ec008c;
	text-decoration: none;
}





/* ##### NEW SIDE BAR #####  */

#NewSideBar {
	float: right;
	width: 280px;
	margin: 40px 0px 0px 0px;
	padding: 0px;
	text-align: left;
}

#NewSideBar .sideBox {
	width: 280px;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	text-align: left;
	border-top: dotted 1px #d4d4d6;
}

#NewSideBar .sideBox p {
	margin-top:0px;margin-bottom:10px;padding-top:0px;padding-bottom:0px;
}

#NewSideBar .sideBox a {
	color: #da2067;
	text-decoration: none;
}

#NewSideBar .sideBox a:hover {
	color: #da2067;
	text-decoration: underline;
}

#NewSideBar #bookLaunch { background:url('../images/nsb-bookLaunch.jpg');background-repeat:no-repeat;border-top:0px; }

#NewSideBar #tweetFeed { background:url('../images/nsb-tweetBg.gif');background-repeat:no-repeat; }
#NewSideBar #tweetFeed p { padding-top:10px; }

#NewSideBar #tipsArticles { background:url('../images/nsb-tipsBg.gif');background-repeat:no-repeat; }
#NewSideBar #tipsArticles p { margin:0px; }

#NewSideBar #emailSignup { background:url('../images/nsb-emailBg.gif');background-repeat:no-repeat; }

#NewSideBar #callToAction { padding-top:5px; }

#NewSideBar .sideBox#followUs { border-top:0px; padding:0px; }

#NewSideBar #customerTest { padding: 0px;background:url('../images/nsb-testimBg.gif');background-repeat:no-repeat; }
#NewSideBar #customerTest p.quote { margin-top:15px;margin-bottom:0px;text-indent:25px;color:#da2067;font-size:12px;line-height:15px;font-style:italic }
#NewSideBar #customerTest p.details { margin-top:5px; }


#NewSideBar h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: left;
	color: #da2067;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}

#NewSideBar #shareThis h3 { line-height:16px; }

#NewSideBar, #NewSideBar p, #NewSideBar div {
	color: #666666;
	font-size: 11px;
	line-height: 14px;
}





