body {
	margin: 0px;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	background-color: #000;
	color: #999;
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	font-size: 13px;
}
#logo {
	height: 100px;
	width: 180px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	float: left;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	color: #FFF;
	text-decoration: underline;
}


#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header {
}
#banner {
	clear: both;
}
#content {
	padding: 5px;
}
#footer {
	font-weight: bold;
	color: #666;
	text-align: center;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	border: 1px solid #333;
	background-color: #141414;
	margin-bottom: 10px;
}
#search {
	width: 710px;
	float: left;
	height: 50px;
}
#menu {
	width: 710px;
	float: left;
	height: 50px;
	text-align: right;
	color: #FFF;
}
#menu img{
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 25px;
}
.title_font {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}
.title_font2 {
	color: #FFF;
	font-weight: bold;
}

#seach_box {
	height: 25px;
	vertical-align: middle;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 10px;
	float: right;
	padding-top: 5px;
}
#search_input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 11px;
	color: #999999;
	width: 120px;
	background-color: #000;
}
#search_img {
	margin-top: 3px;
}
#enquiry {

}

#enquiry td{
	padding: 5px;
}
#enquiry input, select, textarea{
	background-color: #333;
	border: 1px solid #666;
	color: #FFF;
	font-size: 11px;
	padding: 6px;
}
.product_img {
	border: 1px solid #666;
	background-color: #333;
	padding: 5px;
}
.product_table td{
	padding: 10px;
}
.product_enlarge {
	font-size: 10px;
	text-align: center;
}
.product_divider {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	height: 1px;
	font-size: 1px;
}

.language:hover{
	text-decoration: none;
	color:#39d602;
	
}
