@charset "UTF-8";

/* NTI Upstream - Renaissance Village			 */
/* --------------------------------------------- */
/* Developed by: XMD Studio - Hristo Hristov	 */
/* Created: 10/20/2008                           */
/* Updated: 10/27/2008 - XMD Studio Inc.         */
/* --------------------------------------------- */

@import url(styles-form.css);
@import url(lightbox.css);
@import url(flexcrollstyles.css);
/*  DO NOT TOUCH --------------------------- DO NOT TOUCH */
body {font-family: Helvetica, Arial, sans-serif;
	font-size: 100,01%;	color:#ffffff; background:#000;
	margin:0 !important;  /* hk for IE (PC+MAC)*/ position:relative; overflow:hidden;}
html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;	font-size: 100,01%;	font-family: inherit;
	vertical-align: baseline;}/* focus styles! */
:focus {outline: 0;} ol, ul {list-style: none;}
/*  DO NOT TOUCH --------------------------- DO NOT TOUCH */

/* ------------------------------------------ LAYOUT CODE */
#frame {
	margin-left:auto;
	margin-right:auto;
	padding:0;
	width:900px;
	height:600px;
	background:url(../images/background-buy.jpg) no-repeat;
}

#header {
	height:133px;
	position:relative;
}
#header img.logo {
	float:left;
	width:350px;
	height:130px;
}
#header #player {
	text-align:right;
	padding:30px 50px 0 0;
	height:15px;
}

#container{
	position:relative;
	clear:both;
	width:900px;
	height:600px;
}
#content{
/*display:inline;*/
	position:relative;
	margin-left:100px;
	margin-right:40px;
	margin-top:10px;
}

/* ------------------------------------------ MAIN NAV */
ul#menu {
	padding:65px 0 0 0;
	margin:0 0 0 350px; /*changed from 355 to accomodate larger font*/
	list-style-type:none;
	text-transform:uppercase;
}
ul#menu li {
/*	float:left;*/
	display:inline;
	text-align:center;
/*	width:60px;*/
	height:25px;
	margin:0;
}
ul#menu a {
	color:#fff;
	font-family:Helvetica, Arial, sans-serif;
	padding:5px 7px; /*changed from 5px 7px to accomodate larger font*/
	font-size:13px; /*changed from 10px*/
	line-height:19px;
	text-decoration:none;
}
ul#menu a:hover {
	color:#000;
	background:url(/images/menu-hover.gif) no-repeat 1px 17px;
}
/* end menu */

/* ------------------------------------------ DECORATION */
a {
	color:#fff;
}
a:hover {
	color:#666666;
	text-decoration:none;
}

h2 {
	color:#FFFFFF;
	font-size:14px;
	line-height:19px;
	font-weight:100;
	padding:7px 0 4px 0;
	text-transform:uppercase;
}
p {
	color:#FFFFFF;
	font-size:12px;
	font-weight:100;
	padding:0 0 10px 0;
	line-height:16px;
}
em {
	font-style:italic;
}
strong {
	font-weight:bold;
}
ul {
	color:#FFFFFF;
	font-size:12px;
	font-weight:100;
	padding:0 0 10px 15px;
	line-height:15px;
	list-style:circle;
}

#buffer { position:absolute; visibility:hidden; left:0; top:0 }
div#display {
    padding-bottom:6px;
	width: 760px;
	height: 400px;
	overflow: auto;
}

div#display h3{ 
    border:none; padding:0;
}

div#tipDiv {
    font-size:11px; line-height:1.2; padding: 4px;
    color:#000; background-color:#E1E5F1; 
    border:1px solid #667295; 
    width:250px; 
}

span.showTip {
    border-bottom:1px dashed #667295;
    }

