@import url("content.css"); /* Notice: use this css-file to define styles for centent area */

/* reset css */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote{margin:0;padding:0;}
th,td{margin: 0} /* to allow working cellpadding table value in content editor */
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
ul{list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;margin:0.2em}
q:before,q:after{content:'';}
.ie *{ zoom: 1; }
/* restoring some styles after reset */
h1,h2,h3,h4,h5,h6{ margin:0.2em 0; }
strong{font-weight:bold;}

ul{margin: 0 0 10px 20px;}
	ul li{ margin: 0 0 5px 0; }




/*** Basic Styles ***/
html{
	background: #fff;
}
body{
	line-height: 1.25em;
	font-size: 14px;
	font-family: Arial, sans-serif;
	color:#444444;
}

p{
	margin:0 0 10px 0;
}

a{
	color:#782a86;
	text-decoration:none;
}


a:hover{
	text-decoration:none;
}

::selection{
	background: #a074ae;
	color:#fff;
}
::-moz-selection{
	background: #a074ae;
	color:#fff;
}

.hr{ border-bottom: 3px solid #ebebeb; height:0;overflow:hidden; font-size:1px; clear:both; margin:5px;}

/*** Forms ***/
input.text, input[type="text"], input[type="password"],
textarea,
select{
	/*border: 1px solid #eee;
		border-top: 1px solid #aaa;
		*/
	font-size: 12px;
	font-family: inherit;
	color: #fff;
	border: 1px solid #7b7c81;
	background: #7b7c81;
	vertical-align: middle;
	padding:1px;
}

input.text:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus{
	background: #fff;
	border: 1px solid #792a85;
	color: #792a85;
}

.radio,
.checkbox{
	vertical-align: middle;
	margin-right: 4px;
}


form dl label{
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}


form dl{
	overflow: hidden;
	margin-bottom: 10px;
}
form dt{
	min-height: 1em;
	float: left;
	width: 34%;
}
* html form dt{ height:1em; }
form dd{
	zoom: 1;
	overflow: hidden;
	float: right;
	margin: 0;
	width: 65%;
}
form dd .text{ width: 96%;}
form .opts div{
	margin: 2px 0 4px;
}

form label.error{
	background: none;
	display: block;
	color: #f00;
	font-size: 11px;
	text-transform: none;
}

.obligatory label{
	background:url(../images/i/obligatory.png) 100% 10% no-repeat !important;
	padding-right:8px;
}

button{
	border:none;
	background: none;
	padding: 0;
	margin: 5px 0;
	vertical-align: middle;
	cursor: pointer;
}

.ie9 button span,
.ie9 a.btn{
	filter: none;
}

button span, a.btn{
	height: 30px; line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	margin-top: 0;
	color:#fff;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-family: Arial;
	display: inline-block;
	zoom: 1;
	*display: inline;


	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/scripts/PIE.htc);

	background: #94499e; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk0NDk5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MDFiNmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #94499e 0%, #601b6c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#94499e), color-stop(100%,#601b6c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #94499e 0%,#601b6c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #94499e 0%,#601b6c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #94499e 0%,#601b6c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #94499e 0%,#601b6c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94499e', endColorstr='#601b6c',GradientType=0 ); /* IE6-8 */
}

button:hover span, a.btn:hover{
	color:#fff;
	text-decoration: none;

	background: #7b3d83; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdiM2Q4MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MDE2NWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #7b3d83 0%, #50165a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7b3d83), color-stop(100%,#50165a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7b3d83 0%,#50165a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7b3d83 0%,#50165a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7b3d83 0%,#50165a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7b3d83 0%,#50165a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b3d83', endColorstr='#50165a',GradientType=0 ); /* IE6-8 */

}

.btn-post-comment,
.btn-search,
.btn-submit{

}

/*** System classes ***/
.hide{ display: none; }

.alert{
	border: 1px solid #d7d7d7;
	background: #ebebeb;
	padding: 10px;
	margin: 0 0 10px;
}
	.alert-error{
		border-color: #f00;
		background: #fdd;
		color: #f00
	}
	.alert-error *{ color:red; }

		.alert ul,
		.alert p{
			padding: 0 20px;
			margin: 0;
		}
			.alert a{
				text-decoration: underline !important;
			}

/*** Wrappers ***/
.wrapper{
	width:1010px;
	margin:0 auto;
	padding: 0 0px;
	background: #fff;
	position: relative;
}

/*** Layout ***/
aside.left{
	display: inline;
	float:left;
	width:250px;
    margin-right: 20px;
}
.center-column{
	display: inline;
	float:left;
	width:460px;
	min-height: 200px;
	padding-bottom: 20px;
}
aside.right{
	display: inline;
	float:right;
	width:250px;
}

    /*** without sidebars ***/
    .columns .center-column{
        float: none;
        width: 100%;
    }
    /*** only right ***/
    .columns-right .center-column{
        width: 740px; /* left + center */
    }
    /*** only left ***/
    .columns-left .center-column{
        width:740px; /* right + center */
    }

/*** Header, logo ***/

header{
	margin: 0 0 10px;
}
	header .inner{
		margin: 0 auto;
		height: 110px;
		position: relative;
		border-bottom: 1px solid #444444;
	}
		header .inner .logo{
			position: absolute;
			left: 0; top: 15px;
		}
			header	.inner .logo span{ display: none; }

		header .inner .slogan{
			position: absolute;
			right: 5px; bottom: 16px;
			color: #A2A2A2;
			font-weight: bold;
			font-size: 14px;
		}

		.b-top{
				position: absolute;
				left: 500px; top: 0;
			}
			.b-domain{
				float: left;
				margin-right: 0;
				padding-top: 5px;
				text-transform: uppercase;
				color: #777777
			}
				.b-domain a{
					color: #777777
				}

				.d-15 .b-domain a.domain-15,
				.d-16 .b-domain a.domain-16{
			    	cursor: default;
					color: #000;
				}

			.b-login{
				float: right;
			}
				.b-login strong{
					padding-right: 5px;
					font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
				}

				.b-login > .btn{
					width: 45px;
					margin-left: 1px;
				}


		.b-login{
			/*position: absolute;
			right: 145px; top: 0; */
			padding: 4px;
			background: #fff;
		}

			.b-login .btn-login,
			.b-login .btn-register,
			.b-login .btn-profile{
				display: block;
				cursor: pointer;
				float: left;
				padding: 2px 4px 2px 4px; margin: 0 0 0 8px;
				font-size: 12px;
				font-weight: normal;
				text-align: center;
				text-transform: uppercase;
				color: #fff;
				overflow: hidden;
				background: #A5A5A5;
			}

			.b-login .btn-login{
			}

			.b-login .user-box-logged-in,
			.b-login .user-box-logged-out{
				position: absolute;
				right: 0; top: 25px;
				padding: 10px;
				width: 170px;
				background: #fff;
				z-index: 999;
			}
			.b-login .user-box-logged-in{
				width: 120px;
			}
				.b-login form button{ margin: 0; }
				.b-login form dl:last-child{ margin: 0; }

		.b-search{
			position: absolute;
			right: 0; top: 0;
			padding: 4px;
			background: #fff;
		}
			.b-search form{
				width: 132px;
				position: relative;
			}
				.b-search form .text{
					position: absolute;
					left: 0; top: 0;
					height: 14px; width: 102px;
					padding: 1px;
					margin-right: 26px;
				}
				.b-search form button{
					float: right;
					padding: 0; margin: 0;
					height: 18px; width: 22px;
					text-indent: -999px; overflow: hidden;
					background: #3e7792 url(../images/i/ico-search.png) -22px 50% no-repeat;
				}
			/*	.qsearch-frm button:hover{
					background-color: #d7d7d7;
					background-position: 10px 50%;
				}  */

		.b-contact{
			color: #777777;
			font-size: 14px;
			position: absolute;
			right: 0; top: 7px;
			text-align: right;
		}
			.b-contact strong{
				display: block;
				color: #782a86;
				font-size: 20px;
				padding-left: 25px;
				margin-top: 5px;
				background: url(../images/i/ico-tel.png) 0 50% no-repeat;
			}

.masthead-wrapper{
	position: relative;
	margin:0;
	padding: 0;
	margin-bottom: 20px;
}
.mw1, .mw2{ display: none; }

	.masthead{ /* DIV or LI in group mode */ 
		margin:0;
		padding: 0;
		position: relative;
		background: #fff;
	}
		.masthead .slogan{
			position: absolute;
			top: 28px; left: 45px;
			display: block;
			width: 140px;
			color: #fff;
			font-size: 18px;
			line-height: 19px;
			font-weight: normal;
		}

/* slide / fade */
#masthead-slider {
	position: relative;
	overflow: hidden;
/* 	height: 130px; this height sets in html */
}
/*
	#masthead-slider ul{ position: relative; list-style: none; margin: 0; padding: 0; margin:0; padding:0;}
		#masthead-slider ul li.slide { margin: 0; padding: 0;}

.masthead-wrapper ol#controls {
	    padding: 3px 5px;
	    position: absolute;
	    right: 5px; bottom: 5px;
	}
		ol#controls li {
			float: left;
			margin: 0 0 0 4px;
			padding: 0;
			list-style: none;
		}
			ol#controls li a {
				overflow: hidden;
				display: block;
				height:12px; width:12px;
				background: #fff;
				text-indent: -99999px;

				-webkit-border-radius: 10px;
				-moz-border-radius: 10px;
				border-radius: 10px;
				behavior: url(/scripts/PIE.htc);
			}
			ol#controls li.current a {
				background: #959595;
			}
			ol#controls li a:focus{
				outline: medium none;
			}
			*/

/*** New slider ***/
#masthead-slider {
	zoom: 1;
	position: relative;
	max-width:1010px;
	margin:0 auto 0;
	z-index:100;
	border:none;
	text-align:left; /* reset align=center */
}
* html #masthead-slider{ width:1010px; }
	#masthead-slider ul{
		position:relative;
		width: 10000%;
		left:0;
		list-style:none;
		margin:0;
		padding:0;
	}
		#masthead-slider ul li{
			width:1%;
			line-height:0; /*opera*/
			float:left;
			font-size:0;
		}

	#masthead-slider .ws_images{
		position: relative;
		left:0;
		top:0;
		width:100%;
		height:100%;
		overflow:hidden;
	}
		#masthead-slider .ws_images a{
			width:100%;
			display:block;
			color:transparent;
		}

		#masthead-slider .ws_images img{
			width:100%;
			border:none 0;
			max-width: none;
		}

#masthead-slider a{
	text-decoration: none;
	outline: none;
	border: none;
}

	#masthead-slider  .ws_bullets {
		font-size: 0px;
		float: left;
		position:absolute;
		z-index:70;
	}
	#masthead-slider  .ws_bullets div{
		position:relative;
		float:left;
	}
#masthead-slider  a.wsl{
	display:none;
}
#masthead-slider  .ws_bullets {
	padding: 10px;
}
#masthead-slider .ws_bullets a {

	display: block;
	height:12px; width:12px;
	margin-left:4px;
	float: left;
	text-indent: -4000px;
	position:relative;
	color:transparent;

	overflow: hidden;

	background: #fff;
	text-indent: -99999px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/scripts/PIE.htc);

}
#masthead-slider .ws_bullets a.ws_selbull, #masthead-slider .ws_bullets a:hover{
	background: #959595;
}
#masthead-slider a.ws_next,
#masthead-slider a.ws_prev {
	position:absolute;
	display:block;
	top:50%;
	margin-top:-25px;
	z-index:60;
	height: 50px;
	width: 33px;
	/*max-height:20%;
	max-width:12%;
	background-size:200% 200%;*/
	opacity:0.3;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#masthead-slider a.ws_next{
	background: url(../images/i/slider-next.png) 50% 50% no-repeat;
	right:10px;
}
#masthead-slider a.ws_prev {
	left:10px;
	background: url(../images/i/slider-prev.png) 50% 50% no-repeat;
}
#masthead-slider a.ws_next:hover,
#masthead-slider a.ws_prev:hover{
	opacity:1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=1);
}
* html #masthead-slider a.ws_next,* html #masthead-slider a.ws_prev{display:block}
#masthead-slider:hover a.ws_next, #masthead-slider:hover a.ws_prev {display:block}
#masthead-slider .ws-title{
	position: absolute;
	bottom:15%;
	left: 0;
	margin-right:10px;
	z-index: 50;
	padding:12px;
	color: #F9FBFB;
	text-transform:uppercase;
	background:#2a2a2a;
	font-family: Franklin Gothic Medium,sans-serif;
	font-size: 18px;
	line-height: 18px;
	opacity:0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}
#masthead-slider .ws-title div{
	padding-top:5px;
	font-size: 13px;
	text-transform:none;
}
/* bottom center */
#masthead-slider .ws_bullets {
	bottom:0;
	right: 0;
}

#masthead-slider ul{
	animation: wsBasic 60s infinite;
	-moz-animation: wsBasic 60s infinite;
	-webkit-animation: wsBasic 60s infinite;
}
@keyframes wsBasic{0%{left:-0%} 3.33%{left:-0%} 6.67%{left:-100%} 10%{left:-100%} 13.33%{left:-200%} 16.67%{left:-200%} 20%{left:-300%} 23.33%{left:-300%} 26.67%{left:-400%} 30%{left:-400%} 33.33%{left:-500%} 36.67%{left:-500%} 40%{left:-600%} 43.33%{left:-600%} 46.67%{left:-700%} 50%{left:-700%} 53.33%{left:-800%} 56.67%{left:-800%} 60%{left:-900%} 63.33%{left:-900%} 66.67%{left:-1000%} 70%{left:-1000%} 73.33%{left:-1100%} 76.67%{left:-1100%} 80%{left:-1200%} 83.33%{left:-1200%} 86.67%{left:-1300%} 90%{left:-1300%} 93.33%{left:-1400%} 96.67%{left:-1400%} }
@-moz-keyframes wsBasic{0%{left:-0%} 3.33%{left:-0%} 6.67%{left:-100%} 10%{left:-100%} 13.33%{left:-200%} 16.67%{left:-200%} 20%{left:-300%} 23.33%{left:-300%} 26.67%{left:-400%} 30%{left:-400%} 33.33%{left:-500%} 36.67%{left:-500%} 40%{left:-600%} 43.33%{left:-600%} 46.67%{left:-700%} 50%{left:-700%} 53.33%{left:-800%} 56.67%{left:-800%} 60%{left:-900%} 63.33%{left:-900%} 66.67%{left:-1000%} 70%{left:-1000%} 73.33%{left:-1100%} 76.67%{left:-1100%} 80%{left:-1200%} 83.33%{left:-1200%} 86.67%{left:-1300%} 90%{left:-1300%} 93.33%{left:-1400%} 96.67%{left:-1400%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 3.33%{left:-0%} 6.67%{left:-100%} 10%{left:-100%} 13.33%{left:-200%} 16.67%{left:-200%} 20%{left:-300%} 23.33%{left:-300%} 26.67%{left:-400%} 30%{left:-400%} 33.33%{left:-500%} 36.67%{left:-500%} 40%{left:-600%} 43.33%{left:-600%} 46.67%{left:-700%} 50%{left:-700%} 53.33%{left:-800%} 56.67%{left:-800%} 60%{left:-900%} 63.33%{left:-900%} 66.67%{left:-1000%} 70%{left:-1000%} 73.33%{left:-1100%} 76.67%{left:-1100%} 80%{left:-1200%} 83.33%{left:-1200%} 86.67%{left:-1300%} 90%{left:-1300%} 93.33%{left:-1400%} 96.67%{left:-1400%} }
#masthead-slider .ws-title{ display: none !important; }


.custom-header img{
	display:block;
	margin:0 auto;
	padding:0;
}


.custom-header .default{
	background: #792a86 url(../images/i/default-mast-bg.png) 100% 50% no-repeat;
	height: 100px;
	margin-bottom: 15px;
}
	.custom-header .default h1{
		font-size: 24px;
		font-weight: bold;
		color: #fff;
		padding: 40px 0 0 30px;
	}
/* .no-mast h1.title{ display: none; } */

/*** Breadcrumbs ***/
.breadcrumbs{
	font-size: 0.9em;
	height: 15px;
	margin: 0 0 5px 0;
    padding: 0;
    clear: left;
	margin-top: 0;
	padding-top: 0;
}

h1+.breadcrumbs{
	margin-top: -3px;
	padding-bottom: 15px;
}


	.breadcrumbs li{
		float:left;
		list-style:none;
		padding: 0 0 0 5px;
		margin: 0;
		/*background: url(../images/i/breadcrumb-item.png) 8px 50% no-repeat;*/
	}
	.breadcrumbs li:before{
		content: '›';
		padding: 0 5px;
	}
	.breadcrumbs li:first-child:before{ content: none; padding: 0 5px;}
	
	.breadcrumbs li:first-child {
		padding-left: 0;
		background:none;
	}

		.breadcrumbs li,
		.breadcrumbs li a{ color: #777; }


/*** Menu ***/
nav.menu{
	height:32px;
	list-style:none;
    position: absolute;
    top: 75px; right: 0;
}

.menu ul.lvl-1{
	height:40px;
	list-style:none;
	margin: 0;
	z-index: 200;
}
.menu ul.lvl-1 li.lvl-1{margin-bottom: 0; background: #fff}
.menu ul.lvl-1 li.lvl-1-last{margin-right: 0;}
.menu ul.lvl-1 li.lvl-1-last a.lvl-1{ border-right: none;}

.menu li.prefix,
.menu li.postfix{
	display: none;
	margin-bottom: 0;
}
/*
.menu li.lvl-1-first .lvl-1,
.menu li.lvl-1-first:hover a.lvl-1{
	background-image: url(../images/i/menu-corner-l.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.menu li.lvl-1-last .lvl-1,
.menu li.lvl-1-last:hover a.lvl-1{
	background-image: url(../images/i/menu-corner-r.png);
	background-position: 100% 0;
	background-repeat: no-repeat;
}
*/

	.menu li.lvl-1{
		float:left;
		position:relative;
		padding-right: 0;
	}
	
	.menu li.last{
	}

	.menu a.lvl-1,
	.menu span.lvl-1{
		float:left;
		padding:0 5px;
		text-decoration:none;
		position: relative;
		z-index: 5;
		border-right: 1px solid #fff;
	}

	.menu span.lvl-1,
	.menu span.lvl-1 em{ cursor:default !important; }
	
	.menu span.lvl-1,
	.menu    a.lvl-1{
		padding: 0 0 0 0;
		
	}
		.menu span.lvl-1 em,
		.menu    a.lvl-1 em{		   
		  	color: #444;
			cursor: pointer;
			float: left;
			font-size: 14px;
			font-style: normal;
			font-weight: normal;
			padding: 8px 22px;
			text-transform: uppercase;		    
		}
		
		.menu li.lvl-1-last em{
		}
		.menu li.lvl-1 .lvl-1 em{
		/*	background: url(../images/i/menu-lvl1-bull.png) 100% 14px no-repeat; */
		} 


/*.menu a.lvl-1:hover, */
.menu li.lvl-1:hover{
	background: #a074ae;
	position: relative;
}


.menu li.lvl-1 > a.active em,
.menu li.lvl-1-active a.lvl-1 em,
.menu li.lvl-1-active span.lvl-1 em,
.menu li.lvl-1:hover a.lvl-1 em,
.menu li.lvl-1:hover span.lvl-1 em{
	color: #fff;
	background: #a074ae;
}
.menu li.lvl-1-active:hover a.lvl-1 em,
.menu li.lvl-1-active:hover span.lvl-1 em{
	color: #fff;
}

/*
.menu a.lvl-1:hover em, 
.menu li.lvl-1:hover a.lvl-1 em,
.menu li.lvl-1:hover span.lvl-1 em{ 
	background: url(../images/i/menu-bg-active1.png) 0 0 no-repeat;
	color: #fff
}
*/

/* Sub-menus */
.menu ul.lvl-2,
.menu ul.lvl-3{
	position:absolute;
	margin:0 0 0 0;
	padding:0;
	list-style:none;
	width:150px;
	display:none;/* */
	z-index: 200;

	box-shadow:  0px 1px 10px 0px rgba(0, 0, 0, 0.17);
	-webkit-box-shadow:  0px 1px 10px 0px rgba(0, 0, 0, 0.17);
}
.menu ul.lvl-2{
	left: 0;
	top: 32px;
}


.menu .lvl-1-last ul.lvl-2{
	left: auto;
	right: 0;
}
.menu .lvl-1-last ul.lvl-2 ul.lvl-3{ left: -152px; }

.menu ul.lvl-3{
	left: 151px;
	top: -1px;
	margin: 0;
}

	.menu li.lvl-1,
	.menu li.lvl-2{ behavior: url(../scripts/menu_item.htc); }

	.menu li.lvl-1:hover ul.lvl-2,
	.menu li.lvl-2:hover ul.lvl-3{ display:block; }


	.menu li.lvl-2,
	.menu li.lvl-3{
		position:relative;
		text-align:left;
	/*	background: #5ac6dc url(../images/i/i/menu-lvl-2-bg.png) 0 100% repeat-x; */
		background: #fff;
		border-bottom: 1px solid #a074ae;
		border-left: 1px solid #a074ae;
		border-right: 1px solid #a074ae;
		margin: 0;
		width: 100%;
		z-index: 5;
	}	
	.menu ul.lvl-1 li.first{border-top:none}
	.menu li.lvl-2-first,
	.menu li.lvl-3-first{border-top: 1px solid #a074ae;}
	
	
	.menu li.lvl-2:hover .lvl-2,
	.menu li.lvl-3:hover .lvl-3{
		background: #a074ae; /* url(../images/i/menu-lvl2-active.png) 0 0 repeat-x; */
		color:#fff;
		text-decoration: none;
	}
	
	.menu li.lvl-2-active .lvl-2 em,
	.menu li.lvl-3-active .lvl-3 em{
		background: #a074ae;
		color:#fff;
	}	
	
		.menu ul.lvl-2 a.with-submenu em,
		.menu ul.lvl-2 span.with-submenu em{
			background-image: url(../images/i/menu-lv2-submenu-bull.png);
			background-position: 96% 50%;
			background-repeat: no-repeat;
		}
		.menu ul.lvl-2 li:hover a.with-submenu em,
		.menu ul.lvl-2 li:hover span.with-submenu em{
			background-image: url(../images/i/menu-lv2-submenu-bull-active.png);
		}

	.menu li.lvl-3:hover a,
	.menu li.lvl-3:hover a:hover{
		color:#fff;
		background: #a074ae; /* url(../images/i/menu-lvl2-active.png) 0 0 repeat-x; */
	}

/*** lvl-1&2 links ***/
	.menu a.lvl-2,
	.menu a.lvl-3,
	.menu span.lvl-2,
	.menu span.lvl-3 {
		font-weight:normal;
		color:#a074ae;
		display: block;

	}
	.menu a.lvl-2,
	.menu a.lvl-3{
		text-decoration: none;
		cursor: pointer;
	}

		.menu a.lvl-2 em,
		.menu a.lvl-3 em,
		.menu span.lvl-2 em,
		.menu span.lvl-3 em{
			text-decoration: none;
			font-style: normal;
			padding: 5px 10px;
			text-align: left;
			font-size: 11px;
			display: block;
			text-transform: none;
			line-height: 14px;
		}

	.menu a.lvl-2:hover,
	.menu a.lvl-3:hover,
	.menu li.lvl-1:hover > a.lvl-2,
	.menu li.lvl-1:hover > a.lvl-3{
		color:#fff;
		text-decoration: none;
	}
		.menu span.lvl-2:hover em,
		.menu span.lvl-3:hover em{
			cursor:default;
			text-decoration: none;
		}


/*** Contenty stuff ***/
/*h3, h3 *{
	/* color:#555;
	font-size:12px;
	margin-bottom:6px;
}*/

h2.title,
aside h1, aside h1 a,
aside h2, aside h2 a{
}

/*** Page Links ***/
.page-links{
	float: right;
}
.page-links{
	float: right;
	margin: 0 0 0.5em 0;
	list-style: none;
	text-align: right;
}
    .page-links li{
    	margin: 0; padding: 0;
        float: left;
		position:relative;
    }
    .l-share, .l-email, .l-print, .l-pdf{
        border-left: 1px solid #d0d4d7;
        float: left;
        text-indent: -999px;
        text-align: left;
        overflow: hidden;
        width: 35px; height: 20px;
    }
	.page-links a.l-print{ background: url(../images/i/ico-print.png) 50% 50% no-repeat; border: none;}
	.page-links a.l-pdf{ background: url(../images/i/ico-pdf.png) 50% 50% no-repeat; }
	.page-links a.l-email{ background: url(../images/i/ico-mail.png) 50% 50% no-repeat; }
	.page-links a.l-share{ background: url(../images/i/ico-share.png) 50% 50% no-repeat; }

	ul.bm-links{
		margin:0; padding:0;
		list-style:none;
		position:absolute;
		right:5px; top:20px;
		border: 1px solid #ccc;
		/* border-bottom:none !important; */
		display:none;
		background: #fff !important;
	}
	.page-links li:hover ul{ display:block; }
		ul.bm-links li{
			padding: 5px 10px;
			float: none;
			background: #fff !important;
			/* border-bottom:1px solid #ccc; */
			text-align:left;
			width:100px;
		}
			ul.bm-links a{
				display:block;
				padding:0 0 0 20px !important;
				line-height:16px;
				height:16px;
				overflow:hidden;
				background-image:url(../images/i/bm_icons.png);
				background-repeat:no-repeat;
				color:#000;
				font-weight:normal;
				text-decoration:none;
			}
		ul.bm-links a:hover{ text-decoration:underline; }
			.bm_myspace{ background-position:0 0; }
			.bm_twitter{ background-position:0 -16px; }
			.bm_yahoo{ background-position:0 -32px; }
			.bm_google{ background-position:0 -48px; }
			.bm_delicious{ background-position:0 -64px; }
			.bm_linkedin{ background-position:0 -80px; }
			.bm_live{ background-position:0 -96px; }
			.bm_facebook{ background-position:0 -112px; }
			.bm_favourites{ background-position:0 -128px; }

.social-icons{
	margin: 10px 0;
	overflow: hidden;
}
	.social-icons a{
		float: left;
		width: 30px; height: 30px;
		background-color: #7c7d82;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		margin-right: 10px;
		overflow: hidden;
		text-indent: -999px;
		border-radius: 15px;
	}

	.social-icons a:hover{
		background-color: #782a86;
	}

	.social-icons a.ico-f{ background-image: url(../images/i/ico-f.png); }
	.social-icons a.ico-i{ background-image: url(../images/i/ico-i.png); }
	.social-icons a.ico-t{ background-image: url(../images/i/ico-t.png); }
	.social-icons a.ico-in{ background-image: url(../images/i/ico-in.png); }
	.social-icons a.ico-youtube{ background-image: url(../images/i/ico-youtube.png); }
	.social-icons a.ico-rss{ background-image: url(../images/i/ico-rss.png); }
	.social-icons a.ico-p{ background-image: url(../images/i/ico-p.png); }

.social-icons-mini .social-icons{
	float: right;
	margin-top: -5px;
}
.social-icons-mini a{
	margin-right: 0;
	margin-left: 5px;
	width: 21px; height: 21px;
	border-radius: 10px;
}
	.social-icons-mini a.ico-f{ background-image: url(../images/i/ico-f-mini.png); }
	.social-icons-mini a.ico-i{ background-image: url(../images/i/ico-i-mini.png); }
	.social-icons-mini a.ico-t{ background-image: url(../images/i/ico-t-mini.png); }
	.social-icons-mini a.ico-in{ background-image: url(../images/i/ico-in-mini.png); }
	.social-icons-mini a.ico-youtube{ background-image: url(../images/i/ico-youtube-mini.png); }
	.social-icons-mini a.ico-rss{ background-image: url(../images/i/ico-rss-mini.png); }
	.social-icons-mini a.ico-p{ background-image: url(../images/i/ico-p-mini.png); }

/*** Tags ***/
.tags-bar{
	margin-top:5px;
	color: #aaa;
    padding: 10px;
    border: 1px solid #d6d6d6; 
}
	.tags-bar a{
		font-weight:normal;
	}
	
.tag-cloud{
}
	.tags-cloud a{
		text-decoration:none;
		font-weight:normal;
		margin:0 15px 6px 0;
		margin-bottom:4px;
		display:inline-block;
		padding:0 3px;
	}
	.tags-cloud a:hover{
		opacity:1 !important;
		-moz-opacity:1 !important;
		filter:alpha(opacity=100) !important;
		text-decoration: underline;
	}


.page-email form{ width: 400px}
	.page-email dd .text, .page-email textarea{ width: 98% }
	.page-email .captcha-flds .text{ width: 100px; float: left; margin-bottom: 10px;}
	.page-email .captcha-flds .refresh-link{ width: 100px; float: right; text-align: center;}
	.page-email .captcha-flds img{ width: 100px; float: right; border: 1px solid #ccc; }

/*** Banners ***/

/* spaces between blocks */
aside section{
	margin-bottom: 10px;
}
	/* space inside blocks */
	aside section .inner{
		padding: 5px 0 10px 0;
	}
	/* SOCIAL ICONS */
	aside section#banner-32 .inner{
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 0;
	}

aside section.b-image .inner{ border-radius: 5px; }


.block-categories ul{ margin-left: 0; margin-bottom: 0; }
.block-categories ul ul{ margin-left: 15px; }
.block-categories ul li{
	line-height: 1.5em;
}
	.block-categories-blog ul li a{ font-weight: bold;}


/* blocks with background */
.b-brochures .inner,
.b-links .inner,
.b-html .inner,
.side-menu .inner{

}

.b-image .inner{
	text-align: center;
	background: #f1f1f1;
	font-size: 0.1px;
	padding: 5px 0;
}
.b-image .inner img{
	display: block;
	margin: auto;
}


.side-menu ul.lvl-1{
	margin: 0 0 0 0;
}
	.side-menu ul.lvl-1 ul{
		margin: 5px 0;
	}
	.side-menu ul.lvl-1 a.lvl-1 em{
		/* font-weight: bold; */
	}
	.side-menu ul.lvl-1 li.lvl-2{
		padding-left: 10px; 
	}

.side-menu .prefix,
.side-menu .postfix{display: none}

.side-menu li.lvl-1-active a{ color: #333}

.brochure-item{
	padding-bottom: 8px;
}
	.brochure-item:last-child{padding-bottom: 0;}

		.brochure-title a{
		}
		.brochure-link-download{
			background: url(../images/i/ico-download.png) 0 0 no-repeat;
			text-transform: lowercase;
			padding-left: 20px;
			margin-top: 3px;
		}

.b-links .item{
	padding-bottom: 3px;
/*	background: url(../images/i/bull-li.png) 0px 6px no-repeat;  */
}
	.b-links .item a{ }

.b-block .inner .content{
	padding: 0 0;
}

section .view-all{
	display: block;
	text-align: center;
}
/*
	.b-block ul li.all-items{
		margin-top: 10px;
		background: none;
	}
		.b-block ul li a.active{
			color: #333;
			cursor: pointer;
		}
*/

/*** Stories list blocks: Blog/News/DMS/Newsletters ***/
.stories-list,
.titles-list{

}
.stories-list .inner,
.titles-list  .inner{
   margin: 0 0;
	padding-bottom: 0;
}
	.content .stories-list ul,
	.stories-list ul,
	.titles-list  ul{
		margin: 0 0 0 0;
		padding: 0;
		list-style:none;
	}
		.content .stories-list li,
		.stories-list li,
		.titles-list  li{

			padding: 0 0 5px 0;
			margin-bottom: 5px;
			background: none;
		}
		.titles-list li{
			border: none;
		}
		.stories-list li:last-child,
		.titles-list li:last-child{
			border-bottom:none;
		}
			.stories-list li .title,
			.titles-list  li .title{
				display: block;
				margin: 0 0 5px;
				font-weight: bold;
			}
			.titles-list  li .title{
				margin: 0 0 0;
			}
			.stories-list li .date,
			.titles-list  li .date{
				display: block;
				margin-bottom: 5px;
			}

	.stories-list .view-all{
		text-align: center;
	}

	.stories-list-blog li .date{ display: none; }
	.stories-list-blog ._Button{ margin-top: -10px; }





/*** Custom Banners ***/
.block-search form{ margin-top: -3px; }
.block-search .text{ width: 77%; }
.block-search button{ max-width: 22%;}
.block-search ._Button{ margin-top: 0; }
.block-search .opts-where{margin-top: 10px;}
.block-search .opts-where label{ padding: 0 10px 0 0;}


.center-column #block-23{
	margin-bottom: -10px;
	margin-top: -5px;
}
	.center-column #block-23 li{
		border: none;
		line-height: 1.3em;
	}
	.center-column #block-23 .title{
		font-weight: bold;
		margin-bottom: 3px;
		margin-top: 0;
		padding-top: 0;
	}
	.center-column #block-23{

	}

#block-8 form{
	padding: 0 0 0 0;
}
	#block-8 form p{
		margin-bottom: 5px;
	}
	#block-8 form table{
	}
		#block-8 form input{
		}
		#block-8 form ._Button{
			margin: 0;
		}

#block_welcome,
#block_login{
	background: #efefef;
	padding: 5px 10px;
}	
	#block_login ul{
		margin-left: 10px;
	}
	#block_login dl{ margin: 0 0 4px;}
		#block_login dt{ width: 25%}
		#block_login dd{ width: 74%}
			#block_login input.text{ width: 95%}



.subscr-nl-simple{
	background: #E5E5E5;
	padding: 15px 20px;
	margin: 20px 0;
}
	.subscr-nl-simple .desc{ margin: 10px 0; }
	.subscr-nl-simple form input{
		margin: 0;
		width: 350px;
		color: #444 !important;
		background: #fff;
		border: 1px solid #2c2c2c;
		line-height: 22px;
		height: 24px;
		padding: 0 4px;
	}

	.subscr-nl-simple form ._Button2{
		margin-left: 10px;
	}


.subscr-nl-popup{
}
	.subscr-nl-popup .l{
		box-sizing: border-box;
		float: left;
		width: 310px;
		padding-right: 15px;
	}

		.subscr-nl-popup .l img{
			display: block;
		}
	.subscr-nl-popup .r{
		width: 265px;
		height: 278px;
		float: left;
		position: relative;
	}


		.subscr-nl-popup h3{
			padding: 10px 0 20px;
			font-size: 1.3em;
			line-height: 1.2em;
			font-weight: normal;
		}


		.subscr-nl-popup .fields{
			position: absolute;
			bottom: 0; left: 0;
		}


		.subscr-nl-popup form input{
			margin: 0;
			width: 250px;
			color: #444 !important;
			background: #E5E5E5;
			border: 1px solid #E5E5E5;
			line-height: 22px;
			height: 24px;
			padding: 0 4px;
		}
		.subscr-nl-popup ._Button2{
			background-color: #fff;
			width: 80px;
		}

		.subscr-nl-popup .btns ._Button2:first-child{ margin-right: 15px; }

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */

.jqmWindow {
	display: none;

	position: fixed;
	top: 17%;
	left: 50%;

	margin-left: -290px;
	width: 580px;

	background-color: #fff;
	color: #333;
	border: 1px solid black;
	padding: 12px;
}

.jqmOverlay { background-color: #000; }



/*** Video ***/
/* video category page */
.videos .item-wrapper{
	float: left;
}
.videos .item{
	margin: 5px auto 10px;
	text-align: center;
}
	.videos .item .info{
		text-align: left;
	}
		.videos .item .title{
			text-align: center;
		}
	.video_line_separator{height: 1px;overflow: hidden; clear: both;}
	
/* list view mode */
.video-list .item{
	width: auto !important;
	text-align: left;
	float: none;
}
	.video-list .item img{
		float: left;
		margin: 0 10px 0 0;
	}
	
	.video-list .item .title{
		text-align: left;
	}

/* video page */
.video_box{
	text-align: center;
}
	.video_box .video-js-box{
		margin: auto;
		text-align: center;
	}
	.video_box .descr{
		margin: 20px;
		text-align: left;
	}


/***  Gallery ***/

.image_line td{ padding-bottom:0; }

.gsubcats{
	padding: 0 8px;
	margin-bottom: 20px;
}
.gcats-list{
	margin:0;
	width:100%;
	display: table;
}
	.gcats-row{
		display: table-row;
		margin: 0;
	}
		.gcats-item{
			display: table-cell;
			margin: 0 5px 15px 0;
		}
			.gcats-item .inner{
				margin: 10px 10px 10px 0;
			}

			.gcats-row:first-child .gcats-item .inner{
			}

			.gcats-item .img{
				display: block;
				margin: 0;
				border-bottom: 1px solid #444444;
				padding-bottom: 10px;
			}

			.gcats-item .img img{
				display: block;
				margin: 0;
			}
			.gcats-item .title{
				display: block;
				margin: 10px auto;
				font-weight: bold;
				text-align: left;
				font-size: 14px;
			}
				.gcats-item .title a{
				}
			.gcats-item .desc{
				display: block;
				margin: 10px auto;
			}
.gcat-imgs{
	float: left;
	width: 306px;
}
	.main-img{
		min-height: 205px;
		position: relative;
	}
		.main-img a span{
			position: absolute;
			left: 245px; bottom: 7px;
			color: #fff;
			font-size: 11px;
			padding-left: 15px;
			background: url(../images/i/ico-zoom.png) 0 50% no-repeat;
		}
.gcat-descr{
	float: right;
	width: 420px;
}

.gimgs-list{
	margin:0;
	width:100%;
	display: table;
}
	.gimgs-row{
		display: table-row;
		margin: 0;
	}
	.gimgs-item{
		display: table-cell;
		margin: 0 0 0 0;
	}
	.gimgs-item .inner{
		margin: 0 0 6px 0;
	}

		.gimgs-item .inner a img{
			border: 1px solid #fff;
		}
		.gimgs-item .inner a.active img{
			border: 1px solid #535351;
		}

		.gimgs-item .img img{
			display: block;
			margin: 0;
		}
		.gimgs-item .title{
			display: block;
			margin: 10px auto;
			font-weight: bold;
			text-align: center;
		}

.gcat-descr .content table {
	border: none;
	width: 100%;
}

.gcat-descr .content table tr:first-child td,
.gcat-descr .content table tr:first-child th{
	border-top: 1px solid #444;
}
.gcat-descr .content table td,
.gcat-descr .content table th{
	padding: 5px;
}

.gallery_sb_cats{
	padding:10px !important;
	background:#efefef;
}
	.gallery_sb_cats ul{
		margin: 0;
	}

a.zoomy{
	display:inline-block;
	position:relative;
}
	a.zoomy span{
		font-weight:normal !important;
		text-transform:lowercase;
		position:absolute;
		right:10px;
		bottom:10px;
		color:#fff;
		text-decoration:underline;
		padding-left:17px;
		line-height:12px;
		z-index:50;
		background:url(../images/i/ico-zoom.png) 0 50% no-repeat;
	}
	a.zoomy:hover span{
		text-decoration:none !important;
	}

.c_nav{ text-align:center; }

	.c_nav li{
		display:inline;
		background:none !important;
		padding-left:0 !important;
		padding-right:10px;
		margin-right:10px;
		border-right:1px solid #333;
	}
	.c_nav li.last{
		padding-right:0;
		margin-right:0;
		border-right:none;
	}

.ContentFlow{
	margin: 40px 0;
}
	.ContentFlow .scrollbar{ display: none;}
/* popup window */
#gallery-popup{
}
	#gallery-popup a{
		font-weight:bold;
		text-decoration:underline;
	}
	#gallery-popup #caption{
		position:absolute;
		left:0;
		bottom:0;
		width:100%;
		background:#fff;
		opacity:0.5;
		filter:alpha(opacity=50);
		-moz-opacity:0.5;
		khtml-opacity:0.5;
	}
	#gallery-popup #caption:hover{
		opacity:0.9;
		filter:alpha(opacity=90);
		-moz-opacity:0.9;
		khtml-opacity:0.9;
	}

/*** Forms and Inputs ***/
form.sb_form{
	display:block;
	padding:10px;
	background:#d7d7d7;
}

.row-verify dd img{
	margin-bottom: 5px;
}
.row-verify input.text{
	float: left;
}
.row-verify ._Button{
	margin-top: -5px;
}

/*** Search ***/
/* form */
.page-search{
	padding: 10px;
}
	.page-search form{
		width: 350px;
	}
	.page-search .search-frm dd .opts div{
		margin-bottom: 5px;
	}
/* page */
.page-search-results{	
}
	.search-results-list{
		margin-top: 10px;
	}
		.search-results-list .item{
			margin: 0 0 15px 0;
		}
			.search-results-list .item .title strong,
			.search-results-list .item .content strong{
				color: #000;
				font-weight: bold;
			}

/*** Tabs styles ***/
.tabs a{
	text-decoration: underline;
	color: #a074ae;
	cursor: pointer;
}
.tabs a.active{
	cursor: default;
	color: #333;
	text-decoration: none;
}

/*** User ***/
.page-user-login{
}
	.page-user-login form{
		width: 235px;
	}

/*** Newsletters ***/
.letter_date{
	color:#999;
}
.date{
    color: #999;
    font-size: 11px;
}
.nl_content{
    margin: 15px 0;
}

.title .date{
    float: right;
    font-weight: normal;
    font-size: 11px !important;
    padding: 0;
    margin: 0;
    text-transform: none !important;
}

/*** Story (Blog/News/Events) ***/
.story{
	padding: 5px 0 15px;
	margin: 5px 0 15px;
	overflow: hidden;
}
	.story-title{
		font-size: 12px;
		margin-bottom: 10px;
	}
	.story-meta{
		padding:5px 0 10px;
		color:#444;
		font-size: 12px;
		float: left;
	}

		.story-meta a{
			color: #444;
		}
		.story-meta a.pm{ text-decoration: underline; }
		.story-meta .cts a.active{
			color:#782A86;
			text-decoration: none;
			cursor: default;
		}

	.story-content{
		margin-bottom: 0px;
		padding-bottom:8px;
		border-bottom: 1px solid #444;
	}
		

	.story-more{
		float: right;
		text-align: right;
		clear: both;
	}
	.story-img img{ display: block; }

.stories{
}
	.stories .story-teaser{
	}
			.story-teaser .story-img{
				float: left;
				margin: 0 10px 0 0;
				border: 1px solid #efefef
			}
	.stories .story-teaser:last-child{
		border-bottom: none;
	}

.story .story-cmnts .cnt{
	font-size: 12px;
	float: right;
	padding: 5px 0 5px 25px;
	background: url(../images/i/comments-cnt-bg.png) 0 3px no-repeat;
}

.story .story-cmnts .cnt-0{
	color: #a9a9a9;
	background-position: 0 -25px;
}

.story-full{
}
	.story-full .story-img{
		margin: 0 auto 25px;
		text-align: center;
	}

		.story-full .story-img img{
			display: block;
			margin: 0 auto;
		}


#layout-blog .more-items{ display: block; text-align: center;}
.blog-archives a{ color: #444; }
.blog-archives > li > a{ font-weight: bold; display: block; }
.blog-archives .year-items{ margin-left: 0; border-bottom: 1px solid #444; padding-bottom: 5px; overflow: hidden; }
	.blog-archives .year-items div{
		float: left;
		width: 33%;
	}
.blog-archives .year-items div a.active{ font-weight: bold;}


/*** Comments ***/
.comments-area{
	margin-top: 25px;
}
.comments-list{
	border-top:1px dotted #ccc;
	margin-top: 15px;
}
	.comment-item{
		margin-bottom: 5px;
		padding: 10px 5px;
		border-bottom:1px dotted #ccc;
	}
		.comment-item .meta{
			color:#aaa !important;
		}
		.comment-item .message{
			padding: 5px 0;
		}
	.comments-area .c-frm{width: 500px}	
	.comments-area .c-frm form dt{width: 23%}
	.comments-area .c-frm form dd{width: 76%}	
	.comments-area form{
		margin: 20px 0;
	}
	.comments-area form .info{
		margin: 5px 0 15px;
	}
	

.comments-area .tbs{
	margin: 10px 0 10px;
	border-bottom: 1px solid #444;
	padding-bottom: 8px;
}
	.p-list .tbs a.t-list,
	.p-frm .tbs a.t-frm{
		color: #333;
		text-decoration: none;
		outline: none;
	}
.comments-area .c-list, 
.comments-area .c-frm{
	display:none;
}
.p-list .c-list, 
.p-frm .c-frm{
	display:block;
}

/*** Bottom navigation ***/
.bottom-navigation{
	padding:25px 20px;
}
	
	.bottom-navigation a{
		text-decoration: none;
	}
	.bottom-navigation .next{
		float:right;
		width:47%;
		text-align:right;
		padding-right: 15px;
		background: url(../images/i/bottom-nav-prev.png) 100% 4px no-repeat;
	}
	.bottom-navigation .prev{
		float:left;
		width:47%;
		padding-left: 15px;
		background: url(../images/i/bottom-nav-next.png) 0 4px no-repeat;
	}
	.bottom-navigation .all{
		display: block;
		text-align: center;
	}

/*** Pagination ***/
.pagination{
	margin: 5px auto;
}
.pagination ul{
	margin-left:0;
	padding-left:0;
	list-style:none;
	text-align:center;
	clear: both;
}
	.pagination ul li{
		border-right:1px solid #dedede;
		padding: 0 10px;
		margin: 0;
		background:none !important;
		display:inline;
	}
	.pagination ul li.last{
		border-right:none;
	}
	.pagination ul li.active{
		font-weight:bold; color: #333; text-decoration: none;
	}


/* * * Useful stuff * * */
.clear{
	display: block;
	font-size:0;
	clear:both;
	height:0;
	overflow:hidden;
}

.right_aligned{ text-align:right; }
.left_aligned{ text-align:left; }
.center_aligned{ text-align:center; }
.nomargin{ margin:0; }
a img{ border:none; }

.hidey{
	color:#cdcdcd;
	background-color:#cdcdcd;
}
/*** Footer ***/
footer{
	margin: 0;
	position: relative;
	background: #fff;
	font-size: 12px;
	color: #818286;
}
footer a{
	color: #818286;
}
	footer > .inner{
		border-top: 1px solid #444;

		background: #fff;
		margin: 0 0 0;
		padding: 20px 0 0;
		width: 1010px; height: 140px;
		margin: auto;
		position: relative;
	}

		
	.redalto-logo{
		position: absolute;
		left: 0px; bottom: 20px;
	}

	footer .copy{
		float: left;
		width: 250px;
	}
	.footer-links{
		display: table;
		width: 750px;
	}

		.footer-links .footer-links-inner{
			display: table-row;
		}
		.footer-links .section{
			display: table-cell;
			padding-right: 25px;
		}
			.footer-links .section ul{
				margin: 0 0 0 0;
				padding: 0;
			}
		
/*** Sticky footer 
 * 1. the bottom margin of .wrapper is the negative value of the footer's height
 * 2. .push must be the same height as footer
 **/
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -140px;
}
footer, .push {
	height: 140px;
}