html, body {height: 100%}
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 12px;
	font-weight: normal;
	color: #555;
}

form {margin: 0;}

img {border: none;}

hr
{
	height: 1px;
	border: none;
	border-top: 1px solid #d7d86f;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 0;
	text-align: left;
}

/*************************************************/
/* LAYOUT */
/*************************************************/
#layout
{
	margin: 20px auto 20px auto;
	padding-bottom: 10px;
	width: 785px;
	min-heigth: 100%;
	_heigth: 100%;
	background-color: #fff;
}

/*************************************************/
/* TOP */
/*************************************************/
#top
{
	margin: 0;
}

#topimage
{
	margin:  0px;
	width: inherit;
	height: 100px;
	background-image: url('../images/top.jpg');
	background-repeat: no-repeat;
}

#top #home
{
	position: absolute;
	width: 103px;
	height: 100px;
	margin: 0 0 0 170px;
	cursor: pointer;
}

#toolbar
{
	background-color: #f5f5f5;
	padding: 5px;
}

#main
{
	
}

#bottombar
{
	width: 710px;
	margin: 10px auto;
	height: 15px;
	/*background-color: #669933;*/
	/*background-image: url('../images/bottombar_bg.gif');*/
	background-repeat: repeat-x;
	color: #666;
	text-align: center;
	font-size: 9px;
}

/*************************************************/
/* MENU */
/*************************************************/
#menu
{
	margin: 25px auto 0 auto;
	width: auto;
	font-size: 7pt;
	/*border-top: 1px solid #99cc99;
	border-bottom: 1px solid #99cc99;*/		
	background-color: #d1d2d4;
	height: 25px;
	color: #bd5e5a;
}

#menu a
{
	cursor: pointer;
	font-size: 8pt;
	font-weight: bold;
	font-family: verdana;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px;
	color: #bd5e5a;
}

#menu #items a.active
{
	color: #221e1f;
} 

#menu #items a:hover
{
	color: #000;
}

#menu #items
{
	margin: 6px 0 0 0;
	padding-left: 25px;
	float: left;
}

#menu #quick_links
{
	margin: 6px 0 0 0;
	padding-right: 20px;
	float: right;
}

#menu #quick_links .textbox
{
	font-size: 8pt;
	border: 1px solid #b3b3b3;
}

#menu .btn_1, #menu .btn_2, #menu .btn_3
{
	display: inline;
}

#menu .btn_1
{

}

#menu .btn_2
{
	display: block;
	margin-left: 20px;
	font-size: 9pt;
}

#menu .btn_3 a
{

}

#submenu
{
	background-color: #f5f5f5;
	display: block;
	margin-top: 0px;
}

#submenu a
{
	background-color: #f5f5f5;
	font-size: 8pt;
	font-weight: normal;
	color: #555;
}

/*************************************************/
/* CONTENT */
/*************************************************/
#content
{
	margin: 20px 25px 20px 25px;
	width: auto;
	text-align: justify;
	min-height: 450px;
	_height: 450px;
}


div.clear
{
	clear: both;
	font-size: 0;
}

.button
{
	color: #fff;
	cursor: pointer;
	font-size: 10pt;
	padding: 2px 5px;
	text-transform: capitalize;
	/*
	background-image: url('../images/button_bg.gif');
	background-repeat: repeat-x;
	background-position: top;
	*/
	background-color: #666699;
	border: 0;
	/*
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	*/	
}

.button:hover
{
	background-color: #464670;
}

.cart
{
	width: 45px;
	height: 41px;
	background-image: url('../images/ico/cart.png');
	border: 0;
	background-color: #fff;
	cursor: pointer;
	outline: none;
	vertical-align: middle;
}

.input
{
	border: 1px solid #b4b4d4;
	font-family: verdana;
	padding: 3px;
	font-size: 10pt;
}

.input:focus
{
	background-color: #eeeeff;
}

.error
{
	color: red;
	font-weight: bold;
}

.box
{
	border: 1px solid #d9d9ec;
	background-color: #f0f0ff;
	display: table;
	padding: 5px;
	color: #555588;
	vertical-align: middle;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.box h1
{
	color: #555588;
	text-transform: uppercase;
	font-size: 10pt;
	font-weight: bold;
}

.star
{
 cursor: pointer;
 background-repeat: no-repeat;
 background-color: #fff;;
 border: none;
 font-size: 8pt;
 font-family: arial;
 font-weight: bold;
 width: 20px;
 height: 20px;
 color: #fff;
 margin: 0;
 padding: 0px 2px 2px 2px;
}

.category
{
	text-align: center;
	float: left;
	height: 180px;	
	width: 174px;
	margin: 5px;	
	border: 1px solid #d9d9ec;
	/*background-color: #ffffcc;*/
	background-color: #fff;
	padding: 0px;
	display: table;
	color: #999900;
	cursor: pointer;
	/*
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	*/
}

.category:hover
{
	border: 1px solid #9999cc;
}

.category h1, .item h1
{
	font-weight: bold;	
	font-size: 10pt;
	margin: 5px;
	color: #999;
}

.item
{
	text-align: center;
	padding: 5px;
	border: 0px solid #ccc;
	background-color: #f9f9f9 !important;
	display: table;
	color: #999900;
}

.itemtable th
{
	background-color: #ddd;
	padding: 5px;
	white-space: nowrap;
}

.itemtable td
{
	background-color: #f5f5f5;
	padding: 5px;
}

.row_dark, .row_dark td
{
	background-color: #ddd;
}

.label
{
	
}

.value
{
	font-weight: bold;
	border: 1px solid #a1a1d3;
	padding: 3px;
	background-color: #dfdfef;
}

.infotext
{
	color: #555588;
}