@charset "utf-8";
/* CSS Document */


.sidebar {
	background: url(../images/bg-sidebar-bottom.jpg) no-repeat left bottom;
	float: left;
	margin-right: 0;
	padding: 0 0 10px;
	width: 350px;

}

.sidebar h4 {
	background:url(../images/bg-archive.jpg) no-repeat;
	color:#627a0e;
	font-family:anticregular;
	font-size:20px;
	font-weight:400;
	height:42px;
	line-height:44px;
	margin:0;
	text-align:center;
	text-shadow:0 1px 0 #fff;
	width:350px;	
}

.sidebar h3 {
	color:#627a0e;
	font-family:anticregular;
	font-size:15px;
}

.sidebar ul {
	background:url(../images/bg-sidebar-mid.png) repeat-y;
	list-style:none;
	margin:0;
	padding:0 20px;	
}

.sidebar ul li.sbarSelected {
  /*border-bottom:1px solid #e5e5e5; */
	padding:0 0 10px;	
}

.sidebar ul li > a {
	background:url(../images/arrow-down.png) no-repeat right center;
	border-bottom:1px solid #e5e5e5;
	color:#1bb5ac;
	display:block;
	font-family:anticregular;
	font-size:16px;
	letter-spacing:.05em;
	line-height:24px;
	padding:12px 0;
	text-decoration:none;
	text-indent:10px;
}

.sidebar ul li span {
	display:block;
	padding:0 0 0 5px;
}

.sbarSelected a 
{
	display: block;
	color: #787b66;
	text-align: center;
	padding: 14px, 16px;
	text-decoration: none;
	line-height: 20px;
	border-bottom: 1px dashed #e5e5e5;
}

/* Position */
.leftSide {
	width: 400px;
	float: left;
}

.rightSide {
	width: 400px;
	float: right;
	
}

.rightSide div {
	padding-top: 50px;
}


@media only screen and (min-width: 1800px) 
{
	.leftSide {
	margin-top: -1300px;	
	margin-left: -427px;
	}

	.rightSide {
	margin-top: -1350px; /*+50 from padding */
	margin-right: -525px;
	}
}


@media only screen and (max-width: 1800px) 
{
	.leftSide {
		float: right;
		display; inline-table;
	margin-right: -525px;
	margin-top: -400px;
	}

	.rightSide {
		float: right;
		display; inline-table;
	margin-right: -525px;
	margin-top: -1430px;
	}

}
