html {
	background: #E9E9E9 url(images/bg.jpg) repeat-x;
	margin:0px;
	padding:0px;
}

/* ====== HTML TAG ====== */

body {
	margin:0px;
	font-family :verdana,Tahoma,Arial,sans-serif;
	font-size:11px;
	color:#676767;
	padding:0px;
	
}
a {
	text-decoration:underline;
	color:#333333;
	font-weight:bold;
}
p {
	line-height:18px;
}
li {
	line-height:18px;
}
h1 {
	font-size:1.7em;
	font-weight:normal;
	line-height:0.5em;
	padding:0px;
}
h2 {
	line-height:20px;
}
h3 {
	font-size:17px;
	padding:0px;
}
hr {
	border:none;
	border-bottom: solid 1px #c0bebd;
}

/* ====== HEADER ====== */

#header {
	height:170px;
	margin:0px;
	padding:0px;
}
#logo {
	background-image:url(images/logo.jpg);
	width:340px;
	height:120px;	
}
#iso {
	background-image:url(images/iso.jpg);
	width:270px;
	height:120px;	
	float:right;
	top:0px;
}
/* ====== BODY ====== */

#container {
	width:910px;
	margin: 0 auto;
	padding:0px;
}
#content {
	width:630px;
	float:right;
	padding:0px;
	margin-right:5px;
}
#content-product {
	width:660px;
	float:right;
	padding:0px;
	margin:0px;
}
/* ====== sidemenu ====== */

#sidemenu {
	width:248px;
	background:url(images/sidemenu_content.jpg);

}

#sidemenu-top {
	height:47px;
	width:228px;
	line-height:37px;
	padding-left:20px;
	color:#FFFFFF;
	background:url(images/sidemenu_top.jpg);
}
#sidemenu-top2 {
	height:12px;
	width:248px;
	background:url(images/sidemenu_top2.jpg);
}

#sidemenu-content {
	width:248px;
}

#sidemenu-content2 {
	width:208px;
	padding:0 20px;
	margin:0px;
}

#sidemenu-content li{
	list-style:none;
	margin:0 11px;
	line-height:30px;
	border-bottom: dotted 1px #999999;
}
#current {
	list-style:none;
	display:block;
	line-height:25px;
	margin:0px;
	color:#FFF;
	padding-left:30px;
	background:url(images/p_menu_hover.png);
}
#sidemenu-content li a{
	display:block;
	padding:0 11px;
	font-weight:normal;
	text-decoration:none;
}
#sidemenu-content li a:hover{
	display:block;
	background: #CCCCCC;
	color:#FFFFFF;
}
#sidemenu-bottom {
	width:248px;
	height:16px;
	background:url(images/sidemenu_bottom.jpg);
}

/* ====== BANNER ====== */
#banner {
	width:650px;
	height:360px;
	float:right;
	margin-right:5px;
}

#rotator {
	border: 0;
	cursor: pointer;
	overflow: hidden;
	margin: 0;
	position: absolute;
	width: 650px;
	height: 360px;
}

#rotator img{
	border: 0;
	cursor: none;
	width: 650px;
	height: 360px;
	cursor: pointer;
	float:right;
}
/* ====== PRODUCTS ====== */
#product {
	width:220px;
	float:left;
	background:url(images/p.jpg);
}
#product img{
	border:none;
}
#p-top {
	width:220px;
	height:10px;
	background:url(images/p_top.jpg);
}

#p-content {
	width:220px;
	min-height:220px;
	text-align:center;
	background:url(images/p_content.jpg) no-repeat;
}

#p-bottom {
	width:220px;
	height:17px;
	background:url(images/p_bottom.jpg);
}

#p-title {
	width:190px;
	line-height:25px;
	color:#886800;
	margin:0 auto;
	text-align:left;
}

#p-price {
	width:65px;
	color:#FF0000;
	float:left;
	height:25px;
	display:block;
}

#p-price2 {
	width:65px;
	color:#00CC00;
	float:right;
	height:25px;
	display:block;
	font-weight:bold;
}
#p-colour {
	width:100%;
	float:left;
	display:block;
}

#product-detail {
	width:80%;
}

/* ====== FOOTER ====== */

#footer {
	text-align:center;
	line-height:30px;
}

/* ====== NEWS Detail ====== */
#n-title {
font-size:1.5em;
font-weight:bold;
	padding-left:10px;
}
#n-menu {
	list-style:none;
	line-height:25px;
	padding:0px;
	margin:0px;
}
#n-menu li{
	list-style:none;
	line-height:25px;
	padding-left:10px;
	margin:0px;
	color:#9fc646;
	border-bottom: dotted 1px #CCCCCC;
}
#n-menu li p{
	line-height:0px;
	color:#999999;
	font-size:9px;
}
#n-menu li a{
	list-style:none;
	line-height:25px;
	color:#676767;
	display:block;
}
#n-menu li a:hover{
	color:#9fc646;
	outline:none;
}


