/* ----------- GENERAL LAYOUT ----------- */

* {
	margin: 0;
	padding: 0;
}

html,body {
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: rgb(80,80,80);
	background-color: rgb(232,239,231);
}

#container, #header, #menu_top, #main {
	width: 637px;
}

#container {
	position: relative;
	min-height: 300px;
	_height: 300px;
	margin: 0;
}

h1 {
	position: relative;
	height: 140px;
	background-image: url('images/header.gif');
}

h1 em {
	display: none;
}

h3 {
	margin-bottom: 10px;
}

#main {
	position: relative;
}

#text {
	position: relative;
	left: 137px;
	min-height: 550px;
	_height: 550px;
	width: 500px;
	background: white url('images/menu_left-text.gif') repeat-y scroll top right;
	border-bottom: solid rgb(205,205,205) thin;
	overflow: auto;
	_overflow: visible;
}

#textbox {
	position: relative;
	left: 20px;
	min-height: 550px;
	_height: 550px;
	width: 450px;
	padding-top: 20px;
	padding-bottom: 10px;
	overflow: auto;
	_overflow: visible;
}

/* ----------- TEXT LINK LAYOUT ----------- */

#textbox a {
	text-decoration: none;
	color: rgb(153,51,51);
}

#textbox a:link {
	color: rgb(153,51,51);
}

#textbox a:visited {
	color: rgb(153,51,51);
}

#textbox a:hover {
	text-decoration: underline;
}

/* ----------- MENU_TOP LAYOUT ----------- */

#menu_top {
	position: relative;
	height: 18px;
	background-image: url('images/menu_top.gif');
}

#menubox {
	position: absolute;
	left: 140px;
}

h2 {
	position: relative;
	float: left;
	height: 18px;
	width: 75px;
	padding-top: 2px;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
}

h2.active {
	background-color: rgb(153,51,51);
}

/* ----------- MENU_TOP LINK LAYOUT ----------- */
#menubox h2 a {
	text-decoration: none;
}

#menubox h2 a:link {
	color: white;
}

#menubox h2 a:visited {
	color: white;
}

#menubox h2 a:hover {
	text-decoration: underline;	
}


/* ----------- MENU_LEFT LAYOUT ----------- */

#menu_left {
	position: absolute;
	min-height: 300px;
	_height: 300px;
	width: 137px;
	padding-top: 10px;
	padding-bottom: 5px;
	background-image: url('images/menu_left.gif');
}

div.item {
	position: relative;
	width: 117px;
	margin: 0 auto 5px auto;
	background: white url('images/item.gif') no-repeat scroll bottom left;
}

div.item p {
	position: relative;
	width: 117px;
	padding-top: 3px;
	background: white url('images/item.gif') no-repeat scroll top left;
	text-align: center;
	color: rgb(51,102,51);
	font-weight: bold;
}

div.itembox {
	position; relative;
	padding: 0 10px 3px 10px;
	font-size: 11px;
}

/* ----------- MENU_LEFT LINK LAYOUT ----------- */

div.itembox a {
	text-decoration: none;
	color: rgb(153,51,51);
	font-weight: bold;
}

div.itembox a:link {
	color: rgb(153,51,51);
	font-weight: bold;
}

div.itembox a:visited {
	color: rgb(153,51,51);
	font-weight: bold;
}

div.itembox a:hover {
	text-decoration: underline;
}

/* ----------- CATALOGUS LAYOUT ----------- */

div.product {
	position: relative;
	float: left;
	width: 180px;
	height: 150px;
	margin-bottom: 5px;
	text-align: center;
}

#pages {
	position: relative;
	width: 360px;
	clear: left;
	padding: 5px 0 10px 0;
	text-align: center;
}

/* ----------- FORMS LAYOUT ----------- */

div span {
	font-weight: bold;	
}

fieldset {
	border: 0; 
}

legend {
	display: none;
}

dt,label {
	font-weight: bold;
	float: left;
	clear: left;
	display: block;
	width: 120px;
	margin: 2px 0 0 0;
}

dd {
	display: block;
}


input,select,textarea {
	margin: 2px 0 0 0;
	width: 150px;
}

input.button {
	width: 75px;
	text-align: center;
	color: #000;
	border: 1px solid #000;
}

/* ----------- DETAIL PAGE LAYOUT ----------- */

#detail {
	text-align: center;
}

img {
	border-color: rgb(153,51,51);
}