@import url("../../../x-lib/css/Xplode.css");
@import url("../../../x-lib/css/widgEditor.css");

/* ------------ TAGS AND CLASSES ---------------- */

body {
	background-color: #fff;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #74756c;
}
p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
h1 {
	margin: 0px 0px 10px 0px;
	font-size: 2em;
	color: #3c9ddf;
}
h2 {
	margin: 0px 0px 10px 0px;
	font-size: 1.6em;
	color: #3c9ddf;
}
h3 {
	margin: 0px 0px 10px 0px;
	font-size: 1.4em;
	color: #3c9ddf;
}
h4 {
	margin: 0px 0px 10px 0px;
	font-size: 1.2em;
	color: #3c9ddf;
}
h5 {
	margin: 0px 0px 10px 0px;
	font-size: 1em;
	color: #3c9ddf;
}
table {
	margin-bottom: 20px;
	border-top: 1px solid #e2e2e2;
}
td {
	border-bottom: 1px solid #e2e2e2;
}
.th {
	background-color: #f1f1f1;
	font-weight: bold;
}
.tdnb {
	border-bottom: none;
}
form {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
img {
	border: none;
}
ol {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #2190db;
	text-decoration: none;
}
a:visited {
	color: #2190db;
	text-decoration: none;
}
a:hover {
	color: #2190db;
	text-decoration: underline;
}
.clear {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clear10 {
	content: "."; 
	display: block; 
	height: 10px; 
	clear: both; 
	visibility: hidden;
}
.clear20 {
	content: "."; 
	display: block; 
	height: 20px; 
	clear: both; 
	visibility: hidden;
}
.smallText {
	font-size: .9em;
}
.mediumText {
	font-size: 1em;
}
.largeText {
	font-size: 1.25em;
}
.pink {
	color: #e2006e;
	}
.orange {
	color: #ee7d11;
	}
.purple {
	color: #60237b;
	}
.grey {
	color: #d1d1d1;
	}
.green {
	color: #008887;
	}
.darkGrey {
	color: #74756c;
	}
.lightGreen {
	color: #77ad1c;
	}
.darkGreen {
	color: #008887;
	}
.blue {
	color: #0092cf;
	}
.yellow {
	color: #faba00;
	}
a.pink {
	color: #e2006e;
	}
a.orange {
	color: #ee7d11;
	}
a.purple {
	color: #60237b;
	}
a.grey {
	color: #d1d1d1;
	}
a.darkGrey {
	color: #74756c;
	}
a.lightGreen {
	color: #77ad1c;
	}
a.darkGreen {
	color: #008887;
	}
a.green {
	color: #008887;
	}
a.blue {
	color: #0092cf;
	}
a.yellow {
	color: #faba00;
	}
.hide {
	display: none;
	}
.show {
	display: block;
	}
.jumpMenuNav {
	border: 1px solid #e2e2e2;
	padding: 8px;
	margin-bottom: 8px;
	}
.jumpFeatureText {
	border: 1px solid #e2e2e2;
	padding: 8px;
	margin-bottom: 20px;
	height: 20em;
	overflow: scroll;
	}

/* ------------ GLOBAL CSS ---------------- */

#CaseStudyOverlay {
	top: 0;
	left: 0;
	position: absolute;
	z-index: 9998;
	background: #000;
	}

#top {
	margin: 0 auto;
	width: 1000px;
	color: #c1c1c1;
	font-size: .6em;
	text-align: right;
	padding: 5px 4px 5px 0px;
	}
#top a {
	color: #c1c1c1;
	}
#top p {
	margin: 0px;
	}
.top_small {
	font-size: 1em;
	cursor: pointer;
	}
.top_small:hover {
	color: #c1c1c1;
	text-decoration: none;
}
.top_medium {
	font-size: 1.6em;
	cursor: pointer;
	}
.top_medium:hover {
	color: #c1c1c1;
	text-decoration: none;
}
.top_large {
	font-size: 2em;
	cursor: pointer;
	}
.top_large:hover {
	color: #c1c1c1;
	text-decoration: none;
}
.top_spacer {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 10px;
	border-left: 1px dotted #c1c1c1;
	}
#lowGraphic {
	cursor: pointer;
	}
#container {
	margin: 0 auto;
	border: 1px solid #d1d1d1;
	width: 1000px;
	background: url(../../media/images/page_back_top_shade.gif) repeat-x;
	}
#page_left {
	float: left;
	width: 280px;
	margin-right: 20px;
	}
#page_left_content {
	padding: 0px 10px 10px 20px;
	font-size: .6em;
	line-height: 1.4em;
	}
#page_left_content h5 {
	margin-bottom: 3px;
	}
#page_left_content a {
	color: #74756c;
	}
#page_right {
	float: left;
	width: 700px;
	padding: 80px 0px 10px 0px;
	font-size: .8em;
	}
#home_page_right {
	float: left;
	width: 700px;
	padding: 0px 0px 10px 0px;
	font-size: .8em;
	}
#nav {
	background: #002A42;
	border-top: 1px solid #667F8E;
	border-bottom: 1px solid #667F8E;
	}
#nav ul {

	}
#nav li {
	display: inline;
	margin-left: 40px;
	line-height: 26px;
	font-weight: 100;
	font-family: "helvetica";
	}
#nav li a {
	color: #fff;
	font-size: .9em;
	font-weight: 100;
	}
#nav li a:hover {
	color: #ee7d11;
	text-decoration: none;
	}
#nav li a.navSelected {
	color: #ee7d11;
	}
#footer {
	margin: 0 auto;
	width: 1000px;
	padding: 10px 0px 10px 0px;
	color: #c1c1c1;
	font-size: .7em;
	}
#footer h4 {
	color: #c1c1c1;
	}
#footer a {
	padding: 10px 0px 10px 0px;
	color: #c1c1c1;
	}
.footer_col {
	float: left;
	width: 214px;
	border-right: 1px dotted #c1c1c1;
	margin: 0px 20px 10px 0px;
	padding-right: 20px;
	height: 12em;
	}
.footer_col_last {
	float: left;
	width: 214px;
	margin: 0px 0px 10px 0px;
	padding-right: 20px;
	height: 12em;
	}
#XplodeCBRFretry {
	cursor: pointer;
	}
.footer_foot {
	clear: both;
	border-top: 1px dotted #c1c1c1;
	padding-top: 10px;
	text-align: center;
	}
.footer_foot h4 {
	display: inline;
	color: #c1c1c1;
	}
	
/* ------------ HOME PAGE ---------------- */
	
#page_right_container{
	position: relative;
	}
.home_page {
	min-height: 570px;
	background: url(../../media/images/home_back2.jpg) no-repeat right top;
	}
.home_page1 {
	min-height: 570px;
	background: url(../../media/images/home_back1.jpg) no-repeat right top;
	}
.home_page2 {
	min-height: 570px;
	background: url(../../media/images/home_back2.jpg) no-repeat right top;
	}
.home_page3 {
	min-height: 570px;
	background: url(../../media/images/home_back3.jpg) no-repeat right top;
	}
.home_page4 {
	min-height: 570px;
	background: url(../../media/images/home_back4.jpg) no-repeat right top;
	}

#implementers_transparent {
	display: none;
	z-index: 12;
	top: 15px;
	left: 575px;
	position: absolute;
	}
#home_page_nav {
	display: none;
	z-index: 10;
	top: 80px;
	left: 0px;
	position: absolute;
	width: 700px;
	}
#home_graphics {
	display: none;
	width: 244px;
	height: 246px;
	z-index: 7;
	top: 30px;
	left: 0px;
	position: absolute;
	background: url(../../media/images/on_graphics_yellow_off.png) transparent no-repeat;
	cursor: pointer;
	}
#home_consultancy {
	display: none;
	width: 177px;
	height: 177px;
	z-index: 9;
	top: 190px;
	left: 90px;
	position: absolute;
	background: url(../../media/images/on_consultancy_pink_off.png) transparent no-repeat;
	cursor: pointer;
	}
#home_signs {
	display: none;
	width: 214px;
	height: 214px;
	z-index: 8;
	top: 30px;
	left: 210px;
	position: absolute;
	background: url(../../media/images/on_signs_green_off.png) transparent no-repeat;
	cursor: pointer;
	}
#home_interiors {
	display: none;
	width: 219px;
	height: 238px;
	z-index: 7;
	top: 40px;
	left: 481px;
	position: absolute;
	background: url(../../media/images/on_interiors_teale_off.png) transparent no-repeat;
	cursor: pointer;
	}

#home_maintenance {
	display: none;
	width: 189px;
	height: 189px;
	z-index: 5;
	top: 160px;
	left: 310px;
	position: absolute;
	background: url(../../media/images/on_maintenance_blue_off.png) transparent no-repeat;
	cursor: pointer;
	}
#home_secure {
	display: none;
	width: 194px;
	height: 194px;
	z-index: 8;
	top: 35px;
	left: 365px;
	position: absolute;
	background: url(../../media/images/on_secure_purple_off.png) transparent no-repeat;
	cursor: pointer;
	}

#home_graphics2 {
	display: none;
	width: 244px;
	height: 246px;
	z-index: 6;
	top: 30px;
	left: 0px;
	position: absolute;
	background: url(../../media/images/on_graphics_teale_off.png) transparent no-repeat;
	cursor: pointer;
	}
#home_consultancy2 {
	display: none;
	width: 177px;
	height: 177px;
	z-index: 8;
	top: 190px;
	left: 90px;
	position: absolute;
	background: url(../../media/images/on_consultancy_purple_off.png) transparent no-repeat;
	cursor: pointer;
	}
#home_signs2 {
	display: none;
	width: 214px;
	height: 214px;
	z-index: 7;
	top: 30px;
	left: 210px;
	position: absolute;
	background: url(../../media/images/on_signs_blue_off.png) transparent no-repeat;
	cursor: pointer;
	}
#home_interiors2 {
	display: none;
	width: 219px;
	height: 238px;
	z-index: 6;
	top: 40px;
	left: 481px;
	position: absolute;
	background: url(../../media/images/on_interiors_yellow_off.png) transparent no-repeat;
	cursor: pointer;
	}

#home_maintenance2 {
	display: none;
	width: 189px;
	height: 189px;
	z-index: 4;
	top: 160px;
	left: 310px;
	position: absolute;
	background: url(../../media/images/on_maintenance_green_off.png) transparent no-repeat;
	cursor: pointer;
	}
#home_secure2 {
	display: none;
	width: 194px;
	height: 194px;
	z-index: 7;
	top: 35px;
	left: 365px;
	position: absolute;
	background: url(../../media/images/on_secure_pink_off.png) transparent no-repeat;
	cursor: pointer;
	}

/* ------------ OUR COMPANY PAGE ---------------- */

.our_company_page {
	min-height: 570px;
	background: url(../../media/images/our_company_page_back.jpg) no-repeat right top;
	}
#our_company_content {
	margin: 260px 20px 0px 260px;
	font-size: .8em;
	}
#our_company_content h1 {
	font-size: 1.4em;
	color: #74756c;
	}
#our_company_nav {
	padding: 0px 0px 0px 40px;
	}
#our_company_nav li {
	float: left;
	}
#our_company_nav a {
	text-decoration: none;
	}
	
#historySubButton {
	cursor: pointer;
	}
#clientsSubButton {
	cursor: pointer;
	}
#peopleSubButton {
	cursor: pointer;
	}
	
.our_history_button {
	width: 56px;
	height: 52px;
	}
.our_history_sub {
	background: url(../../media/images/bt_ourhistory_sm_0.gif) no-repeat transparent top center;
	width: 56px;
	height: 52px;
	}
.our_history_sub_over {
	background: url(../../media/images/bt_ourhistory_sm_1.gif) no-repeat transparent top center;
	width: 56px;
	height: 52px;
	}
.our_people_button {
	width: 61px;
	height: 51px;
	}
.our_people_sub {
	background: url(../../media/images/bt_ourpeople_0.gif) no-repeat transparent top center;
	width: 61px;
	height: 51px;
	}
.our_people_sub_over {
	background: url(../../media/images/bt_ourpeople_1.gif) no-repeat transparent top center;
	width: 61px;
	height: 51px;
	}
.our_clients_button {
	width: 64px;
	height: 52px;
	}
.our_clients_sub {
	background: url(../../media/images/bt_ourclients_sm_0.gif) no-repeat transparent top center;
	width: 64px;
	height: 52px;
	}
.our_clients_sub_over {
	background: url(../../media/images/bt_ourclients_sm_1.gif) no-repeat transparent top center;
	width: 64px;
	height: 52px;
	}
	
/* ------------ OUR PEOPLE PAGE ---------------- */

.our_people_page {
	min-height: 570px;
	background: url(../../media/images/our_people_page_back.gif) no-repeat 70px top;
	}
#our_people_content {
	margin: 200px 60px 0px 160px;
	color: #000;
	font-size: .8em;
	}
	
/* ------------ OUR CLIENTS PAGE ---------------- */

.our_clients_page {
	/* min-height: 570px; */
	background: url(../../media/images/brand_implementers.gif) no-repeat right top;
	}
#our_clients_content {
	clear: both;
	margin: 40px 40px 0px 40px;
	font-size: .8em;
	padding-top: 20px;
	}
.client_logos {
	text-align: center;
	}
.client_logos li {
	text-align: center;
	float: left;
	margin: 0px 10px 0px 10px;
	width: 160px;
	height: 100px;
	}
.client_logos li a:hover {
	text-decoration: none;
	}
.client_logos2 li a:hover {
	text-decoration: none;
	}
.client_logos2 {
	text-align: center;
	padding-left: 10px;
	}
.client_logos2 li {
	text-align: center;
	float: left;
	margin: 0px 0px 0px 0px;
	width: 180px;
	height: 100px;
	}
#our_clients_down {
	background: url(../../media/images/our_clients_back_down.gif) no-repeat 0px 0px;
	width: 428px;
	height: 105px;
	padding: 144px 50px 0px 50px;
	margin-left: -8px;
	color: #000;
	font-size: .8em;
	}
#our_clients_down a {
	text-decoration: underline;
	color: #000;
	}
	
/* ------------ OUR HISTORY PAGE ---------------- */

.our_history_page {
	min-height: 570px;
	background: url(../../media/images/brand_implementers.gif) no-repeat right top;
	}
#our_history_content {
	margin: 60px 60px 0px 0px;
	}
.history {
	padding: 20px 0px 0px 0px;
	font-size: .8em;
	}
.history_image {
	float: left;
	width: 180px;
	margin: 0px 0px 20px 0px;
	text-align: center;
	}
.history_text {
	float: left;
	width: 300px;
	padding: 20px 10px 0px 0px;
	}
.history_logo {
	float: left;
	width: 140px;
	text-align: center;
	}
.history_clear {
	clear: both;
	}

/* ------------ OUR OFFER PAGE ---------------- */

.our_offer_page {
	min-height: 570px;
	background: url(../../media/images/our_offer_page_back.jpg) no-repeat right top;
	}
#our_offer_sub_nav {
	padding: 0px 10px 10px 20px;
	}
#our_offer_sub_nav ul {
	border-top: 1px solid #e2e2e2;
	}
#our_offer_sub_nav li {
	background: #FFF url(../../media/images/offer_arrow0.gif) no-repeat 4px center;
	padding: 7px 10px 7px 30px;
	font-size: .6em;
	margin-bottom: 2px;
	border-bottom: 1px solid #e2e2e2;
	}
#our_offer_sub_nav li:hover {
	background: #FFF url(../../media/images/offer_arrow1.gif) no-repeat 4px center;
	}
#our_offer_sub_nav li.selected {
	background: #FFF url(../../media/images/offer_arrow1.gif) no-repeat 4px center;
	}
#our_offer_sub_nav li a {
	color: #002A42;
	}
#our_offer_content {
	margin: 15px 225px 0px 70px;
	font-size: .8em;
	}
#our_offer_content h5 {
	font-size: 1em;
	margin-bottom: 3px;
	}
#our_offer_content h5 a {
	color: #e2006e;
	}
#our_offer_content p {
	margin-bottom: 0px;
	}
.ourOffers {
	cursor: pointer;
	}
.oo_list {
	background: #CAF1FA url(../../media/images/offer_arrow0.gif) no-repeat 375px center;
	margin-bottom: 2px;
	padding: 5px 40px 5px 5px;
	}
.oo_list_shade {
	background: #AEE9F9 url(../../media/images/offer_arrow0.gif) no-repeat 375px center;
	margin-bottom: 2px;
	padding: 5px 40px 5px 5px;
	}
.oo_list:hover {
	background: #CAF1FA url(../../media/images/offer_arrow1.gif) no-repeat 375px center;
	cursor: pointer;
	}
.oo_list_shade:hover {
	background: #AEE9F9 url(../../media/images/offer_arrow1.gif) no-repeat 375px center;
	cursor: pointer;
	}
a.oo_list_link {
	color: #000;
	}
	
/* ------------ CONSULTANCY PAGE ---------------- */

.consultancy_page {
	min-height: 570px;
	background: url(../../media/images/consulting_page_back.gif) no-repeat right top;
	}
#consultancy_content {
	margin: 200px 40px 0px 40px;
	font-size: .8em;
	}

/* ------------ SIGNS PAGE ---------------- */

.signs_page {
	min-height: 570px;
	background: url(../../media/images/signs_page_back.gif) no-repeat right top;
	}
#signs_content {
	margin: 200px 40px 0px 40px;
	font-size: .8em;
	}

/* ------------ INERIORS PAGE ---------------- */

.interiors_page {
	min-height: 570px;
	background: url(../../media/images/interiors_page_back.gif) no-repeat right top;
	}
#interiors_content {
	margin: 200px 40px 0px 40px;
	font-size: .8em;
	}

/* ------------ SECURE ENVIRONMENTS PAGE ---------------- */

.secure_page {
	min-height: 570px;
	background: url(../../media/images/secure_page_back.gif) no-repeat right top;
	}
#secure_content {
	margin: 200px 40px 0px 40px;
	font-size: .8em;
	}

/* ------------ GRAPHICS PAGE ---------------- */

.graphics_page {
	min-height: 570px;
	background: url(../../media/images/graphics_page_back.gif) no-repeat right top;
	}
#graphics_content {
	margin: 200px 40px 0px 40px;
	font-size: .8em;
	}

/* ------------ MAINTENANCE PAGE ---------------- */

.maintenance_page {
	min-height: 570px;
	background: url(../../media/images/maintenance_page_back.gif) no-repeat right top;
	}
#maintenance_content {
	margin: 200px 40px 0px 40px;
	font-size: .8em;
	}

/* ------------ OUR APPROACH PAGE ---------------- */

.our_approach_page {
	background: url(../../media/images/our_approach_page_back.jpg) no-repeat right top;
	min-height: 340px;
	}
#our_approach_content {
	clear: both;
	margin: 0px 40px 0px 20px;
	font-size: .6em;
	}
#our_approach_content h5 {
	margin-bottom: 3px;
	}
#our_approach_content_left {
	float: left;
	width: 30%;
	margin-right: 5%;
	}
#our_approach_content_middle {
	float: left;
	width: 30%;
	margin-right: 5%;
	}
#our_approach_content_right {
	float: left;
	width: 30%;
	}
#our_approach_content_clear {
	height: 10px;
	clear: both;
	}
	
.caseStudyLink {
	color: #74756c;
	cursor: pointer;
	}
.caseStudyLink:hover {
	cursor: pointer;
	color: #74756c;
	font-weight: bold;
	}
#caseDel {
	position: relative;
	top: -26px;
	left: -26px;
	}
.caseDelButton {
	cursor: pointer;
	}
#caseStudy {
	display: none;
	position: fixed;
	z-index: 9999;
	background-color: #fff;
	padding: 10px;
	width: 400px;
	height: 480px;
	top: 0px;
	left: 30%;
	}
#caseStudySlides {
	}
.caseStudySlide {
	width: 400px;
	height: 440px;
	}
.caseStudySlide4 {
	width: 340px;
	height: 320px;
	padding: 120px 0px 20px 40px;
	background-repeat: no-repeat;
	}
.caseStudyFooter {
	padding: 5px 0px 5px 0px;
	}
.caseStudyFooterLeft {
	float: left;
	width: 60px;
	text-align: left;
	padding: 5px 0px 5px 0px;
	}
.caseStudyFooterRight {
	float: left;
	width: 60px;
	text-align: right;
	padding: 5px 0px 5px 0px;
	}
#caseStudyController {	
	float: left;
	width: 280px;
	text-align: center;
	padding: 5px 0px 5px 0px;
	}
#caseStudyController span {
	color: #0092cf;
	border: 1px solid #e2e2e2;
	padding: 3px;
	margin-right:10px;
	cursor:pointer;
	}
#caseStudyController span.jFlowSelected {
	color: #0092cf;
	background:#e2e2e2;
	}	
#jFlowSlide{
	margin-top: -30px;
	border-bottom: 1px solid #e2e2e2;
	}
.jFlowPrev, .jFlowNext{
	color: #0092cf;
	cursor:pointer;
	}
	
/* ------------ CASE STUDY PAGE ---------------- */

.case_study_page {
	min-height: 570px;
	background: no-repeat right -1px;
	}
#caseStudySideText {
	padding: 0px 0px 20px 0px;
	}
#case_study_content {
	margin: 300px 40px 0px 40px;
	font-size: .8em;
	}
#case_study_mini_logo {
	float: left;
	width: 80px;
	visibility: hidden;
	}
#case_study_text {
	float: left;
	width: 340px;
	padding: 0px 20px 0px 20px;
	}
#case_study_pics {
	float: left;
	width: 155px;
	}
#case_study_pics img {
	margin-bottom: 20px;
	}
#case_study_content h5 {
	margin-bottom: 3px;
	}
#case_study_content_left {
	float: left;
	width: 45%;
	margin-right: 5%;
	}
#case_study_content_right {
	float: left;
	width: 45%;
	margin-left: 5%;
	}
#caseStudyLinks {
	font-weight: bold;
	font-size: 1.2em;
	}
#caseStudyLinks li {
	margin-bottom: 5px;
	}	
#caseStudyLinks li a.pink {
	color: #e2006e;
	}
#caseStudyLinks li a.orange {
	color: #ee7d11;
	}
#caseStudyLinks li a.purple {
	color: #60237b;
	}
#caseStudyLinks li a.grey {
	color: #d1d1d1;
	}
#caseStudyLinks li a.darkGrey {
	color: #74756c;
	}
#caseStudyLinks li a.lightGreen {
	color: #77ad1c;
	}
#caseStudyLinks li a.darkGreen {
	color: #008887;
	}
#caseStudyLinks li a.green {
	color: #008887;
	}
#caseStudyLinks li a.blue {
	color: #0092cf;
	}
#caseStudyLinks li a.yellow {
	color: #faba00;
	}
	
/* ------------ WORK FOR US PAGE ---------------- */

.work_for_us_page {
	min-height: 570px;
	background: url(../../media/images/work_for_us_page_back.jpg) no-repeat right top;
	}
#work_for_us_content {
	margin: 270px 40px 0px 40px;
	font-size: .8em;
	}
#work_for_us_select {
	border: 1px solid #e2e2e2;
	padding: 8px;
	margin-bottom: 8px;
	}
#job_description {
	border: 1px solid #e2e2e2;
	padding: 8px;
	margin-bottom: 20px;
	height: 20em;
	overflow: scroll;
	}
.jobVacancyTitle {
	background: url(../../media/images/jv_plus.gif) no-repeat #ffffff center left;
	font-size: 1.2em;
	padding: 5px 0px 5px 20px;
	border-bottom: 1px solid #e2e2e2;
	}
.jobVacancyTitle:hover {
	cursor: pointer;
	}
.jobVacancyText {
	display: none;
	padding: 5px 10px 5px 20px;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	}
.jobVacancyLink {
	cursor: pointer;
	}
	
/* ------------ CONTACT US PAGE ---------------- */

.contact_us_page {
	min-height: 570px;
	background: url(../../media/images/contact_us_page_back.jpg) no-repeat right top;
	}
#contact_us_content {
	margin: 290px 40px 0px 22px;
	border: 1px solid #d1d1d1;
	}


.csNavSelected {
	font-style: italic;
	color: #cccccc;
	font-weight: bold;
	text-decoration: underline;
		padding-left: 15px;
	}
	
		
#our_offer_sub_nav ul {
	margin-bottom:20px;
}