body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 11px;
	color: #2B2B2B;
	background: #FFF;
}

form {
	margin: 0;
	padding: 0;
}

#fl { float:left; }

#clear { 
	clear:both; 
	margin: 0;
}

.cleanbr {
	margin: 0;
	padding: 0;
}

ul { 
	margin:0px 0px 0px 0px;
	/*padding:0px;*/
}

ul ul { 
	margin:0px 0px 0px 20px;
	/*padding:0px;*/
}

/* page layout  */

#page {
	width: 764px;
	margin: 0px auto 0px auto;
	background: url(images/bg.jpg) repeat-y;
}

#page-logo-box {
	width: 764px;
	height: 58px;
}

#page-logo {
	width: 77px;
	height: 58px;
	margin-left: 39px;
	background: url(images/logo.jpg) no-repeat;
	float: left;
}

#page-logo-txt {
	width: 340px;
	height: 58px;
	background: url(images/logo_txt.jpg) no-repeat;
	float: left;
}

#page-header {
	width: 689px;
	height: 245px;
	margin: 0px 39px 0px 39px;
	background: url(images/bg_top.jpg) no-repeat;
	overflow: hidden;
}

#page-menu {
	width: 649px;
	height: 37px;
	margin: 0px 39px 0px 39px;
	padding: 0px 20px 0px 20px;
	background: url(images/bg_menu.jpg) no-repeat;
	overflow: hidden;
}

#page-body {
	width: 637px;
	padding: 10px 26px 0px 26px;
	margin: 0px 39px 0px 39px;
	background: url(images/bg_body.jpg) repeat-y;
}

#page-bottom {
	width: 689px;
	height: 33px;
	margin: 0px 39px 0px 39px;
	background: url(images/bg_bottom.jpg) no-repeat;
	overflow: hidden;
}

#page-footer {
	width: 764px;
	height: 32px;
	padding-top: 7px;
	font-size: 10px;
	text-align: center;
}

#page-footer-txt {
	color: #fff;	
	/*color: #8C9A07;*/
}

a.page-footer:link, a.page-footer:visited, a.page-footer:hover  {
	/*color: #DA8B00;*/
	color: #fff;
	text-decoration: underline;
}

/*  body layout  */

#body {
	width: 638px;
	padding-top: 11px;
}

#body-l {
	width: 410px;
	padding-top: 11px;
	padding-right: 10px;
	float: left;
}

#body-r {
	width: 212px;
	padding-left: 4px;
	float: left;
}

#box-top {
	width: 212px;
	height: 6px;
	background: url(images/box_top.jpg) no-repeat;
	overflow: hidden;	
}

#box-body {
	width: 212px; /* 212 */
	background: url(images/box_body.jpg) repeat-y;
	padding: 5px 0px;
	overflow: hidden;	
}

#box-content {
	width: 192px; /* 212 */
	padding-left: 15px;
	padding-right: 5px;
}

#box-bottom {
	width: 212px;
	height: 6px;
	background: url(images/box_bottom.jpg) no-repeat;
	overflow: hidden;	
}


/* menu */

a.menu-but:link, a.menu-but:visited {
	width: 108px;
	height: 24px; /*37*/
	background: url(images/menu_but.jpg) no-repeat;
	padding: 13px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
	text-align: center;	
	text-decoration: none;	
	display: block;
	float: left;
}

a.menu-but:hover {
	background: url(images/menu_but1.jpg) no-repeat;
}


a.menu-but-left:link, a.menu-but-left:visited {
	width: 108px;
	height: 24px; /*37*/
	background: url(images/menu_but_left.jpg) no-repeat;
	padding: 13px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
	text-align: center;	
	text-decoration: none;
	display: block;
	float: left;
}

a.menu-but-left:hover {
	background: url(images/menu_but_left1.jpg) no-repeat;
}


a.menu-but-right:link, a.menu-but-right:visited {
	width: 108px;
	height: 24px; /*37*/
	background: url(images/menu_but_right.jpg) no-repeat;
	padding: 13px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
	text-align: center;	
	text-decoration: none;
	display: block;
	float: left;
}

a.menu-but-right:hover {
	background: url(images/menu_but_right1.jpg) no-repeat;
}

/*  images  */

#index-thumb { 
	width: 405px;
	margin: 10px auto 10px auto;
}


#index-thumb div {
	width: 135px;
	text-align: center;
	float: left;
}


/*  content  */

#title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#red-b {
	color: #A14920;
	font-weight: bold;
}

#green {
	color: #435D01;
}

#gray {
	color: #332B27;
}

#orange {
	color: #EDA517;
}

#white {
	color: #fff;
}

#line-gray {
	width: 90%;
	height: 1px;
	background: #D2CFBF;
	margin: 14px auto;
}

#line-gray-nav {
	width: 100%;
	height: 1px;
	background: #D2CFBF;
	margin: 2px auto;
}

a.link-prod:link, a.link-prod:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 25px;
	color: #EDA517;
	text-decoration: none;
	word-spacing: 0px;
}

a.link-prod:hover {
	text-decoration: underline;
}

#box-small {
	width: 9px;
	height: 9px;
	margin: 8px 10px 3px 3px;
	background: #A3B119;
	float: left;
	line-height: 25px;
}


/*  NEWS  */

a.link-news:link, a.link-news:visited {	
	font-weight: bold;
	font-size: 12px;
	line-height: 25px;
	color: #A14920;
	text-decoration: underline;
	word-spacing: 0px;
}

a.link-news:hover {
	text-decoration: none;
}

a.link-news-rm:link, a.link-news-rm:visited {	
	font-weight: bold;
	font-size: 11px;
	line-height: 25px;
	color: #A14920;
	text-decoration: none;
	word-spacing: 0px;
}

a.link-news-rm:hover {
	text-decoration: underline;
}

/*  nav  */

#nav {
	color: #435D01;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

a.nav:link, a.nav:visited {
	color: #435D01;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a.nav:hover {
	text-decoration: underline;
}


a.nav_page {
	color: #A14920;
	text-decoration: none;
	font-weight: bold;
}

.nav_page_off {
	color: #8A8778;
	font-weight: bold;
}


/*  category images  */

#img-thumb-list {
	width: 580px;
	margin: 20px auto;
}

#img-thumb {
	float: left;
	text-align: center;
}


#img-thumb-txt {
	width: 118px;
	height: 30px;
	text-align: center;
	margin: 10px 0px 0px 10px;
	/*border: 1px solid red;*/
}

a.img-thumb-txt:link, a.img-thumb-txt:visited {
	color: #EDA517;
	text-decoration: none;
	font-weight: normal;
}

a.img-thumb-txt:hover {
	text-decoration: underline;
}

#img-thumb img {
	margin: 10px 15px 0px 10px;
	border: 0px;
}


/*  product  */

#prod-detail {
	margin-bottom: 10px;
}	

#prod-detail span {
	color: #A14920;
	font-weight: bold;
	margin-right: 3px;
}

#prod-desc {
	line-height: 18px;
	margin-top: 20px;
	text-align: justify;
}

a.prod-preview:link, a.prod-preview:visited {
	color: #EDA517;
	text-decoration: none;
	font-weight: normal;
}

a.prod-preview:hover {
	text-decoration: underline;
}


.contact_form {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: #F2F0E4 #F2F0E4 #F2F0E4 #F2F0E4;
	border-collapse: collapse;
	/*background-color: white;*/
	margin: 10px;
}

.contact_form td {
	border-width: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
	border-color: #F2F0E4 #F2F0E4 #F2F0E4 #F2F0E4;
	/*background-color: white;*/
	-moz-border-radius: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	font-size: 11px;
}

.contact_form input.text {
	width: 150px;
	border: 1px solid  #D3D1C4;
	background: #F8F5F0;
}

.contact_form textarea {
	width: 200px;
	height: 110px;
	border: 1px solid  #D3D1C4;
	background: #F8F5F0;
}

.contact_form input.radio {
	width: 0px;
}

.contactButton {
	color: #EDA517; 
	border:1px solid #D3D1C4; 
	background: #F2F0E4; 
	font-weight: bold; 
	padding: 3px;
}

/* availaibilty reg*/

.register .input {
	width: 150px;
	border: 1px solid  #D3D1C4;
	background: #F8F5F0;
}

.register .select {
	width: 150px;
	border: 1px solid  #D3D1C4;
	background: #F8F5F0;
}


/*user login*/

.loginError {
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}

.login .input {
	width: 115px;
	border: 1px solid  #D3D1C4;
	background: #F8F5F0;
}

.user_login {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: #F8F5EE #F8F5EE #F8F5EE #F8F5EE;
	border-collapse: collapse;
	/*background-color: white;*/
	margin: 0px;
}

.user_login td {
	border-width: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
	border-color: #F8F5EE #F8F5EE #F8F5EE #F8F5EE;
	-moz-border-radius: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	font-size: 11px;
}

	/*hlogin*/

.input_hlogin {
	width: 60px; 
	height: 12px;
	font-size: 10px;
	border: 1px solid  #D3D1C4;
}

.but_hlogin {
	height: 17px; color: #EDA517; border:1px solid #D3D1C4; background: #F2F0E4; font-weight: bold; font-size: 10px; margin: 0px 0px 0px 0px;
}

a.hlogin:link, a.hlogin:visited, a.hlogin:hover {
	text-decoration: underline;
	color: #fff;
}


/*	INVENTORY TABLE	*/


table.inventory {
	/*width: 100%;*/	
	border-spacing: 0px;
	border: 1px solid #fff;
	border-collapse: collapse;	
	background-color: #e7e7e7;
	color: #666;
}

table.inventory td,
table.inventory th { padding: 2px; }

table.inventory thead th {
	height: 20px;
	text-align: center;
	background: #353535;
	color: #fff;	
	border-right: 1px inset #444;
	border-collapse: collapse;
}

table.inventory tbody th { font-weight: bold; }

table.inventory tbody tr { background-color: #fff;  text-align: left; }
table.inventory tbody tr.row1 { background: #f9f9f9; border-top: 0px solid #fff; }

table.inventory tbody tr.row0:hover td,
table.inventory tbody tr.row1:hover td  { background-color: #FEDF81 ; }

table.inventory tbody tr td  { height: 20px; background: #fff; border-right: 1px inset #eee; }
table.inventory tbody tr.row1 td { background: #f6f6f6; border-top: 0px solid #FFF; }