@charset "utf-8";
/* ANASTACIA DREAMS :: Main Stylesheet */

/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body {
	background-color: #CCCCCC;
	background-image: url(../images/bg.gif);
	background-attachment: fixed;
}

/* BASIC STRUCTURE */
#all {
	position:absolute;
	width: 715px;
	height: auto;
	background-color: #FFFFFF;
	left: 50%;
	margin-left: -358px;
	padding: 5px 0px 5px 0px;
	font-family: Arial;
	font-size: 11px;
	color: #bbbbbb;
}

#left {
	position: relative;
	width: 493px;
	float: left;
	left: 5px;
}

#right {
	position: relative;
	width: 207px;
	float: right;
	background-color: #FFFFFF;
	right: 5px;
}

#right a {
	color: #f6c900;
	text-decoration: none;
} 

#right a:hover {
	color: #f6c900;
	text-decoration: underline;
}

#right a:visited {
	color: #f6c900;
	text-decoration: none;
} 

#right a:active {
	color: #f6c900;
	text-decoration: none;
}

/* TOP BANNER */
#header {
	width: 100%;
	height: 226px;
}

h1.header_title {
	width: 493px; 
	height: 226px;
	background: url(../images/header.gif);
	text-indent: -9999px;
}

/* ANASTACIADREAMS.COM TEXT (TITLE) */
#title {
	width: 100%;
	height: 47px;
}

h2.site_title {
	width: 401px; 
	height: 47px;
	background: url(../images/title.gif);
	text-indent: -9999px;
	float: right;
}

/* BOXES ON THE LEFT */
#boxes {
	width: 100%;
	height: 170px;
	background-color: #e9e9e9;
	padding-top: 1px;
}

#boxes a {
text-decoration: none;
color: #73cedf;
}

#boxes a:hover {
text-decoration: underline;
color: #73cedf;
}

#boxes a:active {
text-decoration: none;
color: #73cedf;
}

#boxes a :visited {
text-decoration: none;
color: #73cedf;
}

#menu {
	width: 119px;
	height: 160px;
	float: left;
	background-color: #FFFFFF;
	margin-left: 1px;
	padding: 10px 0px 0px 5px;
}

#menu ul {
	width: 114px;
	margin-top: 8px;
}

#menu ul li {
	height: 11px;
	margin-top: 4px;
}

#menu ul li a {
	width: 114;
	height: 11px;
	text-indent: -9999px;
	display: block;
	background-repeat: no-repeat;
}

#menu1 {
	background-image: url(../images/menu1.gif);
}

#menu2 {
	background-image: url(../images/menu2.gif);
}

#menu3 {
	background-image: url(../images/menu3.gif);
}

#menu4 {
	background-image: url(../images/menu4.gif);
}

#menu5 {
	background-image: url(../images/menu5.gif);
}

#menu6 {
	background-image: url(../images/menu6.gif);
}

#menu_other {
	margin-top: 5px;
}

h3.website_menu {
	width: 70px;
	height: 11px;
	background: url(../images/website_menu.gif);
	text-indent: -9999px;
}

#features {
	width: 152px;
	height: 160px;
	float: left;
	background-color: #FFFFFF;
	margin-left: 1px;
	padding-top: 10px;
}

h3.network_features {
	width: 90px;
	height: 11px;
	background: url(../images/network_features.gif);
	text-indent: -9999px;
	margin-left: 5px;
	margin-bottom: 5px;
}
	
#website {
	width: 208px;
	_width: 206px; /* Hack for IE... Hate doing this ¬¬ */
	height: 160px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(../images/statistics_back.gif);
	background-position: top right;
	background-repeat: no-repeat;
	margin-left: 1px;
	padding: 10px 0px 0px 5px;
}

h3.website_statistics {
	width: 90px;
	height: 11px;
	background: url(../images/website_statistics.gif);
	text-indent: -9999px;
	margin-bottom: 5px;
}

.highlight {
	color: #73cedf;
}

/* CONTENT */
#content {
	width: 473px;
	min-height: 1104px;
	height: auto !important; /* Using those hacks again. What a shame... */
	height: 1104px; /* IE6 sucks man... */
	background-color: #f4f4f4;
	padding: 20px 10px;
	text-align: justify;
	color: #918f8f;
}

#content h3 {
	font-weight: bold;
	font-size: 12px;
}
	
/* WELCOME MESSAGE */
#welcome_message {
	width: 100%;
	height: auto;
	background-color: #cef1ee;
	padding-bottom: 6px;
	margin-bottom: 2px;
}

h3.welcome_message_title {
	width: 207px;
	height: 23px;
	background: url(../images/welcome_message_title.gif);
	text-indent: -9999px;
	margin-bottom: 4px;
}

#welcome_message_text {
	width: 171px;
	height: 213px;
	background-color: #FFFFFF;
	background-image: url(../images/welcome_message_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px 6px 0px 6px;
	padding: 11px 10px 11px 14px;
	font-family: Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #b5b5b5;
	line-height: 12px;
}

#signs {
	display: block;
	border-top-style: solid;	
	border-width: 1px;
	border-color: #ebebeb;
	text-align: right;
	margin-top: 4px;
	font-size: 13px;
	padding-top: 4px;
	font-weight: bold;
	color: #83dbd2;
}

#signs strong {
	color: #aaaaaa;
}

/* WEBSITE SPOTLIGHT */
#website_spotlight {
	width: 100%;
	height: auto;
	background-color: #f8f1a7;
	padding-bottom: 6px;
	margin-bottom: 2px;
}

h3.website_spotlight_title {
	width: 207px;
	height: 27px;
	background: url(../images/website_spotlight_title.gif);
	text-indent: -9999px;
	margin-bottom: 4px;
}

span.website_spotlight_pic {
	width: 208px;
	height: 129px;
	background: url(../images/spotlight.gif);
	text-indent: -9999px;
	display: block;
}

/* ELITE AFFILIATES */
#elite_affiliates {
	width: 100%;
	height: auto;
	background-color: #a7e6e0;
	padding-bottom: 6px;
	margin-bottom: 2px;
}

h3.elite_affiliates_title {
	width: 207px;
	height: 25px;
	background: url(../images/elite_affiliates_title.gif);
	text-indent: -9999px;
	margin-bottom: 4px;
}

#elite_affiliates_text {
	width: 195px;
	height: 115px;
	background-color: #FFFFFF;
	background-image: url(../images/elite_affiliates_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px 6px 0px 6px;
}

#elite_affiliates_text table {
	margin: 17px 0px 0px 2px;
}

#elite_affiliates_text table tr td {
	width: 48px;
	height: 48px;
}

#elite_affiliates_text table tr td a {
	width: 46px;
	height: 42px;
	text-indent: -9999px;
	display: block;
	background-repeat: no-repeat;
}

#elite1 {
	background-image: url(../images/elite1.gif);
}

#elite2 {
	background-image: url(../images/elite2.gif);
}

#elite3 {
	background-image: url(../images/elite3.gif);
}

#elite4 {
	background-image: url(../images/elite4.gif);
}

#elite5 {
	background-image: url(../images/elite5.gif);
}

#elite6 {
	background-image: url(../images/elite6.gif);
}

#elite7 {
	background-image: url(../images/elite7.gif);
}

#elite8 {
	background-image: url(../images/elite8.gif);
}

/* TOP AFFILIATES */
#top_affiliates {
	width: 100%;
	height: auto;
	background-color: #a7e6e0;
	padding-bottom: 6px;
	margin-bottom: 2px;
}

h3.top_affiliates_title {
	width: 207px;
	height: 31px;
	background: url(../images/top_affiliates_title.gif);
	text-indent: -9999px;
	margin-bottom: 4px;
}

#top_affiliates_text {
	width: 185px;
	height: auto;
	background-color: #FFFFFF;
	background-image: url(../images/top_affiliates_bg.gif);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 0px 6px 0px 6px;
	padding: 7px 5px;
}

#top_affiliates_text ul {
	list-style: inside;
	list-style-image: url(../images/affs_arrow.gif);
}

/* SCHEDULE */
#schedule {
	width: 100%;
	height: auto;
	background-color: #a7e6e0;
	padding-bottom: 6px;
	margin-bottom: 2px;
}

h3.schedule_title {
	width: 207px;
	height: 33px;
	background: url(../images/schedule_title.gif);
	text-indent: -9999px;
	margin-bottom: 6px;
}

#schedule_container {
	background-color: #FFFFFF;
	margin: 0px 6px;
}

#schedule_text_left {
	width: 14px;
	height: 105px;
	background-image: url(../images/schedule_left_bg.gif);
	float: left;
}

#schedule_text_right {
	width: 14px;
	height: 105px;
	background-image: url(../images/schedule_right_bg.gif);
	float: right;
}

#schedule_text {
	width: auto;
	_width: auto;
	height: 91px;
	background-color: #FFFFFF;
	margin-left: 14px;
	padding: 7px 0px;
	max-height: 95px;
}

#schedule strong {
	color: #f6c900;
}

/* SHOUTBOX */
#shoutbox {
	width: 100%;
	height: auto;
	background-color: #a7e6e0;
	padding-bottom: 10px;
	margin-bottom: 2px;
}

h3.shoutbox_title {
	width: 207px;
	height: 32px;
	background: url(../images/shoutbox_title.gif);
	text-indent: -9999px;
	margin-bottom: 10px;
}

#shoutbox iframe {
	width: 187px;
	height: 340px;
	margin-left: 10px;
}

/* DISCLAIMER */
#disclaimer {
	width: 100%;
	height: auto;
	background-color: #a7e6e0;
	padding-bottom: 6px;
}

h3.disclaimer_title {
	width: 207px;
	height: 31px;
	background: url(../images/disclaimer_title.gif);
	text-indent: -9999px;
	margin-bottom: 4px;
}

#disclaimer_text {
	width: 185px;
	height: auto;
	background-color: #FFFFFF;
	background-image: url(../images/disclaimer_bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0px 6px 0px 6px;
	padding: 5px 5px 10px 5px;
}