body {
	font-family: Tahoma, Helvetica, sans-serif;
	color: #444444;
	font-size: 12px;
	background-color:#FFFFFF;
	padding:0px;
	margin:0px;
}
h1 {
	font-size: 15px;
	font-weight: bold;
	color: #E68F00;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
p {
	padding: 0px;
	margin: 0px;
}
a:link {
	color: #E68F00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E68F00;
}
a:hover {
	text-decoration: underline;
	color: #E68F00;
}
a:active {
	text-decoration: none;
	color: #E68F00;
}
form { padding: 0px; margin: 0px;}
#main {
	width: 800px;
	height: auto;
	overflow: visible;
	margin: 0xp;
	padding: 0px;
	padding-left: 7px;
	padding-right: 7px;
	margin-left: auto;
	margin-right: auto;
}
#header {
/*	background: #E68F00 url('../header_back.gif')  center top repeat-y; */
	background-color: #E68F00;
	border-bottom: 8px solid #E68F00;
	padding-bottom: 8px;
	height: 157px;
	text-align: center;
}
#menu_bar {
	background: #E68F00 url('../menu_back.gif')  center top repeat-x;
	border-bottom: 8px solid #E68F00;
}
#main_menu {
	display: block;
	clear: both;
	width: 800px;
	height: 65px;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	background: url('../menu_back.gif') repeat-x;
}
#main_menu ul {
	margin: 0 auto;
	padding: 0 0 0 0px;
	display: block;
	clear: both;
	float: left;
	width: 800px;
	height: 65px;
	list-style-type: none;
}
#main_menu li {
	display: block;
	float: left;
	list-style-type: none;
	height: 65px;
	margin: 0;
	padding: 0 0 0 0;
	background: url('../menu_sep.gif') no-repeat right top;
}
#main_menu ul #last{
	background-image: none;
}
#main_menu li a {
	display: block;
	float: left;
	height: 15px;
	margin: 0;
	padding: 25px 17px;
	list-style-type: none;
	font: bold 12px Tahoma, Arial, sans-serif;
	color: #2B3F53;
	text-decoration: none;
}
#main_menu li a.active {
	color: #E68F00;
	background: url('../menu_active.gif') no-repeat center top;
}
#main_menu li a:hover {
	color: #E68F00;
	background: url('../menu_active.gif') no-repeat center top;
}
#content {
	float: left;
	clear: both;
	width: 800px;
}
#content_left {
	float: left;
	width: 540px;
	padding: 20px;
	min-height: 200px;
}
* html #content_left {
height: 200px;
}
#content_right {
	width: 200px;
	padding-right: 20px;
	padding-top: 20px;
	float: left;
}
.content_pic img {
	margin-right: 10px;
	margin-bottom: 5px;
}
#contact_left {
	float: left;
	width: 440px;
	padding: 20px;
	min-height: 200px;
}
* html #contact_left {
height: 200px;
}
#contact_right {
	width: 280px;
	padding-right: 20px;
	padding-top: 20px;
	float: left;
}
#product_left {
	float: left;
	width: 150px;
	padding: 20px;
	min-height: 200px;
}
* html #product_left {
height: 200px;
}
#product_left .active {
	text-decoration: underline;
	color: #E68F00;
}
#product_left a {
	color: #444444;
}
#product_right {
	width: 590px;
	padding-right: 20px;
	padding-top: 20px;
	float: left;
}
#product_right .item {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 3px;
	border-bottom: 1px dotted #000000;
	clear: both;
	float: left;
	width: 590px;
}
#product_right .pic {
	padding: 1px;
	float: left;
	width: 200px;
	border: 1px solid #DDDDDD;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 5px;
}
#best {
	width: 200px;
	padding-right: 20px;
	padding-top: 20px;
	float: left;
}
#best .item {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 3px;
	border-top: 1px dotted #000000;
	text-align: center;
}
#best .pic {
	padding: 1px;
	border: 1px solid #DDDDDD;
	text-align: center;
}
#footer_bar {
	background: #FFFFFF url('../footer_back.gif')  center top repeat-x;
	height: 145px;
	clear: both;
}
#footer {
	padding: 90px 20px 0px 20px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}
.div_right { float: right;}	
.div_left { float: left;}
.mess,  .mess a { color: #ff0000;}
input.mail_in {
	font-family: Tahoma, Helvetica, sans-serif;
	padding-left:2px;
	font-size: 12px;
	width: 180px;
	
}
textarea.mail_in {
	font-family: Tahoma, Helvetica, sans-serif;
	padding-left:2px;
	font-size: 12px;
	border: 1px solid #CCC;
}
select.mail_in {
	font-family: Tahoma, Helvetica, sans-serif;
	padding-left:2px;
	font-size: 12px;
	background-color:#FFF;
	width: 307px;
	border: 1px solid #CCCCCC;
}

.mail_in input {
	font-family: Tahoma, Helvetica, sans-serif;
	padding-left:2px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 12px;
	width: 250px;
	border: 1px solid #CCC;
}
.mail_in textarea {
	font-family: Tahoma, Helvetica, sans-serif;
	padding-left:2px;
	font-size: 12px;
	border: 1px solid #CCC;
	width: 99%;
}
.mail_in select {
	font-family: Tahoma, Helvetica, sans-serif;
	padding-left:2px;
	font-size: 12px;
	background-color:#FFF;
	width: 254px;
	border: 1px solid #CCCCCC;
}
input.login-button {
	height:18px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	background-color: #FFF;
	color: #0054A6;
	font-weight: bold;
}
.punk {
	display: block;
	padding-bottom: 3px;
	margin-bottom: 3px;
	border-bottom: 1px dotted #000000;
}
#lists {
	text-align: right;
	clear: both;
	padding-top: 10px;
}

#lists ul li {
	list-style: none;
	display: inline;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px 10px 5px 10px;
}
#lists ul .active {
	background-color: #DDDDDD;
}
.groups_title {
	padding-bottom: 5px;
	text-align: left;
}
.groups_pic {
	text-align: center;
	border: 1px solid #DDDDDD;
	padding: 10px;
}
#group_lists {
	text-align: right;
	clear: both;
	padding-top: 10px;
}
#group_lists span.lists{
			padding: 5px 10px 5px 10px;
			margin: 5px;
			border: 1px solid #DDDDDD;
			color: #E68F00;
}
#group_lists span.lists:hover{
			background-color: #DDDDDD;
}
#group_lists span.lists-check {
			padding: 5px 10px 5px 10px;
			margin: 5px;
			border: 1px solid #DDDDDD;
			background-color: #DDDDDD;
			color: #E68F00;
}
#group_lists span.lists-check a, span.lists-check a:visited {
			color: #E68F00;
}
#product_pic {
	float: left;
	width: 452px;
}
.product_pic_right {
	float: left;
	width: 104px;
	padding-left: 12px;
}
.product_pic_right .pics {
	border: 1px solid #DDDDDD;
	padding: 1px;
	margin-top: 2px;
	margin-bottom: 2px;	
}