@font-face {
    font-family: 'BensonSans';
    src: url('../fonts/SofiaProLight-webfont.eot');
    src: url('../fonts/SofiaProLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SofiaProLight-webfont.woff') format('woff'),
         url('../fonts/SofiaProLight-webfont.ttf') format('truetype'),
         url('../fonts/SofiaProLight-webfont.svg#sofia_pro_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	margin:0px;
	padding:0px;	
}


/*HEADER*/

#header_wrap {
	background-color: #609672;
	height: 210px;
	width: 1000px;
	position:relative;
	margin-right: auto;
	margin-left: auto;
}

#header_wrap #welcome {
	height: 18px;
	width:985px;
	background-color: #393939;
	text-align: right;
	font-family: BensonSans;
	color: #fff;
	font-size:10px;
	padding-right:15px;
	line-height:18px;
}

#header_wrap #logo{
	background-image: url(../images/header_logo.jpg);
	background-repeat: no-repeat;
	height: 130px;
	width: 130px;
	margin-left: 435px;
	margin-top: 20px;
}

#header_wrap #links_line {
	background-color: #FFF;
	width: 970px;
	height:1px;
	position: relative;
	margin-left:15px;
	margin-top:0px;
}

#header_wrap #links_line #links{
	background-color: #609672;
	position: absolute;
	margin-left: 80px;
	width: 50px;
	margin-top: -6px;
	color: white;
	font-family: BensonSans;
	font-size: 10px;
	text-align: center;
}

#header_wrap #navigation_wrap {
	align: right;
	margin-top:5px;
	width: 970px;
	height: 50px;
	float: right;
}

#navigation_wrap a{
	text-transform: uppercase;
	background-image: url(../images/page_image.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFF;
	text-decoration: none;
	font-family: BensonSans;
	font-size: 14px;
	display: block;
	float: left;
	margin-right: 25px;
	padding-right: 5px;
	padding-left: 25px;
	height: 30px;
	line-height:30px;
}
#navigation_wrap a:hover{
	opacity:0.6;
}
#navigation_wrap #logout{
	float:right;
	background-image: url(../images/logout.png);
	background-repeat: no-repeat;
	background-position: left center;	
}

/*BODY*/

/*INDEX*/

#login_form {
	font-family:"BensonSans";
	width: 200px;
	height: auto;
	position: relative;
	margin-top: 150px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 30px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 30px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 30px rgba(50, 50, 50, 0.5);
}
#login_form input{
	height:30px;
	width:160px;
	line-height:30px;
}
#login_form #prov_login{
	line-height:auto;
	height:auto;
	padding:2px;
}
/* HOME PAGE */

#body_main {
	width: 1000px;
	height: auto;
	min-height:500px;
	position: relative;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 105px;
	-webkit-box-shadow: 0px 0px 30px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 30px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 30px rgba(50, 50, 50, 0.5);
		
}
#body_main #page_list{
	position:relative;
	margin-top:50px;
}	
#body_main #draft_list {
	position:relative;
	margin-top:20px;	
}
#body_main #label_line {
	height:4px;
	width: 970px;
	background-color:#d8d8d8;
	margin-top:10px;
	margin-bottom:20px;	
	margin-left:15px;
	position: relative;
}

#body_main #label_line #page_label {
	text-transform: uppercase;
	background-color: #FFF;
	background-image: url(../images/label_ring.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: auto;
	height: 24px;
	line-height:24px;
	padding-left:25px;
	padding-right: 10px;
	font-family: BensonSans;
	font-size: 22px;
	margin-top: -10px;
	margin-left: 50px;
	text-align: center;
	position: absolute;
}
#label_line #page_label a{
	text-decoration:none;
	color:#333;
}
#label_line #page_label a:hover{
	opacity:0.5;
}
#body_main .button {
	text-transform: uppercase;
	display: block;
	text-decoration:none;
	background-color: #609672;
	color: #FFF;
	font-family: BensonSans;
	font-size: 14px;
	border: none;
	cursor: pointer;
	font-weight: bold;	
	text-align: center;
	border:1px solid #FFF;
}

#body_main .button:hover {
	background-color: #FFF;
	color: #609672;
	border: 1px solid #609672;
}


#body_main #page_label .page_name{
	text-transform:uppercase;
	color:#900;	
}


#body_main #preview_button {
	width: 85px;
	height: 30px;
	margin-left:820px;
	padding-top:12px;
	margin-top: -60px;
	position:absolute;
	right:0px;
}

#body_main #new {
	width: 140px;
	height: 30px;
	margin-left:20px;
	padding-top:12px;
	margin-top: 40px;
}

#body_main #upd_sub {
	width: 150px;
	height: 35px;
	font-family:BensonSans;
	color:#FFF;	
}
#body_main #upd_sub:hover{
	color:#609672;
}

#body_main #subpage_line {
	background-color: #BBB;
	width: 900px;
	height:1px;
	position: relative;
	margin-top:45px;
	margin-left:auto;
	margin-right:auto;
}


#body_main #subpage_line #subpage_label {
	background-color: #FFF;
	width: 120px;
	font-size: 10px;
	font-family: BensonSans;
	text-align: center;
	position:absolute;
	margin-left:55px;
	margin-top:-6px;
	position:absolute;
}
#body_main #update_table{
	font-family:BensonSans;
	font-size:12px;
	text-transform: uppercase;
}
#body_main #update_table .show_history{
	cursor:pointer;
}
#body_main #update_table .show_history:hover{
	text-decoration:underline;
}
#body_main #update_table .restore_button_page, #body_main #update_table .restore_button_article{
	cursor:pointer;
}
#body_main #update_table .restore_button_page:hover, #body_main #update_table .restore_button_article:hover{
	text-decoration:underline;
}
.restore_button{
	background-color: #FFF;
	height: 20px;
	width: 60px;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left:-415px;
	cursor:pointer;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #18405A;
	text-align: center;
	font-family: Arial;
}
.restore_button:hover{
	opacity:0.7;	
}
#body_main .group_label{
	text-transform: uppercase;
	background-color: #FFF;
	background-image: url(../images/label_ring.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: auto;
	height: 24px;
	line-height:24px;
	padding-left:25px;
	padding-right: 10px;
	font-family: BensonSans;
	font-size: 22px;
	margin-left: 66px;
	margin-top:50px;
	text-align: center;
	float:left;
}
#body_main .list_group{
	width:800px;
	margin-left:74px;
	border-left:solid 1px #CCC;
	position:relative;
}
#body_main .list_group .list_connector{
	width:1px;
	height:50px;
	border-left:solid 1px #CCC;
	position:absolute;
	left:-1px;
	top:-50px;
}
#body_main .list_line {
	background-color: #CCC;
	height:1px;
	position: relative;
	margin-top:45px;
	width:100px;
}
#body_main .list_line .article_date{
	float:right;
	font-size:12px;
	color:#BBB;
	height:20px;
	line-height:20px;
	margin-right:20px;
}
#body_main .list_line .article_remove{
	float:right;
	font-size:12px;
	color:#BBB;
	height:20px;
	line-height:20px;
	text-transform:uppercase;
	cursor:pointer;
}
#body_main .list_line .list_label {
	background-image: url(../images/new-item.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FFF;
	min-width: 200px;
	font-size: 18px;
	height:20px;
	line-height:20px;
	font-family: BensonSans;
	text-align: left;
	position:absolute;
	margin-left:55px;
	margin-top:-10px;
	padding-left:25px;
	padding-right:15px;
	position:absolute;
}
#body_main .list_line .list_label a{
	text-decoration:none;
	color:#555;
}
#body_main .list_line .list_label a:hover{
	opacity:0.6;
}
#body_main .list_line .list_label_blog{
	background-image: url(../images/page_image.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FFF;
	min-width: 200px;
	width:700px;
	font-size: 18px;
	height:20px;
	line-height:20px;
	font-family: BensonSans;
	text-align: left;
	position:absolute;
	margin-left:55px;
	margin-top:-10px;
	padding-left:25px;
	padding-right:15px;
	position:absolute;
}
#body_main .list_line .list_label_portfolio_light{
	background-image: url(../images/page_image_light.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FFF;
	min-width: 200px;
	width:700px;
	font-size: 18px;
	height:20px;
	line-height:20px;
	font-family: BensonSans;
	text-align: left;
	position:absolute;
	margin-left:55px;
	margin-top:-10px;
	padding-left:25px;
	padding-right:15px;
	position:absolute;
}
#body_main .list_line .list_label_blog a, #body_main .list_line .list_label_portfolio_light a{
	text-decoration:none;
	color:#555;
}
#body_main .list_line .list_label_blog a:hover, #body_main .list_line .list_label_portfolio_light a:hover{
	opacity:0.6;
}
#body_main #subimages_showroom{
	margin-top:40px;
	width:520px;
}
#body_main #subimages_showroom a{
	cursor:pointer;
}
#body_main #subimages_showroom a:hover{
	text-decoration:underline;
}
#body_main #subimages_showroom .gallery_img{
	float:left;
	height:100px;
	width:140px;
	text-align:center;
	line-height:100px;
	border:1px solid #CCC;
	border-radius:5px;
	margin-bottom:10px;
	padding:5px;
}
#body_main .list_line .list_label_empty{
	background-color: #FFF;
	min-width: 200px;
	font-size: 18px;
	height:20px;
	line-height:20px;
	font-family: BensonSans;
	text-align: left;
	position:absolute;
	margin-left:55px;
	margin-top:-11px;
	padding-left:10px;
	padding-right:15px;
	position:absolute;
}
#body_main #article_form{
	font-size:14px;
	font-family:BensonSans;
}
#body_main #article_form .input_long, .input_long{
	padding:5px;
	width:470px;
	border: solid 1px #555;
	font-size:14px;
	font-family:BensonSans;
	font-weight:normal;
}
#body_main #article_form .input_short, .input_short{
	padding:5px;
	width:200px;
	border: solid 1px #555;
	font-size:14px;
	font-family:BensonSans;
	font-weight:normal;
}
#body_main #article_form .input_long, .input_textarea{
	padding:5px;
	width:470px;
	border: solid 1px #555;
	/*height:60px;*/
	font-size:14px;
	font-family:BensonSans;
	font-weight:normal;
}
.input_short:hover, .input_long:hover, .input_textarea:hover{
	border:solid 1px #AAA;
}
#body_main #article_form .textarea_label{
	font-weight:bold;
	padding:5px;
	text-transform:uppercase;
}
#body_main #article_form #article_error_wrap{
	display:none;
}
#body_main #article_form #article_error_list{
	color:#900;
	border-bottom:dashed 1px #900;
}
#body_main #changes_pagination {
	margin-top:20px;
}

#body_main #changes_pagination a {
	min-width: 200px; 
	color: #000; 
	font-family: BensonSans;
	font-size: 12px; 
	text-decoration: none;
	text-transform: uppercase;
}

#body_main #changes_pagination a:hover {
	color: #609672;
}

#body_main .scroll_top {
	background-image: url(../images/arrow_top.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#609672;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display:block;
	position: absolute;
	bottom: 20px;
	right: 50px;
}
#body_main .scroll_top:hover {
	opacity:0.7;
}

#body_main .scc_msg {
	font-family: BensonSans;
	padding-top: 20px;
	margin-left: 50px;
}

#body_main .err_msg {
	font-family: BensonSans;
	padding-top: 20px;
	margin-left: 50px;
}
#body_main #member_table, #body_main #partner_table, #body_main #portfolio_table{
	margin-left:auto; 
	margin-right:auto; 
	margin-top:110px; 
	font-family:BensonSans;
	font-size:14px;
}
#body_main #partner_table .partner_logo_preview{
	height:125px;
	width:215px;
	font-align:center;
}
/* PREVIEW*/

#cover_sheet_wrap{
	position:fixed;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
	z-index:99;
}
#cover_sheet{
	position:absolute;
	height:100%;
	width:100%;
	background-color:#000;
}
.close_history_box{
	background-color: #FFF;
	height: 20px;
	width: 20px;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left:195px;
	cursor:pointer;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #609672;
	text-align: center;
	font-family: BensonSans;
}
#history_box{
	position:absolute;
	width:600px;
	height:500px;
	background-color:#FFF;
	border:10px solid #609672;
	padding:20px;
	overflow:auto;
	left:50%;
	margin-left:-450px;
	top:50px;
	font-family: Tunga;
	font-size: 20px;
	line-height: 20px;
}
#history_box a{
	color: #555;
	text-decoration:underline;
}
#history_box a:hover{
	color: #95BBD1;
	text-decoration:underline;
}

#history_box a.read_more {
	font-family: BensonSans;
	font-size: 12px;
	line-height: 24px;
	color: #163f59;
	text-align: center;
	height: 24px;
	width: 110px;
	background-color: #8ba0ac;
	display: block;
	border-radius:3px;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: auto;
	margin-left: auto;
	cursor:pointer;
	margin-top:10px;
	text-decoration: none;
}
.member_photo_preview{
	height:165px;
	width:165px;
	position:relative;
	border:3px solid #8cbd9c;
	overflow:hidden;
}
.member_photo_preview .shadow_box{
	position:absolute;
	top:0px;
	left:0px;
	background-image: url(../images/box_shadow_team.png);
	background-repeat: no-repeat;
	height:165px;
	width:165px;
}
.account_field{
	padding:5px;
}
#upd_pass{
	padding:5px;
}
/*FOOTER*/

#footer_wrap {
	margin-top: 15px;
	background-image: url(../images/footer_pattern.png);
	background-repeat: repeat-x;
	height: 253px;
	width: 100%;
}
#footer_wrap #footer_body {
	height: 253px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#footer_wrap #footer_body #footer_logo {
	background-image: url(../images/footer_logo.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 180px;
	position: absolute;
	left: 800px;
	top: 30px;
}
#footer_wrap #footer_body #footer_navigation {
	font-family: BensonSans;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	position: absolute;
	left: 20px;
	top: 40px;
}
#footer_wrap #footer_body #footer_navigation a{
	text-decoration:none;
	color:#FFF;
}
#footer_wrap #footer_body #footer_navigation a:hover{
	color:#CCC;
}
#footer_wrap #footer_body .footer_label {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c1c1c1;
	font-family: BensonSans;
	font-size: 10px;
	text-transform: none;
	color: #333;
	line-height: 16px;
	height: 16px;
}
#footer_wrap #footer_body .footer_no {
	font-family: BensonSans;
	font-size: 8px;
	color: #c3c3c3;
}
#footer_wrap #footer_body #footer_address {
	font-family: BensonSans;
	font-size: 12px;
	color: #FFF;
	position: absolute;
	left: 400px;
	top: 40px;
}
#footer_wrap #footer_body #footer_contacts {
	font-family: BensonSans;
	font-size: 12px;
	color: #FFF;
	position: absolute;
	left: 400px;
	top: 150px;
}
#footer_wrap #footer_body #footer_contacts #navigation_fb{
	background-image: url(../images/fb_1.png);
	background-repeat: no-repeat;
	display: block;
	height: 24px;
	width: 24px;	
}
#footer_wrap #footer_body #footer_contacts #navigation_fb:hover{
	background-image: url(../images/fb_2.png);	
}
#footer_wrap #footer_body #footer_contacts #navigation_gp{
	background-image: url(../images/gp_1.png);
	background-repeat: no-repeat;
	display: block;
	height: 24px;
	width: 24px;
	margin-left:10px;
}
#footer_wrap #footer_body #footer_contacts #navigation_gp:hover{
	background-image: url(../images/gp_2.png);	
}
#footer_wrap #footer_body #footer_contacts a{
	text-decoration:none;
	color:#FFF;
}
#footer_wrap #footer_body #footer_contacts a:hover{
	color:#CCC;
}
#footer_body #footer_pointer_top {
	background-image: url(../images/footer_pointer_top.png);
	background-repeat: no-repeat;
	height: 36px;
	width: 66px;
	position: absolute;
	left: 20px;
	top: 0px;
}

#footer_body #footer_pointer_bottom {
	background-image: url(../images/footer_pointer_bottom.png);
	background-repeat: no-repeat;
	height: 36px;
	width: 66px;
	position: absolute;
	right: 75px;
	bottom: 0px;
}

#footer_footer {
	height: 20px;
	width: 100%;
}
#footer_footer #footer_footer_info {
	width: 985px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	font-family: gothic;
	font-size: 12px;
	color: #777777;
	line-height: 20px;
	height: 20px;
	padding-right: 15px;
	font-family:"BensonSans";
}
#footer_footer #footer_footer_creator{
	float:left;
	font-size:10px;
}
#footer_footer #footer_footer_creator a{
	color:#609672;
	text-decoration:none;
}
#footer_footer #footer_footer_creator a:hover{
	text-decoration:underline;
}
#footer_footer #footer_footer_owner{
	float:right;
}