 @charset "utf-8";

/* CSS Document */
body,
td,
th {
	color: #ffffff;
}

body {
	background-color: #C50502;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:normal;
	background-image:url(/img/page-bg-repeat.jpg);
	padding:0;
}

div,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin:0;
	padding:0;
}

p {
	margin-top:0;
	line-height:1.4em;
}

img {
	border:none;
}

a {
	border:none;
}

a:link {
	color: #ffffff;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #ffffff;
}

a:hover {
	text-decoration: underline;
	color: #ffffff;
}

a:active {
	text-decoration: none;
	color: #ffffff;
}

#container {
	width:1027px;
	margin:0 auto 0 auto;
	background-image:url(/img/friends-bg-repeat.jpg);
	background-repeat:repeat-y;
	min-height:400px;
}

#outer-container {
	width:100%;
	margin:0;
	background-image:url(/img/header-bg-repeat.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

#body-container {
	float:left;
	width:900px;
}

#header-container {
	float:left;
	width:900px;
	height:302px;
	margin:0;
	background-image:url(/img/header-bg-repeat.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

#header {
	float:left;
	width:900px;
	height:302px;
	background-image:url(/img/header-bg.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

#header p {
	font-size:20px;
	text-align:center;
	color:#FFFFFF;
	margin-top:140px;
	margin-bottom:0;
}

#header p.learnhow {
	font-size:20px;
	text-align:center;
	color:#000000;
	margin-top:0px;
}

#header p.learnhow a {
	text-decoration:none;
	color:#000000;
}

#header p.learnhow a:hover {
	text-decoration:underline;
	color:#000000;
}

#main {
	float:left;
	width:900px;
	background-image:url(/img/page-bg-repeat.jpg);
	background-repeat:repeat;
	overflow:hidden;
}

#main .friends-button {
	float:left;
	width:125px;
	height:90px;
	margin:0;
	padding:0;
}

#main h1 {
	margin:25px 0 25px 0px;
}

#help-us {
	float:left;
	width:438px;
}

#help-container {
	float:left;
	width:389px;
	margin-left:49px;
	margin-top:40px;
	margin-bottom:100px;
	background-image:url(/img/help-middle-bg.jpg);
	background-repeat:repeat-y;
}

#help-top {
	float:left;
	width:389px;
	height:68px;
	background-image:url(/img/help-top-bg.jpg);
	background-repeat:no-repeat;
}

#help-middle {
	float:left;
	width:309px;
	padding:10px 40px 10px 40px;
}

#help-bottom {
	float:left;
	width:389px;
	height:52px;
	background-image: url(/img/help-bottom-bg.gif);
	background-repeat:no-repeat;
}

.helpheader {
	color:#C80304;
	font-size:20px;
}

.helpanswer {
	color:#E68356;
	font-size:16px;
}

#main-info {
	float:left;
	width:382px;
	padding:65px 40px 40px 40px;
	overflow:hidden;
}

.infoheader {
	font-size:20px;
	font-weight:normal;
	color:#000000;
}

#ad-container {
	float:left;
	width:127px;
	height:100%;
	background-image:url(/img/friends-bg-repeat.jpg);
	background-repeat:repeat-y;
	background-position:right;
}

#ad-container #friends {
	float:left;
	width:127px;
	height:74px;
	background-image:url(/img/friends-bg.jpg);
	background-repeat:no-repeat;
}

#ad-container #ads {
	float:left;
	width:125px;
	padding:1px;
}

#ad-container #more {
	float:left;
	width:127px;
}

#ad-container #friends p {
	margin:44px 0 0 0;
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
}

.ad-button {
	float:left;
	width:125px;
	height:90px;
	background-color:#180300;
}

#footer {
	float:left;
	width:100%;
	margin:0;
	background-image:url(/img/footer-bg-repeat.jpg);
	background-repeat:repeat;
	height:150px;
	padding:0;
}

#footer-links {
	padding:25px 0 25px 0;
	margin:0 auto 0 auto;
	width:1027px;
}

#footer-links p {
	margin:0;
	line-height:1.4em;
	color:#000000;
}

#footer-links p a {
	text-decoration:none;
	color:#000000;
}

#footer-links p a:hover {
	text-decoration:underline;
	color:#000000;
}

#retweeet {
	float:left;
	margin:0 25px 25px 0;
}

/* LIGHTBOX */

.black_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 200%;
	background-color: #180300;
	z-index:1001;
	-moz-opacity: 0.9;
	opacity:.90;
	filter: alpha(opacity=90);
}

.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 800px;
	height: 425px;
	border:1px solid #DDDBE6;
	background-color:#FFFFFF;
	z-index:1002;
	overflow: hidden;
}

.lightbox-content {
	float:left;
	width:800px;
	height:425px;
	overflow: hidden;
}

.lbpic {
	float:left;
	width:160px;
	padding:75px 0 0 40px;
}

.lbpic p {
	text-align:left;
	padding-right:0;
	margin:0 0 4px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
}

.lbpic .buybutton {
	width:150px;
	border:1px dashed #c80304;
}

.lbtext {
	float:left;
	width:550px;
	overflow:auto;
	padding:25px;
	height:325px;
}

.lightbox-top {
	float:left;
	width:800px;
	height:25px;
	background-color:#C80304;
}

.lightbox-top p {
	text-align:right;
	padding-right:10px;
	margin:2px 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

.lightbox-content h3 {
	color:#180300;
	font-size:20px;
	font-weight:normal;
	margin-bottom:1.4em;
}

.lightbox-content .lbtext p {
	text-align:left;
	padding:0 10px 0 0;
	color:#000000;
	line-height:23px;
}

.lightbox-content .lbtext p a {
	color:#C80304;
	text-decoration:none;
}

.lightbox-content .lbtext p a:hover {
	color:#C80304;
	text-decoration:underline;
}
 
/* END OF LIGHTBOX*/

