.heading_link  {
  color:#E94343;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
}
.bottom_border  {
  border-bottom:1px solid #AAAAAA;
  line-height:30px;
}
.font_b_r{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
}
.font_black_b12{
	font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
	font-weight:bold;
	color:#000000;
}
.font_red{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	color:#e10000;
}
.font_grey_h3{
	font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size:12px;
	color:#979797;
        font-weight:normal;
}
.font_grey_h3 a{
	font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size:12px;
	color:#979797;
        text-decoration:none;
        font-weight:normal;
}
.font_grey_h3 a:hover{
	font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size:12px;
	color:#4c4c4c;
        text-decoration:none;
        font-weight:normal;
}
.font_grey{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#979797;
}
.link_font_b_r{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#E10000;
	text-decoration:none;
}
.link_font_b_r:hover{
	color:#E10000;
	font-size:12px;
	text-decoration:underline;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+ text css +-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+ form css +-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */
#login{
	background-image:url(../images/login_bg.jpg);
	background-repeat:none;
	width:364px;
	height:141px;
	display:block;
	margin-top:30px;
}
#loginform{
	font-family:Arial, Verdana;
	font-size:11px;
	padding:45px 0px 0px 144px;
}
#loginform .absolute_left{
	position:absolute;
	left:485px;
}
#loginform .submit{
	margin-left:130px;
	margin-top:5px;
}

.formbutton4 {
	background:url(../images/submit.gif);
	width:64px;
	height:14px;
	border:none;
	color: #ffffff;  
	cursor:pointer;
}

.formbutton6 {
	background:url(../images/logon.gif);
	width:64px;
	height:14px;
	border:none;
	color: #ffffff;  
	cursor:pointer;
}
.formbutton_clear {
	background:url(../images/clear.gif);
	width:64px;
	height:14px;
	border:none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;  
	cursor:pointer;
}
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+ form css +-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */

/*ETC*/
.padding_top_22{
	padding-top:22px;
}
ul{
	margin:0;
	padding-left:20px;
}
.absolute_form{
	position:absolute;
	left:200px;
	color:red;
	font-weight:bold;
}
.padding-left-30{
	position:relative;
	padding-left:30px;
}
.upload_sub{
	position:absolute;
	right:20px;
	bottom:-11px;
}
.inline{display:inline;}

.margin-left40 {
  margin-left: 40px;
}

/*---------------------------------------- New Css --------------------------------------------*/
@font-face {
  font-family: 'DIN-Bold';
  src: url(/DINBd.eot);
  src: local('DIN-Bold'), url("/DINBd.ttf") format("truetype");
}

@font-face {
  font-family: 'DIN-Medium';
  src: url(/DINMd.eot);
  src: local('DIN-Medium'), url("/DINMd.ttf") format("truetype");
}

* {
  margin: 0;
}

img {
  border: 0;
}

#website {
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-size: 12px;
  color: #53544c;
}
.text_white {
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-size: 12px;
  color: #ffffff;
}

.clear {
  clear: both;
}

.h1_tag {
  color: #bbbbbb;
  font-size: 10px;
  position: absolute;
  top: 0px;
  right: 0px;
}

#wrapper {
  width: 100%;
  min-height: 300px;
  height: auto !important;
  height: 300px;
  position: relative;
}

#header {
  width: 998px;
  height: 140px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#top_nav {
  width: 248px;
  height: 24px;
  position: absolute;
  right: 22px;
  top: 24px;
  z-index: 1;
}

#top_nav a {
  float: left;
}

#subscribe_form {
  color: #ffffff;
  width: 228px;
  height: 250px;
  padding: 20px 0px 0px 20px;
  background-image: url(/images/subscribe_bg.jpg);
  position: absolute;
  right: 0px;
  top: 24px;
  display: none;
}

.subscribe_field  {
  background-color: #ffffff;
  border: 1px solid #545d4e;
  color: #23211D;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-size: 12px;
  width: 135px;
  height: 14px;
}

#subscribe_register_button {
  background-image: url(/images/subscribe_register.png);
  border: 0;
  cursor: pointer;
  height: 28px;
  width: 146px;
  margin-top: 4px;
}

#login_form {
  color: #ffffff;
  width: 228px;
  height: 118px;
  padding: 25px 0px 0px 20px;
  background-image: url(/images/estate_login_bg.jpg);
  position: absolute;
  right: 0px;
  top: 24px;
  display: none;
}

#login_form .subscribe_field  {
  border: 1px solid #5a9931;
}

#real_estate_login_button {
  background-image: url(/images/login_button.png);
  border: 0;
  cursor: pointer;
  height: 28px;
  width: 136px;
  margin-top: 10px;
}

#main_nav {
  position: absolute;
  z-index: 0;
  right: 22px;
  bottom: 6px;
}

#nav_list {
  list-style:none;
  margin: 0;
  padding: 0;
  position:relative;
  z-index: 0;
  font-size: 15px;
}

#nav_list li {
  display: inline;
}

#nav_list li img {
  float: left;
}

#magic_line {
  position: absolute;
  z-index: -1;
  bottom: -5px;
  left: 0;
  width: 42px;
  height: 5px;
  background: #6db33f;
}

#home, #our_services, #projects, #our_capabilities, #our_promise, #blog, #artwork, #contact_us {
  display: block;
  height: 33px;
  float: left;
}

#home:hover, #our_services:hover, #projects:hover, #our_capabilities:hover, #our_promise:hover, #blog:hover, #artwork:hover, #contact_us:hover {
  background-position: 0px 33px;
}

.current_page_item a {
  background-position: 0px 33px;
}

#home {
  width: 42px;
  background-image: url(/images/home.jpg);
}

#our_services {
  width: 61px;
  background-image: url(/images/our_services.jpg);
}

#projects {
  width: 85px;
  background-image: url(/images/nav_projects1.jpg);
}

#our_capabilities {
	width: 109px;
  background-image: url(/images/our_capabilities.jpg);
}

#our_promise {
  width: 86px;
  background-image: url(/images/our_promise.jpg);
}

#blog {
  width: 31px;
  background-image: url(/images/blog.jpg);
}

#artwork {
  width: 56px;
  background-image: url(/images/artwork.jpg);
}

#contact_us {
  width: 76px;
  background-image: url(/images/contact_us.jpg);
}

#artwork_menu {
  position: absolute;
  z-index: 1;
  width: 162px;
  height: 60px;
  top: 33px;
  right: 0px;
  _left: -160px;
  display: none;
}

#services_menu {
  position: absolute;
  z-index: 1;
  width: 182px;
  height: 110px;
  top: 33px;
  left: 50px;
  _left: -395px;
  display: none;
}

#project_menu {
  position: absolute;
  z-index: 1;
  width: 182px;
  height: 110px;
  top: 33px;
  left: 50px;
  _left: -395px;
  display: none;
}

#artwork_menu a, #services_menu a ,#project_menu a{
  display: block;
  width: 160px;
  height: 23px;
  background-position: 0px 0px;
  border: 1px solid #416e23;
  /*margin-bottom: 1px;*/
}

#services_menu a {
  width: 182px;
}

#project_menu a {
  width: 182px;
}

#artwork_spec {
  background-image: url(/images/artwork_spec.jpg);
}

#upload_art {
  background-image: url(/images/upload_art.jpg);
}

#signage {
  background-image: url(/images/signage.jpg);
}

#signage_projects {
  background-image: url(/images/signage_projects.jpg);
}

#siignage_design {
  background-image: url(/images/siignage_design.jpg);
}

#multidisciplinary_design {
  background-image: url(/images/multidisciplinary_design.jpg);
}

#signage_projects_australia {
  background-image: url(/images/signage_projects_australia.jpg);
}

#signage_melbourne {
  background-image: url(/images/signage_melbourne.jpg);
}

#signage_sydney {
  background-image: url(/images/signage_sydney.jpg);
}

#interior_signage_solutions {
  background-image: url(/images/interior_signage_solutions.jpg);
}

#interior_graphics {
  background-image: url(/images/interior_graphics.jpg);
}

#wayfinding_signage_design {
  background-image: url(/images/wayfinding_signage_design.jpg);
}

#wayfinding_consultants {
  background-image: url(/images/wayfinding_consultants.jpg);
}

#site_services {
  background-image: url(/images/site_services.jpg);
}

#digital {
  background-image: url(/images/digital.jpg);
}

#specialist {
  background-image: url(/images/specialist.jpg);
}

#artwork_spec:hover, #upload_art:hover, #signage:hover, #site_services:hover, #specialist:hover, #digital:hover,#signage_projects:hover,#siignage_design:hover,#multidisciplinary_design:hover,#signage_projects_australia:hover,#signage_melbourne:hover,#signage_sydney:hover,#interior_signage_solutions:hover,#interior_graphics:hover,#wayfinding_signage_design:hover,#wayfinding_consultants:hover  {
  background-position: 0px 23px;
}/*
#artwork_spec:hover, #signage_projects:hover,#upload_art:hover,{
  background-position: 0px 23px;
}*/


#flash_section {
  width: 100%;
  height: 585px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

#flash_banner {
  width: 1280px;
  height: 585px;
  margin: 0 auto;
  text-align: center;
}

#readmore_section {
  width: 998px;
  height: 44px;
  margin: 0 auto;
  position: relative;
}

#readmore_section #readmore_button {
  display: block;
  width: 106px;
  height: 27px;
  position: absolute;
  right: 22px;
  /*top: -3px;*/
  background-image: url(/images/readmore_button.png);
}

.banner_title {
	color: #FFFFFF;
	font-family: DIN-Medium,Arial,Verdana;
	font-size: 50px;
	font-weight: normal;
	position: absolute;
	right: 35px;
	text-align: right;
	top: 60px;
	z-index: 0;
}

#home_content {
  margin: 0 auto;
  width: 953px;
  padding: 0px 25px 30px 20px;
}

#our_content {
  margin: 0 auto;
  width: 953px;
  padding: 16px 25px 30px 20px;
}

#home_content a, #subpage_content a {
  text-decoration: none;
}

#home_content a:hover, #subpage_content a:hover {
  text-decoration: underline;
}

#home_content #left_content {
  width: 449px;
  min-height: 180px;
  height: auto !important;
  height: 180px;
  padding: 0px 30px 0px 0px;
  float: left;
}

#home_content #right_content {
  width: 454px;
  min-height: 180px;
  height: auto !important;
  height: 180px;
  padding: 0px 0px 0px 20px;
  float: left;
}
#left_content_our {
  width: 308px;
  min-height: 180px;
  height: auto !important;
  height: 180px;
  padding: 0px 30px 0px 17px;
  float: left;
	border:0px solid red;
}

#right_content_our {
  width: 588px;
  min-height: 180px;
  height: auto !important;
  height: 180px;
  padding: 10px 0px 0px 10px;
  float: left;
	border:0px solid green;
	text-align:left;
}

#subpage_grey_bg {
  background-color: #dadad8;
  width: 100%;
  height: 215px;
  padding-top: 1px;
}

#subpage_green_bg {
	background-color:#53534b;
  /*
	background-color: #70b542;
	*/
  width: 100%;
  height: 212px;
}

#subpage_banner {
  width: 998px;
  height: 212px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

#subpage_content {
  margin: 0 auto;
  width: 953px;
  min-height: 180px;
  height: auto !important;
  height: 180px;
  padding: 35px 25px 35px 20px;
}

#subpage_content #subpage_content_left {
  float: left;
  width: 680px;
  padding-right: 20px;
}

#subpage_content #subpage_content_right {
  float: right;
  width: 230px;
  padding-left: 22px;
}

#subpage_content #left_content {
  width: 456px;
  min-height: 180px;
  height: auto !important;
  height: 180px;
  padding: 0px 20px 0px 0px;
  float: left;
}

#subpage_content #right_content {
  width: 456px;
  min-height: 180px;
  height: auto !important;
  height: 180px;
  padding: 0px 0px 0px 20px;
  float: left;
}

#right_content #right_content_contact {
  margin-left: 40px;
}

#subpage_content #subpage_content_right a, #right_content_contact, #right_content_contact a {
  text-decoration: none;
}

#right_content_contact a:hover {
  text-decoration: none;
}

#subpage_content #subpage_content_right a span, #right_content_contact, #right_content_contact a span {
  font-family: DIN-Bold, Arial, Verdana;
  font-weight: normal;
  font-size: 16px;
  color: #53544C;
  position:relative;
  top:-9px;
}

#subpage_content .subpage_vertical_line {
  background-image: url(/images/line_column.gif);
  float: left;
  width: 1px;
  height: 250px;
}

#flash_gallery_left {
  width:528px;
  float:left;
  z-index:-1;
}

#flash_gallery_right {
  width:400px;
  padding-left: 25px;
  position:relative;
  float:right;
}

.h2_title {
  font-size: 17px;
  font-weight: normal;
  font-family: DIN-Bold, Arial, Verdana;
}

.h2_title a {
  font-family: DIN-Bold, Arial, Verdana;
  font-weight: normal;
}

.h2_title_our {
  font-size: 30px;
  font-weight: normal;
  font-family: DIN-Bold,Arial,Verdana;
	color:#53534B;
	/*padding-left:10px;*/
	padding-top:10px;
}

.h2_title_green {
  font-size: 15px;
  font-weight: normal;
	color:#6fb342;
  font-family: DIN-Bold, Arial, Verdana;
}

.formfield {
  color: #23211d;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  border:1px solid #cccccc;
  background-color: #ffffff;
  width: 130px;
}

.content_table {
  border-collapse:collapse;
  margin: 0 auto;
  /*width: 100%;*/
}

.content_table th {
  background-color: #6eb43f;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 5px;
}

.content_table th a {
  color: #ffffff;
  text-decoration: none;
}

.content_table th a:hover {
  text-decoration: underline;
}

.content_table td {
  padding: 8px 5px 8px 10px;
  vertical-align: top;
  border-bottom: 1px solid #a0d17e;
}

.content_table .alt {
  background-color: #effee6;
}

.content_table tr:hover {
  background-color: #c5eeaa;
}

/* Start Services */
.content_table_service {
  border-collapse:collapse;
  margin: 0 auto;
  border:1px solid #6eb43f; 
  /*width: 100%;*/
}

.content_table_service th {
  background-color: #6eb43f;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 5px;
}

.content_table_service th a {
  color: #ffffff;
  text-decoration: none;
}

.content_table_service th a:hover {
  text-decoration: underline;
}
.content_table_service td.tdRow  {
  vertical-align: top;
  border: 1px solid #6eb43f;
}
.content_table_service td.tdInRow {
  padding: 8px 5px 8px 10px;
  vertical-align: top;
  border-bottom: 1px solid #a0d17e;
}

.content_table_service .alt {
  background-color: #effee6;
}

.content_table_service td.tdInRow:hover {
  background-color: #c5eeaa;
}
/* End Services */

#partner_logo_bg {
  height: 57px;
  width: 100%;
  background-color: #e9e9e9;
}

#partner_logo_bg #partner_logo {
  margin: 0 auto;
  width: 998px;
  height: 57px;
  /*padding: 10px 0px 0px 34px;*/
}

#partner_logo_bg #partner_logo img {
  margin-right: 67px;
  margin-top: 10px;
}

#partner_footer_bg {
  width: 100%;
  height: 128px;
  /*background-color: #6eb43f;*/
	background-color:#53534A;
}

#partner_footer {
  color: #ffffff;
  width: 973px;
  height: 103px;
  padding: 25px 0px 0px 25px;
  margin: 0 auto;
  position: relative;
  /*background-image: url(/images/partner_bg.png);*/
	/*background-image: url(/images/bg_footer.jpg);*/
  background-position: left top;
  background-repeat: no-repeat;
  font-family: DIN-Bold, Arial, Verdana;
}

#partner_footer h3 {
  font-size: 11px;
  margin-bottom: 7px;
  font-weight: normal;
}

#partner_footer h3 a {
  color: #ffffff;
  text-decoration: none;
}

#partner_footer h3 a:hover {
  color: #E10000;
}

#partner_footer #partnerships {
  font-size: 19px;
  font-weight: normal;
  position: absolute;
  top: 41px;
  left: 304px;
}
#defining {
  position: absolute;
  top: 30px;
  left: 25px;
	color: #FFFFFF;
	font-family: DIN-Medium,Arial,Verdana;
	font-size: 50px;
	font-weight: normal;
}

#partner_footer_black_bg {
  width: 998px;
  height: 128px;
  position: absolute;
  top: 0px;
  left: -100%;
  background-color: #53534a;
}

#footer_section {
  margin: 0 auto;
  width: 978px;
  min-height: 85px;
  height: auto !important;
  height: 85px;
  padding: 15px 0px 0px 20px;
  color: #53534a;
  font-size: 10px;
  position: relative;
}

.footer_link {
  float: left;
  width: 180px;
  height: 70px;
  margin: 5px 0px 0px 10px;
}

#footer_section .footer_link h3 {
  font-size: 10px;
  color: #53534a;
  margin-bottom: 3px;
}
 .footerlink a {
  color: #53534a;
  text-decoration: none;
  font-size:10px;
  font-weight:normal;
}

.footerlink  a:hover {
  text-decoration: underline;
  font-size:10px;
  font-weight:normal;
}
.inline_display{
display:inline;
}
#footer_section .footer_link h3 a, #footer_section a {
  color: #53534a;
  text-decoration: none;
}

#footer_section .footer_link h3 a:hover, #footer_section a:hover {
  text-decoration: underline;
}

#exa_logo {
  display: block;
  width: 54px;
  height: 20px;
  background-image: url(/images/exa_logo.png);
  position: absolute;
  right: 0px;
  bottom: 4px;
}
#promiseBtn{
  	background-image:url("/images/readmore_button.png");
	display:block;
	height:27px;
	position:absolute;
	/*left:420px;*/
	width:106px;
}
#content_our_promise{
    background:none repeat scroll 0 0;
    float:left;
	height:auto !important;
	/*min-height:180px;*/
	padding:0 20px 0 0;
	width:912px;
}
#breadcrumb a{
	color:#A2A2A2;
}
#breadcrumb a:hover{
	color:#53544C;
	text-decoration:none;
}
.hyphen{
	color:F0F0F0;	
}
#right_content_our_promise{
	background:none repeat scroll 0 0;
	float:right;
	width:456px;
}
.clear-all{
	clear:both;
}
#tblService{
	float:left;
}

/* ---- jQuery Alert ---- */
#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #4f872a;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #ffffff;
	background: #6EB43F url(/images/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(/images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(/images/info.gif);
}

#popup_content.confirm {
	background-image: url(/images/info.gif);
}

#popup_content.prompt {
	background-image: url(/images/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}
.blog-entry {}
.blog-entry h2,
.blog-entry h3 {
	font-weight: normal;
	font-size: 11px;
}
.blog-entry p {
	margin: 8px 0 12px 0;
}

/* Start create bg our Capilities*/
.bg_green{
	background-color:#6eb53f;
	width:690px;
	height:270px;
	border:0px solid red;
}
#img_say{
	float:left;
	margin-top:5px;
	margin-left:15px;
}

#img_project{
	margin-top:35px;
	text-align:center;
	margin-left: 50px;
}


.blog_img_say{
	float:left;
	margin-top:145px;
	margin-left:-111px;
	border:0px solid red;
}
.bg_gray{
	background-color:#ffffff;
	width:690px;
	height:60px;
	border:0px solid red;
}
.bg_gray_bottom{
	background-color:#53534b;
	width:690px;
	height:320px;
	border:0px solid red;
}
.content_our{
	width:690px;
	border:0px solid red;
	margin-top:15px;
}
.content_lf{
	float:left;
	width:335px;
	border:0px solid blue;
}
.content_rg{
	float:left;
	width:335px;
	border:0px solid green;
	margin-left:15px;
}
.text_din{
	color: #53534B;
	font-family: DIN-Medium,Arial,Verdana;
	font-size: 16px;
	font-weight: normal;
}
