@import url('common.css');
@import url('forms.css');
@import url('lightbox.css');

#top
{
	width:890px;
	height:19px;
	float:none;
	clear:both;
	margin: 0px auto;
	margin-top:10px;
	
	background:url(../images/page_top.jpg);
}

#wrapper
{
	width:890px;
	float:none;
	clear:both;
	margin: 0px auto;
	background-color:#FFFFFF;
	
	text-align:justify;
}

#bottom
{
	width:890px;
	height:20px;
	float:none;
	clear:both;
	margin: 0px auto;
	
	background:url(../images/page_bottom.jpg) top left no-repeat;
}

#bottom_menu
{
	width:890px;
	float:none;
	clear:both;
	margin: 0px auto;
	margin-bottom:20px;
	
	text-align:center;
	font-size:12px;
}

#bottom_menu a
{
	color:#FFFFFF;
	background-color:transparent;
}

#bottom_menu a:hover
{
	color:#666666;
	background-color:transparent;
}

.container_spacer
{
	width:10px;
	float:left;
	background-color:#FFFFFF;
}

#container
{
	float:left;
	width:870px;
}

#header div, #col_right div, #content .product div
{
	float:left;
}

#header
{
	float:left;
	clear:both;
	width:870px;
	height:162px;
	background:url(../images/header.jpg) top left no-repeat;
}

#logo_bg
{
	float:left;
	clear:both;
	width:870px;
	height:65px;
	background:url(../images/logo_bg.jpg) top left no-repeat;
	overflow:hidden;
}

#logo
{
	position:absolute;
	top:3px;
	left:86px;
}

#menu
{
	float:left;
	clear:both;
	margin-top:3px;
	padding-top:3px;
	width:870px;
	height:23px;
	background:url(../images/menu_bg.gif) top left repeat;
}

#menu .item
{
	float:left;
	width:130px;
	text-align:center;
	background:url(../images/menu_sep.gif) top right no-repeat;
}

#menu a
{
	text-decoration:none;
}

#menu a:hover
{
	color:#000000;
	text-decoration:underline;
}

#content
{
	float:left;
	margin-top:10px;
	width:610px;
	
	color:#000000;
	background-color:transparent;
}

#col_right
{
	float:left;
	width:250px;
	margin-top:10px;
	word-wrap:break-word;
}

#col_right .top
{
	height:10px;
	width:250px;
	
	background:url(../images/right_top.jpg) top left no-repeat;
}

#col_right .middle
{
	width:250px;
	background:#000000;
}

#col_right .bottom
{
	height:11px;
	width:250px;
	
	background:url(../images/right_bottom.jpg) top left no-repeat;
}

#col_right .middle .inner
{
	width:230px;
}

#col_right a
{
	color:#FFFFFF;
}

#col_right a:hover
{
	color:#FFCC00;
}

#content .product
{
	float:left;
	margin-right:10px;
	margin-top:0px;
	height:170px;
	width:129px;
	
	background:url(../images/product_box.jpg) top left no-repeat;
}

#content .product .image
{
	width:119px;
	height:129px;
}

#content .product .text
{
	width:129px;
	clear:left;
	color:#000000;
	background-color:transparent;
	font-weight:bold;
	font-size:10px;
	text-align:center;
}


#content .image_border
{
	margin-right:10px;
	margin-top:0px;

	float:left;
	clear:none;
	text-align:center;
}

.exchange
{
	margin-left:20px;
}

.exchange div
{
	border:#FFFFFF 1px;
	border-style:none solid solid solid;
	text-align:center;
}

.exchange .left
{
	width:50px;
}

.exchange .right
{
	width:100px;
	border-left-style:none;
}
