/*
Theme Name: Microlyne
Theme URI:
Description: Microlyne wordpress template
Author: Xhtmlthis
Author URI:http://xhtmlthis.com
Tags:
Template:
Version: 1.0
*/
/* === reset === */
ul, ol{list-style:none;}
img, form, fieldset{border:none;}
ul, ol, form, fieldset{
	margin:0;
	padding:0;
}
body, h1, h2, h3, h4, h5, h6, dl, dt, dd, p{margin:0;}
table{width:100%; border-collapse:collapse;}
q{quotes: none;}
q:before{content:"";}
q:after{content:"";}
input:focus { outline: none; }
textarea:focus { outline: none; }
select:focus { outline: none; }
/* === end reset === */
a{text-decoration:underline;}
a:hover{text-decoration:none;}
body{
	background:url(images/bg-body.gif) repeat-x;
	font:12px/1.5em helvetica, arial, sans-serif;
}
input, select, texrarea{
	font:12px/1.5em helvetica, arial, sans-serif;
}
.main{
	/* width:960px; */
        width: 100%;
	margin:0 auto;
}
.center_wrapper {
        width: 960px;
        margin: 0 auto;
}

.center_wrap {
        width: 942px;
        margin: 0 auto;
}
.center_wrap_content {
        width: 932px;
        margin: 0 auto;
}


/*--header--*/
#header{
	height:75px;
	width:942px;
	position:relative;
	padding:55px 9px 0 0;
	z-index: 100;
}
/*--logo--*/
.logo,
.logo a{
	display:block;
	width:204px;
	height:54px;
}
.logo{
	background:url(images/logo.gif) no-repeat;
	position:absolute;
	top:13px;
	left:9px;
}
.logo a{
	overflow:hidden;
	text-indent:-9999px;
}
/*--top menu---*/
.top-menu{
	float:right;
}
.top-menu li{
	float:left;
	padding:0 0 0 14px;
	line-height:1.4em;
}
.top-menu li a{
	font-weight:bold;
	color:#fff;
	text-decoration: none;
}
.top-menu li a:hover{text-decoration: underline;}
/*--main-menu--*/
.main-menu{
	width:942px;
	height:54px;
	position:absolute;
	left:0;
	top:76px;
}
.main-menu:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
}
.main-menu ul{
	float:left;
	height:38px;
	padding:16px 0 0 0;
}
.main-menu ul li{
	float:left;
	height:25px;
	position:relative;
	z-index:10;
	font-size:1.25em;
	font-weight:bold;
	margin:0 8px 0 0;
}
.main-menu ul li .pointer-menu{
	background: url(images/menu-pointer.png) no-repeat 50% 0;
	position: absolute;
	top: 24px;
	left:0;
	width:100%;
	height: 13px;
	overflow: hidden;
	display: none;
}
.main-menu ul li.hover .pointer-menu,
.main-menu ul li:hover .pointer-menu,
.main-menu ul li.top-level-current .pointer-menu{
	display:block;
}
.main-menu ul li a{
	float:left;
	height:25px;
	line-height:24px;
	padding:0 10px;
	text-decoration: none;
}
.main-menu ul li:hover,
.main-menu ul li.hover,
.main-menu ul li.top-level-current{
	background:url(images/btn-main-menu-left.gif) no-repeat;
}
.main-menu ul li:hover a,
.main-menu ul li.hover a,
.main-menu ul li.top-level-current a{
	background:url(images/btn-main-menu-right.gif) no-repeat 100% 0;
}
/*--*/
.main-menu ul ul{
	position:absolute;
	top:24px;
	left:5%;
	width:227px;
	display:none;
	float:none;
	overflow:hidden;
	height:auto;
	background:url(images/bg-level-header.png) no-repeat;
	padding: 23px 0 0 0;
}
.main-menu ul li:hover ul,
.main-menu ul li.hover ul{
	display:block;
}
/*--level---*/
.main-menu ul ul li{
	width:212px;
	margin:0;
	background:url(images/bg-level-content.png) repeat-y;
	font-size:0.867em;
	height:auto;
	padding:0 0 0 15px;
	position:static;
}
.main-menu ul ul li a:hover{text-decoration:underline;}
.main-menu ul ul li.hover,
.main-menu ul ul li:hover,
.main-menu ul ul li.top-level-current{
	background:url(images/bg-level-content.png) repeat-y;
}
.main-menu ul ul li.level-footer,
.main-menu ul ul li.level-footer:hover
.main-menu ul ul li.level-footer.hover{
	background: url(images/bg-level-footer.png) no-repeat;
	width: 227px;
	height: 22px;
	padding: 0;
	overflow: hidden;
}
.main-menu ul ul li a{
	position: relative;
}
.main-menu ul ul li.hover a,
.main-menu ul ul li a,
.main-menu ul li:hover ul li a,
.main-menu ul li.hover ul li a,
.main-menu ul ul li:hover a{
	background:none;
	display:inline;
	padding:0;
	float:none;
}
.main-menu ul ul ul{
	position: static;
	width: auto;;
	padding: 0;
	background: none;
}
.main-menu ul ul ul li{
	width:200px;
	padding:0 0 0 12px;
	font-size: 1em;
	font-weight: normal;
	background: none;
}
.main-menu ul ul ul li.hover,
.main-menu ul ul ul li:hover,
.main-menu ul ul ul li.current_page_item{
	background: none;
}
.main-menu p{
	float:right;
	line-height:54px;
	font-size:1.25em;
	font-weight:bold;
}
.main-menu ul li a,
.main-menu p a{
	color:#1b232a;
text-decoration:none;
}
.main-menu ul li a:hover,
.main-menu p a:hover{
	text-decoration:none;
}
/*--content--*/
#content{
	width:942px;
        margin: 0 auto;
	padding:12px 15px 0 29px;
	overflow:hidden;
}
/*--home-content---*/
.home-wrapp{
	/* overflow:hidden; */
	padding:10px 0 0 0;
        /* width:942px; */
        width: 100%;
        margin: 0 auto;
}
.bg2{background: url(images/bg-2.gif) no-repeat 50% 10px;}
.bg3{background: url(images/bg-3.gif) repeat-x 0 10px;}
.home-wrapp a{
	color: #070932;
}
.home-content{
	background:url(images/home-development-ad.jpg) no-repeat;
	/* width:924px; */
	height:371px;
	overflow:hidden;
	padding:55px 18px 0 0;
	margin-bottom:15px;
}
strong.slogan{
	text-align:right;
	color:#1b232a;
	font-size:2em;
	display:block;
	line-height:1.1em;
}
span.slogan{
	display:block;
	font-weight:bold;
	text-align:right;
	color:#747679;
	font-size:1.917em;
	line-height:1.1em;
	padding:0 0 15px 0;
}
.home-content ul{
	float:right;
	width:254px;
}
.home-content ul li{
	width:254px;
	float:left;
}
.home-content ul li a{
	display:block;
	color:#1e2027;
	font-size:1.167em;
	width:240px;
	padding:1px 7px;
	position:relative;
}
.home-content ul li a span{
	display:block;
	width:228px;
	background:url(images/pointer.gif) no-repeat 0 5px;
	padding:0 0 0 12px;
}
.home-content ul li a:hover{
	text-decoration:none;
	width:240px;
	padding:0 6px;
	background:url(images/bg-hover.png) repeat;
	border:1px solid #d8dcdf;
}
.home-wrapp h1{
	color:#1e2027;
	/*font-size:1.583em;*/
	font-size:2em;
	line-height:1.3em;
	padding:5px 0;
}
.home-wrapp h2{
	color:#747679;
	line-height:1.5em;
	/*font-size:1.25em;*/
	font-size:1.5em;
}
.home-wrapp p{
	padding-bottom:15px;
	color:#747679;
	line-height:1.5em;
	font-size:1.25em;
}
/*--footer--*/
#footer{
	background:url(images/bg-footer.gif) repeat-x;
	width:100%;
	min-height:450px;
}
* html #footer{height:450px;}
/*--footer-boxes--*/
.footer-boxes{
	width:100%;
	overflow:hidden;
	height: 116px;
	padding:16px 0 14px 0;
}
.footer-boxes li{
	float:left;
	width:290px;
	height:104px;
	overflow:hidden;
	border:1px solid #bdbdbd;
	background:#e2e1dd;
	margin:0 0 0 13px;
	display:inline;
	padding:6px;
}
.footer-boxes li h3{
	font-size:1.833em;
	line-height:1.3em;
	color:#575a5d;
	padding-bottom:5px;
}
.footer-boxes li p{
	color:#575a5d;
	font-size:1.12em;
	line-height:1.7em;
}
.footer-boxes li p a{
	color:#575a5d;
	text-decoration: none;
}
.footer-boxes li p a:hover{text-decoration:underline;}
.footer-boxes li p a.more{
	color:#1e2027;
	text-decoration:none;
	font-weight:bold;
}
.footer-boxes li p a.more:hover{text-decoration:underline;}
/*--footer-wrapp---*/
.footer-wrapp{
	width:942px;
	padding:23px 9px 0 12px;
	height:227px;
	overflow:hidden;
	background: url(images/footer-shadow.gif) no-repeat 50% 2px;
}
/*-footer-left--*/
.footer-left{
	float:left;
	width:440px;
}
/*--search--*/
.search-w{
	width:100%;
	overflow:hidden;
	padding:0 0 20px 0;
}
.search-w h3,
.footer-right h3{
	color:#fff;
	font-size:1.667em;
	line-height:1.3em;
	float:left;
	letter-spacing:-0.04em;
}
.search-element{float:right;}
.search-element input{float:left;}
.search-input{
	float:left;
	background:url(images/bg-search-input.gif) no-repeat;
	width:160px;
	height:32px;
}
.search-input input{
	width:150px;
	border:none;
	background:none;
	height:16px;
	color:#1e2027;
	font-weight:bold;
	font-size:14px;
	padding:8px 5px;
	line-height:16px;
}
/*--keywords--*/
.keywords{
	width:100%;
	overflow:hidden;
}
.keywords li{
	float:left;
	width:155px;
}
.keywords li a{
	color:#fff;
	font-weight:bold;
	font-size:1em;
	text-decoration: none;
}
.keywords li a:hover{
	text-decoration: underline;
}
/*--footer-right--*/
.footer-right{
	float:right;
	width:413px;
}
.footer-right h3{
	float:none;
}
.footer-right p{
	padding:0 0 15px 0;
	color:#fff;
}
.footer-right p strong{
	color:#efefef;
	display:block;
}
.footer-right p a{
	color:#efefef;
	font-weight:bold;
	text-decoration: none;
}
/*--newsletter-wrapp--*/
.newsletter-wrapp{
	width:100%;
	overflow:hidden;
	padding: 15px 0 0 0;
}
.newsletter{
	width:100%;
	overflow:hidden;
	padding:5px 0 0 0;
}
.newsletter-left{
	float:left;
	width:185px;
}
.newsletter-element{
	background:url(images/bg-input.gif) no-repeat;
	width:185px;
	height:32px;
	overflow:hidden;
	margin:0 0 8px 0;
}
.newsletter-element input{
	float:left;
	width:175px;
	border:none;
	background:none;
	height:18px;
	color:#1e2027;
	font-weight:bold;
	font-size:14px;
	padding:7px 5px;
	line-height:18px;
}
.newsletter-right{
	float:right;
	width:210px;
	padding:13px 0 0 0;
}
.newsletter-submit{
	background:url(images/btn-submit.gif) no-repeat;
	width:165px;
	height:47px;
}
.contact-element .newsletter-submit input,
.newsletter-submit input{
	width:165px;
	height:47px;
	background:none;
	border:none;
	color:#fff;
	font-weight:bold;
	font-size:1.167em;
	cursor:pointer;
}
/*--footer-main---*/
.footer-main{
	width:100%;
	overflow:hidden;
	padding:7px 9px 0 12px;
}
.footer-menu{float:left;}
.copy{float:right;}
.footer-main .copy li a{
	float:none;
	text-decoration: none;
}
.footer-main ul{height:19px;}
.footer-main ul li{
	float:left;
	height:19px;
	line-height:19px;
	color:#1b232a;
	font-size:0.917em;
	padding:0 5px;
	background:url(images/line-footer.gif) no-repeat 0 50%;
}
.footer-main ul li:first-child{
	background:none;
	padding-left:0;
}
a.rss{
	background:url(images/ico-rss.gif) no-repeat 0 50%;
	padding:0 0 0 25px;
}
.footer-main ul li a{
	float:left;
	display: inline;
	color:#1b232a;
	height:19px;
	text-decoration: none;
}
/*==Inner pages===*/
.main-column{
float:left;
	width:560px;
	padding:20px 0 0 0;
}
.fullcontent{
width:100%;
}
.main-column h1{
	color:#1b232a;
	font-size:3em;
	line-height:1em;
	padding:0 0 15px 0;
}
.main-column h2{
	font-size:1.833em;
	color:#575a5d;
	line-height:1em;
	padding:10px 0 15px 0;
}
.main-column h3{
	font-size:1.4em;
	color:#1b232a;
	line-height:1em;
	padding:0 0 10px 0;
}
.main-column p{
	color:#575a5d;
	font-size:1.25em;
	line-height:1.4em;
	padding:0 0 20px 0;
}
.main-column a{
	color:#1b232a;
}
.main-column ul{
	width:auto;
	padding:0 0 20px 0;
color:#575A5D;
}
.main-column ul li{
	font-size:1.167em;
	background: url(images/pointer-222.gif) no-repeat 0 5px;
	padding: 0 0 0 15px;
}
.main-column ul li li{
font-size:1em;
}
/*--sidebar--*/
.sidebar{
	width:350px;
	float:right;
margin:0 0 0 20px;
	padding:74px 0 0 0;
}
.flash-wrapp{
	width:350px;
	overflow: hidden;
	padding:0 0 15px 0;
}
.flash{
	width:350px;
	overflow:hidden;
	margin:0 0 5px 0;
}
.flash img{
	display:block;
margin:0 auto;
}
.flash-title{
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	letter-spacing:-0.02em;
padding:0 0 25px 0;
	text-align: center;
}
.flash-title strong{display:block;}
/*===Contact page===*/
p.contact-required{
	font-size:1em;
}
/*--contact-form-wrapp--*/
.contact-form-wrapp{
	width:100%;
	background:url(images/bg-border.gif) repeat-x;
	padding:15px 0;
	overflow:hidden;
}
.contact-left{
	float:left;
	width:210px;
	padding:0 0 0 10px;
}
.contact-element{
	width:100%;
	overflow:hidden;
	padding:0 0 15px 0;
}
.contact-element h4{
	font-size:1em;
	color:#575a5d;
	padding-bottom:3px;
}
.contact-element h4 span{
	color:#f00;
}
.contact-element input{
	width:193px;
}
.name-1{
	float:left;
	width:75px;
}
.name-2{
	float:left;
	width:100px;
}
.contact-element .name-1 input{
	width:62px;
	margin-bottom:3px;
}
.contact-element .name-2 input{
	width:95px;
	margin-bottom:3px;
}
.name-1 label,
.name-2 label,
.phone-1 label{
	color:#575a5d;
}
.phone-wrapp{
	width:100%;
	overflow:hidden;
}
.phone-1{
	width:37px;
	float:left;
}
.phone-1 input{
	width:33px;
}
.phone-wrapp p{
	float:left;
	padding:0 5px;
}
/*--contact-rigth--*/
.contact-rigth{
	float:right;
	width:250px;
}
.contact-element textarea{
	overflow:auto;
	width:244px;
	height:150px
}
/*--align--*/
.aligncenter{
	display:block;
	margin:0 auto 5px auto;
}
.alignleft{
	float:left;
	margin:0 20px 5px 0;
	display:inline;
}
.alignright {
	float:right;
	margin:0 0 5px 20px;
	display:inline;
}
/*====Login page====*/
html, body {
	height: 100%;
	width: 100%;
}
body.login{
	background:none;
}
.login-block-wrapp{
	width:100%;
	height:100%;
	display:table;
}
.login-block{
	width:100%;
	height:100%;
	vertical-align: middle;
	display: table-cell;
}
.login-container{
	width:711px;
	height:407px;
	margin:0 auto;
	background:url(images/bg-login.gif) no-repeat;
	overflow:hidden;
}
.login-left{
	float:left;
	width:374px;
	padding:220px 0 0 0;
}
.login-left h1{
	font-size:2.0em;
	color:#151b20;
	text-align:center;
	line-height:1.1em;
}
.login-left h2{
	font-size:1.833em;
	color:#45484a;
	text-align:center;
	line-height:1.1em;
}
/*--login-right---*/
.login-right{
	float:right;
	width:307px;
	position:relative;
	padding:110px 10px 0 20px;
}
/*--logo-login--*/
.logo-login{
	display:block;
	background:url(images/login-logo.gif) no-repeat;
	width:207px;
	height:56px;
	overflow:hidden;
	text-indent:-9999px;
	position:absolute;
	top:37px;
	left:62px;
}
.login-right h3{
	color:#fff;
	text-align:center;
	font-size:1.167em;
	padding-bottom:10px;
}
.login-right a{
	color:#616265;
	text-decoration:underline;
}
.login-right a:hover{
	text-decoration:none;
}
.login-element{
	width:100%;
	overflow:hidden;
	padding:0 0 15px 0;
}
.login-element label{
	float:left;
	font-weight:bold;
	color:#fff;
	font-size:1.167em;
	padding:0 0 5px 0;
}
.login-element a{
	float:right;
	font-size:1.167em;
	font-weight:bold;
}
.login-input{
	clear:both;
	background:url(images/bg-login-inp.gif) no-repeat;
	width:305px;
	height:32px;
}
.login-input input{
	background:none;
	border:none;
	font-weight:bold;
	font-size:14px;
	width:295px;
	padding:7px 5px;
	height:18px;
	line-height:18px;
}
.remember{
	float:left;
	padding:14px 0 0 0;
	height:1%;
}
.remember input{
	float:left;
	margin:2px 0 0 0;
	padding:0;
	width:15px;
	height:16px;
}
.remember label{
	float:left;
	padding:0 0 0 5px;
}
.btn-login{
	float:right;
	background:url(images/btn-login.gif) no-repeat;
	width:165px;
	height:47px;
	overflow:hidden;
}
.btn-login input{
	background:none;
	border:none;
	cursor:pointer;
	width:165px;
	height:47px;
	color:#fff;
	font-weight:bold;
	font-size:14px;
}
/*gallery*/

.newSlider {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 289px;
    position: relative;
}

.newSlider .element {
    width: 100%;
    height: 289px;
    margin: 0;
    padding: 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: top center;
}

.newSlider img {
    text-align: center;
    width: 942px;
    height: 289px;
}

.center_wrapper2 {
        position: absolute;
        top: 0;
        left: 50%;
}

.center_wrapper3 {
       position: absolute;
       left: -480px;
}

#newthumbNav{
        margin: 10px 0 0 20px;
        width: 942px;
	height: 22px;
}
.home-wrapp #newthumbNav a{
	color:#585858;
	float: left;
	height: 22px;
	width:22px;
	background: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 22px;
	font-weight: bold;
	/* display: inline; */
	margin: 0 5px 0 0;
}
.home-wrapp #newthumbNav a:hover{ color:#070932; }
.home-wrapp #newthumbNav a.cur{ color:#070932; }

.anythingSlider{
	/* width: 942px; */
	/*height: 426px;*/
        width: 100%;
	height: 289px;
	position: relative;
}
.anythingSlider .wrapper{
	/* width: 942px; */
        width: 100%;
	overflow: hidden;
	/*height: 426px;*/
	height: 289px;
	position: absolute;
	top: 0;
	left: 0;
        text-align: center;
}
.anythingSlider .wrapper ul{
	width: 9999px;
	position: absolute;
	top: 0;
	left: 0;
}
.anythingSlider ul li{
	display: block;
	float: left;
	/*height: 426px;*/
	height: 289px;
	/* width: 942px; */
}

.anythingSlider img {
    text-align: center;
}

.anythingSlider .arrow{ display:none;}
.anythingSlider .forward{display: none;}
.anythingSlider .back:hover,
.anythingSlider .forward:hover,
.anythingSlider .back{display: none;}
#thumbNav{
	position:absolute;
	top: 10px;
	left: 10px;
	height: 22px;
	overflow: hidden;
}
.home-wrapp #thumbNav a{
	color:#585858;
	float: left;
	height: 22px;
	width:22px;
	background: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 22px;
	font-weight: bold;
	display: inline;
	margin: 0 5px 0 0;
}
.home-wrapp #thumbNav a:hover{ color:#070932; }
.home-wrapp #thumbNav a.cur{ color:#070932; }
#start-stop{display: none;}
/*--*/
.cform{margin: 0 !important;}

#li-2-7items label span{
	background: url(images/pdf.gif) no-repeat 0 50%;
	padding:1px 0 1px 20px;
}