/*
start
*/

body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
}
form {
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
input, textarea {
	font:  1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
}
h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1em;
	font-weight: bold;
}
p, ul, ol {
	margin-bottom: 1.3em;
	line-height: 130%;
}
p {
}
blockquote {
	font-style: italic;
}
ul {
}
ol {
}
a {
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
}
small {
}
hr {
	display: none;
}
a img {
	border: none;
}
img {
	vertical-align:middle;
}
img.left {
	float: left;
	margin: 0 15px 0 0;
}
img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */
#headerhk {
	width: 730px;
	height: 230px;
	margin: 0 auto;
	background: url(../images/img02hk.jpg) no-repeat;
}
#header {
	width: 730px;
	height: 230px;
	margin: 0 auto;
	background: url(../images/img02.jpg) no-repeat;
}
#header h1 {
	padding: 110px 0 0 50px;
}
#header h2 {
	padding: 0 0 0 50px;
}
#header a {
	text-decoration: none;
}


/* Page */
#page {
	width: 700px;
	margin: 0 auto;
	background: #666767 url(../images/img03.jpg);
}

/* Content */
#content {
	float: left;
	width: 520px;
}
.post {
	padding: 30px 20px 30px 40px;	
}
.post .title {
	margin: 0;
	padding-left: 30px;
	background: url(../images/img06.gif) no-repeat left center;
	font-size: 2em;
}
.post .meta {
	margin: 0 0 15px 0;
	padding-top: 5px;
	background: url(../images/img05.gif) repeat-x;
	line-height: normal;
}
.post .entry {
}

/* Sidebar */
#sidebar {
	float: right;
	width: 180px;
	
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
	margin-bottom: 20px;
	padding: 34px 20px 20px 20px;
}
#sidebar li ul {
	line-height: 2em;
}
#sidebar li li {
	margin: 0;
	padding: 0;
}
#sidebar h2 {
	margin-bottom: 14px;
	letter-spacing: -1px;
}
#sidebar a {
	border: none;
	color:#FF6600;
}
/* Sidebarhk */
#sidebarhk {
	float: right;
	width: 180px;
	
}
#sidebarhk ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebarhk li {
	margin-bottom: 20px;
	padding: 34px 20px 20px 20px;
}

#sidebarhk li ul {
	line-height: 2em;
}

#sidebarhk li li {
	margin: 0;
	padding: 0;
}

#sidebarhk h2 {
	margin-bottom: 14px;
	letter-spacing: -1px;
}

#sidebarhk a {
	border: none;
	color:#00CC00; 
}

/* PRODUCTS TABLE
**************************************************************/
table.products {
	margin:10px 0 0 0;
	border-collapse:collapse;
	width:460px;
}
table.products thead {

}
table.products thead th {
	background:#53331f;
	color:#fff;
	padding:5px;
	border:#53331f solid 1px;

}
table.products tbody {

}
table.products tbody td {
	padding:5px;
	border:#53331f solid 1px;
}

/* GALLERY
**************************************************************/
ul.gallery {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.gallery li {
	list-style-type:none;
	margin:0;
	padding:0;
	display:inline;
}
ul.gallery li a {
	margin:0px 10px 10px 0px;
	padding:0;
	float:left;
}
ul.gallery li.last a {
	margin:0px 0px 10px 0px;
}

/* FOOTER
**************************************************************/
#footer {
	clear: both;
	width: 730px;
	height: 80px;
	margin: 0 auto;
	padding-top: 30px;
	background: #130D0F url(../images/img04.jpg);
	color: #999999;
}
#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}
#footer.uk a {
	color: #FF6600;
}
#footer.hk a {
	color: #00CC00;
}

/* CONTACT FORM
**************************************************************/
.contactForm {
	
}
.contactForm fieldset {
	
}
.contactForm fieldset legend {
	padding-top:10px;
	font-weight:bold;
}
.contactForm fieldset label {
	margin:10px 0 0;
	width:150px;
	float:left;
	display:inline;
	clear:left;
}
.contactForm fieldset input {
	margin:10px 0 0;
	border:0;
	width:308px;
	float:left;
	display:inline;
}
.contactForm fieldset textarea {
	margin:10px 0 0;
	border:0;
	width:308px;
	height:100px;
	float:left;
	display:inline;
}
.contactForm fieldset input.submit {
	width:auto;
	float:right;
	clear:left;
}

/* FRONTPAGE
**************************************************************/
#introbox {
	background:url(../images/frontpage_footer_bg_r.gif) bottom left repeat-x;
	height:432px;
}
#introbox .helper {
	background:url(../images/frontpage_footer.jpg) bottom left no-repeat;
	margin:0 auto;
	width:550px;
	height:432px;
}
#introbox a:hover {
	outline:#777 solid 1px;
}


