/***************** Layout ************************/
BODY
{
	font-family: Georgia, Verdana,arial,MS Sans Serif;	
	margin-top: 0px; /* used to be 5 for fixed width */
	margin-left: 0px; 
	margin-right: 0px;	
	margin-bottom: 0px;
	background-image: url(../layout_images/dead_space_bkgd.jpg);
	background-repeat: repeat;
}

.background_color
{
  background-color: #F7CA39;
}

.background_top_image
{
	background-image: url(../layout_images/background/yellow/background_top_yellow.jpg);	
	height: 100px;
}

.background_bottom_image
{
background-image: url(../layout_images/background/yellow/background_bottom_yellow.jpg);	
	height: 110px;
}

.background_top_inside
{
	background-image: url(../layout_images/background/yellow/backgroup_inside_top_yellow.gif);	
	height: 10px;
	width: 510px;
	background-repeat:no-repeat;
}

.background_bottom_inside
{
	background-image: url(../layout_images/background/yellow/backgroup_inside_bottom_yellow.gif);	
	height: 10px;
	width: 510px;
	background-repeat:no-repeat;
}

.background_left_inside
{
	background-color: #EBAC38;
	width: 10px;
}

.background_right_inside
{
	background-color: #EBAC38;
	width: 10px;
}

.background_main_text_area_aspx
{
 background-color: #EBAC38;
 width: 490px;
 padding: 10px;
 vertical-align: text-top;
}

.background_main_text_area_b2b
{
 background-color: #EBAC38;
 width: 470px;
 height: 350px;
 padding: 10px;
 vertical-align: text-top;
}

.background_static_tl
{
	background-image: url(../layout_images/background/yellow/static_tl_yellow.gif);	
	height: 10px;
	width: 10px;
}

.background_static_tr
{
	background-image: url(../layout_images/background/yellow/static_tr_yellow.gif);	
	height: 10px;
	width: 10px;
}

.background_static_bl
{
	background-image: url(../layout_images/background/yellow/static_bl_yellow.gif);	
	height: 10px;
	width: 10px;
}

.background_static_br
{
	background-image: url(../layout_images/background/yellow/static_br_yellow.gif);	
	height: 10px;
	width: 10px;
}

.static_white_background
{
background-color: #FFFFFF;
}

.estore_vertical_title
{	
	width: 16px; 
	height: 66px;
	background-image: url(../layout_images/background/yellow/estore.gif);	
	background-repeat: no-repeat;
}

.background_logo
{
	width: 136px;
	height: 99px;
	background-image: url(../layout_images/background/yellow/logo.jpg);	
	background-repeat: no-repeat;
}

.menu_layout
{
	background-color: #EBAC38;
}

.estylez_ps_stock_status
{
	color: #CC0066;
}

/******************** Layout End ********************/			



/******************** Links *************************/

A    { }

A:link   { color: #bb0000; text-decoration: none;}
A:visited   { color: #bb0000; text-decoration: none;}
A:hover  { color: #025794; text-decoration: underline;}		
A:active   { color: #bb0000; text-decoration: none;}

.mainlink 
{
	font-family: Georgia, Verdana, arial,MS Sans Serif;
	font-style: normal;
	font-size: 11px;
	text-decoration: normal;
	font-weight: 600;
	letter-spacing: 0px;
}
a.mainlink:link { text-decoration: normal; color: #000000; }
a.mainlink:visited { text-decoration: normal; color: #000000; }
a.mainlink:hover { text-decoration: underline; color: #ffffff;}	
a.mainlink:active { text-decoration: normal; color: #000000; }


/******************** End Links **********************/



/* ### EOF ### */