/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.6;
}

body#bd {
	color: #666666;
	background: #FFFFFF url(../images/background.jpg) repeat top left;
}

body.contentpane {
	color: #000000;
	font-size: 12px;
	line-height: 1.3em;
	margin: 0;
	margin: 1em 2em;
	width: auto; /* Printable Page */
	background: #ffffff;
}

body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 12px;}
body.fs4 {font-size: 13px;}
body.fs5 {font-size: 14px;}
body.fs6 {font-size: 15px;}

/* Normal link */
a {
	color: #1C64A5;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #1C64A5;
	text-decoration: underline;
}

a img {
	border: none;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	line-height: normal;
	color: #333333;
}	

/* Small text */
small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption p,
a.readon, p.site-slogan, #ja-pathway, #ja-footer {
	color: #999999;
	font-size: 85%;
}

img {
	/*margin: 0;
	padding: 0;*/
}

.img_caption.left, .img_caption.right {
	margin-top: 3px;
}

/* Heading */
h1 {font-size: 200%;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	background: url(../images/bullet.gif) no-repeat 22px 8px;
	line-height: 160%;
	padding-left: 30px;
}

ol li {
	line-height: 180%;
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 8px;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;
	background: url(../images/dot.gif) repeat-x top;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
	background: none;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #E6E6E6;
	height: 1px;
}

td, th, div {
	font-size: 100%;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox, .button {
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #666666;
}

.inputbox {
	padding: 2px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.button {
	padding: 2px 8px;
	border: 1px solid #1C64A5;
	background: #1C64A5;
	font-weight: bold;
	color: #FFFFFF;
}

* html .button { /*IE 6*/
	padding: 0 5px !important;
}

*+html .button { /*IE 7*/
	padding: 0 5px !important;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
.article_separator {
	clear: both;
	display: block;
	height: 20px;
	margin: 0;
}

.article_column {
	padding: 0 8px 0 9px;
}

/* content tables */
.sectiontableheader {
	background: #999999;
	padding: 8px;
	color: #FFFFFF;
	font-weight: bold;
}

.sectiontableheader a,
.sectiontableheader a:hover,
.sectiontableheader a:active,
.sectiontableheader a:focus {
	color: #FFFFFF;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	padding: 8px;
	background: url(../images/dot.gif) repeat-x bottom;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 30%;
	float: right;
}

table.contenttoc td {
	background: url(../images/bullet.gif) no-repeat 12px 8px;
	padding: 1px 5px 1px 20px;
}

table.contenttoc th {
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 3px;
	text-indent: 5px;
}

table.poll {
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}

table.pollstableborder {
	border: none;
	padding: 0;
	text-align: left;
	width: 100%;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 4px !important;
	background: none;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #F7F7F7;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

.blog_more {
	margin: 15px 0 0;
	padding: 10px 0 0;
	background: url(../images/dot.gif) repeat-x top;
}

.blog_more strong {
	display: block;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	background: url(../images/bullet.gif) no-repeat 4px 8px;
	margin: 0;
	padding: 0 0 0 12px;
}

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

h1.componentheading, .componentheading {
	margin: 0;
	padding: 10px 0 20px 0;
	font-size: 200%;
	color: #333333;
}

.contentdescription {
	padding-bottom: 30px;
}

h2.contentheading, .contentheading {
	margin: 0;
	padding: 10px 0 20px 0;
	font-size: 200%;
	color: #333333;
	/*border-bottom: 1px solid #E6E6E6;*/
}

table.blog .contentheading {
	font-size: 125%;
	color: #E15E06;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
}

a.readon {
	
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	background: #8BAB32;
	padding-left: 15px;
	/*text-transform: uppercase;*/
}

a.readon:hover, a.readon:focus, a.readon:active {
	background: #2C79B3;
	color: #ffffff;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.moduletable {
	padding: 0;
}

ul.pagination {
	margin: 15px auto 0;
	padding: 10px 0 0;
	background: url(../images/dot.gif) repeat-x top;
}

ul.pagination li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 3px;
	text-decoration: none;
	background: #666666;
	color: #FFFFFF;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	background: #1C64A5;
	color: #FFFFFF;
}

.pagenavbar {
	background: url(../images/icon-pages.gif) no-repeat center left;
	font-weight: bold;
	padding-left: 14px;
}

.pagenavcounter {
	background: url(../images/icon-pages.gif) no-repeat 0 11px;
	font-weight: bold;
	padding: 8px 14px 0 14px;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

ul.latestnews a, ul.mostread a {
	color: #666666;
}

/* META
--------------------------------------------------------- */
.article-toolswrap {
	display: block;
	margin: 5px 0 10px;
	padding: 0;
	position: relative;
	text-transform: uppercase;
}

.article-tools {
	display: block;
	padding: 0 10px 0 0;
}

.article-meta {
	width: 70%;
	float: left;
}

.createby {
	padding: 0 5px 0 7px;
	background: url(../images/vline.gif) no-repeat left;
}

.createdate {
	padding: 0 5px 0 0;
}

.modifydate {
	width: 100%;
	display: block;
	text-transform: uppercase;
}

div.buttonheading {
	position: absolute;
	top: 0;
	right: 10px;
}

.buttonheading img {
	margin: 0 0 0 5px;
	border: 0;
	float: right;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
	margin: 0 auto;
	width: 1130px; /*1006*/
}

#ja-header,
#ja-container,
#ja-footer {
	width: 1090px; /*952*/
	margin: 0 auto;
	clear: both;
}

#ja-container{
	margin-left: 10px;
}

.narrow #ja-header,
.narrow #ja-container,
.narrow #ja-footer {
	width: 750px;
}

#ja-container {
	background: #ffffff;
}

#ja-mainbody {
	/*width: 74.9%;*/
	width: 820px;
	float: left;
	background: #ffffff;
}

#polifasad_block{
	width: 580px;
	height: 215px;
	background: url('../images/bg_block_polifasad.jpg') no-repeat top left;
	padding: 10px;
	color: #000000;
}

.title2{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
}

.title3{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
#ja-content {
	clear: both;
	display: block;
	float: right;
	/*width: 70%;*/
}

#ja-current-content {
	padding: 0;
}

/* COLUMNS
--------------------------------------------------------- */
#ja-col1 {
	float: left;
	overflow: hidden;
	width: 29.9%;
}

#ja-col1 div.ja-innerpad {
}

#ja-col2 {
	/*float: right;*/
	overflow: hidden;
	width: 230px;
	background: #ffffff;
}

#ja-col2 div.ja-innerpad {
}

/*common style for column*/
#ja-col1 a {
}

#ja-col1 a:hover, #ja-colwrap a:active, #ja-colwrap a:focus {
}

#ja-col1 table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-col1 .article_separator {
	display: none;
}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#ja-containerwrap,
#ja-containerwrap-fr,
#ja-containerwrap-fl,
#ja-containerwrap-f {
	/*padding: 30px 0;*/
	margin: 0 auto;
	/*background: #ffffff url(../images/grad-1.gif) repeat-x bottom;*/
	background: url(../images/main_shadow.png) repeat-y top left;
	width: 1130px; /*1006*/
}

/*content + left*/
#ja-containerwrap-fr #ja-mainbody {
	width: 100%;
}

#ja-containerwrap-fr #ja-col1 {
	width: 24.9%;
}

#ja-containerwrap-fr #ja-content {
	width: 75%;
}

#ja-containerwrap-fr #ja-current-content {
	padding-right: 0;
}

/*content + right*/
#ja-containerwrap-fl #ja-content {
	width: 100%;
}

#ja-containerwrap-fl #ja-current-content {
	padding-left: 5px;
}

/*full*/
#ja-containerwrap-f #ja-mainbody {
	width: 100%;
}

#ja-containerwrap-f #ja-content {
	width: 100%;
}

#ja-containerwrap-f #ja-current-content {
	padding-left: 5px;
	padding-right: 5px;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3,
div.moduletable_menu h3,
div.moduletable_text h3 {
	font-size: 125%;
	margin: 0 0 10px;
	padding: 0 0 10px;
	color: #1C64A5;
	background: url(../images/h3-bg.gif) no-repeat bottom left;
}

div.moduletable,
div.moduletable_menu,
div.moduletable_text {
	margin: 0 0 20px;
	padding: 0 5px;
}

div.module h3,
div.module_menu h3,
div.module_text h3,
div.module_hilite h3,
div.module_nopad h3 {
	margin: 0 -15px 10px;
	padding: 10px 15px;
	white-space: nowrap;
	font-size: 125%;
	border-bottom: 1px solid #E6E6E6;
	color: #333333;
}

div.module,
div.module_menu,
div.module_text,
div.module_hilite,
div.module_nopad {
	margin: 0 0 20px;
	padding: 0;
	width: 100%; /*need for ie 6 */
	background: url(../images/box-br.gif) no-repeat bottom right;
}

div.module div,
div.module_menu div,
div.module_text div,
div.module_hilite div,
div.module_nopad div {
	padding: 0;
	background: url(../images/box-bl.gif) no-repeat bottom left;
}

div.module div div,
div.module_menu div div,
div.module_text div div,
div.module_hilite div div,
div.module_nopad div div {
	padding: 0;
	background: url(../images/box-tr.gif) no-repeat top right;
}

div.module div div div,
div.module_menu div div div,
div.module_text div div div,
div.module_hilite div div div,
div.module_nopad div div div {
	padding: 0 10px 10px;
	background: url(../images/box-tl.gif) no-repeat top left;
}

/*nopad*/
div.module_nopad h3 {
	padding: 10px 30px;
	margin-bottom: 0;
}

div.module_nopad div div div {
	padding: 0 1px 5px;
}

/*hilite*/
div.module_hilite h3 {
	color: #FFFFFF;
	background: url(../images/h3-hilite-bg.gif) repeat-x bottom;
	border: none;
}

div.module_hilite {
	background: url(../images/box-hilite-br.gif) no-repeat bottom right;
	color: #FFFFFF;
}

div.module_hilite div {
	padding: 0;
	background: url(../images/box-hilite-bl.gif) no-repeat bottom left;
}

div.module_hilite div div {
	background: url(../images/box-hilite-tr.gif) no-repeat top right;
}

div.module_hilite div div div {
	background: url(../images/box-hilite-tl.gif) no-repeat top left;
}

/* mis */
div.banneritem_text {
	padding: 5px 0 !important;
}

div.advs {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

div.moduletable ul {
	list-style: none;
}

div.moduletable li {
	background-position: 3px 8px;
	line-height: 160%;
	padding-left: 12px;
}

div.module div div div div,
div.module_menu div div div div,
div.module_text div div div div,
div.module_hilite div div div div,
div.module_nopad div div div div {
	background: none;
}

/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
	/*z-index: -1;*/
	/*position: relative;*/
	background: url(../images/header_shadow.png) no-repeat top left;
	width: 1130px;
}

#ja-header {
	line-height: normal;
	/*position: relative;*/
	width: 1100px; /*982*/
}

h1.logo, div.logo-text h1 {
	margin: 0;
	padding: 0;
	font-size: 200%;
}

h1.logo a {
	width: 230px;
	height: 100px;
	display: block;
	background: url(../images/logo.gif) no-repeat;
	float: left;
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

div.logo-text {
	width: 24.9%;
	height: 100px;
	outline: none;
	float: left;
}

div.logo-text h1 {
	padding-top: 30px;
}

p.site-slogan {
	margin: 0;
	padding: 0;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
	height: 30px;
	width: 1100px;
	background: #7c7c7c url(../images/mainnav-sep.gif) no-repeat left;
	float: left;
}

.narrow #ja-mainnav {
	width: 65%;
}

#ja-mainnav a, #ja-subnav a {
	outline: none;
}

#ja-mainnav a span.menu-title {
	padding-left: 5px;
	height: 19px;
	display: block;
}

#ja-mainnav a span.menu-desc {
	display: block;
	text-transform: none;
	font-weight: normal;
	font-size: 85%;
	color: #999999;
	padding: 0 15px;
	line-height: normal;
}

#ja-subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#ja-subnav li {
	background: none;
	margin: 0;
	padding: 1px 0;
}

#ja-subnav a {
	display: block;
	outline: none;
	padding: 4px 2px 4px 14px;
	text-decoration: none;
	background: url(../images/bullet.gif) no-repeat 3px 10px;
}

#ja-subnav a:hover,
#ja-subnav a:active,
#ja-subnav a:focus {
}

#ja-subnav li.active a {
}

/* breadcrumbs */
#ja-pathway {
	padding: 7px 0;
	text-transform: uppercase;
	background: #F7F7F7;
	border: 1px solid #E6E6E6;
	line-height: normal;
	text-indent: 10px;
	clear: both;
}

#ja-pathway strong {
	margin-right: 5px;
}

#ja-pathway a {
	text-decoration: none;
}

#ja-pathway a:hover {
	text-decoration: underline;
}

#ja-pathway img {
	margin: 1px 5px;
}

/* Default Joomla! Menu */
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

ul.menu li {
	display: block;
	background: none;
	margin: 0;
	padding: 0;
	line-height: normal;
}

ul.menu li a {
	display: block;
	outline: none;
	padding: 7px 5px 9px;
	margin: 0;
	text-decoration: none;
	color: #666666;
	background: url(../images/dot.gif) repeat-x bottom;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	color: #1C64A5;
	background: url(../images/dot.gif) repeat-x bottom #F2F2F2;
	text-decoration: none;
}

ul.menu li.active a {
	font-weight: bold;
	color: #1C64A5;
}

ul.menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li li {
	border: none;
}

ul.menu li li a {
	border: none;
	padding-left: 26px !important;
	text-transform: none;
	font-weight: normal !important;
	background: url(../images/bullet.gif) no-repeat 15px 13px !important;
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	color: #1C64A5;
	text-decoration: underline;
}

ul.menu li li.active a {
	color: #1C64A5;
	font-weight: bold;
}

ul.menu li li li a {
	color: #666666 !important;
	font-weight: normal !important;
	padding-left: 38px !important;
	background: url(../images/bullet.gif) no-repeat 30px 13px !important;
}

ul.menu li li li.active a {
	font-weight: bold !important;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
}

.ja-box-left div.moduletable {
	padding-right: 20px;
}

.ja-box-center div.moduletable {
	padding: 0 10px;
}

.ja-box-right div.moduletable {
	padding-left: 20px;
}

/* Top spotlight */
#ja-topsl1 {
	width: 74.9%;
	float: left;
	margin-bottom: 10px;
}

#ja-topsl1 div.moduletable {
	margin-right: 40px;
}

#ja-topsl2 {
	width: 24.9%;
	float: right;
	margin-bottom: 10px;
}

div.module_hilite ul {
	margin: 0;
	padding: 0;
}

div.module_hilite ul li {
	margin: 0;
	padding-left: 10px;
	background: url(../images/bullet2.gif) no-repeat left center;
}

div.module_hilite a {
	color: #FFFFFF;
}

/* Bottom spotlight */
#ja-botsl1, #ja-botsl2 {
	clear: both;
	margin: 0;
	padding: 20px 0;
}

#ja-botsl2 {
	border-top: 3px solid #E6E6E6;
	padding-bottom: 0;
}

#ja-botsl1 div.moduletable, #ja-botsl2 div.moduletable {
	margin-bottom: 0;
}

#ja-botsl1 div.moduletable h3, #ja-botsl2 div.moduletable h3 {
	margin: 0 0 5px;
	padding: 0;
	background: none;
	color: #E15E06;
}

#ja-botsl1 div.moduletable h3 span, #ja-botsl2 div.moduletable h3 span {
	color: #666666;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	position: relative;
	clear: both;
	/*padding: 15px 0 30px;*/
	/*background: #ffffff;*/
	border-top: 1px solid #dddddd;
	padding: 10px 0 0 0;
}

#ja-footer small {
	font-size: 100%;
	padding: 0;
	float: left;
}

#ja-footer ul {
	margin: 0;
	padding: 0;
	float: right;
}

#ja-footer li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	background: url(../images/vline.gif) no-repeat center left;
}

#ja-footer li a {
	display: inline;
	padding: 0 10px;
}

li.ja-firstitem {
	background: none !important;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

/* Login */
#form-login p {
	margin: 0 0 5px;
}

#form-login ul {
	margin: 5px 0 0;
}

#modlgn_username, #modlgn_passwd {
	width: 90%;
}

/* Search */
#ja-search {
	float: left;
	width: 190px;
	height: 35px;
	background: url(../images/icon-search.png) no-repeat 5px 0;
	overflow: hidden;
}

.narrow #ja-search {
	width: 150px;
}

#ja-search .inputbox {
	padding: 10px 0 0 40px;
	background: none;
	border: none;
	font-weight: bold;
	color: #CCCCCC;
}

/*others*/
#ja-banner {
	padding: 20px 0 0;
	text-align: center;
	overflow: hidden;
	width: 100%;
	clear: both;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	background: none!important;
	display: block;
	margin: 10px 0;
	text-decoration: none!important;
}

.clr {
	clear: both;
}

.hasTip img {
	border: none;
}

div.ja-innerdiv {
	padding: 10px 0 !important;
	background: url(../images/dot.gif) repeat-x bottom !important;
}

div.ja-innerdiv img {
	padding: 0;
	margin: 5px 10px 0 0;
}


img.ja-img {
	padding: 3px;
	border: 1px solid #E6E6E6;
}

table.tblexchange {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	font-size: 85%;
}

table.tblexchange th {
	background: #F7F7F7;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
}

table.tblexchange td {
	padding: 5px 5px;
	text-align: center;
	border-bottom: 1px solid #E6E6E6;
}

table.tblexchange td.hilite {
	color: #E15E06;
}

/* Tooltips */
.tool-tip {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	float: left;
	max-width: 200px;
	padding: 5px;
	z-index: 999;
	color: #333333;
}

.tool-title {
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	margin-top: -15px;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 15px;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	margin: 0;
	padding: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	color: #FFFFFF;
	margin: 0;
	padding: 5px;
}

/* System Standard Messages */
#system-message dd.message ul {
	background: #666666;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #666666;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #666666;
	border: none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}

/*mover*/
#call_us{
	padding: 0 0 25px 50px;
	font: bold 18px Tahoma, Helvetica, Arial, sans-serif;
	color: #ffffff;
}

#pic_houses{
	border: 1px solid #000000;
	padding: 4px;
	width: 180px
}
#pic_houses:hover{
	border: 1px solid #ffb800;
	padding: 4px;
	width: 180px
}

#pic_doma{
	border: 1px solid #000000;
	padding: 2px;
	width: 195px
}
#pic_doma:hover{
	border: 1px solid #ffb800;
	padding: 2px;
	width: 195px
}

#pic_doma_b{
	border: 1px solid #000000;
	padding: 2px;
	width: 230px
}
#pic_doma_b:hover{
	border: 1px solid #ffb800;
	padding: 2px;
	width: 230px
}

#mwrap{
	margin: 0 auto;
	width: 1100px; /*982*/
	background: #ffffff;
}

#footer_wrapper{
	height: 80px;
	width: 1130px;
	background: url(../images/footer_shadow.png) no-repeat bottom left;
}

#bg_arch_des{
	width: 670px;
	height: 149px;
	background: url(../images/bg_doma.jpg) no-repeat left top;
	margin: 0 auto;
}

#bg_arch_des_in{
	padding: 11px 240px 0 14px;
	color: #000000;
}

.fil2{overflow:hidden;width:100%;height:2px;}
.fil6{overflow:hidden;width:100%;height:6px;}
.fil10{overflow:hidden;width:100%;height:10px;}
.fil25{overflow:hidden;width:100%;height:25px;}
.fil30{overflow:hidden;width:100%;height:30px;}
.fil82{overflow:hidden;width:100%;height:82px;}

a.title {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}

a.title:hover, a.title:active, a.title:focus {
	font-size: 16px;
	color: #000000;
	text-decoration: underline;
}

a.title2 {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.title2:hover, a.title2:active, a.title2:focus {
	font-size: 14px;
	color: #fbba00;
	text-decoration: underline;
}

.td_separator{
	width: 3px;
	padding-left: 10px;
	padding-right: 10px;
	background: #ffffff url(../images/separator.gif) repeat-y top;
}

.td_head_pic{
	background: #ffffff url(../images/house_head.jpg) no-repeat left bottom;
}

.article_title{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14pt;
	color: #000000;
	padding-left: 10px;
}

.article_zag{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #ffb800;
	font-weight: bold;
}

.article_zag2{
	font: bold 16px Helvetica, Arial, sans-serif;
	color: #ff7200;
}

.links_seo_p4, .links_seo_p4 a 
{
 font-size: 9px;
 Color:#545454;
 text-decoration:none;
}

.black{
	color: #000000;
}

.header{
	background: #ffffff url(../images/bg_header.jpg) no-repeat top left;
	height: 217px;
}

.td_dealers{
	padding: 5px;
	border: 1px solid #e4e4e4;
}

.tbl_block{
	background: url(../images/block_bg.jpg) repeat-y top left;
}

.img_border_yel{
	border: 1px solid #fbba00;
}

.td_border_dotted{
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 6px;
}

a.article {
	color: #666666;
	text-decoration: none;
	line-height: 1.2;
}
a.article:hover, a.article:active, a.title:focus {
	color: #666666;
	text-decoration: underline;
	font-size: 13px;
}

.title_or{
	color: #ff7200;
	font-size: 14px;
	font-weight: bold;
}

.text_black{
	color: #000000;
}

.pic_decor_fasad{
	border: 1px solid #7c7c7c;
}
#pic_decor_fasad{
	border: 1px solid #000000;
	padding: 2px;
	width: 195px
}
#pic_decor_fasad:hover{
	border: 1px solid #ffb800;
	padding: 2px;
	width: 195px
}

.title_or2{
	color: #ff7200;
	font-size: 14px;
	font-weight: bold;
}

.img_border_grey{
	padding: 3px;
	border: 1px solid #999999;
}

.gal_name{
	color: #333333;
	text-align: center;
	font: 14px Verdana;
}

#zazyvalka {
	background: #ff9f00 url(../images/bg_zaz.jpg) no-repeat top left;
	color: #ffffff;
	clear: all;
	padding: 30px 20px 20px 20px;
	font: 13px/20px Verdana;
	width: 520px;
	text-align: left;
}

#zazyvalka div {
	padding-bottom: 14px;
	padding-left: 92px;
	font-size: 15px;
}

#socials_like {
	position: fixed;
	top: 100px;
	left: 0;
}

.panel_3d_imgs img {
    border: 4px solid #ffffff;
	-webkit-transition: border-color .7s ease;
    -moz-transition: border-color .7s ease;
    -o-transition: border-color .7s ease;
    -ms-transition: border-color .7s ease;
    transition: border-color .7s ease;
}

.panel_3d_imgs img:hover {
	border: #ffb800 solid 4px;
}