section, article, header, footer{display:block;}
BODY { 
    margin: 0;
    padding: 0;
    text-align: center;
	font-family: Helvetica, Arial, sans-serif;
    background: #E2E2E2;
}
html, body {height: 100%;}
A { text-decoration: none; color: #FFF;}
A:HOVER { text-decoration: underline; }
A IMG { border: none; }
LABEL { cursor: pointer; }
H1, H2, H3, H4, H5, H6, FORM, P, UL, OL {
	padding: 0;
	margin: 0;
}
.relax {
	clear: both;
	height: 0;
	line-height: 0px;
	font-size: 1px;
}
*{margin: 0; padding: 0;}
.wrapper {
	min-height: 100%;
	background: url("../images/bg/bg-area.gif") repeat-y center top;
}
.wp-page {margin-top: -70px;}
.area-page{
	margin: auto; 
	text-align: left; 
	width: 925px;
	background: #FFF;
}
/* Header */
header {
	background: #F1F1F1;
	height: 140px;
}
header A.logotype {
	float: left;
	display: inline;
	margin: 46px 16px 18px 15px;
}
header .text-logo {
	float: left;
	margin: 57px 0 0 0;
	font-size: 25px;
	font-weight: normal;
	color:#727272;
	line-height:30px;
}
/* Content */
#content H1, #content H2, #content H3, 
#content H4, #content H5, #content H6 {
	margin: 0px 0px 5px;
	color: #737373;
	line-height: 100%;
}
#content H1 {font-size: 26px;}
#content P {
	font-size: 15px;
	color: #737373;
	line-height: 100%;
	padding: 0 0 15px 0;
} 
#content UL, #content OL { 
	font-size: 11px; 
	color: #737373;
} 
#content A {color: #FFF;}
#content {padding: 45px 0;}
#content aside.left {
	float: left;
	display: inline;
	width: 216px;
}
#content aside.right {
	float: right;
	display: inline;
	width: 216px;
}
aside UL LI,
.sidebar UL LI {
	list-style: none;
	margin-bottom: 20px;
	height: 162px;
	overflow: hidden;
	position:relative;
	cursor: default;
	width: 216px;
	}
.blinds {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background: #E68757;
	opacity: 0;
	height: 100%;
}
aside UL LI:HOVER .blinds,
.sidebar UL LI:HOVER .blinds,
.sidebar-bottom UL LI:HOVER .blinds {opacity:0.75;}
#content .blinds.blinds-orange {background: #E6B757;}
#content .blinds.blinds-green {background: #ADCF6E;}
#content .blinds.blinds-purple {background: #8757e6;}
#content .blinds.blinds-blue {background: #579DE6;}
/* Add Edit Start by Anon on 21.09.2013 */
#content .blinds.blinds-red {background: #e65857;}
/* Add Edit End by Anon on 21.09.2013 */
#content .blinds.blinds-red2 {background: #e65857; width: 96%;}
/* Add Edit End by Anon on 21.09.2013 */


.info {
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 16px;
	color: #FFF;	
	padding-right: 5px;
	line-height: 140%;
	display: none;
	cursor:default;
}
aside UL LI:HOVER .info, 
.sidebar UL LI:HOVER .info,
.sidebar-bottom UL LI:HOVER .info {display: block;} 
.main-content {
	float: left;
	padding: 0 20px;
    width: 453px;
	margin-top: -2px;
}
#content .main-content H1 {
	color: #E68757;
	font-family: Helvetica,Arial;
    font-size: 26px;
    font-weight: normal;
    padding-bottom: 29px;
}
#content .main-content.main-orange H1 {color: #E6B757;}
#content .main-content.main-green H1 {color: #ADCF6E;}
#content .main-content.main-purple  H1 {color: #8757e6;}
#content .main-content.main-blue  H1 {color: #579DE6;}
/* Add Edit Start by Anon on 21.09.2013 */
#content .main-content.main-red  H1 {color: #e65857;}
#content .main-content.main-gray  H1 {color: #8A8A8A;}
/* Add Edit End by Anon on 21.09.2013 */
#content .main-content P {
    font-size: 16px;
    line-height: 160%;
    margin-top: -5px;
}
#content .menu-text {	
	padding-bottom: 12px;
	margin-left: 8px;
}
#content .main-content .menu-text UL LI {
	list-style: none;
	color: #737373;
	font-size: 15px;
	background: url("../images/bg/list.gif") no-repeat left 7px;
	padding-left: 15px;
	line-height: 160%;
	font-weight: bold;
}
#content .main-content .menu-text UL LI A {color: #737373;}
#content .menu-text UL.list-green LI {background-image: url("../images/bg/list-green.gif");}
#content .menu-text UL.list-purple LI {background-image: url("../images/bg/list-purple.gif");}
#content .menu-text UL.list-blue LI {background-image: url("../images/bg/list-blue.gif");}
#content .menu-text UL.list-orange LI {background-image: url("../images/bg/list-orange.gif");}
#content .menu-text UL LI SPAN {font-weight: normal;}
#content .main-content UL LI {
	list-style: none;
	color: #737373;
	font-size: 15px;
	line-height: 160%;
	font-weight: normal;
}
.main-content.main-purple,
.main-content.main-blue,
.main-content.main-red  {
	padding: 0;
	float: right;
	display: inline;
	text-align: left;
}
/* Add Edit Start by Anon on 21.09.2013 */
.main-content.main-gray {
	padding: 0;
	float: right;
	display: inline;
	text-align: left;
}
/* Add Edit End by Anon on 21.09.2013 */
.sidebar {
	float: left;
    width: 472px;
}
.sidebar UL LI {
	float: left;
	display: inline;
	margin-right: 20px;
	height: 162px;
	width: 216px;
}
.sidebar UL LI.area-width,
.sidebar-bottom UL LI.area-width {
	width: 452px;
	margin-right: 0px;
}
.sidebar UL LI.area-width03,
.sidebar-bottom UL LI.area-width03 {
	width: 100%;
	margin-right: 0px;
}


#content .main-content P A {
	font-weight: bold; 
	color: #737373;
}
.sidebar-bottom {
	float: left;
/*	width:945px;*/
	display: inline;
	margin:0 0 0 -20px;
}
.sidebar-bottom UL LI {
	float: left;
	display: inline;
	list-style: none;
	margin-left: 20px;
	list-style: none;
	margin-bottom: 20px;
	height: 192px;
	overflow: hidden;
	position:relative;
	cursor: pointer;
	width: 216px;
	font-size: 15px;
}
.menu-info {
	float: left;
	display: inline;
	width: 245px;
}
#content .menu-info UL LI {
	list-style: none;
	line-height: 160%;
	color: #737373;
	font-size: 15px;
}
#content .menu-info UL LI A,
#content .menu-contact UL LI A {color: #737373; font-size: 15px;}
.menu-contact {
	float: left;
	display: inline;
	width: 200px;
}
#content .menu-contact UL LI {
	list-style: none;
	line-height: 160%;
	color: #737373;
	font-size: 15px;
	font-weight: bold;
}
#content .menu-contact UL LI SPAN {color: #e65857; font-size: 15px;}
#content .menu-contact UL LI.last {padding-top: 8px;} 
.area-map {
	float: left;
	display: inline;
	/*width: 465px;*/
}
#content P SPAN.font {
	font-size: 18px;
    font-weight: bold;
    line-height: 24px;	
}
 /* Footer */
footer {
	background: #737373;
	height: 70px;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
}
.menu-footer {
	float: left;
	display: inline;	
}
.menu-footer UL LI{
	list-style: none;
	float: left;
	display: inline;
	padding: 10px 0;
}
.menu-footer UL LI SPAN {padding: 0 5px;}
.copyright {float: left; padding: 10px;}
.devel {
	float: right;
	padding: 10px;
}
.push {height: 70px;}
.area-wrapper {height: 100%;}
/* container */
#container {
	float: left;
	display: inline;
	padding-top: 2px;
	margin-left: -9px;
	width: 934px;
}
*+html #container {padding-top: 5px;}
/* Add Edit Start by Anon on 21.09.2013 */
#container UL  LI {
	float: left;
	display: inline;
	list-style: none;
	font-size: 15px;	
	margin-left: 9px;
	width: 83px;
	text-align: center;	
	padding: 5px 0;
	border-bottom: 3px solid #FFF; 
}
/* Add Edit End by Anon on 21.09.2013 */
#container UL  LI:HOVER {
	border-bottom: 3px solid #E68757; 
	text-decoration: none;
} 
#container UL  LI  A {
	color: #FFF;
	text-align: center;
	background: #E68757;
	display: block;
	padding: 3px 0;
	text-decoration: none;
}
/* Add Edit End by Anon on 21.09.2013 */
#container UL LI.purple {width: 150px;}
#container UL  LI.green {width: 185px;}
#container UL  LI.blue {width: 119px;}
#container UL  LI.orange {width: 146px;}
#container UL  LI.gray {width: 105px; float:right;}
/* Add Edit End by Anon on 21.09.2013 */

#container UL  LI.home.active, 
#container UL LI.home:HOVER {border-bottom: 3px solid #E68757;}

#container UL  LI.purple A {background: #8757e6;}
#container UL  LI.purple.active, 
#container UL LI.purple:HOVER {border-bottom: 3px solid #8757e6;}
#container UL  LI.green A {background: #ADCF6E;}
#container UL  LI.green.active, 
#container UL LI.green:HOVER {border-bottom: 3px solid #ADCF6E;}
#container UL  LI.blue  A {background: #579DE6;}
#container UL  LI.blue.active, 
#container UL LI.blue:HOVER {border-bottom: 3px solid #579DE6;}
#container UL  LI.orange A {background: #E6B757;}
#container UL  LI.orange.active, 
#container UL LI.orange:HOVER {border-bottom: 3px solid #E6B757;}
/* Add Edit Start by Anon on 21.09.2013 */
#container UL  LI.red  A {background: #e65857;}
#container UL  LI.red.active, 
#container UL LI.red:HOVER {border-bottom: 3px solid #e65857;}

#container UL  LI.gray A{background: #8a8a8a;}
#container UL  LI.gray.active, 
#container UL LI.gray:HOVER {border-bottom: 3px solid #8a8a8a;}
/* Add Edit End by Anon on 21.09.2013 */

.party_text{
	font-size: 26px !important;
	color:#e65857 !important;
	padding:0 0 0 0 !important;
	}
.party_text02{
	font-size: 15px !important;
	color:#737373 !important;
	line-height:24px !important;
	padding:10px 0 10px 0 !important;
	}
.learn_more_text02{
	font-size: 17px !important;
	color:#737373 !important;
	line-height:24px !important;
	font-weight:bold !important;
	}
.learn_more_text02 a{
	color:#737373 !important;
}

#content .main-content.main-red .menu-text UL LI {
	list-style: none;
	color: #737373;
	font-size: 15px;
	background: url("../images/bg/list-red.gif") no-repeat left 7px;
	padding-left: 15px;
	line-height: 140%;
	font-weight: bold;
}
.party-wall UL LI { height: 344px !important; }
.party-wall .party_text a { font-size: 17px !important; color: #737373 !important; }
.party-wall p.party_text { margin-top: -8px !important; }










/*-----------------------------menu-------------------------------*/	

/* Add Edit Start by Anon on 21.09.2013 */
ul.main_nav li {
	float: left;
	display: inline;
	list-style: none;
	font-size: 15px;	
	margin-left: 9px;
	width: 83px;
	text-align: center;	
	padding: 5px 0;
	border-bottom: 3px solid #FFF; 
}
/* Add Edit End by Anon on 21.09.2013 */
ul.main_nav  li:HOVER {
	border-bottom: 3px solid #E68757; 
	text-decoration: none;
} 
ul.main_nav  li  a {
	color: #FFF;
	text-align: center;
	background: #E68757;
	display: block;
	padding: 3px 0;
	text-decoration: none;
}
/* Add Edit End by Anon on 21.09.2013 */
ul.main_nav li.purple {width: 150px;}
ul.main_nav  li.green {width: 185px;}
ul.main_nav  li.blue {width: 119px;}
ul.main_nav  li.orange {width: 146px;}
ul.main_nav  li.gray {width: 105px; float:right;}
/* Add Edit End by Anon on 21.09.2013 */

ul.main_nav  li.home.active, 
ul.main_nav li.home:hover {border-bottom: 3px solid #E68757;}

ul.main_nav  li.purple a {background: #8757e6;}
ul.main_nav  li.purple.active, 
ul.main_nav li.purple:hover {border-bottom: 3px solid #8757e6;}
ul.main_nav  li.green a {background: #ADCF6E;}
ul.main_nav  li.green.active, 
ul.main_nav li.green:hover {border-bottom: 3px solid #ADCF6E;}
ul.main_nav  li.blue  a {background: #579DE6;}
ul.main_nav  li.blue.active, 
ul.main_nav li.blue:hover {border-bottom: 3px solid #579DE6;}
ul.main_nav  li.orange a {background: #E6B757;}
ul.main_nav  li.orange.active, 
ul.main_nav li.orange:hover {border-bottom: 3px solid #E6B757;}
/* Add Edit Start by Anon on 21.09.2013 */
ul.main_nav  li.red  a {background: #e65857;}
ul.main_nav  li.red.active, 
ul.main_nav li.red:hover {border-bottom: 3px solid #e65857;}

ul.main_nav  li.gray a{background: #8a8a8a;}
ul.main_nav  li.gray.active, 
ul.main_nav li.gray:hover {border-bottom: 3px solid #8a8a8a;}
/* Add Edit End by Anon on 21.09.2013 */







.closoblock { 
	display: none; 
	}
ul.d_submenu{
	padding: 0px 20px;
	margin: 0px;
	background-color:#7f7f7f;
	}
ul.d_submenu li{
	padding: 0 0 0 0;
	margin: 0px;
	display:inline;
	font-family: "pragmatica-web" ,sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 30px;
	}
ul.d_submenu li a {
	font-family: "pragmatica-web" ,sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	background-color: inherit;
	margin: 0px 12px 0 6px;
	}
ul.d_submenu li:last-child{
	background:none;
	}
ul.d_submenu li:last-child a{
	background:none;
	margin: 0px 0 0 6px;
	}	
ul.d_submenu li:first-child a{
	background:none;
	margin: 0px 12px 0 0;
	}	

.slidingDiv{
	color: #000000;
	display:block;
	line-height:40px;
	font-size: 14px;
	font-family: "pragmatica-web" ,sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform:uppercase;	
	}	
.slidingDiv a{	
	text-decoration:none;
	color:#000000;
	}
#m_nav{
	background:#f1f1f1;	
	padding:0 20px;
	}	
.arrowlistmenu .menuheader{
	font-family: "pragmatica-web" ,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	padding: 0 0 0 0;
	margin:0 0 0 0;
	cursor: pointer;
	display: block;
	/*background:#E68757;*/
	}
.arrowlistmenu .menuheader a{
	color:#fff;
	text-decoration:none;
	}
	
.arrowlistmenu .openheader{
	font-family: "pragmatica-web" ,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 40px;
	color: #000000;
	padding: 0 0 0 0;
	margin:0 0 0 0;
	cursor: pointer;
	display: block;
	}
.arrowlistmenu .openheader a{
	color:#000000;
	}	
	
	
.home2{
	padding:0 20px;
	/*border-top:1px solid #fff;
	background-color:#aad11e;*/
	background:#E68757;
	border-top:1px solid #fff;
	}
.purple2{
	padding:0 20px;
	background:#8757e6;
	border-top:1px solid #fff;
	}
.green2{
	padding:0 20px;
	background:#ADCF6E;
	border-top:1px solid #fff;
	}
.blue2{
	padding:0 20px;
	background:#579DE6;
	border-top:1px solid #fff;
	}
.orange2{
	padding:0 20px;
	background:#E6B757;
	border-top:1px solid #fff;
	}
.red2{
	padding:0 20px;
	background:#e65857;
	border-top:1px solid #fff;
	}	
.gray2{
	padding:0 20px;
	background:#8a8a8a;
	border-top:1px solid #fff;
	}	
		
		
.m_menu{
	background:#f1f1f1;
	color: #727272;
	display:block;
	line-height:40px;
	font-size: 14px;
	font-family: "pragmatica-web" ,sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform:uppercase;
	padding:0 0 0 0;
	cursor:pointer;
	}
.m_menu a{
	text-decoration:none;
	color:#727272;
	display:block;
	}
.m_menu span img{
	padding:0 8px 7px 0;
	margin-top:8px;
	float:left;
	}
	
ul.m_submenu{
	padding: 0px;
	margin: 0px;
	}
ul.m_submenu li{
	line-height: 40px;
	}
ul.m_submenu li a{
	font-family: "pragmatica-web" ,sans-serif;
	font-style: normal;
	font-weight: 700;	
	font-size: 12px;
	line-height: 40px;
	color: #404040;
	display: block;
	background-color: #ececec;
	text-transform: none;
	border-bottom: solid 1px #7f7f7f;
	padding-left: 20px;
	}
	

ul.categoryitems li:last-child a { border-bottom: 0px none !important; }	
		
/*--------------------------menu----------------------------------*/	

.residential_sidebar {
    width: 472px;
	}
.sidebar UL LI.area-width02,
.sidebar-bottom UL LI.area-width02 {
	width: 452px;/*width*/
	margin-right: 0px;
	}

.d_hide2{
	display:none;
	}
	




