/* CSS Document */

* {
	margin:0;
	padding:0;
}
a img, img {
	border:0px;
}
a {
	outline:none;
	text-decoration:none;
}
div, p, ul, li, ol, legend, table, td, tr {
	padding:0;
	margin:0;
}
.clear {
	clear:both;
}
input[type="text"], input[type="password"], input[type="checkbox"], textarea {
	padding:4px 2px;
	border:1px solid #ccc;
	background:#e8e6e2;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
select {
	border:1px solid #ccc;
	padding:3px 2px;
	background:url(../images/gray_bg.jpg) repeat-x top left;
}
select option {
	padding:0 4px;
	overflow:hidden
}
body {
	font-family: arial, helvetica, arial, sans-serif;
	font-size:14px;
	text-align: center;
	color:#333;
	background:#ffffff;
}
#page_wrapper {
	width:985px;
	margin:0 auto;
	padding:0;
	text-align:left;
	overflow:hidden;
}
/** HEADER  CLASS **/

#header {
	padding:0;
	margin:0;
}
.header_inner {
	padding:0 0 0 24px;
	margin:0;
}
.header_top {
	padding:0px 0 0 13px;
	min-height:81px;
	position:relative;
	background:url(../images/header_bg.jpg) repeat-x top left;
}
.logo {
	position:absolute;
	top:5px;
	right:-11px;
	z-index:999;
}
.logo_green {
	position:absolute;
	top:4px;
	right:0px;
	z-index:999;
}
.events_supporter{
    float:left;
	padding:8px 0 0 0;
	width:495px;
    }

.fb_twitter {
	float:left;
	padding:5px 0 0 0;
	width:495px;
}
.call {
	float:left;
	padding:6px 6px 0px 0;
	width: auto;
	font:bold 15px "Myriad Pro", Arial, Helvetica, sans-serif;
	font-style: italic;
	color:#fff;
	border-right:2px solid #fff;
}
.call span {
	float:left;
	padding-top:9px;
}
#page_header_div {
	width:100%;
	height:64px;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	background:url(../images/top_title_bg.jpg) no-repeat top right;
}
.page_header {
	float:left;
	margin:0;
	padding:18px 40px;
	width:450px;
}
/** MENU STYLE **/

#top_menu {
	padding:6px 0 0 0;
	margin:0;
}
.topnav {
	overflow: hidden;
	width: 100%;
	font-size: 14px; /*font of menu text*/
}
.topnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.topnav li {
	float: left;
	margin-right:4px;
	padding: 0;
}
.topnav a {
	float: left; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
	background:url(../images/nav_left.jpg) no-repeat top left;
	margin: 0;
	margin-right: 5px; /*Spacing between each tab*/
	padding: 0 0px 0 5px;
	text-decoration: none;
	color: #0A3A39;
	font-family: "Myriad Pro", Arial;
	font-size:14px;
	text-transform:uppercase;
}
.topnav a span {
	float: left;
	position: relative;
	display: block;
	height:19px;
	background:url(../images/nav_right.jpg) no-repeat top right;
	padding: 5px 8px 5px 4px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
	font-weight: bold;
	color: #0A3A39;
}
.topnav .downservices a span {
	float: left;
	position: relative;
	display: block;
	height:19px;
	background:url(../images/nav_right_dropdown.jpg) no-repeat top right;
	padding: 5px 30px 5px 4px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
	font-weight: bold;
	color: #0A3A39;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/

.topnav a span {
	float:none;
}
/* End IE5-Mac hack */





.topnav .selected a {
	color:#fff;
	background-position: 0 -29px;
}
.topnav .selected a span {
	background-position: 100% -29px;
	color: #fff;
}
.topnav a:hover {
	color:#fff;
	background-position: 0% -29px;
	cursor:pointer;
}
.topnav a:hover span {
	color:#fff;
	background-position: 100% -29px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
	cursor:pointer;
}
.topnav ul li.downservices {
	/*background:url(../images/dropdown_icon.jpg) no-repeat  center right;*/

	margin-right:3px;
	padding:0px;
	position:relative;
}
.servicesdropped {
	display:none;
	text-align:left;
	position:absolute;
	top:82px;
	\ top:29px;
	left:155px;
	\ left: 72px;
	font-size:12px;
	width:189px;
	padding:0;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	background:url(../images/dropdown_bg.jpg) repeat-y top left;
}
.servicesdropped ul.middle {
	float:left;
	font-size:12px;
	width:180px;
	margin:0;
	padding:0;
}
.servicesdropped ul.middle li {
	display:block;
	margin:0;
	padding:0;
	border-bottom:1px solid #fff;
	clear:both;
}
.servicesdropped ul.middle li a {
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	color:#fff;
	font-size:15px;
	margin:0;
	width:170px;
	padding:3px 10px;
	text-transform:none !important;
	background:none !important;
}
.servicesdropped ul.middle li a:hover {
	color:#0C4BA0 !important;
	background:#fff !important;
}
/*** HOME PAGE SECTION ***/

#page_content {
	padding:0 0 0 23px;
	margin:0;
	background:url(../images/wrap_effect.jpg) no-repeat top left;
}
.content {
	padding-left:15px;
	min-height:500px;
	overflow:hidden;
}
.page_index {
	padding:15px 15px;
	color:#013333;
	font-size:14px;
}
.page_index a {
	color:#013333;
	font-size:14px;
}
.page_index a:hover, .red_text a:hover {
	text-decoration:underline;
}
.content_left {
	float:left;
	width:468px;
	padding:0;
	margin:0;
}
.content_right {
	float:right;
	width:440px;
	padding:0;
	margin:0;
}
.page_title {
	font-size:26px;
	color:#000;
	padding:8px 0;
	min-height:32px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.page_title select, .page_title input, .page_title textarea {
	margin-top:3px;
}
.page_subtitle {
	font-size:16px;
	color:#013333;
	padding:10px 0;
	min-height:18px;
	border-bottom:1px solid #ccc;
	overflow:hidden;
}
.page_subtitle a {
	color:#013333;
}
.page_subtitle a:hover {
	text-decoration:underline;
}
.product_item {
	padding:11px 0;
	margin:0;
	overflow:hidden;
}
.product_itemleft {
	float:left;
}
.product_itemright {
	float:right;
}
.product_itemleft {
	float:left;
	width:227px;
	height:170px;
	margin-bottom:13px;
	border:1px solid #e1e1e1;
}
.product_itemright {
	float:right;
	width:227px;
	height:170px;
	margin-bottom:13px;
	border:1px solid #e1e1e1;
}
.content_description {
	padding:15px 0 15px 0;
	line-height:18px;
	overflow:hidden;
}
.content_description p {
	padding:0 0 20px 0;
}
.read_more a, .read_more {
	color:#CC0000;
}
.read_more a:hover, .close_panel a:hover, .viewall a:hover {
	text-decoration:underline;
}
.close_panel a, .close_panel span, .viewall a {
	float:right;
	text-align:right;
	color:#CC0000;
}
.close_panel {
	margin:8px 0 0 0;
	padding:8px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	overflow:hidden;
}
.subcatagory {
	padding:5px 0;
	margin:0;
	overflow:hidden;
	clear:both;
}
.title_row {
	padding:0;
	overflow:hidden;
	clear:both;
	border-bottom:1px solid #ccc;
}
.sub_title {
	float:left;
	width:auto;
	padding:0;
	height:28px;
	background:url(../images/title_bg.jpg) repeat-x top left;
}
.sub_title p {
	padding:0 32px 0 9px;
	color:#fff;
	font-family: "Myriad Pro", Arial;
	font-size:18px;
	height:28px;
	line-height:28px;
	background:url(../images/title_right.jpg) no-repeat top right;
}
.viewall {
	float:right;
	width:200px;
	padding:6px 0 0 0;
}
.upcomine_event {
	margin-top:12px;
	padding:0;
	height:28px;
}
.latest_news {
	padding:8px 0;
	overflow:hidden;
}
.latest_news_dtl img, .latest_news_dtl_01 img {
	padding-right:13px;
}
.latest_news_dtl {
	padding:5px 15px 5px 0;
	background:#ddd9d6;
	overflow:hidden;
	clear:both;
}
.latest_news_dtl_01 {
	padding:5px 15px 5px 0;
	background:#fff;
	overflow:hidden;
	clear:both;
}
.latest_news_title {
	float:right;
	width:345px;
	font-size:18px;
	color:#333;
	padding:5px 0;
	line-height:16px;
}
.posted_date {
	color:#095858;
	font-size:13px;
	float:right;
	width:343px;
}
.newsletter {
	padding:15px 10px;
	height:36px;
	background:url(../images/newsletter_bg.jpg) repeat-x top left;
	overflow:hidden;
	clear:both;
}
.enews_title {
	float:left;
	font-family: "Myriad Pro", Arial;
	width:95px;
	color:#fff;
	line-height:16px;
	font-size:16px;
	font-style:italic;
}
.ecolor {
	color:#00C0C6;
}
.enews_join {
	float:left;
	width:auto;
}
.enews_top {
	padding:0;
	margin:0;
	clear:both;
	overflow:hidden;
}
.enews_join input[type="text"] {
	font-size:15px;
	color:#035A5A;
	width:252px;
	padding:3px 3px;
	border:1px solid #fff;
	background:url(../images/input_bg.jpg) repeat-x top left;
}
.join_button {
	float:right;
	padding-left:10px;
	cursor:pointer;
}
.join {
	width:55px;
	height:26px;
	border:0;
	background:url(../images/join.jpg) no-repeat top left;
}
.enews_text {
	float:left;
	padding:2px 0 0 15px;
	letter-spacing:-1px\9;
	word-spacing:1px;
	color:#fff;
	font-size:9px;
	overflow:hidden;
}
/*** exhibition_calendar ***/

.exhibition_calendar {
	padding:10px 0;
	overflow:hidden;
	border-bottom:1px solid #ccc;
}
.exhibition_calendar_dtl {
	padding:0px 0;
}
.publish_date {
	color:#013333;
	font-size:16px;
	padding:9px 0;
	border-bottom:1px solid #ccc;
}
.article_date {
	padding:5px 0;
	color:#095858;
	font-size:12px;
}
.posted_date {
	color:#095858;
}
.detail_div_bg {
	margin:3px 0;
	padding:7px 0;
	background:#E7E4E2;
	overflow:hidden
}
.detail_div {
	margin:0;
	padding:7px 0;
	overflow:hidden
}
.detail_div_01 {
	margin:0;
	padding:7px 0;
	border-bottom:1px solid #ccc;
	overflow:hidden
}
.detail_div01 {
	float:right;
	width:390px;
}
.detail_images {
	float:left;
	width:75px
}
.event_name a {
	padding:3px 0;
	color:#000;
	font-size:20px;
}
.event_city_town {
	color:#013333;
	font-size:12px;
	padding:1px 0;
}
.event_date {
	color:#CC0000;
	font-size:12px;
	padding:1px 0;
}
.right_subtitle01 {
	padding:9px 0;
	color:#333;
	border-bottom:1px solid #ccc;
}
.right_subtitle {
	padding:9px 0;
	font-size:16px;
	color:#013333;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.right_subtitle a {
	font-size:16px;
	color:#CC0000;
}
.right_subtitle a:hover {
	text-decoration:underline;
}
.astrix {
	color:#CC0000;
}
.title_div {
	padding:11px 0;
	margin:0;
	border-bottom:1px solid #ccc;
	overflow:hidden;
}
.group_list {
	padding:5px 0;
	border-bottom:1px solid #ccc;
	overflow:hidden;
	line-height:18px;
}
.listing_row {
	padding:4px 0;
	margin:0;
	overflow:hidden;
}
.listing_title {
	float:left;
	width:130px;
}
.listing_title01 {
	float:left;
	width:150px;
}
.listing_content {
	float:left;
	width: auto;
}
.time_format {
	width:68%;
	margin:0;
	padding:5px 5px;
	background:#e8e6e2;
	overflow:hidden;
}
.time_format span {
	padding-left:15px;
	color:#095858;
}
.date_formate span {
	padding-right:12px;
}
.listing_content input[type="text"], .listing_content textarea {
	width:304px;
	padding:4px 2px;
}
.submit_button {
	padding:9px 0 5px 130px;
	overflow:hidden;
}
.button_style {
	font-family:Arial, Helvetica, sans-serif;
	padding:2px 10px;
	font-size:14px;
	font-weight:bold;
	color:#000;
	min-width:100px;
	text-align:center;
	cursor:pointer;
	height:26px;
	border:1px solid #ababab;
	background:#999999 url(../images/button_bg.jpg) repeat-x top left;
}
.button_style:hover {
	color:#333;
}
/** NEWS PAGE **/

.thumbnails {
	padding:9px 0;
	margin:O;
	overflow:hidden;
}
.thumbnails_img {
	float:left;
	display:block;
	padding:0 7px 0 0;
}
.thumbnails_img img {
	border:1px solid #efefef !important;
}
#new_share_div {
	padding:7px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	overflow:hidden;
}
.share_story {
	padding:4px 0;
	font-style:italic;
	text-align:center;
	background:#ddd9d6;
}
/** SUBSCRIBES/ UNSUBSCRIBES PAGE **/

.black_text {
	font-weight:bold;
	color:#000;
}
.red_text {
	padding:3px 0;
	color:#C00;
}
.red_text a {
	color:#C00;
}
.red_bold {
	color:#C00;
	font-weight:bold;
}
.unsubscribe_dtl {
	padding:9px 0;
	margin:0;
	border-bottom:1px solid #ccc;
	overflow:hidden;
}
/** Exhibition Calendar **/

.color {
	color:#C00;
}
.green_bold {
	float:left;
	width:65px;
	font-weight:bold;
	color:#013333;
}
.event_dtl {
	float:left;
	width:235px;
	line-height:18px;
}
.contact_dtl {
	padding:8px 0;
	margin:0;
	overflow:hidden;
	line-height:18px;
}
.contact_dtl a {
	padding-top:5px;
	font-weight:bold;
	color:#013333;
}
.event_detail {
	padding:5px 0;
	margin:0;
	overflow:hidden;
}
.left_evt_detail {
	float:left;
	width:310px;
}
.event_logo {
	float:right;
	width: auto;
	padding:4px 0;
	overflow:hidden;
}
.exhibiting_title {
	text-align:left;
	float:left;
	width:111px;
}
.exhibiting_required {
	float:left;
	width: auto;
}
.exhibiting_required input[type="text"], .exhibiting_required textarea {
	color:#333333;
	width:282px;
	padding:4px 2px;
}
.sbm_bttn {
	padding:9px 0 5px 111px;
	overflow:hidden;
}
/***  NEWS PAGE **/

.select_img {
	padding:7px 0;
	margin:0;
	color:#013333;
	border-bottom:1px solid #ccc;
	overflow:hidden;
}
.subtitle_bold {
	padding:10px 0;
	margin:0;
	color:#013333;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	overflow:hidden;
}
.left_subtitle {
	padding:7px 0;
	margin:0;
	color:#013333;
	border-bottom:1px solid #ccc;
	overflow:hidden;
}
.recent_articles {
	padding:5px 0;
	margin:0;
	border-bottom:1px solid #ccc;
}
.recent_articles a {
	color:#000;
}
.news_all {
	padding:6px 0 30px 0;
	color:#CC0000;
}
.news_all a {
	color:#CC0000;
	font-size:13px;
}
.news_all a:hover {
	text-decoration:underline;
}
div.button {
	margin:3px 0;
	height: 25px;
	width: 65px;
	background: url(../images/button.png) 0 0;
	font-size: 13px;
	color: #000;
	text-align: center;
	padding: 0px 10px;
	line-height:25px;
	font-weight:600;
	cursor:pointer;
	text-transform:uppercase;
}
/*

We can't use ":hover" preudo-class because we have

invisible file input above, so we have to simulate

hover effect with JavaScript.

*/

div.button.hover {
	background: url(../images/button.png) no-repeat;
	color: #333;
}
.lineheight {
	font-size:13px;
	line-height:18px;
}
/**  CONTACT US **/

#map_canvas {
	padding:10px 0;
	margin:0;
	overflow:hidden;
}
.gmap {
	border:1px solid #ccc;
}
.largermap {
	padding:5px 0;
}
.largermap a {
	color:#c00;
	font-weight:bold;
}
.contact_dtl_div {
	padding:2px 0;
	overflow: hidden;
}
.contact_address {
	float:left;
	width:230px;
}
.contact_address p {
	padding:2px 0;
	clear:both;
}
.contact_place {
	font-weight:bold;
	color:#013333;
}
.phone_no {
	font-weight:bold;
	color:#333;
}
.direct_email {
	padding:20px 0;
	margin:0;
	font-size:17px;
	overflow:hidden;
}
.email {
	color:#C00;
}
/**  FOLLOW US **/

.followus_top {
	margin:10px 0;
	padding:10px 0px;
}
.followus_bottom {
	padding:0px 0px 30px 0px;
}
.followus_inner {
	padding:5px 10px;
	background: url(../images/followus_bg.jpg) repeat-y;
}
.followus_top_title {
	padding:10px 10px 15px 10px;
	color:#fff;
	background: url(../images/followus_top.jpg) no-repeat top left;
}
.twiweer_link {
	padding:20px 10px 15px 10px;
	color:#fff;
	height:10px;
	background: url(../images/followus_bottom.jpg) no-repeat top left;
}
.followus_top_title img {
	padding-right:10px;
}
.followus_top_title a, .twiweer_link a {
	color:#fff;
}
.followus_top_title a:hover, .twiweer_link a:hover {
	color:#fff;
	text-decoration:underline;
}
.full_name {
	font-size:12px;
}
.name {
	font-size:15px;
	font-weight:bold;
}
.follow_us_twitter {
	padding:10px 0;
}
.twitter_date {
	padding:3px 0;
	font-size:11px;
}
.follower {
	padding:5px 0;
}
.follower_name {
	color:#C00;
}
/** CK CONTENT **/



#ck_content p, #ck_content ul, #ck_content ol {
	margin:inherit;
	padding:inherit;
}
/** PRODUCT PAGE **/

.product_service {
	padding:5px 0;
	margin:0;
	line-height:18px;
	overflow:hidden;
}
.product_item_list {
	float:left;
	padding:0px 3px 6px 0px;
}
.product_item_list img {
	width:88px;
	height:88px;
	border:1px solid #c5c5c5;
	overflow:hidden;
	clear:both;
}
.product_item_list img:hover {
	/* for IE */

  filter:alpha(opacity=60);
	/* CSS3 standard */

  opacity:0.6;
}
.product_item_list img.selectedImg {
	/* for IE */
  filter:alpha(opacity=40);
	/* CSS3 standard */
  opacity:0.4;
}
.furniture_hire {
	float:right;
	padding:20px 50px;
}
.right_big_img img {
	border:1px solid #ccc;
	margin-bottom:3px;
}
.pre_next {
	padding:7px 0;
	color:#013333;
	border-bottom:1px solid #ccc;
	overflow:hidden;
}
.pre_next a {
	color:#013333;
}
.pre {
	float:left;
}
.next {
	float:right;
}
.product_red_title {
	padding:9px 0;
	margin:0;
	font-size:17px;
	color:#C00;
	border-bottom:1px solid #ccc;
}
.about_product {
	color:#666;
	padding:9px 0;
	margin:0;
	line-height:18px;
	border-bottom:1px solid #ccc;
}
.productname_dtl {
	padding:8px 0;
	margin:0;
	border-bottom:1px solid #ccc;
	overflow:hidden;
}
.productname {
	font-size:17px;
	color:#C00;
}
.item_code_price {
	padding:5px 0 0 0;
	color:#000;
	font-size:14px;
	overflow:hidden;
}
.item_code {
	float:left;
	width:150px;
}
.item_price {
	float:left;
	width:auto;
}
.product_quantity {
	float:left;
	padding:5px 0;
	font-size:17px;
	color:#C00;
}
.product_quantity input {
	padding:3px 5px;
	width:30px;
	font-size:21px;
	color:#000;
	background:#f6f5f5;
}
.vat_notice {
	padding:8px 0;
	margin:0;
	font-size:13px;
	color:#666;
	overflow:hidden;
}
.enquiry_cart {
	float:right;
	padding:12px 0 0 0;
	margin:0;
	overflow:hidden;
}
.enquiry_cart a {
	font-size:13px;
	font-weight:bold;
	color:#013333;
}
.enquiry_cart a:hover {
	color:#005f5f;
}
.enquiry {
	margin:12px 0;
	text-align:center;
	height:83px;
	border:1px solid #000;
	background:url(../images/enquery_bg.jpg) repeat-x top left;
	overflow:hidden;
}
.enquire_below {
	padding:8px 0;
	color:#fff;
	font-size:16px;
}
.submit_enquery {
	padding:8px 0;
	margin:0;
	overflow:hidden;
}
/** ENQUERY CART  HEADER **/

.enquiry_cart_show {
	float:left;
	text-align:left;
	width:auto;
	padding:18px 0px 0px 0px;
}
.enquiry_show_item {
	color:#fff;
	font-size:15px;
	font-weight:bold;
}
.view_enquiry_cart a {
	color:#4CB2B1;
	font-size:13px;
	font-weight:bold;
}
/** Enquiry Details **/

.enquiry_details {
	padding:0;
	margin:0;
	overflow:hidden;
}
.small_img {
	float:left;
	width:68px;
}
.small_img img {
	border:1px solid #ccc;
}
.enquiry_quantity {
	float:left;
	width:80px;
	color:#C00;
	font-size:12px;
}
.enquiry_quantity_box {
	padding:5px 0 0 0;
	margin:0;
	overflow:hidden;
}
.enquiry_quantity_box input {
	padding:3px 3px;
	font-size:18px;
	width:30px;
	color:#333;
	border:1px solid #717171;
	background:#e7e4e2;
}
.enquiry_item_dtl {
	float:left;
	width:255px;
}
.enquiry_item_text {
	font-size:12px;
	font-weight:bold;
	color:#C00;
}
.enquiry_item_name {
	padding:3px 0;
	color:#333;
	font-size:15px;
	overflow: hidden;
}
.remove {
	float:right;
	width:auto;
}
.remove a {
	font-size:12px;
	color:#C00;
}
.remove a:hover {
	text-decoration:underline;
}
.enquiry_title {
	padding:6px 0;
	float:left;
	width:148px;
	font-size:17px;
	color:#000;
	font-weight:bold;
}
.enquiry_content01 {
	padding:5px 0;
	float:left;
	width:auto;
	font-size:17px;
	color:#000;
	font-weight:bold;
}
.enquiry_content {
	float:left;
	width:auto;
}
.enquiry_content input {
	padding:0 5px;
	width:50px;
	height:28px;
	line-height:28px;
	font-size:15px;
	background:url(../images/tag_bg.jpg) repeat-x top left;
}
.need_more {
	padding:8px 0 8px 148px;
	margin:0;
	color:#C00;
	font-size:15px;
	font-weight:bold;
	overflow:hidden;
}
.need_more a {
	color:#C00;
	font-size:15px;
	font-weight:bold;
}
.cart_empty {
	padding:8px 0;
	font-size:15px;
	font-weight:bold;
	color:#C00;
	border-bottom:1px solid #ccc;
	overflow:hidden;
}
.cart_empty a {
	font-size:15px;
	font-weight:bold;
	color:#C00;
}
/** SUBMIT ENQUERY **/

.top_header {
	padding:0 10px;
	height:34px;
	line-height:34px;
	background:url(../images/green_bg.jpg) repeat-x top left;
}
.top_header01 {
	float:left;
	font-size:16px;
	font-weight:bold;
	color:#fff;
}
#no {
	padding:0;
	float:right;
	color:#fff;
}
.close_top {
	font-size:15px;
	font-weight:bold;
	color:#000;
	padding:1px 2px;
	background:#fff;
}
.close_bottom {
	font-size:15px;
	font-weight:bold;
	color:#fff;
	padding:1px 2px;
	background:#000;
}
.enquiry_for {
	float:left;
	text-align:left;
	padding:9px 10px;
	width:96%;
	background:#e7e4e2;
}
.enquiry_for_title {
	font-size:17px;
	color:#C00;
	padding:5px 0 0 0;
}
#yes {
	float:left;
}
#close {
	float:right;
}
/** ABOUT 3D **/

.about3d {
	padding:16px 0;
	margin:0;
	overflow:hidden;
}
.office_3d {
	padding:0 0 4px;
	margin:0;
	overflow:hidden;
}
.office_3d img {
	border:1px solid #ccc;
	overflow:hidden;
}
.member {
	padding:8px 0;
	margin:0;
	color:#333;
	font-size:12px;
}
.compani_member img {
	float:left;
	padding:0 4px 0 0;
}
/**  ERROR **/

.norecords {
	padding:5px 0;
	color:#C00;
	overflow:hidden;
}
.norecord {
	padding:5px 0;
	color:#C00;
	overflow:hidden;
}
.norecord a {
	color:#C00;
}
.error {
	background:#477eb8 none repeat scroll 0 0;
	color:#fff;
	height:28px;
	line-height:28px;
	margin-top:5px;
	padding:0 10px;
}
.astrix {
	color:#c00;
}
.errormsg {
	color:#c00;
}
.errormsg {
	padding:3px;
	background-color:#f6ebd4;
	margin:8px 0px 4px 0px;
	border:1px solid #f4daa6;
	color:#C00;
	font-size:12px;
}
.successmsg {
	padding:3px;
	background-color:#f6ebd4;
	margin:4px 0px 4px 0px;
	border:1px solid #f4daa6;
	color:#C00;
	font-size:12px;
}
#post_submit_div {
	padding:8px 0 10px 0;
	margin:0;
	font-size:16px;
	color:#C00;
	border-bottom:1px solid #ccc;
}
#post_submit_div p {
	padding:4px 0;
	margin:0;
	overflow:hidden;
}
.success {
	font-size:16px;
	font-weight:bold;
}
/** pagination **/

.pagination {
	padding: 0;
	margin:0;
	overflow:hidden;
}
.paging {
	margin:0;
	padding:10px 0 6px 0;
	text-align:center;
	border-bottom:1px solid #ccc;
	overflow:hidden;
	clear:both;
}
.paging a {
	padding:2px 5px;
	margin:0 3px;
	color:#666666;
	font-size:11px;
	background:#ccc;
}
.paging a:hover, .paging a.active {
	padding:2px 5px;
	margin:0 3px;
	color:#fff;
	font-size:11px;
	background:#013333;
}
.paging a.next {
	float:right;
	color:#CC0000;
	font-weight:bold;
	font-size:15px;
	border:0;
	background:none;
}
.paging a.prev {
	float:left;
	color:#CC0000;
	font-weight:bold;
	font-size:15px;
	border:0;
	background:none;
}
/**  FOOTER CONTENT **/

#footer {
	font-family:Arial, Helvetica, sans-serif;
	padding:20px 0 0 13px;
	margin:15px 0 0 0;
	min-height:134px;
	border-bottom:20px solid #000;
	background:url(../images/footer_bg.jpg) repeat-x top left;
}
.footer_content {
	width: auto;
	min-height:103px;
	font-size:13px;
	color:#333333;
	padding:0 0 0 102px;
	background:url(../images/footer_logo.png) no-repeat top left;
}
.footer_catagory {
	padding:0 0 8px 0;
	margin:0;
	overflow:hidden;
}
.ftr_about {
	float:left;
	width:150px;
	padding:0px 10px;
}
.green_com, .quote {
	float:left;
	width:157px;
	padding:0px 15px;
}
.ftr_div {
	float:left;
	width:100px;
	font-weight:bold;
	color:#013333;
	padding:0px 15px;
}
.ftr_contact {
	float:left;
	width:140px;
	padding:0px 15px;
}
.ftr_contact, .ftr_div, .green_com, .quote {
	background:url(../images/footer_bar.jpg) no-repeat top left;
}
.footer_title a {
	font-size:17px;
	font-weight:bold;
	color:#013333;
	padding-bottom:3px;
}
.footer_title a:hover {
	color:#005252;
}
.footer_icon {
	padding:5px 0;
}
.footer_nav {
	padding:0;
	margin:0;
	list-style:none;
}
.footer_nav li {
	float:left;
	display:block;
	margin:0;
	padding:0px 0;
}
.footer_nav li a {
	color:#013333;
}
.footer_nav li a:hover, .copyright a:hover {
	text-decoration:underline;
}
.copyright {
	color:#035C5C;
	padding:7px 0;
	margin:0 0 0 10px;
	font-size:11px;
	border-top:1px solid #013333;
}
.copyright a {
	color:#035C5C;
}
.exhibiting_container {
	background:#E7E4E2;
	border-bottom:1px solid #ccc;
	padding:10px;
}
.exhibiting_container .exhibiting_title {
	font-size:14px;
	color:#CC0000;
	font-weight:bold;
	line-height:1.8em;
	width:100px;
}
.big_btn_container {
	padding:8px 0 3px 0;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
}
.big_btn {
	float:left;
	width:230px;
	margin-right:8px;
	margin-bottom:6px;
}
.big_btn_r {
	margin-right:0
}
.big_btn a {
	background:#f3f2f0 url(../images/big_btn_bg.gif) repeat-x left bottom;
	border:1px solid #B5AFA5;
	font-size:15px;
	color:#000;
	display:block;
	padding:4px 7px;
}
.big_btn a.active, .big_btn a:hover {
	background:#07898C;
	color:#fff;
}
.download_left
{
	float:left;
	width:190px;
	margin-bottom:15px;
}
.download_right a, .download_left a
{
	display:block;
	min-height:80px;
}
.download_right
{
	float:right;
	width:270px;
	margin-bottom:15px;
}
