html,body,div,ol,ul,li,h1,h2,h3,h4,h5,h6,p,form,fieldset {
  margin: 0;
  padding: 0;
}
body {
	background-attachment:fixed;
	background-image: url(../images/bg.gif);
	background-repeat:repeat;
	background-position: 0px 0px;
	background-color: #D4D0C8;  
	font: 12px Arial,Tahoma,sans-serif; /*75%*/
	color: #000000; /*#244;*/
	margin: 0;
	padding: 0;
	text-align: center;
	behavior: url(csshover.htc);
}

.text {
	font-size: 10pt;
	color: #333333;
	line-height: 160%;	
	font-family: "Arial", "Helvetica", "sans-serif";
}

/* GENERAL STYLES
------------------------------------------*/
a {
  color: #009900;
  text-decoration: none;
}
a:hover, a:hover {
  color: #FF6600;
  text-decoration: underline;
}

#container {
	width: 770px;
	margin: 0;
	padding: 0;
	text-align: left;
	margin-left: auto;
	margin-right: auto;	
	background-color: #EFEFE0; 
}



/* PATH
------------------------------------------*/
#path {
	font-size: 10px;
	color: #555555;
}

/* Brand Submenu
------------------------------------------*/
#submenu {
  width: 120px;
  margin: 0px;
  font-size: 11px;
  line-height: 22px;
  display: block;
 /* background: #F7FBFC;*/
 /*  border: 1px solid #CCCCCC;*/
  padding: 10px 10px 5px 55px;	
}

/* Brand Table
------------------------------------------*/

#brand table th {
	font-weight: bold;
	font-family: Arial, Verdana, Times New Roman, sans-serif;
	font-size: 12px;
	text-align:left;
	padding:5px;
}

#brand table td {
	font-family: Arial, Verdana, Times New Roman, sans-serif;
	font-size: 12px;
	text-align:left;
	padding:3px 5px 2px 5px;
}

#brand table tr.even * {
	border-bottom:1px solid #EEE;	
}

#brand table tr.odd * {
	background: #EEE;
}

/* VIP Table
------------------------------------------*/

#vip table th {
	font-weight: bold;
	font-family: Arial, Verdana, Times New Roman, sans-serif;
	font-size: 12px;
	text-align:left;
	padding:5px;
	background: #EFEFE0;
}

#vip table td {
	font-family: Arial, Verdana, Times New Roman, sans-serif;
	font-size: 12px;
	text-align:left;
	padding:3px 5px 2px 5px;
}

#vip table tr.even * {
	border-bottom:1px solid #EEE;	
}

#vip table tr.odd * {
	background: #EEE;
}


/* MAIN CONTENT
------------------------------------------*/
.product_title {
	font-size:16px;
	color:#996600;
	border-bottom: #CCCCCC dotted 1px;	
}

#content h3 {
	width: 560px;
	padding: 15px 0 0 5px;
	margin: 0px;
	background-image: url(../images/title_news_bg.gif);
	height: 40px;
	font-weight: bold;
	font-size: 16px;
	color: #FF6600;
}

#content h3.company {
	width: 560px;
	padding: 15px 0 0 5px;
	margin: 0px;
	background-image: url(../images/title_company_bg.gif);
	height: 40px;
	font-weight: bold;
	font-size: 16px;
	color: #FF6600;
}

#content h3.brand {
	width: 560px;
	padding: 15px 0 0 5px;
	margin: 0px;
	background-image: url(../images/title_brand_bg.gif);
	height: 40px;
	font-weight: bold;
	font-size: 16px;
	color: #FF6600;
}

#content h3.promotion {
	width: 560px;
	padding: 15px 0 0 5px;
	margin: 0px;
	background-image: url(../images/title_promotion_bg.gif);
	height: 40px;
	font-weight: bold;
	font-size: 16px;
	color: #FF6600;
}

#content h3.tip {
	width: 560px;
	padding: 15px 0 0 5px;
	margin: 0px;
	background-image: url(../images/title_tip_bg.gif);
	height: 40px;
	font-weight: bold;
	font-size: 16px;
	color: #FF6600;
}

#content h3.vip {
	width: 560px;
	padding: 15px 0 0 5px;
	margin: 0px;
	background-image: url(../images/title_vip_bg.gif);
	height: 40px;
	font-weight: bold;
	font-size: 16px;
	color: #FF6600;
}

#content h3.forum {
	width: 560px;
	padding: 15px 0 0 5px;
	margin: 0px;
	background-image: url(../images/title_forum_bg.gif);
	height: 40px;
	font-weight: bold;
	font-size: 16px;
	color: #FF6600;
}

#content h3.service {
	width: 560px;
	padding: 15px 0 0 5px;
	margin: 0px;
	background-image: url(../images/title_service_bg.gif);
	height: 40px;
	font-weight: bold;
	font-size: 16px;
	color: #FF6600;
}

#content h3.sitemap {
	width: 560px;
	padding: 15px 0 0 5px;
	margin: 0px;
	background-image: url(../images/title_sitemap_bg.gif);
	height: 40px;
	font-weight: bold;
	font-size: 16px;
	color: #FF6600;
}

#content h3.dealer {
	width: 560px;
	padding: 15px 0 0 5px;
	margin: 0px;
	background-image: url(../images/title_dealer_bg.gif);
	height: 40px;
	font-weight: bold;
	font-size: 16px;
	color: #FF6600;
}

#content p {
  font-size: 13px;
  line-height: 22px;
  margin: 20px 2 5 10px;
  padding: 0px;
}

#content p strong {
	color: #CC3300;
	font-weight: bold;
}

#content ol {
  font-size: 13px;
  line-height: 22px;
  margin: 0px 2 5 10px;
  list-style-type: disc;
}

#content ol li{
  list-style-type: cicle;
  padding:1em 0 0 0em;
}

#content ol li ol li{
  list-style-type: 1;
  padding:0em;
}

#content ul {
  font-size: 13px;
  line-height: 22px;  
  margin: 0px 2 2 25px;
  list-style-type: disc;
}

#content ul li{
  list-style-type: cicle;
  padding:1em 0 0 0em;
}

#content td {
  font-size: 13px;
  line-height: 22px;
  margin: 20px 2 5 10px;
  padding: 0px;
}

#content td.date {
	color: #CC3300;
	font-weight: bold;
	font-family: Verdana, Times New Roman, sans-serif;
}

#content span.news_date {
	margin: 0;
	padding: 1em 0 0 0.5em;
	color: #cccccc;
	font-family: Verdana, Times New Roman, sans-serif;
	font-style: italic;
	font-size: 11px;
	width: 4em;
	float: right;
}

#content p.news {
  font-size: 13px;
  line-height: 22px;
  margin: 30px 2 5 10px;
  padding: 0px;
}

.em {
	color: #ff3300;
}
/* Button
------------------------------------------*/
#button {
	margin: 0 0 0 5px;
	padding: 0;	
	color: #FF6600;
	font-weight: bold;
	font-family: Arial, Verdana, Times New Roman, sans-serif;
	font-size: 12px;
	width: 3em;
	height: 22px;
	border: 1px solid #555555;
	background-color: #EFEFE0; 	
}

#button2 {
	margin: 0 0 0 5px;
	padding: 3px 0 0 0px;	
	color: #FF6600;
	font-family: Arial, Verdana, Times New Roman, sans-serif;
	font-size: 12px;
	height: 22px;
	border: 1px solid #555555;
	background-color: #EFEFE0; 	
}


* Date
------------------------------------------*/
#news_date {
	margin: 0;
	padding: 1em 0 0 0.5em;
	color: #cccccc;
	font-family: Verdana, Times New Roman, sans-serif;
	font-style: italic;
	font-size: 11px;
	width: 4em;
	float: right;
}

/* Copyright
------------------------------------------*/
#copyright {
  padding: 12px 0 10px 0;
  text-align: center;
  color: #555555;
  margin-left: auto;
  margin-right: auto; 
}

#copyright a {
  color: #009900;
}
#copyright p {
  font-size: 11px;
  padding: 2;
}


/*sitemap---------------------------*/
#sitemap{
	margin: 0px;
	padding: 0px 0 0 10px;
	font-size: 12px;
	font-family: Verdana, sans-serif;	
	width:550px;
}


#sitemap h5{
	display: block;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #333333;
	border-bottom: 1px solid #d7d7d7;	
}


#sitemap a {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #d7d7d7;
	font-weight: 300;
	padding: 3px 0px 3px 10px;
	color: #666666;
}

#sitemap a:link{
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #d7d7d7;
	font-weight: 300;
	padding: 3px 0px 3px 10px;
	color: #3366ff;
}

#sitemap a:visited{
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: 300;
	padding: 3px 0px 3px 10px;
	color: #3366ff;
}

#sitemap a:hover{
	display: block;
	border-top: 1px solid #F5f7f7;
	border-bottom: 1px dotted #cccccc;
	background-color: #F5f7f7;
	background-image: none;
	padding: 3px 0px 3px 10px;
	font-weight: 300;
	text-decoration: none;
}



/* Enlarge images
------------------------------------------*/
#pic {
	padding:20px 0 0 0px;
	font-weight: bold;
	font-family: Arial, Verdana, Times New Roman, sans-serif;
	font-size: 12px;	
}

#pic td.brandname {
	border-left:8px solid #CC3300;
	padding:3px;
	margin:5px 0 0 10px;
	text-align:left;
	background-color: #DDDDDD;
}

#pic td.collection {
	padding:3px 10px 3px 3px;
	margin:5px 10px 0 0;
	text-align:right;
	background-color: #FFFFFF; 
}


/* Branch Table
------------------------------------------*/
#branch table th {
	font-weight: bold;
	font-family: Arial, Verdana, Times New Roman, sans-serif;
	font-size: 12px;
	text-align:right;
	padding:3px 0.5em;
	border-right:1px solid #EEE;
	vertical-align: bottom;
}

#branch table td {
	font-family: Arial, Verdana, Times New Roman, sans-serif;
	font-size: 12px;
	text-align:center;
}

#branch table tr.odd * {background: #EEE;}
