﻿#header
{
	overflow: hidden;
	clear:both;
	background-image: url('images/banner.jpg');
	background-repeat:no-repeat;
	background-position:right 60px;
	
}
#header .logo
{
	width: 220px;
	height:70px;
	background-image: url('images/logo.jpg');
	background-repeat:no-repeat;
	text-indent:-9999px;
	float:left;
}
/*
#header .wholesale
{
    position:absolute;
	width: 220px;
	height:18px;
	margin-top: 96px;
	background-image: url('images/logo_wholesale.jpg');
	background-repeat:no-repeat;
	color:White;
	text-indent:-9999px;
}
#header .wholesale_image
{
	display:none;
    position:absolute;
	width: 220px;
	height:400px;
	margin-top: 114px;
	background-image: url('images/wholesale_image.jpg');
	background-repeat:no-repeat;
	color:White;
	text-indent:-9999px;
}
*/

/********************************************************************/
#popup_top
{
    background-image: url('images/popup_top.jpg');
    height: 70px;
	background-color:#000000;
	width:100%;
	overflow:hidden;
	margin-bottom:25px;
}
#popup_top div h1
{
	color:White;
	margin:20px;
	font-size: 24px;
	font-weight:normal;
}
#popup_botton
{
	background-color:#000000;
	height:20px;
	width:100%;
	overflow:hidden;
}

.left-column-for-menu
{
	overflow: hidden;
	margin-bottom:10px;
	float:left;
	width:220px;
	min-height: 400px;
}

.center-column .maintitle
{
    height:40px;
    line-height:40px;
    text-align:center;
    width:359px;
    font-size: 18px;
    font-family :Myriad Pro, Arial;
    font-weight:normal;
    color: #ed1c24;
    text-transform: uppercase;
    border-bottom:1px solid #ddd;
}
.center-column .space
{
    height:40px;
}
.center-column
{
	float:right;
	min-height: 400px;
	width: 710px;	
}