body {
    margin			: 0;
    padding			: 0;
    font-family		: Trebuchet MS, Verdana, Helvetica;
    font-size		: 14px;
}

a, a:link, a:visited {
	text-decoration	: none;
	color			: OliveDrab;
}

a:hover {
	text-decoration	: underline;
	color			: blue;
}

hr {
	height			: 1px;
	border			: none;
	border-top		: 1px solid #CCCCCC;
}


#wraper {
    width			: 980px;
    margin			: 0 auto;
}

#logo {
    margin-bottom	: 20px;
    border-bottom	: 1px solid orange;
    text-align		: center;
}

a img {
	margin			: 0;
	padding			: 0;
	border			: none;
}
	

#left {
    text-align		: center;
    width			: 160px;
    float			: left;
}

#right {
	text-align		: center;
    width			: 800px;
    float			: right;
}

#search {
    width			: 750px;
    margin-bottom	: 40px;
}




.box {
    border			: 1px solid orange;
    margin-bottom	: 10px;
    
}

.box h3 {
    background		: orange;
    color			: white;
    padding			: 3px;
    margin			: 0px;
}

.box p {
    margin			: 0;
    padding			: 5px;
}





ul#producers {
}

ul#producers li {
	display		: inline;
	border-left	: 1px solid #999999;
	padding		: 0 4px 0 7px;
}

ul#producers li.first_list {
	border-left	: 0px none;
}




ul#gamma {
}

ul#gamma li {
	display		: inline;
	border-left	: 1px solid #999999;
	padding		: 0 4px 0 7px;
}

ul#gamma li.first_list {
	border-left	: 0px none;
}




ul#category {
}

ul#category li {
	display		: inline;
	border-left	: 1px solid #999999;
	padding		: 0 4px 0 7px;
}

ul#category li.first_list {
	border-left	: 0px none;
}