@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: "Avenir LT Std 35 Light", Arial;
	font-size: 14px;
	color: #666666;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

@font-face {
	font-family: "Handlee";
	src: url("../fonts/Handlee-Regular.eot") /* EOT file for IE */
}
@font-face {
	font-family: "Handlee";
	src: url("../fonts/Handlee-Regular.ttf") /* OTF file for CSS3 browsers */
}
@font-face {
	font-family: "Avenir LT Std 35 Light";
	src: url("../fonts/AvenirLTStd_Light.eot") /* EOT file for IE */
}
@font-face {
	font-family: "Avenir LT Std 35 Light";
	src: url("../fonts/AvenirLTStd_Light.otf") /* OTF file for CSS3 browsers */
}
@font-face {
	font-family: "Avenir LT Std 65 Medium";
	src: url("../fonts/AvenirLTStd_Medium.eot") /* EOT file for IE */
}
@font-face {
	font-family: "Avenir LT Std 65 Medium";
	src: url("../fonts/AvenirLTStd_Medium.otf") /* OTF file for CSS3 browsers */
}

.all_common_box {
	float: left;
	width: 100%;
}
#wrap {
	float: left;
	width: 100%;
}
.container {
	width: 1000px;
	margin: 0px auto;
	padding: 0px 0px;
}
#header {
	width: 100%;
	height: 168px;
	background-color: #272624;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.logo {
	float: left;
	width: auto;
	padding: 25px 0px 25px 0px;
	
}
.slogan {
	float: left;
	width: 403px;
	padding: 47px 30px 0px 30px;
	font-family: "Handlee";
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
}
.top_right {
	float: right;
	width: 255px;
	padding: 15px 0px 0px 0px;
}
.top_right .text {
	float: left;
	width: 255px;
	padding: 0px 0px 7px 0px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}
.top_right .phone_num {
	float: left;
	width: 167px;
	height: 61px;
	padding: 7px 13px 0px 78px;
	background-image: url(../images/call_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
	color: #ebe6e6;
	line-height: 25px;
	text-align: right;
}
.top_right .phone_num span {
	font-size: 22px;
	color: #ffffff;
}
#menu {
	float: left;
	width: 100%;
}
#menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#menu ul li {
	float: left;
	width: auto;
	font-family: "Avenir LT Std 35 Light";
	font-size: 16px;
	color: #ffffff;
}
#menu ul li a {
	display: block;
	padding: 0px 25px;
	color: #ffffff;
	text-decoration: none;
	line-height: 45px;
	background: url(../images/bg2.jpg) repeat -20px 45px; /* menu image */
}
#menu ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}
#menu ul li a.selected {
	color: #ffffff;
	text-decoration: none;
	background-position: -20px 118px !important;
}
#menu ul li:hover ul {
	display: block;
}
#menu ul li ul {
	display: none;
	position: absolute;
	z-index: 999;
	background-color: #d32820;
	width: 230px;
}
#menu ul li ul li {
	width: 100%;
}
#menu ul li ul li a {
	padding: 0px 15px;
	background: none;
	color: #ffffff;
}
#menu ul li ul li a:hover {
	background-color: #272624; /* dropdown menu hover color */
}
#menu li ul:hover > a {
	color: #ffffff;
	background-position: -20px 118px !important;
}
#slider_box {
	float: left;
	width: 100%;
}
#middle {
	float: left;
	width: 100%;
}
.main_cont {
	float: left;
	width: 100%;
	padding: 30px 0px;
}
.mid_hed {
	float: left;
	width: 100%;
	padding: 0px 0px 3px 0px;
	background-image: url(../images/mid_hed_line.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: "Avenir LT Std 35 Light";
	font-size: 30px;
	color: #000000;
}
.mid_hed span {
	font-family: "Avenir LT Std 65 Medium";
}
.mid_cont {
	float: left;
	width: 100%;
	padding-top: 17px;
	line-height: 22px;
}
.main_products {
	float: left;
	width: 100%;
	padding: 30px 0px;
	background-color: #f5f6f6;
}
.main_products .products {
	float: left;
	width: 27.33%;
	padding: 0px 3%;
	text-align: center;
}
.main_products .products .image {
	float: left;
	width: 100%;
	padding: 0px 0px 12px 0px;
}
.main_products .products .name {
	float: left;
	width: 100%;
	padding: 0px 0px 12px 0px;
	font-family: "Avenir LT Std 35 Light";
	font-size: 20px;
	color: #000000;
}
.main_products .products .text {
	float: left;
	width: 100%;
	padding: 0px 0px 12px 0px;
	color: #000000;
	line-height: 22px;
}
.main_products .products .btn {
	float: left;
	width: 100%;
}
.main_products .products .more_btn {
	display: inline-block;
	background-color: #F5F6F6;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 6px 0 #1B5249, 0 10px 15px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 6px 0 #1B5249, 0 10px 15px rgba(0, 0, 0, 0.35);
	box-shadow: 0 6px 0 #1B5249, 0 10px 15px rgba(0, 0, 0, 0.35);
	font-family: "Avenir LT Std 35 Light";
	font-size: 20px;
	color: #ffffff;
	text-decoration: none;
	webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	-o-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}
.main_products .products .more_btn span {
	display: inline-block;
	padding: 9px 30px;
	background-color: #d32820;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	-moz-transition: -moz-transform 0.2s ease-in-out;
	-o-transition: -o-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}
.main_products .products .more_btn:hover span {
	-webkit-transform: translateY(4px);
	-moz-transform: translateY(4px);
	-ms-transform: translateY(4px);
	-o-transform: translateY(4px);
	transform: translateY(4px);
}
.latest_products {
	float: left;
	width: 100%;
	padding: 30px 0px;
}
.quick_contact {
	float: left;
	width: 100%;
	padding: 30px 0px;
	background-image: url(../images/quick_contact_bg.png);
	background-repeat: repeat;
	background-position: left top;
}
.quick_contact .mid_hed {
	background-image: none;
}
.quick_contact .form {
	float: left;
	width: 750px;
}
.quick_contact .form .text_field {
	float: left;
	width: 337px;
	padding: 13px 13px;
	margin: 0px 20px 20px 0px;
	border: 1px solid #8e8e8e;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: "Avenir LT Std 35 Light";
	font-size: 16px;
	color: #9e9e9e;
}
.quick_contact .form .text_area {
	float: none;
	width: 337px;
	height: 153px;
	padding: 13px 13px;
	margin: 0px 0px 20px 0px;
	border: 1px solid #8e8e8e;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: "Avenir LT Std 35 Light";
	font-size: 16px;
	color: #9e9e9e;
}
.quick_contact .form .submit_btn {
	display: inline-block;
	background-color: transparent;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 6px 0 #1B5249, 0 10px 15px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 6px 0 #1B5249, 0 10px 15px rgba(0, 0, 0, 0.35);
	box-shadow: 0 6px 0 #1B5249, 0 10px 15px rgba(0, 0, 0, 0.35);
	webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	-o-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}
.quick_contact .form .submit_btn input {
	display: inline-block;
	padding: 5px 44px;
	background-color: #d32820;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	-moz-transition: -moz-transform 0.2s ease-in-out;
	-o-transition: -o-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	border: none;
	cursor: pointer;
	font-family: "Avenir LT Std 35 Light";
	font-size: 24px;
	color: #ffffff;
	text-transform: uppercase;
}
.quick_contact .form .submit_btn:hover input {
	-webkit-transform: translateY(4px);
	-moz-transform: translateY(4px);
	-ms-transform: translateY(4px);
	-o-transform: translateY(4px);
	transform: translateY(4px);
}
.quick_contact .image {
	float: left;
	width: 250px;
	text-align: center;
}
#footer {
	float: left;
	width: 100%;
}
.footer_main {
	float: left;
	width: 100%;
	padding: 17px 0px;
	background-color: #272624; /*footer color*/
	color: #fff;
}
.footer_main h2 {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #064137;
	font-family: "Avenir LT Std 35 Light";
	font-size: 22px;
	color: #ffffff;
	font-weight: normal;
}
.footer_main .testimonials {
	float: left;
	width: 28%;
	padding: 0px 2% 0px 0%;
}
.footer_main .testimonials .icon {
	float: left;
	width: 38px;
	padding: 0px 12px 0px 0px;
}
.footer_main .testimonials .text {
	float: right;
	width: 230px;
	padding: 7px 0px 12px 0px;
}
.footer_main .testimonials .name {
	float: right;
	width: 230px;
	padding: 3px 0px 12px 0px;
}
.footer_main .navigation {
	float: left;
	width: 18%;
	padding: 0px 2% 0px 0%;
}
.footer_main .navigation li {
	float: left;
	width: 100%;
	padding: 0px 0% 2px 0%;
	font-size: 14px;
	color: #ffffff;
	background-image: url(../images/footer_menu_line.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.footer_main .navigation li a {
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	text-decoration: none;
	line-height: 29px;
}
.footer_main .navigation li a:hover {
	color: #ad9e15;
	text-decoration: none;
}
.footer_main .where_we_are {
	float: left;
	width: 28%;
	padding: 0px 2% 0px 0%;
}
.footer_main .where_we_are li {
	float: left;
	width: 89%;
	padding: 1px 0% 15px 11%;
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
}
.footer_main .where_we_are .address_icon {
	background-image: url(../images/address_icon.png);
	background-repeat: no-repeat;
	background-position: left 4px;
}
.footer_main .where_we_are .phone_icon {
	background-image: url(../images/phone_icon.png);
	background-repeat: no-repeat;
	background-position: left 0px;
}
.footer_main .where_we_are .email_icon {
	background-image: url(../images/email_icon.png);
	background-repeat: no-repeat;
	background-position: left 4px;
}
.footer_main .where_we_are .world_icon {
	background-image: url(../images/world_icon.png);
	background-repeat: no-repeat;
	background-position: left 0px;
}
.footer_main .where_we_are li a {
	color: #ffffff;
	text-decoration: none;
}
.footer_main .where_we_are li a:hover {
	color: #ad9e15;
	text-decoration: none;
}
.footer_main .follow_us {
	float: left;
	width: 18%;
	padding: 0px 2% 0px 0%;
}
.footer_main .follow_us a {
	display: inline-block;
	background-color: #002922;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	-o-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}
.footer_main .follow_us a img {
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	-moz-transition: -moz-transform 0.2s ease-in-out;
	-o-transition: -o-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}
.footer_main .follow_us a:hover img {
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
}
.footer_main .follow_us a.facebook_icon {
	-webkit-box-shadow: 0 3px 0 #264079;
	-moz-box-shadow: 0 3px 0 #264079;
	box-shadow: 0 3px 0 #264079;
}
.footer_main .follow_us a.twitter_icon {
	-webkit-box-shadow: 0 3px 0 #0079a5;
	-moz-box-shadow: 0 3px 0 #0079a5;
	box-shadow: 0 3px 0 #0079a5;
}
.footer_main .follow_us a.google_icon {
	-webkit-box-shadow: 0 3px 0 #be2e1c;
	-moz-box-shadow: 0 3px 0 #be2e1c;
	box-shadow: 0 3px 0 #be2e1c;
}
.footer_text {
	float: left;
	width: 100%;
	padding: 17px 0px;
	background-color: #171312;
	font-family: "Avenir LT Std 35 Light";
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}

/*-------------------------------- inner pages --------------------------------*/
#inner_banner_box {
	float: left;
	width: 100%;
}
#inner_banner_box img {
	width: 100%;
}
.category_section {
	float: left;
	width: 228px;
	background-color: #f6f6f6;
	border: 1px solid #d7d7d7;
}
.category_section .hed {
	display: block;
	padding: 9px 9px;
	background-color: #3c746b;
	font-family: "Avenir LT Std 35 Light";
	font-size: 20px;
	color: #FFFFFF;
}
.category_section .cont {
	display: block;
	padding: 5px 5px;
	font-family: "Avenir LT Std 35 Light";
	font-size: 20px;
	color: #FFFFFF;
}
.category_section li {
	display: block;
	border-bottom: 1px solid #e6e6e6;
	font-family: "Avenir LT Std 35 Light";
	font-size: 14px;
	color: #505050;
}
.category_section li:last-child {
	border-bottom: none;
}
.category_section li a {
	display: block;
	padding: 9px 5px 9px 19px;
	background-image: url(../images/arrow_gray.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	color: #505050;
	text-decoration: none;
}
.category_section li a:hover {
	background-image: url(../images/arrow_green.png);
	color: #3c746b;
	text-decoration: none;
	background-color: #F1F1F1;
}
.product_section {
	float: left;
	width: 750px;
	padding: 0px 0px 0px 20px;
}
.product_section .product_box {
	float: left;
	width: 100%;
	padding: 0px 0px 30px 0px;
	margin: 0px 0px 27px 0px;
	background-image: url(../images/product_line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.product_section .product_box:last-child {
	background-image: none;
}
.product_section .product_box li {
	float: left;
	width: auto;
	padding: 0px 30px 0px 0px;
}
.product_section .product_box li a {
	display: block;
	border: 1px solid #d4d4d4;
	box-shadow: 0px 0px 7px #C5C5C5;
	-moz-box-shadow: 0px 0px 7px #C5C5C5;
	-webkit-box-shadow: 0px 0px 7px #C5C5C5;
}
.product_section .product_box li span {
	display: block;
	padding: 10px 0px 0px 0px;
	font-family: "Avenir LT Std 65 Medium";
	font-size: 16px;
	color: #000000;
	text-align: center;
}
.product_section .product_box .text {
	float: left;
	width: auto;
	padding: 27px 0px 0px 0px;
	font-family: "Avenir LT Std 65 Medium";
	font-size: 16px;
	color: #000000;
	line-height: 22px;
}
.product_section .product_box .btn {
	float: left;
	width: auto;
	padding: 27px 0px 0px 0px;
}
.product_section .product_box .full_display_btn {
	display: inline-block;
	background-color: transparent;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 6px 0 #1B5249, 0 10px 15px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 6px 0 #1B5249, 0 10px 15px rgba(0, 0, 0, 0.35);
	box-shadow: 0 6px 0 #1B5249, 0 10px 15px rgba(0, 0, 0, 0.35);
	font-family: "Avenir LT Std 35 Light";
	font-size: 20px;
	color: #ffffff;
	text-decoration: none;
	webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	-o-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}
.product_section .product_box .full_display_btn span {
	display: inline-block;
	padding: 10px 19px;
	background-color: #3c746b;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	-moz-transition: -moz-transform 0.2s ease-in-out;
	-o-transition: -o-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}
.product_section .product_box .full_display_btn:hover span {
	-webkit-transform: translateY(4px);
	-moz-transform: translateY(4px);
	-ms-transform: translateY(4px);
	-o-transform: translateY(4px);
	transform: translateY(4px);
}
.product_section .next_prev_box {
	float: left;
	width: 100%;
	font-family: "Avenir LT Std 65 Medium";
	font-size: 14px;
	color: #000000;
	text-align: center;
}
.product_section .next_prev_box li {
	display: inline-block;
	width: auto;
	padding: 0px 3px;
}
.product_section .next_prev_box li a {
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 4px 9px;
	background-color: #f8f8f8;
	border: 1px solid #d3d3d3;
}
.product_section .next_prev_box li a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #EBEBEB;
}
.product_section .next_prev_box li a.active {
	color: #000000;
	text-decoration: none;
	background-color: #EBEBEB;
}
.enquiry_section {
	float: left;
	width: 580px;
}
.enquiry_section .form_box {
	float: left;
	width: 100%;
}
.enquiry_section .form_box input[type="text"] {
	float: left;
	width: 518px;
	padding: 13px 10px;
	margin: 0px 0px 20px 0px;
	border: 1px solid #d2d2d2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: "Avenir LT Std 35 Light";
	font-size: 16px;
	color: #9E9E9E;
}
.enquiry_section .form_box .text_field2 {
	width: 145px !important;
	margin: 0px 20px 20px 0px !important;
}
.enquiry_section .form_box .text_field3 {
	width: 238px !important;
	margin: 0px 20px 20px 0px !important;
}
.enquiry_section .form_box textarea {
	float: left;
	width: 90%;
	padding: 13px 10px;
	margin: 0px 0px 20px 0px;
	border: 1px solid #d2d2d2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: "Avenir LT Std 35 Light";
	font-size: 16px;
	color: #9E9E9E;
}
.enquiry_section .form_box .submit_btn {
	display: inline-block;
	background-color: transparent;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 6px 0 #1B5249, 0 10px 15px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 6px 0 #1B5249, 0 10px 15px rgba(0, 0, 0, 0.35);
	box-shadow: 0 6px 0 #1B5249, 0 10px 15px rgba(0, 0, 0, 0.35);
	webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	-o-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}
.enquiry_section .form_box .submit_btn input {
	display: inline-block;
	padding: 5px 44px;
	background-color: #3c746b;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	-moz-transition: -moz-transform 0.2s ease-in-out;
	-o-transition: -o-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	border: none;
	cursor: pointer;
	font-family: "Avenir LT Std 35 Light";
	font-size: 24px;
	color: #ffffff;
	text-transform: uppercase;
}
.enquiry_section .form_box .submit_btn:hover input {
	-webkit-transform: translateY(4px);
	-moz-transform: translateY(4px);
	-ms-transform: translateY(4px);
	-o-transform: translateY(4px);
	transform: translateY(4px);
}
.contact_section {
	float: left;
	width: 350px;
	padding: 0px 0px 0px 70px;
}
.contact_section li {
	float: left;
	width: 89%;
	padding: 1px 0% 15px 11%;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
}
.contact_section .address_icon {
	background-image: url(../images/address_icon2.png);
	background-repeat: no-repeat;
	background-position: 7px 4px;
}
.contact_section .phone_icon {
	background-image: url(../images/phone_icon2.png);
	background-repeat: no-repeat;
	background-position: 7px 0px;
}
.contact_section .email_icon {
	background-image: url(../images/email_icon2.png);
	background-repeat: no-repeat;
	background-position: 7px 4px;
}
.contact_section .world_icon {
	background-image: url(../images/world_icon2.png);
	background-repeat: no-repeat;
	background-position: 7px 0px;
}
.contact_section li a {
	color: #000000;
	text-decoration: none;
}
.contact_section li a:hover {
	color: #000000;
	text-decoration: underline;
}
.contact_us_section {
	float: left;
	width: 100%;
	padding: 30px 0px 0px 0px;
}
.our_location_section {
	float: left;
	width: 100%;
	padding: 30px 0px 0px 0px;
}
.contact_us {
	float: left;
	width: 330px;
	padding: 20px;
	background-color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0px 0px 7px #a3a3a3;
	-moz-box-shadow: 0px 0px 7px #a3a3a3;
	-webkit-box-shadow: 0px 0px 7px #a3a3a3;
	position: absolute;
}
.contact_us .mid_hed {
	padding: 0px 0px 0px 0px;
	background-image: none;
	font-size: 24px;
	font-style: italic;
	text-decoration: underline;
}
.contact_us li {
	float: left;
	width: 89%;
	padding: 1px 0% 15px 11%;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
}
.contact_us .address_icon {
	background-image: url(../images/address_icon2.png);
	background-repeat: no-repeat;
	background-position: 5px 4px;
}
.contact_us .phone_icon {
	background-image: url(../images/phone_icon2.png);
	background-repeat: no-repeat;
	background-position: 5px 0px;
}
.contact_us .email_icon {
	background-image: url(../images/email_icon2.png);
	background-repeat: no-repeat;
	background-position: 5px 4px;
}
.contact_us .world_icon {
	background-image: url(../images/world_icon2.png);
	background-repeat: no-repeat;
	background-position: 5px 0px;
}
.contact_us li a {
	color: #000000;
	text-decoration: none;
}
.contact_us li a:hover {
	color: #000000;
	text-decoration: underline;
}
