body, th, td {
	font-family: Helvetica;
	font-size: 13px;
}

body {
	padding: 0;
	margin: 0;
	background: #341e0f;
}

#main {
    height: 100%;
	width: 761px;
	border-collapse: collapse;
}

/*
#main, #main td {
	border: solid red 2px;
}
*/

.menu {
	vertical-align: top;
	background: url('../images/left_bg.jpg');
	
}

.big {
	font-size: 21px;
}

#menu a {
	font-size: 13px;
	display: block;
	width: 224px;
	height: 28px;
	text-align: right;
	color: #a9b1b3;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	background: url('../images/menu_inactive.jpg');
}

#menu a.active, #menu a:hover {
	background: url('../images/menu_active.jpg');
}

#langs {
	padding-top: 20px;
	padding-left: 40px;
}

#langs a {
	color: #a0a5a7;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	background-color: #200200;
	margin: 0 10px 0 10px;
}

#content { vertical-align: top; background-image: url('../images/content_bg.jpg'); color: #a9b1b3; padding: 13px; }
#content a { color: #778588 }
#content a.prod_sel { text-decoration: none; font-weight: bold }
#content a.category { line-height: 22px; text-decoration: none; font-size: 12px; }

#product_description { width: 260px; padding-left: 10px; vertical-align: top; }

.wooden_box { color: red; background-color: #200200; width: 20px; height: 14px; float: left }
.green_box { color: red; background-color: #2e7e4c; width: 20px; margin-top: 10px; margin-bottom: 8px; font-size: 1px; height: 3px; float: left }
.green_box2 { color: red; background-color: #2e7e4c; width: 8px; margin-top: 6px; margin-bottom: 8px; font-size: 1px; height: 8px; float: left }
