/*----------------------------------------------------------------------*/
/*										G E N E R A L									 */
/*----------------------------------------------------------------------*/

/* Overall Font Settings */
*
{
	font-family							:	Verdana, Arial, Helvetica, sans-serif;
	font-size								:	8pt;
	font-weight							:	normal;
	color									:	#000000;
}

/* Document Body */
BODY
{
	margin									:	0px;
	background-color				:	#FFFFFF;
	background-image				:	url('images/bg.jpg');
	text-align:center;
}
SPAN
{}
TD
{
}

P
{
	text-align:left;
}


/* Links */
A, A:active, A:visited
{
	text-decoration					:	none;
	color									:	#000099;
}

A:hover
{
	text-decoration					:	none;
	color									:	#006600;
}

/*----------------------------------------------------------------------*/
/*											T E X T			 								 */
/*----------------------------------------------------------------------*/

/* Page Titles */
.TXT_PAGETITLE
{
	font-size								:	2em;
	color									:	#000066;
	width									:	95%;
	display									:	block;
	text-align								:	left;
}

/* Section Titles */
.TXT_SECTIONTITLE
{
	font-size								:	1.2em;
	font-weight							:	bold;
	color									:	#006600;
}

.TXT_COPYRIGHT
{
	font-size								:	.8em;
	font-weight							:	bold;
	color									:	#000000;
}

/*----------------------------------------------------------------------*/
/*									N A V I G A T I O N								 */
/*----------------------------------------------------------------------*/

/* Nav Above Header */
.LINK_TOP, .LINK_TOP:active, .LINK_TOP:visited
{
	text-decoration					:	none;
	color									:	#000099;
	font-weight:						bold;
}

.LINK_TOP:hover
{
	text-decoration					:	none;
	color									:	#006600;
}

/* Main Menu Container */
.CSSMENU
{
	text-align								:	left;
	position								:	relative;
	margin									:	0px;
	padding								:	0px;
	list-style-type						:	none;
	width									:	100%;
	height									:	30px;
	background-color				:	#668AEA;
	border									:	1px solid #000000;
}

/* Menu Panel */
.CSSMENU UL
{
	padding								:	0;
	margin									:	0;
	list-style-type						:	none; /* for Firefox */
	line-height							:	30px;
}

/* List Item in Menu Panel */
.CSSMENU LI
{
	position								:	relative;
	float										:	left;
	line-height							:	30px;
	height									:	30px;
	width									:	100%;
}

/* Links in Menu Panel */
.CSSMENU LI A, .CSSMENU LI A:visited, .CSSMENU LI A:active
{
	display									:	block;
	float										:	left;
	text-decoration					:	none;
	color									:	#0B1D4C;
	width									:	100%;
	height									:	100%;
}

.CSSMENU LI:hover A, .CSSMENU LI A:hover
{
	text-decoration					:	none;
	border									:	0;
	background-color				:	#CCCCFF;
	font-weight							:	bold;
}

.CSSMENU LI:hover UL, .CSSMENU LI A:hover UL
{
	visibility								:	visible;
	overflow								:	visible;
	top										:	29px;
	left										:	0px;
	height									:	auto;
	width									:	145px;
	background							:	#CFD8EE;
	border									:	1px solid #000000;
}

/* Menu Group Dropdown Panel */
.CSSMENU LI UL
{
	visibility								:	hidden;
	position								:	absolute;
	overflow								:	hidden;
	top										:	0px;
	left										:	0px;
	height									:	0px;
}

.CSSMENU TABLE
{
	margin									:	-1px;
	border-collapse					:	collapse;
}

/* List Item in Menu Group Dropdown Panel */
.CSSMENU LI:hover UL LI A, .CSSMENU LI A:hover UL LI A
{
	display									:	block;
	width									:	100%;
	text-decoration					:	none;
	padding								:	5px;
	background-color				:	transparent;
	font-weight							:	normal;
	text-align								:	left;
}

.CSSMENU li:hover ul li a:hover, .CSSMENU li a:hover ul li a:hover
{
	background-color				:	#999999;
	font-weight							:	bold;
}

#logo_container
{
	position:relative;
}
#logo_link
{
	position:absolute;
	z-index:3;
	width:149px;
	height:119px;
	left:10px;
}

/*-----------------------------------------------------------------------*/
/*									F O R M S 							 */
/*-----------------------------------------------------------------------*/

.buynowbttn {
	display									:	block;
	width									:	89px;
	height									:	22px;
	margin									:	0;
	padding								:	0;
	border									:	0;
	background							:	transparent url(images/buynow.jpg) no-repeat center top;
	text-indent							:	-1000em;
	cursor									:	pointer; /* hand-shaped cursor */
	cursor									:	hand; /* for IE 5.x */
}

.submitbttn {
	display									:	block;
	width									:	89px;
	height									:	22px;
	margin									:	0;
	padding								:	0;
	border									:	0;
	background							:	transparent url(images/submit.jpg) no-repeat center top;
	text-indent							:	-1000em;
	cursor									:	pointer; /* hand-shaped cursor */
	cursor									:	hand; /* for IE 5.x */
}


#FBConnection {
position:relative;
/*left:15px;*/
background:white;
/*overflow:hidden;*/
border:1px solid #069;
top:8px;
}
#wrapper {
	width:980px;
	position:relative;
	overflow:hidden;
	margin:0 auto;
	text-align:left;
}
