/* Copyright(c) 2007-08, Fashions.Org - All Rights Reserved 
   Redistribution, publication or deriative works of code and contents is expressively prohibited.
*/
body
{
	background		: #888;
	text-align		: center;
}

#canvas_body
{
	background-color: #FFF; 
	width			: 820px; 
	height			: 700px; 
	margin			: 0 auto;
	margin-top  	: -16px!important;
	margin-top		: -4px;
	text-align		: left;
}

.fashions
{
	color			: purple;
	font-style		: italic;
}

.nwstartups
{
	color			: #007700;
	font-style		: italic;
}

.offhover
{
	display	: none;
}

/*** Site Header CSS ***/

#top_links
{
	margin			: auto; 
	margin-right	: 20px; 
	color			: white; 
	font-size		: 10pt;
}

.OnLang
{
	position	: absolute;
	top 		: 30px;
	left    	: 28px!important;
	left    	: 30px;
	width   	: 50px;
	height  	: auto;
	text-align	: left;   
	background-color: #888888;
	padding-left: 2px;
}

#lang a:link
{
	text-decoration: none;
	color: white;
}
#lang a:visited
{
	text-decoration: none;
	color: white;
}

#canvas_top
{
}

#canvas_top2
{
	background-color: #FFF;
	width			: 820px;  
	height			: 95px!important;  
	height			: 80px;  
	margin			: 0 auto;
	margin-top  	: -16px!important;
	margin-top		: -4px;
}

#logo
{
	margin-left		: 10px!important; 
	margin-left		: 5px; 
	margin-top		: 15px!important; 
	margin-top		: 0px;
	float			: left;
}

/* A|B Testing */
.AB
{ 
	width	: 16px; 
	height	: 11px;  
	border	: 1px solid #ccc;
	float	: left; 
}

#navbar_top
{
	width			: 800px; 
	height			: 5px; 
	margin-left		: 10px!important;  
	margin-left		: 0px; 
	background-color: #aaa; 
	font-size		: 1pt;
	clear			: both; 
}

#navbar_item
{
	width			: 100px;  
	height			: 20px!important; 
	height			: 30px; 
	background-color: #333; 
	border-right	: 2px solid #555;
	padding-top		: 5px; 
	color			: gold; 
	font-size		: 10pt; 
	font-weight		: bold; 
	text-align		: center;  
	float			: left;
	font-family		: helvetica;
}

#navbar_item a:link
{
	text-decoration	: none;
	color			: gold;
}

#navbar_item a:visited
{
	text-decoration	: none;
	color			: gold;
}

/* eco friendy print */
@media print 
{
	#top_links, #canvas_top, #canvas_top2
	{
		display: none;
	}
}

/*** Site Footer CSS ***/


#canvas_bottom
{
}

#links
{
	font-size		: 10pt; 
	margin-top		: 10px;
}

#links a:link
{
	text-decoration	: none;
	color			: black;
}

#links a:visited
{
	text-decoration	: none;
	color			: black;
}

#copyright
{
	font-size		: 10pt; 
	color			: #eee;
}

/* Advertising */
#advertise
{
	margin: 0 auto; 
	width: 820px;
	text-align: left;
}
.adblock
{
	float		: left;  
	width		: 200px!important;
	width		: 205px; 
	height		: 200px; 
	padding		: 5px;
	border		: 1px solid white; 
	text-align	: left;
	font-size	: 11pt;
	margin-right: 90px;
}
.adblocklast
{
	float		: left;  
	width		: 200px!important;
	width		: 205px; 
	height		: 200px; 
	padding		: 5px;
	border		: 1px solid white; 
	text-align	: left;
	font-size	: 11pt;
}

/* eco friendy print */
@media print 
{
	#links , #copyright, .adblock, .adblocklast
	{
		display: none;
	}
}