/* General */
body{
	background:#2f2f2f;
	color:#3f3f3f;
	font-family: 'Raleway', sans-serif;
	font-size:13px;
}

/* Typography */
h1, h2, h4 {
	text-transform:uppercase;
}

h1{
	color:#fff;
	font-size:42px;
	font-weight:500;
}

h2{
	font-size:60px;
	font-weight:600;
}

h3{
	font-size:30px;
	font-weight:600;
}

h4{
	font-size:14px;
	font-weight:600;
}

h5{
	font-weight:bold;
}

h6{
	font-size:13px;
	font-weight:600;
}

/* Links */
a{
	color:#017287;
}

a:hover{
	color:#a5a5a5;
}

p {
	font-family:Verdana, Geneva, sans-serif;
}

/* Template */

.container {
	width:96%;
	max-width:1000px;
	margin:0 auto;
	padding:0 2%;
}

#page_header_bg {
	background:url(../images/page_header_bgr.jpg) repeat-x;
	height:118px;	
}

#page_header_content{
	background:url(../images/page_header_content_bg.jpg) repeat-y;
	height:118px;		
}

#page_header_left {
	float:left;
	width:69%;
	padding-top:36px;
}

#page_header_right{
	float:right;
	width:30.3%;
	padding-top:22px;
}

#header_contact {
	float:right;
	background:url(../images/header_contact_bg.png) no-repeat;
	width:303px;
	height:73px;
	margin-right:1px;	
}

#header_contact_left {
	float:left;
	width:210px;
	padding:12px 10px 12px 15px;
	text-transform:uppercase;
	color:#fff;
	font-size:17px;
	font-weight:500;
	text-align:right;
}

#header_contact_left span {
	font-family: 'Open Sans', sans-serif;
	color:rgba(255,255,255,0.5);
	font-size:24px;
	font-weight:600;
}

#header_contact_right {
	float:left;
	background:url(../images/header_contact_right_bg.png) 5px center no-repeat;
	width:67px;
	height:73px;	
}

#page_content_bg {
	background:#fff;
}

#page_content {
	width:98%;
	padding:25px 1%;
}

#page_content_left {
	float:left;
	width:28%;
	border-right:2px solid #f3f3f3;
	padding-right:2%;
}

.page_content_left_image {
	width:100%;
	text-align:center;
}

#page_content_right {
	float:left;
	width:67.6%;
	margin-left:2%;	
}

.content_text {
	padding:10px 0;
}

/* Tabs */

#tab_container {
	border:2px solid #f3f3f3;
}

#main_tabs {
	margin-bottom:2px;
}

.tab_title, .tab_title_sel, .home_tab_title, .home_tab_title_sel {
	float:left;
	width:31%;
	padding:1.5% 0.5%;
	background:#fff;
	cursor:pointer;
	text-align:center;
	font-weight:600;
	text-transform:uppercase;
}

.tab_title, .tab_title_sel {
	font-size:11px;
	width:32.3%;	
}

.home_tab_title, .home_tab_title_sel {
	width:49%;	
}

.tab_title_sel, .home_tab_title_sel {
	background:url(../images/tab_sel_bg.png) center bottom no-repeat #f3f3f3;
}

.tab_content {
	background:#f3f3f3;
	padding:15px;
}

.tab_content_border {
	border-bottom:2px solid #fff;
	padding:15px 0 10px 0;
}

.tab_content_border span{
	font-weight:bold;
	text-transform:uppercase;
}

/* Header */

#header_bg {
	background:#fff;
	height:128px;
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;	
}

#header_left {
	float:left;
	width:250px;
	padding-top:32px;
}

#header_right {
	float:right;
	width:497px;
	padding:50px 0 0 0;
}

.lvl1_parent {
	position:relative;
}

.menu_item_lvl1 a, .menu_item_lvl1_sel a {
	float:left;
	padding:7px 14px 7px 0;
	border-bottom:2px solid #2f2f2f;
	color:#2f2f2f;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	margin-right:50px;
}

.menu_item_lvl1 a:hover, .menu_item_lvl1_sel a{
	border-bottom:3px solid #017287;
	color:#017287;
}

.menu_item_lvl1_hover a, .menu_item_lvl1_sel_hover a{
	padding-bottom:15px;
	background:url(../images/lvl2_container_bg.png) 40px 24px no-repeat;	
}

.lvl2_container {
	display:block;
	position:absolute;
	z-index:100;
	top:31px;
	left:44px;
	-moz-box-shadow:0 3px 4px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 3px 4px 1px rgba(0,0,0,0.5);
	box-shadow:0 3px 4px 1px rgba(0,0,0,0.5);	
}

.menu_item_lvl2 a, .menu_item_lvl2_sel a {
	display:block;
	float:none;
	background:#fff;
	width:200px;
	color:#2f2f2f;	
	padding:10px 0px;
	text-align:center;
	margin-right:0;
	border-bottom:none;
	text-decoration:none;
}

.menu_item_lvl2 a:hover, .menu_item_lvl2_sel a{
	color:#017287;
	border-bottom:none;
	text-decoration:none;
}

.last a {
	margin-right:0;
}

#header_right a#pull {
	display: none;
}

#header_special_msg_bg {
	background:url(../images/special_msg_bg.jpg) repeat-x #a5a5a5;
	color:#2f2f2f;	
}

.header_special_msg {
	text-align:center;
}

.header_special_msg p {
	padding:9px 0;
}

/* Footer */

#footer_top_bg {
	background:url(../images/footer_bgr.jpg) repeat-x;	
}

.middle_bg_top {
	background:url(../images/middle_bg_top.jpg) no-repeat;
	height:21px;
}

.middle_bg_content {
	background:url(../images/middle_bgr.jpg) repeat-y;
	min-height:	177px;
	padding:0 12px;
}
.middle_bg_bottom {
	background:url(../images/middle_bg_bottom.jpg) no-repeat;
	height:14px;	
}

.client_container {
	float:left;
	width:13%;
	margin-right:1.5%;
}

.client_style {
	margin-right:0;
}

.client_image img {
	padding-bottom:4px;
}

.client_image img:hover {
	padding-bottom:0;
	border-bottom:4px solid #2b0115;
}

.footer_tagline {
	text-align:center;
	font-size:27px;
	font-weight:500;
	text-transform:uppercase;
	color:#017287;
	padding-top:25px;
}

#footer_middle {
	padding:35px 0 25px 0;
}

#footer_middle_left {
	float:left;
	width:70%;
	text-transform:uppercase;
}

.footer_menu{
	float:left;
	width:27%;
}

.footer_title {
	color:#fff;
	font-size:14px;
	font-weight:600;
	padding-bottom:14px;	
}

.footer_item, .footer_item a {
	color:#fff;
	font-size:11px;
	text-decoration:none;		
	padding-bottom:5px;
}

.footer_item span {
	color:#fff;
	font-size:11px;
	text-transform:lowercase;	
}

.footer_item_lvl1 a, .footer_item_lvl1_sel a {
	display:block;
	color:#fff;
	font-size:11px;
	text-decoration:none;
	padding-bottom:5px;	
}

#footer_middle_right {
	float:right;
	width:30%;
	height:34px;
	background:url(../images/footer_logo.png) right no-repeat;
}

#footer_bottom {
	border-top:2px solid #131313;
	padding:38px 0;		
}

#footer_bottom_left {
	float:left;
	width:50%;
}

#footer_bottom_right {
	float:right;
	width:50%;
	text-align:right;
	font-size:11px;
	color:#7e7e7e;
}

#footer_bottom_right a{
	font-size:11px;
	color:#7e7e7e;
	text-decoration:none;
}

#footer_bottom_right a:hover{
	color:#fff;
}

.footer_break {
	display:inline-block;
}

/* Home */

#home_banner_bg {
	background:url(../images/home_slider_bgr.jpg) repeat-x;
	min-height:405px;	
}

.home_banner_main{
	background:url(../images/home_banner_main_bg.jpg) center no-repeat;
	min-height:405px;	
}

.home_banner_contact {
	position:absolute;
	bottom:50px;
	right:0;
}

.home_banner_container {
	text-align:right;
	position:relative;
	min-height:405px;
	text-decoration:none;	
}

#home_banner_1, #home_banner_2, #home_banner_3, #home_banner_4, #home_banner_5 {
	display:none;
}

.home_banner_title {
	position:absolute;
	top:68px;
	right:0;
	font-size:60px;
	font-weight:500;
	text-transform:uppercase;
	color:#fff;	
}

.home_banner_sub_title {
	position:absolute;
	top:130px;
	right:0;
	font-size:30px;
	font-weight:500;
	text-transform:uppercase;
	color:#303132;	
}

.home_banner_image img {
	max-width:99%;
}

.home_banner_alt_image {
	display:none;
}

.home_banner_text {
	width:480px;
	position:absolute;
	top:170px;
	right:0;
	font-size:12px;
	font-weight:500;
	color:#f2f2f2;
}

#home_jumper_bg {
	background:url(../images/home_jumper_bgr.jpg) repeat-x;
	min-height:130px;		
}

.home_jumper_main {
	text-align:center;
}

.home_thumb, .home_thumb_sel  {
	display:inline-block;
	vertical-align:top;
	width:15.4%;
	height:115px;
	margin:5px 0 0 0;
	cursor:pointer;
	text-decoration:none;
}

.home_thumb a, .home_thumb_sel a {
	text-decoration:none;
}

.home_thumb_title {
	padding:20px 0 0 0;
	font-size:15px;
	font-weight:500;
	color:#fff;
	text-transform:uppercase;
	text-align:center;	
}

.home_thumb_image{
	text-align:center;
	padding-top:10px;
}

.home_thumb_image img{
	opacity:0.5;
	filter:alpha(opacity=40);
}

.home_thumb_1 {
	background:url(../images/thumb_image_4.png) center no-repeat;
}

.home_thumb_1:hover, .home_thumb_1_sel {
	background:url(../images/thumb_image_4_sel.png) center no-repeat;
}

.home_thumb_2 {
	background:url(../images/thumb_image_2.png) center no-repeat;
}

.home_thumb_2:hover, .home_thumb_2_sel {
	background:url(../images/thumb_image_2_sel.png) center no-repeat;
}

.home_thumb_3 {
	background:url(../images/thumb_image_3.png) center no-repeat;
}

.home_thumb_3:hover, .home_thumb_3_sel {
	background:url(../images/thumb_image_3_sel.png) center no-repeat;
}

.home_thumb_4 {
	background:url(../images/thumb_image_4.png) center no-repeat;
}

.home_thumb_4:hover, .home_thumb_4_sel {
	background:url(../images/thumb_image_4_sel.png) center no-repeat;
}

.home_thumb_5 {
	background:url(../images/thumb_image_1.png) center no-repeat;	
}

.home_thumb_5:hover, .home_thumb_5_sel {
	background:url(../images/thumb_image_1_sel.png) center no-repeat;	
}

.home_thumb_6 {
	background:url(../images/thumb_image_4.png) center no-repeat;
}

.home_thumb_6:hover, .home_thumb_6_sel {
	background:url(../images/thumb_image_4_sel.png) center no-repeat;
}

.home_welcome_title {
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	padding:15px 0 9px 0;
}

.home_contact_link {
	background:url(../images/home_contact_link.png) right center no-repeat;
	text-decoration:none;
	padding-right:11px;	
}

.home_price_left {
	float:left;
	width:75px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

.home_price_right {
	float:left;
	width:220px;
}

.button_discount_apply {
	display: block;
	background: url(../images/button_discount_apply.png) no-repeat;
	width: 255px;
	height: 23px;
	margin-top:10px;
	color: #fff;
	font-weight: bold;
	padding: 8px 0 0 0;
	text-transform: uppercase;
	text-align:center;
	text-decoration: none;
}

.button_discount_apply:hover {
	background: url(../images/button_discount_apply_hover.png) no-repeat;
	color: #fff;	
}

/* Our Services */

.service_container {
	background: #f2f2f2;
	padding: 15px;
	margin-bottom: 19px;
	color: #2f2f2f;
	font-family: 'Raleway', sans-serif;
	position:relative;
		
}

.service_left {
	float:left;
	width:100%;
	margin-right:-206px;
}

.service_left_inner {
	margin-right:206px;
}

.service_title a {
	text-transform: uppercase;
	font-size:18px;
	font-weight: 600;
	text-decoration:none;		
}

.service_content{
	margin-bottom:32px;
}

.service_link a {
	position:absolute;
	bottom:15px;
	left:15px;
	display:block;
	width:141px;
	height:24px;
	padding-top:7px;
	background:url(../images/button_submit.png) no-repeat;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	text-align:center;
}

.service_link a:hover {
	width:141px;
	height:24px;
	background:url(../images/button_submit_hover.png) no-repeat;
}

.service_right {
	float:right;
	width:191px;
}


/* Postal Page */

.postal_prices_container {
	border-top:2px solid #f3f3f3;
	padding:25px 0;
}

.postal_prices_container span{
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
}

.postal_prices_table {
	padding:10px 0;
}

.postal_prices_label {
	text-align:right;
	font-weight:bold;
}

.postal_step {
	padding:15px 0 25px 0;
	border-bottom:2px solid #f3f3f3;
	margin-bottom:10px;
}

.postal_step_first{
	padding:0 0 25px 0;
}

.postal_step_last {
	padding:15px 0 15px 0;
	border-bottom:none;
	margin-bottom:0px;	
}

.postal_step_title {
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
}

.postal_step_text {
	padding:5px 0 9px 0;
}

.button_postal_form {
	display:block;
	background:url(../images/button_postal_form.png) no-repeat;
	width:98px;
	height:23px;
	color:#fff;
	font-weight:bold;
	padding:8px 0 0 30px;
	text-transform:uppercase;
	text-decoration:none;
}

.button_postal_form:hover {
	background:url(../images/button_postal_form_hover.png) no-repeat;
	color:#fff;	
}

#postal_total {
	width:15%;
	border:1px solid #f2f2f2;
	border-bottom:1px solid #dadada;
	margin-bottom:10px;
}

.button_postal_paypal {
	display:block;
	background:url(../images/button_postal_paypal.png) no-repeat;
	width:143px;
	height:31px;
	color:#fff;
	font-weight:bold;
	padding:0 0 0 10px;
	text-transform:uppercase;
	text-decoration:none;
	cursor:pointer;
}

.button_postal_paypal:hover {
	background:url(../images/button_postal_paypal_hover.png) no-repeat;
	color:#fff;	
}

/* Maintenace Page */

.maintenance_procedure_container {
	float:left;
	width:50%;
	font-family:Verdana, Geneva, sans-serif;		
}

.procedure_container {
	margin-bottom:4px;
}

.procedure_number {
	float:left;
	background:url(../images/procedure_number.png) no-repeat;
	width:22px;
	height:19px;
	margin:0 10px 0 0;
	padding:3px 0 0 0;
	font-family: 'Open Sans', sans-serif;
	font-size:11px;	
	color:#fff;
	text-align:center;	
}

.procedure_title {
	float:left;
	width:70%;
	font-size:12px;
	font-weight:500;
	padding:2px 0 0 0;
}

.tab_content_1_bottom {
	font-weight:bold;
}

/* Areas Covered Cat */

.category_box_title {
	background:#f2f2f2;
	padding:15px;
	text-transform:uppercase;
	margin-bottom:2px;
	font-weight:600;
	color:#2f2f2f;
}

.category_box {
	background:#f2f2f2;
	padding:15px 17px;
	margin-bottom:19px;
	text-transform:uppercase;	
}

.area_page_link a {
	float:left;
	display:block;
	width:124px;
	margin-bottom:4px;
	background:url(../images/area_page_link.png) left center no-repeat;
	padding:5px 10px 5px 20px;
	font-size:11px;
	font-weight:600;
	text-decoration:none;
}

/* Contact Us Page */

.contact_info {
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	color:#2f2f2f;
	padding:20px 0 30px 0;
}

.areas_contact_info {
	padding:0 0 30px 0;
}

.contact_info_label {
	text-align:center;
}

.contact_info_label img {
	max-width:15px;
}

#enquiry_form_title {
	background:#f2f2f2;
	padding:15px;
	text-transform:uppercase;
	margin-bottom:2px;
}

#enquiry_form_container {
	background:#f2f2f2;
	padding:15px;	
}

.inner_table {
	float:left;
	width:50%;
}

.contact_form_label {
	padding-top:15px;
}

.contact_radio {
	margin-right:5px;
	margin-left:15px;
}

.contact_radio_first {
	margin-left:0;
}

.home_content_divider {
	border-bottom:2px solid #f3f3f3;
	padding-top:10px;
	margin-bottom:10px;
}

.content_divider {
	border-bottom:2px solid #fff;
	padding-top:10px;
	margin-bottom:10px;
}

.text_input, .textarea {
	width:95%;
	min-height:22px;
	border-bottom:1px solid #dadada;
}

.contact_form_text {
	padding:3px 12px 3px 3px;
}

.submit_text {
	font-size:11px;
	text-align:center;
}

.button_submit {
	width:141px;
	height:31px;
	background:url(../images/button_submit.png) no-repeat;
	cursor:pointer;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
}

.button_submit:hover {
	width:141px;
	height:31px;
	background:url(../images/button_submit_hover.png) no-repeat;
}

.validate_border {
	min-height:21px;
	border:1px solid #F00;
}

/* COOKIE NOTIFICATION */

.cookie_note_bkg {
	background: url(../images/cookie_olay.html);
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	height: 45px;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	line-height: 45px;
	z-index: 10000
}

.cookie_note_button {
}

@media screen and (max-width:1850px) {
	
img {
	max-width:100%;
}	

#header_left img{
	max-width:230px;
}
		
}

@media screen and (max-width:1045px) {

#footer_top {
	padding:0;
	width:100%;
}	
	
}

@media screen and (max-width:1010px) {

.home_thumb_title {
	padding:30px 0 0 0;
	font-size:11px;
}

}

@media screen and (max-width:1000px) {
	
#home_jumper_bg {
	background:#a5a5a5;
	border-top:4px solid #555555;
	min-height:126px;
}

.home_thumb, .home_thumb_sel { 
	margin-top:1px;
}
	
}

@media screen and (max-width:980px) {

.home_banner_title {
	font-size: 40px;
}

.home_banner_sub_title {
	font-size:22px;
}

.home_banner_image{
	padding-top:3%;	
}
	
}

@media screen and (max-width:940px) {

.home_banner_text {
	width:400px;
}

}

@media screen and (max-width:880px) {

#page_header_left {
	padding-top:40px;
}

#page_header_left h1 {
	font-size:34px;
}
	
}

@media screen and (max-width:860px) {

.home_banner_image{
	padding-top:7%;	
}
	
}

@media screen and (max-width:780px) {

#header_left {
	clear:right;
}
	
img {
	max-width:100%;
}	

#header_left img{
	max-width:230px;
}

.home_banner_image{
	padding-top:8%;	
}
		
}

@media screen and (max-width:760px) {
	
#page_header_left {
	padding-top:44px;
}

#page_header_left h1 {
	font-size:30px;
}

}

@media screen and (max-width:740px) {

#header_left {
	float:left;
	width:230px;
}

#header_right {
	float:right;
	width:150px;
}

#header_right a#pull {
	display: block;
	width: 100%;
	position: relative;
	font-size:30px;
	color:#017287;
	font-weight:600;
	text-transform:uppercase;
	text-decoration:none;
}

#header_right .lvl1_container {
	display:none;
	position:absolute;
	top:130px;
	left:0;
	background:url(../images/lvl1_container_bg.png) right 10px no-repeat #017287;
	width:94.6%;
	padding:2% 2.7%;
	z-index:1;
}

#header_right .lvl2_container {
	display:none;
	visibility:hidden;
}

.menu_item_lvl1 a, .menu_item_lvl1_sel a {
	float: left;
	clear:left;
	padding: 15px 0 15px 0;
	border-bottom: 0;
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	margin-right:0;
}

.menu_item_lvl1 a:hover, .menu_item_lvl1_sel a {
	padding: 15px 0 3px 0;	
	color:#fff;
	border-bottom: 2px solid #fff;
	margin-bottom:10px;
}

.menu_item_lvl1_hover a{
	padding-bottom:0;
	background:none;	
}
	
.home_thumb_title {
	font-size:10px;
}	
	
}

@media screen and (max-width:720px) {

.home_banner_title {
	font-size:30px;
}

.home_banner_image{
	padding-top:10%;	
}

.home_banner_sub_title {
	font-size:15px;
}

#header_contact {
	display:none;
}

.home_banner_text {
	width:340px;
}

#home_jumper_bg {
	min-height:100px;
}

.home_thumb, .home_thumb_sel {
	height:90px;
	margin-top:5px;	
}

.home_thumb_title {
	padding:19px 0 0 0;
}

#page_header_left h1 {
	font-size:26px;
}	
		
}

@media screen and (max-width:700px) {
	
.home_thumb_title {
	display:none;
}

.home_thumb_image {
	padding-top:32px;
}
	
}

@media screen and (max-width:660px) {
	
#page_header_left {
	padding-top:44px;
}

#page_header_left h1 {
	font-size:22px;
}

.home_banner_text {
	width:300px;
}	
	
}

@media screen and (max-width:620px) {

.home_banner_image{
	padding-top:14%;	
}

.home_banner_sub_title {
	font-size:12px;
}

#page_header_left {
	float:none;
	width:100%;
	text-align:center;
}

#page_header_left h1 {
	font-size:34px;
}

#page_header_right {
	display:none;
}

.client_container {
	float: left;
	width: 30%;
	text-align:center;
	margin-right: 9px;
}

.client_style {
	display:none;
}
		
}

@media screen and (max-width:600px) {

.home_banner_image{
	padding-top:16%;	
}

#page_content_left {
	float: left;
	width: 100%;
	border-right: 0;
	padding-right: 0;
}

#page_content_right {
	float: left;
	width: 100%;
	margin-left:0;
	padding-top:20px;
}

.inner_table {
	float:none;
	width:100%;
}	

#footer_middle_left {
	width:100%;
}

#footer_middle_right {
	width:100%;
	float:left;
}

.footer_menu {
	width:33%;
}

}

@media screen and (max-width:540px) {

#home_banner_bg, .home_banner_main, .home_banner_container{
	min-height:340px;
}

.home_banner_image{
	padding-top:12%;	
}

.home_banner_text {
	width: 240px;
}

}

@media screen and (max-width:480px) {

#header_bg {
	height:160px;
}

#header_left, #header_right {
	float:none;
	width:100%;
	text-align:center;
	padding:20px 0 0 0;
}

#header_right .lvl1_container {
	display:none;
	position:absolute;
	top:162px;
	left:0;
	background:url(../images/lvl1_container_bg.png) right 10px no-repeat #017287;
	width:94.6%;
	padding:2% 2.7%;
	z-index:1;
}
	
#page_header_left {
	float:none;
	width:100%;
	text-align:center;
}

#page_header_left h1 {
	font-size:30px;
}

#page_header_right {
	display:none;
}

#header_contact {
	display:none;
}

#home_banner_bg, .home_banner_main, .home_banner_container{
	min-height:300px;
}

.home_banner_container {
	padding:20px 0;
}

.home_banner_image {
	display:none;
}

.home_banner_alt_image {
	display:block;
	text-align:center;
	padding:20px 0;
}

.home_banner_title {
	font-size:37px;
	text-align:center;
	position:static;
	padding-top:24px;	
}

.home_banner_sub_title {
	font-size:19px;
	text-align:center;
	position:static;	
}

.home_banner_text {
	position:static;
	text-align:center;
	width:100%;
}

#home_jumper_bg {
	min-height:82px;
}

.home_thumb, .home_thumb_sel {
	height:70px;	
}

.home_thumb_title {
	display:none;
}

.home_thumb_image {
	padding-top:22px;
}

.home_thumb_image img {
	max-width:100%;
}

.home_thumb_1, .home_thumb_2, .home_thumb_3, .home_thumb_4, .home_thumb_5{
	background:url(../images/home_thumb_alt.jpg) no-repeat;
}

.home_thumb_1:hover, .home_thumb_1_sel, .home_thumb_2:hover, .home_thumb_2sel, .home_thumb_3:hover, .home_thumb_3_sel, .home_thumb_4:hover, .home_thumb_4_sel, .home_thumb_5:hover, .home_thumb_5_sel{
	background:url(../images/home_thumb_alt_sel.jpg) no-repeat;
}

#page_content_left {
	float: left;
	width: 100%;
	border-right: 0;
	padding-right: 0;
}

#page_content_left img {
	text-align:center;
}

#page_content_right {
	float: left;
	width: 100%;
	margin-left:0;
}

#footer_top {
	width:100%;
	padding:0;
}

.client_container {
	float: left;
	width: 46%;
	text-align:center;
	margin-right: 9px;
}

.footer_tagline {
	display:none;
}

#footer_middle_left {
	width:100%;
}

#footer_middle_right {
	display:none;
}

#footer_middle {
	padding:0;
}

.footer_menu {
	width:100%;
	text-align:center;
	padding:10px 0;
}

.footer_title, .footer_item_lvl1 a, .footer_item_lvl1_sel a, .footer_item, .footer_item a, .footer_item span {
	font-size:24px;
}

#footer_bottom_left{
	width:40%;
	height:34px;
	background: url(../images/footer_logo.png) left bottom no-repeat;
	padding-bottom:30px;	
}

#footer_bottom_right{
	width:60%;	
}

#footer_bottom_right a{
	font-size:14px;
}

#footer_bottom_left a{
	display:none;
}

.footer_break {
	float:right;
	clear:right;
	font-size:14px;
}

.service_left {
	float:none;
	width:100%;
	margin-right:0;
}

.service_left_inner {
	margin-right:0;
}

.service_right {
	display:none;
	float:none;
	width:100px;
}

}

@media screen and (max-width:430px) {

img {
	max-width:90%;
}

h1 {
	font-size:32px;
}

.menu_item_lvl1 a, .menu_item_lvl1_sel a {
	font-size:30px;
}

.tab_title, .tab_title_sel, .home_tab_title, .home_tab_title_sel {
	font-size:11px;
}

.footer_item, .footer_item a, .footer_item span {
	font-size:20px;
}

#footer_bottom{
	padding:20px 0;
}

#footer_bottom_left{
	float:none;
	width:100%;
	height:34px;
	text-align:center;
	background: url(../images/footer_logo.png) center bottom no-repeat;
	padding-bottom:30px;	
}

#footer_bottom_right{
	float:none;
	width:100%;
	text-align:center;
	margin-top:10px;
}

.footer_break {
	float:none;
}

}

@media screen and (max-width:420px) {

#page_header_left {
	padding-top:48px;
}

#page_header_left h1 {
	font-size:26px;
}

}

@media screen and (max-width:380px) {

#page_header_left h1 {
	font-size:22px;
}

}

@media screen and (max-width:320px) {

#header_left img {
	max-width:100%;
}

.menu_item_lvl1 a, .menu_item_lvl1_sel a {
font-size: 15px;
}

#page_header_left {
	padding-top:52px;
}

#page_header_left h1 {
	font-size:18px;
}

.home_banner_title {
	font-size:25px;
}

.home_banner_sub_title {
	font-size:15px;
}

#home_jumper_bg {
	min-height:50px;
}

.home_thumb, .home_thumb_sel {
	height:40px;
}

.home_thumb_image {
	padding-top:14px;
}

.home_thumb_image img {
	max-width:100%;
	height:15px;
}

.home_price_right {
	width:100%;
}

.footer_title {
	font-size:15px;
}

.footer_item, .footer_item a, .footer_item span, .footer_item_lvl1 a, .footer_item_lvl1_sel a {
	font-size:14px;
}



}