body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px; text-align:justify;
	color: #333333;
    background: #ffffff;
}
		
a:link, a:visited { color: #0066CC; text-decoration: none; font-weight: normal; font-size:16px; } 
a:active, a:hover { color: #990000; text-decoration: underline; }

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 99.7%; height: 0px; font-size: 0px; border:1px double #999; margin:10px 0 0 0px; }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.margin_r_20 { margin-right: 20px; }

.margin_r_40 { margin-right: 40px; }

.button_01 a {
	clear: both;
	display: block;
	width: 57px;
	height: 23px;
	padding: 2px 5px 0 22px;
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: url(images/button_01.jpg) no-repeat;
}

.button_01 a:hover {
	color: #ffffff;
	background: url(images/button_01_hover.jpg) no-repeat;
}

h1 {
	margin: 0px;
	padding: 2px 0;
	font-size: 30px;
	font-weight: bold;
}

h2 {
	margin: 0 0 10px 0;
	padding: 2px 0;
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	color: #02517c; border-bottom:1px solid #666;
}

h3 {
	margin: 0 0 5px 0;
	padding: 5px 0;
	font-size: 18px;
	font-weight: normal;
	color: #2c90cb;
}
h4 {
	margin: 0 0 0px 0;
	padding: 5px 0;
	font-size: 18px;
	font-weight: normal;
	color:#333;
}
h5 {
	margin: 0 0 5px 0;
	padding: 5px 0;
	font-size: 18px; text-align:center;
	font-weight: normal;
	color: #2c90cb;
}
.image_wrapper {
	margin-top: 3px;
	margin-bottom: 5px;
	border: 5px solid #e8e8e8;
	padding: 1px;
	background: #fff;
}

.fl_image {
	float: left;
	margin-right: 30px 
}

.fr_image {
	float: right;
	margin-left: 20px 
}


/* site title */

#site_title_bar_wrapper {
	width: 100%;
	height: 100px;
	margin: 0 auto;	
	background:  url(images/site_title_bg_wrapper.jpg) repeat-x top;
}

#site_title_bar {
	width: 965px;
	height: 100px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(images/site_title_bg.jpg) no-repeat top;
}

#site_title {
	float: left;
	width: 260px;
	margin: 0px;
	text-align: center;
	padding: 10px 0 0 0;
}

#site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 28px;
	color:#000;
	font-weight: bold;
	text-decoration: none;
}

#site_title h1 a:hover {
	font-weight: bold;	
	text-decoration: none;
}

#site_title h1 a span {
	display: block;
	font-size: 13px;
	color: #204567;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 5px;
	letter-spacing: 2px;
}

/* end of menu */

#site_title_bar #menu {


	
	margin: 0 0 0 20px;
	padding: 10px 0 0 0;
	list-style: none;
}

#menu, #menu ul {
	margin: 0;
	padding: 0;z-index: 999;
	list-style: none;
}
#menu {
z-index: 9999; 
	margin:  0px 0 0 22PX;
	float:right;
}
#menu:before,  #menu:after {
	
	display: table;
}
#menu:after {
	clear: both;
}
#menu {
	zoom:1;
}
#menu li {
	float:left;

	border-radius: 6px;
	position: relative; margin:1PX;
}
#menu a {
	float: left;
	padding: 6px 10px; background:#f0eded;
	color:#000; margin-left:1px; border-radius:5PX;

	font: bold 12px Arial, Helvetica;
	text-decoration: none;

}
#menu li li a {
	color:#FFF;
	
	border-radius:6px;
}
#menu ul {
	margin: 20px 0 0 0;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 32px;
	left: 0;
	z-index: 1;-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#menu li a:hover { color:#ddf2fb; background:#18628b;}
#menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;background:#18628b;
}
#menu ul ul {
	top: 0;
	float:right;
	left: 150px;
	margin: 0 0 0 0px;background:#18628b;
	_margin: 0; /*IE6 only*/
	-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	box-shadow: -1px 0 0 rgba(255,255,255,.3);
}
#menu ul li {
	float: none;
	display: block;
	border: 0; margin:0px; padding:0px;background:#18628b;
	_line-height: 0; /*IE6 only*/
	-moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
	-webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666; border-radius:0px !important;
	box-shadow: 0 1px 0 #111, 0 2px 0 #666;
}
#menu ul li:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#menu ul a {
	padding: 5px;

	_height: 10px; /*IE6 only*/
	display: block;border-radius:0px !important;
	white-space: nowrap;background:#18628b;
	float: none;
	text-transform: none;
}
#menu ul li:first-child > a {
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
#menu ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #444;
}
#menu ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-left: 0;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 6px solid #3b3b3b;
}
#menu ul li:first-child a:hover:after {
	border-bottom-color: #e6eaec;
}
#menu ul ul li:first-child a:hover:after {
	border-right-color: #e6eaec;
	border-bottom-color: transparent;
}
#menu ul li:last-child > a {
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
/* Mobile */
	#menu-trigger {
	display: none;
}
/* iPad */
	.no-transition {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	opacity: 1;
	visibility: visible;
	display: none;
}
#menu li:hover > .no-transition {
	display: block;
}
/* end of menu */

#site_title_bar #search_box {
	float: right;
	width: 210px;
	height: 30px;
	margin: 0 10px 0 0;
	padding: 10px 0 0 0;
}


/* menu */

/* banner */

#banner_wrapper_outter {
	clear: both;
	width: 100%;
	height: 360px;
	margin: 0 auto;	
	background: url(images/banner_bg_wrapper_outter.jpg) top repeat-x;
}

#banner_wrapper {
	width: 100%;
	height: 360px;
	margin: 0 auto;	
	background: url(images/banner_bg_wrapper.jpg) no-repeat center top;
}

#banner {
	width: 960px;
	height: 360px;
	padding: 20px 10px;
	margin: 0px auto;
	background: url(images/banner_bg.jpg) no-repeat center top;
}

#banner_slider {
	clear: both;
	width: 960px;
	height: 305px; border:2px solid #FFF;
	overflow: hidden; margin:0px 0  0 0px;
	padding: 0px 0 0 0;
	background: none;
}

/* end of banner */

/* content */

#content {
	width: 960px;
	margin: 0px auto;
	padding: 0px 20px;
	background: url(images/content_bg_middle.png) repeat-y center;
}

#content #twitter_section {
	clear: both;
	margin-bottom:0px;
}

#content #twitter_section p {
	float: left;
	width: 800px;
	font-size: 26px;
	line-height: 34px;
	color: #2a90c1;
}
.product  { width:280px; margin:10px; padding:0px; float:left;}
.product1  { width:172px; margin:10px; padding:0px; float:left;}
table { border-collapse:collapse;border:1px solid #f0ecec; margin:0px 0 10px 0px; }
td { padding:3px 10px;border:1px solid #f0ecec; }
#content #twitter_section .followme a {
	display: block;
	float: right;
	width: 128px;
	height: 100px;
	background: url(images/twitter.png) no-repeat;
}
#content img { float:right; margin:0px 0px 10px 10px; border:1px double #999; padding:4px;}

#content p {
	margin-bottom: 10px;
}

.box {
	float: left;
	width: 291px;
	padding: 0 20px 0 0px;
}

.box_border {
	border-right: 1px dotted #999;
}

.box h2 {
	color: #9b1919;
	font-size: 20px;
	margin-bottom: 20px;
}

.box .box_image_wrapper {
	float: left;
	text-align: center;
	margin-right: 20px;
}

.em_text {
	font-size: 14px;
	color: #000;
}

.section_w940 {
	clear: both; margin:0px 0 0 0px;
	width: 960px;
}
.section_w360 {float: left;
	width: 430px; 
}
.section_w360 a { height:40px; width:100%; float:left;}
.section_w450 {
	float: left;
	width: 460px;
}

.news_box { margin-top:10px;
	margin-bottom: 10px; padding-bottom:10px;
	border-bottom: 1px dashed #ccc;	
	color: #2f5e9e; font-size:16px;
}

.news_box .post_info {
 font-size:13px; margin:0px; color: #333333;
}

.news_box .post_info a {
	color: #000000;
	font-weight: bold;
}

.news_box .post_info strong {
	color: #000000;
}

.news_box a {
	color: #2f5e9e; font-size:16px;
}

.testimonial {
	font-style: italic;
}
span {font-size:13px; color:#333333; margin:0px;}
/* footer */

#footer_wrapper {
	width: 100%;
	margin: 0 auto; float:left;
	background: #02517c url(images/footer_bg.jpg) repeat-x top;
}

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 30px 10px 20px 10px;
	color: #cccccc;
}


#footer p {
	
	margin:0px 0px 0px 5px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF; width:auto !important;
	background:none;
	line-height:50px;
}
#footer a img {

	margin:0px 0 0 10px;
	padding:0px;
	border:none;width:auto !important;
	background:none;
}
#footer a {
	border:none;
	background:none;
	margin-bottom:0px;
}
/* end of footer */

#contact {
	width:900px;
	float:left;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 20px;
}
#contact a {
	color:#CCCCCC;
}
#contact h4 {
	height: auto;
	width:900px;
	border:none !important;
	text-decoration:underline;
	float:left;
	margin:10px 0px 0px 0px;
	background: none;
	padding:0px 0px 0px 0px;
	text-align:left;
	color:#2b8dc8;
	font-size:18px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
#contact font {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #67575F;
	width:690px;
	float:left;
	margin:10px 0px 0px 2px;
}
#contact font a {
	color: #67575F;
	text-decoration:none;
}
#contact b {
	font-size:13px;
	color:#5c4f3c;
	font-weight:bold;
	float:left;
	width:160px;
	margin:10px 0px 0px 0px;
}
.enquiry_form {
	width:970px;
	float: left;
	margin:25px 0px 30px 0px !important;
	padding:0px 0px 0px 0px;
}
.enquiry_form div {
	width:400px;
	float: left;
	height:auto;
	color:#000;
	font-size:14px;
	margin-top:3px;
	font-weight: normal;
	margin-left:50px !important;
	position:relative;
	display:block;
	margin-bottom:5px;
	text-shadow:none;
	font-weight:bold;
	margin-left:15px
}
.txt_area1 {
	color:#000000;
	font-family:Arial;
	font-size:11px;
	font-weight: normal;
	height:23px;
	width:272px;
	float:right;
	margin:0px;
}
.txt_box1 {
	color:#000000;
	font-family:Arial;
	font-size:11px;
	font-weight: normal;
	height:55px;
	width:272px;
	float:right;
	margin:0px;
}
.select1 {
	color:#000000;
	font-family:Arial;
	font-size:11px;
	font-weight: normal;
	height:25px;
	width:278px;
	float:right;
	margin:0px !important;
}
.button {
	height:25px;
	width:80px;
	border:none;
	cursor:pointer;
	color:#FFFFFF !important;
	font-family: Arial!important;
	border:1px solid #FFFFFF;
	font-weight:bold;
	box-shadow: 0px 3px 0px #262f34 !important;
	-moz-box-shadow: 0px 3px 0px #262f34 !important;
	-webkit-box-shadow: 0px 3px 0px #262f34 !important;
	float:right !important;
	margin-top:0px !important;
	margin-right:15px !important;
	background:#411806 !important;
}
.button:hover {
	background:#723f2a !important;
}
