/*----- HTML TAG -----*/
* {
	font-family: Tahoma, Arial;
	font-size: 11px;
	text-align: justify;
	color: #333;
}

a {
	color: #C81E11;
	text-decoration: none;
}

a:hover {
	color: #C81E11;
	text-decoration: none;
}

body {
	margin: 0px;
	padding: 0px;
	background: url(body-bg.jpg) repeat;
}

table {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	height: 100%;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/*----- UNIQUE CLASSES -----*/
#body {
	position: relative;
	width: 968px;
	margin: auto auto auto auto;
	direction: ltr;
	padding-top: 20px;
}

#main {
	width: 958px;
	height: 100%;
	background: #FFFFFF;
	padding: 5px;
	border: 1px solid #AB8560;
}

#top {
	width: 958px;
	height: 47px;
	background: #F4EDE2;
	text-align: right;
}
#language {
	float: left;
	width: 300px;
	height: 37px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 175%;
}

#top-menu {
	float: left;
	width: 623px;
	height: 32px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 5px;
}
#top-menu a {
	color: #333;
}
#top-menu a:hover {
	color: #67492C;
}

#header {
	width: 958px;
	height: 205px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#header-left {
	float: left;
	width: 230px;
	height: 205px;
	background: #F7F2EC;
}

#logo {
	height: 70px;
	background: url(logo.gif) no-repeat;
}

#form {
	width: 200px;
	padding-left: 30px;
}

#header-right {
	float: right;
	width: 717px;
	height: 199px;
	border: 3px solid #E4D9C7;
}

#middle-menu {
	width: 954px;
	height: 30px;
	border: 2px solid #BCA087;
	background: url(middlemenue-bg.gif) repeat-x
}

#middle-menu a{
	color: #F7F3EC;
}

#content {
	width: 958px;
	height: 100%;
	padding-bottom: 5px;
	border-bottom: 3px solid #BB996D;
	margin-bottom: 5px;
}

#content-left {
	width: 230px;
	vertical-align: top;
}

#content-right {
	width: 723px;
	padding-left: 5px;
	vertical-align: top;
	line-height: 175%;
}

#footer {
	width: 958px;
	height: 35px;
	padding-top: 10px;
	background: #F4EEE4;
	color: #777;
	text-align: center;
	line-height: 125%;
}

#footer a {
	color: #333;
}

#footer a:hover {
	color: #437B9F;
}

#offermain {
	width: 210px;
	height: auto;
	background: url(offer-bg.gif) bottom no-repeat #FFB630;
	padding: 10px;
	margin-top: 2px;
}

#offer-btn {
	width: 215px;
	height: 18px;
	background: url(offer-btn-bg.gif) no-repeat;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
}

#offerorder {
	float: right;
	width: 85px;
	height: 18px;
}
/*----- MENU CLASSES -----*/
.main-menu {
	width: 120px;
	background: url(middlemenuetext-bg.gif) right no-repeat;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #F7F3EC;
}

.sub-out {
	position: absolute;
	top: 320px;
	width: 121px;
	font-weight: normal;
}

.sub-out td {
	border: 1px solid #68411E;
	background: #885C34;
	color: #fff;
}
/*----- USER DEFINED CLASSES -----*/

/*----- USER DEFINED CLASSES -----*/
.icon {
	float: left;
	width: 10px;
	height: 10px;
	background: url(icon.gif) left bottom no-repeat;
}

.left-title {
	width: 220px;
	height: 22px;
	background: url(title-left-bg.gif) repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding-top: 8px;
	padding-left: 10px;
	margin-top: 5px
}
.left-title a {
	color: #FFF;
}
.left-title a:hover {
	color: #C81E11;
}

.left-text {
	width: 210px;
	height: auto;
	margin-top: 2px;
	background: #F0E7D9;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 175%;
}

.frm-select {
	width: 170px;
	height: 17px;
	border: 1px solid #E9D9C0;
	color: #67492C;
}

.frm-button {
	width: 60px;
	height: 19px;
	padding-left: 15px;
	padding-bottom: 1px;
	background: url(frm-button-bg.gif) no-repeat;
	border: 0px;
}

.frm-text {
	width: 100px;
	height: 15px;
	border: 1px solid #E9D9C0;
}

.title1 {
	height: 22px;
	background: url(title-icon.gif) left no-repeat;
	font-weight: bold;
	color: #67492C;
	padding-left: 10px;
	font-size: 12px;
	padding-top: 3px;
}

.icon2 {
	height: 22px;
	background: url(title-icon.gif) left no-repeat;
	padding-top: 3px;
}

.btn1 {
	width: 72px;
	height: 18px;
	background: url(btn1-bg.gif) no-repeat;
	color: #FFF;
	padding-left: 15px;
}

.btn2 {
	width: 72px;
	height: 18px;
	background: url(btn2-bg.gif) no-repeat;
	color: #FFF;
	padding-left: 15px;
}

.icon1 {
	float: left;
	width: 7px;
	height: 20px;
	padding-right: 5px;
	background:url(icon1.gif) left bottom no-repeat;
}

.title2 {
	height: 20px;
	padding-top: 5px;
	font-weight: bold;
	color: #444;
}

.input{
 font-family: Tahoma, Verdana, Arial;
 font-size: 12px;
 color: #666666;
 width: 200px;
 height: 15px;
 border: 1px solid #999999;
}

.textarea{
 width: 200px;
 font-family: Tahoma, Verdana, Arial;
 font-size: 12px;
 color: #666666;
 border: 1px solid #999999;
}

.button{
 font-family: Tahoma, Verdana, Arial;
 font-size: 11px;
 color: #333333;
 border:0;
 width: 70px;
 height: 20px;
 background: url(button-bg.gif) no-repeat;
 padding-left: 20px;
 padding-bottom: 2px;
}

.btnHome
{
	border: 1px solid #885C34;
	border-left: 5px solid #885C34;
	width: 100px;
	height: 19px;
	padding-bottom: 4px;
	padding-left: 5px;
	background: #FAFAFA;
	text-align: center;
}

.btnMain
{
	border: 1px solid #885C34;
	border-left: 5px solid #885C34;
	width: 120px;
	height: 19px;
	padding-bottom: 4px;
	padding-left: 5px;
	background: #FAFAFA;
	text-align: center;
}

.btnSub
{
	border: 1px solid #E68200;
	border-left: 5px solid #E68200;
	width: 150px;
	height: 19px;
	padding-bottom: 4px;
	padding-left: 5px;
	background: #FAFAFA;
	text-align: center;
}

.leftLink {
	border-bottom:  1px solid #D2BC9D;
}
.leftLink a{
	color: #67492C;
}
.leftLink a:hover{
	color: #C81E11;
}

.title3 {
	width: 100px;
	height:17px;
	background: #E68200;
	border: 1px solid #E9B984;
	color: #FFF;
	vertical-align: middle;
	font-weight: 600;
	padding: 4px;
	margin-left: 10px;
	margin-top: 10px
	}
.detail-td {
	width: 206px;
	height: 169px;
	background: url(detai-td-bg.gif) no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

.detail-pic {
	width: 88px;
	height: 158px;
	background: url(detail-pic-bg.gif) no-repeat;
	padding: 12px;
}

.detail-text {
	width: 85px;
	height: 155px;
	background:url(detail-text-bg.gif) no-repeat;
	padding: 5px;
	padding-top: 8px;
	vertical-align: top
}

.basket-title-td {
	width: 144px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: 1px solid #BCA087;
	border-right: 0px;
	background: url(middlemenue-bg.gif) repeat-x;
}
.basket-middle-td {
	text-align: center;
	border: 1px solid #D57A16;
	border-right: 0px;
	border-top: 0px;
}

.ht {
	overflow: scroll; 
	width: 100%; 
	height: 1px; 
	scrollbar-face-color: #333; 
	scrollbar-arrow-color: #333; 
	scrollbar-base-color: #333;
}
DIV.orange {
	float: left; 
	width: auto;
	height:auto; 
	background: #FE7D0B; 
	color: #FFFFFF; 
	margin-right: 5px;
	margin-top: 2px;
	text-align: center; 
	padding-bottom: 2px;
	padding-right: 3px;
	padding-left: 3px;
}
TD.mapbrown{
	width: 120px;
	vertical-align: middle;
	background:url(sitemap-b.gif) no-repeat center;
	text-align:center;
}
TD.mapbrown A{
	color:#333;
}
TD.maporange{
	width: 150px;
	vertical-align: middle;
	background:url(sitemap-o.gif) no-repeat center;
	text-align:center;
}
TD.maporange A{
	color:#333;
}


