/* 
	Theme Name: ATAM
	Theme URL: http://www.atam.gov.tr
	Description: ATAM
	Author: FORSNET
	Author URI: http://www.forsnet.com.tr
	Version: v0.1.1
*/

*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}
body {
	background-image: -ms-linear-gradient(top, #F5F5F5 0%, #DEDEDE 100%);
	background-image: -moz-linear-gradient(top, #F5F5F5 0%, #DEDEDE 100%);
	background-image: -o-linear-gradient(top, #F5F5F5 0%, #DEDEDE 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F5F5F5), color-stop(1, #DEDEDE));
	background-image: -webkit-linear-gradient(top, #F5F5F5 0%, #DEDEDE 100%);
	background-image: linear-gradient(to bottom, #F5F5F5 0%, #DEDEDE 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#DEDEDE');
    min-width: 1280px;
	font: 12px Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
}
img {
	border: none;
}
p {
	margin: 0 auto;
}
a {
	text-decoration: none;
	color:#CD1605;
	outline-style: none;
}
a:hover{
	text-decoration: none;
	color:#424242;
	outline-style: none;
}
li {
	text-decoration: none;
	list-style: none;
}
hr {
	color: #cdcdcd;
}
h2 {
    padding: 10px 0;
}
h3 {
    padding: 10px 0;
}
.wrap {
    width: 1024px;
    margin: 0 auto;
    padding: 0 0;
}
#header {
	width: 100%;
	height: 200px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0;
}
#logo {
	/* sku width: 524px;*/
	width: 1024px;
	height: 130px;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#logo a {
	float: left;
	margin: 20px 0 0 0;
	padding: 0 0;
}
#ayk {
	display: none;
	width: 500px;
	height: 130px;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#ayk a {
	float: right;
	margin: 20px 0 0 0;
	padding: 0 0;
}
#navigation {
	width: 500px;
	height: 50px;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#navigation ul {
	background-image: -ms-linear-gradient(top, #CD1605 0%, #830D02 200%);
	background-image: -moz-linear-gradient(top, #CD1605 0%, #830D02 200%);
	background-image: -o-linear-gradient(top, #CD1605 0%, #830D02 200%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #CD1605), color-stop(2, #830D02)); 
	background-image: -webkit-linear-gradient(top, #CD1605 0%, #830D02 200%);
	background-image: linear-gradient(to bottom, #CD1605 0%, #830D02 200%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CD1605', endColorstr='#830D02');
	height: 40px;
	float: right;
	margin: 0 auto;
	padding: 5px 0 5px 10px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 16px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 16px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 16px;
}
#navigation ul li {
	height: 32px;
	float: left;
	margin: 0 auto;
	padding: 4px 4px;
}
#navigation ul li a {
	width: 60px;
	height: 32px;
	line-height: 32px;
	color: #f8f8f8;
	font-size: 14px;
	float: left;
	margin: 0 0;
	padding: 0 0 0 40px;
}
#navigation ul li a.email {
	background: url(images/email.png) top left no-repeat;
}

#navigation ul li a.contact {
	background: url(images/contact.png) top left no-repeat;
}
#search {
	
	height: 30px;
	float: left;
	margin: 30px 0 50px 0;
	padding: 0 0;
}
#search input {
	background: #f8f8f8;
	width: 200px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #515151;
	border: #bdbdbd 1px solid;
	float: right;
	margin: 0 auto;
	padding: 4px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#menu {
	background-image: -ms-linear-gradient(top, #CD1605 0%, #830D02 200%);
	background-image: -moz-linear-gradient(top, #CD1605 0%, #830D02 200%);
	background-image: -o-linear-gradient(top, #CD1605 0%, #830D02 200%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #CD1605), color-stop(2, #830D02)); 
	background-image: -webkit-linear-gradient(top, #CD1605 0%, #830D02 200%);
	background-image: linear-gradient(to bottom, #CD1605 0%, #830D02 200%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CD1605', endColorstr='#830D02');
	width: 1022px;
	height: 48px;
	border: #830d02;
	float: left;
	margin: 20px 0 0 0;
	padding: 0 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#menu ul {
	width: 1022px;
	height: 50px;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#menu ul li {
	line-height: 48px;
	float: left;
	margin: 0 auto;
	padding: 0 35px;
}
#menu ul li a {
	display: block;
	color: #f8f8f8;
	font-weight: 700;
}
#menu ul li.home {
	background-image: -ms-linear-gradient(left, #CD1605 0%, #830D02 100%);
	background-image: -moz-linear-gradient(left, #CD1605 0%, #830D02 100%);
	background-image: -o-linear-gradient(left, #CD1605 0%, #830D02 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #CD1605), color-stop(1, #830D02));
	background-image: -webkit-linear-gradient(left, #CD1605 0%, #830D02 100%);
	background-image: linear-gradient(to right, #CD1605 0%, #830D02 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#830D02', endColorstr='#830D02');
	width: 48px;
	height: 48px;
	border-right: #cd1605 1px solid;
	float: left;
	margin: 0 auto;
	padding: 0 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
#menu ul li.home:hover {
	background-image: -ms-linear-gradient(left, #CD1605 0%, #830D02 150%);
	background-image: -moz-linear-gradient(left, #CD1605 0%, #830D02 150%);
	background-image: -o-linear-gradient(left, #CD1605 0%, #830D02 150%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #CD1605), color-stop(1, #830D02));
	background-image: -webkit-linear-gradient(left, #CD1605 0%, #830D02 150%);
	background-image: linear-gradient(to right, #CD1605 0%, #830D02 150%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#830D02', endColorstr='#830D02');
	width: 48px;
	height: 48px;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#menu ul li:last-child {
	background-image: -ms-linear-gradient(top, #870E02 0%, #830D02 200%);
	background-image: -moz-linear-gradient(top, #870E02 0%, #830D02 200%);
	background-image: -o-linear-gradient(top, #870E02 0%, #830D02 200%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #870E02), color-stop(2, #830D02)); 
	background-image: -webkit-linear-gradient(top, #870E02 0%, #830D02 200%);
	background-image: linear-gradient(to bottom, #870E02 0%, #830D02 200%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#870E02', endColorstr='#830D02');
	height: 45px;
	line-height: 60px;
	border: #830d02 1px solid;
	margin: 0 0 0 0;
	padding: 0 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#menu ul li:last-child a {
	background: url(images/book.png) top left no-repeat;
	display: block;
	padding: 0 30px 0 50px;
	margin: -8px 0 0 0;
}
#menu ul li.last-child {
	background-image: -ms-linear-gradient(top, #870E02 0%, #830D02 200%);
	background-image: -moz-linear-gradient(top, #870E02 0%, #830D02 200%);
	background-image: -o-linear-gradient(top, #870E02 0%, #830D02 200%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #870E02), color-stop(2, #830D02)); 
	background-image: -webkit-linear-gradient(top, #870E02 0%, #830D02 200%);
	background-image: linear-gradient(to bottom, #870E02 0%, #830D02 200%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#870E02', endColorstr='#830D02');
	height: 60px;
	line-height: 60px;
	border: #830d02 1px solid;
	margin: -15px 0 0 0;
	padding: 0 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#menu ul li.last-child a {
	background: url(images/book.png) top left no-repeat;
	display: block;
	padding: 0 30px 0 50px;
}
#menu ul li ul.submenu {
	display: none;
}
#menu ul li:hover ul.submenu {
	background: #252525;
	width: 230px;
	height: auto;
	list-style: none;
	border: none;
	position: absolute;
	z-index: 999;
	display: inline;
	float: left;
	margin: 0 0 0 -35px;
	padding: 0 0;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
#menu ul li ul.submenu li {
	background: none;
	width: 230px;
	height: 40px;
	line-height: 40px;
	border: none;
	float: left;
	margin: 0 0 1px 0;
	padding: 0 0;
}
#menu ul li ul.submenu li:last-child {
	margin: 0 0;
}
#menu ul li ul.submenu li:last-child a {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
#menu ul li ul.submenu li a {
	background: #424242;
	width: 190px;
	height: 40px;
	float: left;
	margin: 0 auto;
	padding: 0 20px;
}
#menu ul li ul.submenu li a:hover {
	background: #515151;
}
#slider {
	width: 100%;
	height: 420px;
	overflow: hidden;
	float: left;
	margin: 10px auto;
	padding: 0 0;
}
#slider div.wrap {
	width: 1024px;
	overflow: hidden;
    margin: 0 auto;
    padding: 0 0;
}
#slide {
	background: #424242;
	width: 1024px;
	height: 350px;
	overflow: hidden;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#slide div.content {
	width: 1024px;
	height: 350px;
	overflow: hidden;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#slide div.content a {
	width: 1024px;
	height: 365px;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#slide div.content a img {
	width: 1024px;
	height: auto;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#slide div.content div.title {
	background: url(images/item-title-bg.png) top center repeat;
	width: 984px;
	height: 60px;
	float: left;
	margin: 255px 0 0 0;
	padding: 20px 20px;
}
#slide div.content div.title h2 {
	width: 800px;
	height: 60px;
	overflow: hidden;
	line-height: 30px;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Ubuntu', Helvetica, sans-serif;
	color: #fff;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0;
}
#slide div.content div.title p {
	background: url(images/read-more-white.png) top right no-repeat;
	font-size: 20px;
	line-height: 50px;
	font-weight: 300;
	font-family: 'Ubuntu', Helvetica, sans-serif;
	color: #fff;
	float: right;
	margin: 0 0;
	padding: 0 50px 0 0;
}
#picker {
	width: 1024px;
	height: 65px;
	float: left;
	margin: 20px 0 0 0;
	padding: 0 0;
}
#picker ul {
	width: 1024px;
	height: 65px;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#picker ul li {
	background: #424242;
	width: 154px;
	height: 61px;
	opacity: 0.6;
	float: left;
	margin: 0 10px;
	padding: 0 0;
}
#picker ul li.act {
	opacity: 1;
}
#picker ul li:first-child {
	margin: 0 10px 0 0;
	padding: 0 0;
}
#picker ul li:last-child {
	margin: 0 0 0 10px;
	padding: 0 0;
}
#picker ul li.first-child {
	margin: 0 10px 0 0;
	padding: 0 0;
}
#picker ul li.last-child {
	margin: 0 0 0 10px;
	padding: 0 0;
}
#picker ul li a {
	width: 154px;
	height: 61px;
	overflow: hidden;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#picker ul li a img {
	width: 154px;
	height: auto;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#home {
	width: 100%;
	float: left;
	margin: 10px auto;
	padding: 0 0;
}
#home div.left-column {
	width: 256px;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#home div.right-column {
	width: 768px;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#content {
	width: 100%;
	float: left;
	margin: 10px auto;
	padding: 0 0;
}
.mejs-container {
	width: 768px;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#content div.left-column {
	width: 256px;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#content div.right-column {
	width: 768px;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#left-thumb {
	background: #424242;
	width: 234px;
	min-height: 300px;
	border: #cccccc 1px solid;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#left-thumb img {
	width: 234px;
	height: auto;
	float: left;
	margin: 0 auto;
	padding: 0 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#left-buy {
	background-image: -ms-linear-gradient(top, #CD1605 0%, #830D02 200%);
	background-image: -moz-linear-gradient(top, #CD1605 0%, #830D02 200%);
	background-image: -o-linear-gradient(top, #CD1605 0%, #830D02 200%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #CD1605), color-stop(2, #830D02)); 
	background-image: -webkit-linear-gradient(top, #CD1605 0%, #830D02 200%);
	background-image: linear-gradient(to bottom, #CD1605 0%, #830D02 200%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CD1605', endColorstr='#830D02');
	width: 234px;
	height: 50px;
	border: #cccccc 1px solid;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#left-buy a {
	width: 234px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#left-nav {
	background: #e5e5e5;
	width: 255px;
	border-left: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
#left-nav ul {
	width: 255px;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#left-nav ul li {
	width: 255px;
	height: 40px;
	float: left;
	border-bottom: #cccccc 1px solid;
	margin: 0 auto;
	padding: 0 0;
}
#left-nav ul li.act {
	background: #dcdcdc;
}
#left-nav ul li:hover {
	background: #dcdcdc;
}
#left-nav ul li:last-child {
	border-bottom: none;
}
#left-nav ul li a {
	width: 205px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #515151;
	float: left;
	margin: 0 auto;
	padding: 0 0 0 50px;
}
#left-nav ul li a.aa {
        padding: 0 0 0 0px;

}
#left-nav ul li a.events {
	background: url(images/events.png) top left no-repeat;
}
#left-nav ul li a.books {
	background: url(images/books.png) top left no-repeat;
}
#left-nav ul li a.magazines {
	background: url(images/magazines.png) top left no-repeat;
}
#left-nav ul li a.news {
	background: url(images/news.png) top left no-repeat;
}
#left-nav ul li a.ournews {
        background: url(images/news.png) top left no-repeat;
}
#left-nav ul li a.photos {
	background: url(images/photos.png) top left no-repeat;
}
#left-nav ul li a.default {
	background: url(images/default.png) top left no-repeat;
}
#portrait {
	background: url(images/portrait.png) top center no-repeat;
	width: 256px;
	float: left;
	margin: 0 0 20px 0;
	padding: 230px 0 0 0;
}
#portrait ul {
	width: 256px;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#portrait ul li {
	width: 256px;
	height: 50px;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#portrait ul li a {
	background: url(images/read-more-dark.png) top right no-repeat;
	width: 186px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #515151;
	float: left;
	margin: 10px 10px;
	padding: 10px 50px 10px 0;
}
#other-com ul {
	width: 256px;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#other-com ul li {
	width: 256px;
	height: 50px;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#other-com ul li a {
	width: 256px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #515151;
	float: left;
	margin: 10px 10px;
	padding: 10px 0 10px 0;
}
#other-com ul li a img {
	width: 30px;
	height: auto;
	float: left;
	margin: 0 10px 0 0;
}
#corporate {
	background: #f8f8f8;
	width: 768px;
	float: left;
	margin: 0 auto;
	padding: 0 0 20px 0;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
#corporate div.thumb {
	background: #515151;
	width: 768px;
	height: 300px;
	overflow: hidden;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0;
}
#corporate div.thumb img {
	width: 768px;
	height: auto;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#corporate div.title {
	background: url(images/item-title-bg.png) top center repeat;
	width: 768px;
	height: 50px;
	position: absolute;
	float: left;
	margin: 250px 0 0 0;
	padding: 0 0;
}
#corporate div.title h2 {
	width: 650px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-family: 'Ubuntu', Helvetica, sans-serif;
	font-weight: 300;
	color: #fff;
	float: left;
	margin: 0 auto;
	padding: 0 9px;
}
#corporate div.thumb-empty {
	background: #515151;
	width: 768px;
	height: 50px;
	overflow: hidden;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0;
}
#corporate div.thumb-empty img {
	width: 768px;
	height: auto;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#corporate div.title-empty {
	background: url(images/item-title-bg.png) top center repeat;
	width: 768px;
	height: 50px;
	position: absolute;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0;
}
#corporate div.title-empty h2 {
	width: 650px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-family: 'Ubuntu', Helvetica, sans-serif;
	font-weight: 300;
	color: #fff;
	float: left;
	margin: 0 auto;
	padding: 0 9px;
}
#corporate div.content {
	width: 768px;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#corporate div.content p {
	width: 728px;
	line-height: 20px;
	font-size: 14px;
	text-align: justify;
	color: #515151;
	float: left;
	margin: 10px 20px 10px 20px;
	padding: 0 0;
}
#corporate div.content ul {
	width: 728px;
	line-height: 20px;
	font-size: 14px;
	text-align: justify;
	color: #515151;
	float: left;
	margin: 5px 20px 5px 20px;
	padding: 0 0;
}
#corporate div.content ul li {
	width: 728px;
	list-style: disc;
	list-style-position: inside;
	float: left;
	margin: 5px auto;
	padding: 0 0;
}
#corporate div.content ul.list {
	width: 747px;
	float: left;
	margin: 0 10.5px;
	padding: 0 0;
}
#corporate div.content ul.list li {
	list-style: none;
	background: #fdfdfd;
	border: #e5e5e5 1px solid;
	width: 209px;
	float: left;
	margin: 10px 10px;
	padding: 9px 9px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#corporate div.content ul.list li a {
	width: 209px;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#corporate div.content ul.list li a div.thumb {
	background: #ac1203;
	width: 209px;
	height: 10px;
	overflow: hidden;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#corporate div.content ul.list li:hover {
	list-style: none;
	background: #fdfdfd;
	border: #bcbcbc 1px solid;
	width: 209px;
	float: left;
	margin: 10px 10px;
	padding: 9px 9px;
}
#corporate div.content ul.list li:hover a div.thumb {
	background: #424242;
}
#corporate div.content ul.list li a img {
	width: 209px;
	height: auto;
	display: none;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#corporate div.content ul.list li a h2 {
	width: 209px;
	height: 40px;
	overflow: hidden;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	color: #515151;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#page {
	background: #f8f8f8;
	width: 768px;
	float: left;
	margin: 0 auto;
	padding: 0 0 20px 0;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
#page div.page-num {
	width: 748px;
	text-align: center;
	float: left;
	margin: 0 10px;
	padding: 0 0;
}
#events div.page-num {
	width: 748px;
	text-align: center;
	float: left;
	margin: 0 10px;
	padding: 0 0;
}
#photos div.page-num {
	width: 748px;
	text-align: center;
	float: left;
	margin: 0 10px;
	padding: 0 0;
}
#page div.thumb {
	background: #515151;
	width: 768px;
	height: 300px;
	overflow: hidden;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0;
}
#page div.thumb img {
	width: 768px;
	height: auto;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#page div.title {
	background: url(images/item-title-bg.png) top center repeat;
	width: 768px;
	height: 50px;
	position: absolute;
	float: left;
	margin: 250px 0 0 0;
	padding: 0 0;
}
#page div.title h2 {
	width: 650px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	overflow: hidden;
	font-family: 'Ubuntu', Helvetica, sans-serif;
	font-weight: 300;
	color: #fff;
	float: left;
	margin: 0 auto;
	padding: 0 9px;
}
#page div.thumb-empty {
	background: #515151;
	width: 768px;
	height: 50px;
	overflow: hidden;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0;
}
#page div.thumb-empty img {
	width: 768px;
	height: auto;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#page div.title-empty {
	background: url(images/item-title-bg.png) top center repeat;
	width: 768px;
	height: 50px;
	position: absolute;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0;
}
#page div.title-empty h2 {
	width: 650px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	overflow: hidden;
	font-family: 'Ubuntu', Helvetica, sans-serif;
	font-weight: 300;
	color: #fff;
	float: left;
	margin: 0 auto;
	padding: 0 9px;
}
#page div.thumb-vid {
	background: #515151;
	width: 768px;
	height: 300px;
	overflow: hidden;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0;
}
#page div.thumb-vid img {
	width: 768px;
	height: auto;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#page div.title-vid {
	background: url(images/item-title-bg.png) top center repeat;
	width: 768px;
	height: 50px;
	position: absolute;
	float: left;
	margin: 250px 0 0 0;
	padding: 0 0;
}
#page div.title-vid h2 {
	width: 650px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	overflow: hidden;
	font-family: 'Ubuntu', Helvetica, sans-serif;
	font-weight: 300;
	color: #fff;
	float: left;
	margin: 0 auto;
	padding: 0 9px;
}
#page div.thumb-empty-vid {
	background: #515151;
	width: 768px;
	height: 50px;
	overflow: hidden;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0;
}
#page div.thumb-empty-vid img {
	width: 768px;
	height: auto;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#page div.title-empty-vid {
	background: url(images/item-title-bg.png) top center repeat;
	width: 768px;
	height: 50px;
	position: absolute;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0;
}
#page div.title-empty-vid h2 {
	width: 650px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	overflow: hidden;
	font-family: 'Ubuntu', Helvetica, sans-serif;
	font-weight: 300;
	color: #fff;
	float: left;
	margin: 0 auto;
	padding: 0 9px;
}
#page div.content {
	width: 768px;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#page div.content p {
	width: 728px;
	line-height: 20px;
	font-size: 14px;
	text-align: justify;
	color: #515151;
	float: left;
	margin: 10px 20px 10px 20px;
	padding: 0 0;
}
#page div.content ul.books {
	width: 748px;
	float: left;
	margin: 0 10px;
	padding: 0 0;
}
#page div.content ul.books li {
	background: #e5e5e5;
	width: 329px;
	height: 130px;
	list-style: none;
	border: #cccccc 1px solid;
	float: left;
	margin: 0 10px 20px 10px;
	padding: 10px 10px;
}
#page div.content ul.books li div.thumb {
	background: #424242;
	width: 90px;
	height: 130px;
	overflow: hidden;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 0;
}
#page div.content ul.books li div.thumb img {
	width: 90px;
	height: auto;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#page div.content ul.books li div.content {
	width: 229px;
	height: 100px;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#page div.content ul.books li div.content h2 {
	width: 229px;
	font-size: 14px;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
	font-weight: 700;
	color: #565757;
	text-align: left;
	float: left;
	margin: 5px auto;
	padding: 0 0;
}
#page div.content ul.books li div.content p {
	width: 229px;
	font-size: 12px;
	line-height: 20px;
	font-weight: 300;
	color: #565757;
	text-align: left;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#page div.content ul.books li div.links {
	width: 229px;
	height: 20px;
	float: left;
	margin: 10px 0 0 0;
	padding: 0 0;
}
#page div.content ul.books li div.links a {
	font-size: 12px;
	float: right;
	margin: 0 5px;
}
#page div.content ul {
	width: 728px;
	line-height: 20px;
	font-size: 14px;
	text-align: justify;
	color: #515151;
	float: left;
	margin: 5px 20px 5px 20px;
	padding: 0 0;
}
#page div.content ul li {
	width: 728px;
	list-style: disc;
	list-style-position: inside;
	float: left;
	margin: 5px auto;
	padding: 0 0;
}
#book {
	background: #f8f8f8;
	width: 768px;
	float: left;
	margin: 0 auto;
	padding: 0 0 20px 0;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
#book div.title {
	background: url(images/item-title-bg.png) top center repeat;
	width: 768px;
	height: 50px;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0;
}
#book div.title h2 {
	width: 650px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	overflow: hidden;
	font-family: 'Ubuntu', Helvetica, sans-serif;
	font-weight: 300;
	color: #fff;
	float: left;
	margin: 0 auto;
	padding: 0 9px;
}
#book div.content {
	width: 768px;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#book div.content p {
	width: 728px;
	line-height: 20px;
	font-size: 14px;
	text-align: justify;
	color: #515151;
	float: left;
	margin: 10px 20px 10px 20px;
	padding: 0 0;
}
#book div.content ul {
	width: 728px;
	line-height: 20px;
	font-size: 14px;
	text-align: justify;
	color: #515151;
	float: left;
	margin: 5px 20px 5px 20px;
	padding: 0 0;
}
#book div.content ul li {
	width: 728px;
	list-style: disc;
	list-style-position: inside;
	float: left;
	margin: 5px auto;
	padding: 0 0;
}
#events {
	width: 768px;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#events div.item:first-child {
	width: 768px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0;
}
#events div.item:first-child div.thumb {
	width: 768px;
	height: 300px;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0;
}
#events div.item:first-child div.thumb {
	background: #515151;
	width: 768px;
	height: 300px;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0;
}
#events div.item:first-child div.thumb a {
	width: 768px;
	height: 300px;
	overflow: hidden;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#events div.item:first-child div.thumb a img {
	width: 768px;
	height: auto;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#events div.item:first-child div.title {
	background: url(images/item-title-bg.png) top center repeat;
	width: 768px;
	height: 50px;
	position: absolute;
	float: left;
	margin: 250px 0 0 0;
	padding: 0 0;
}
#events div.item:first-child div.title h2 {
	width: 650px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	font-size: 18px;
	font-family: 'Ubuntu', Helvetica, sans-serif;
	font-weight: 300;
	color: #fff;
	float: left;
	margin: 0 auto;
	padding: 0 9px;
}
#events div.item:first-child div.content {
	width: 768px;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#events div.item:first-child div.content p {
	width: 768px;
	line-height: 20px;
	font-size: 14px;
	color: #515151;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0;
}
#events div.item:first-child div.read-more {
	width: 100px;
	height: 50px;
	position: absolute;
	float: left;
	margin: 250px 0 0 668px;
	padding: 0 0;
}
#events div.item:first-child div.read-more a {
	background: url(images/read-more-white.png) top right no-repeat;
	width: 100px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#events div.item:nth-child(2), #events div.item:nth-child(4) {
	width: 374px;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 0;
}
#events div.item:nth-child(2) div.thumb, #events div.item:nth-child(4) div.thumb {
	background: #515151;
	width: 374px;
	height: 146px;
	overflow: hidden;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0;
}
#events div.item:nth-child(2) div.thumb img, #events div.item:nth-child(4) div.thumb img {
	width: 374px;
	height: auto;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#events div.item:nth-child(2) div.title, #events div.item:nth-child(4) div.title {
	width: 374px;
	height: 50px;
	float: left;
	margin: 10px auto;
	padding: 0 0;
}
#events div.item:nth-child(2) div.title h2, #events div.item:nth-child(4) div.title h2 {
	width: 374px;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Ubuntu', Helvetica, sans-serif;
	color: #515151;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#events div.item:nth-child(2) div.content, #events div.item:nth-child(4) div.content {
	width: 374px;
	height: 80px;
	float: left;
	margin: 10px auto;
	padding: 0 0;
}
#events div.item:nth-child(2) div.content p, #events div.item:nth-child(4) div.content p {
	width: 374px;
	line-height: 20px;
	font-size: 14px;
	color: #515151;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#events div.item:nth-child(2) div.read-more, #events div.item:nth-child(4) div.read-more {
	width: 374px;
	height: 50px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0;
}
#events div.item:nth-child(2) div.read-more a, #events div.item:nth-child(4) div.read-more a {
	background: url(images/read-more-dark.png) top right no-repeat;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #515151;
	float: right;
	margin: 0 auto;
	padding: 0 50px 0 0;
}
#events div.item {
	width: 374px;
	float: left;
	margin: 0 0 0 10px;
	padding: 0 0;
}
#events div.item div.thumb {
	background: #515151;
	width: 374px;
	height: 146px;
	overflow: hidden;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0;
}
#events div.item div.thumb img {
	width: 374px;
	height: auto;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#events div.item div.title {
	width: 374px;
	height: 50px;
	float: left;
	margin: 10px auto;
	padding: 0 0;
}
#events div.item div.title h2 {
	width: 374px;
	height: 50px;
	line-height: 25px;
	font-size: 16px;
	overflow: hidden;
	font-weight: 300;
	font-family: 'Ubuntu', Helvetica, sans-serif;
	color: #515151;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#events div.item div.content {
	width: 374px;
	height: 80px;
	float: left;
	margin: 10px auto;
	padding: 0 0;
}
#events div.item div.content p {
	width: 374px;
	line-height: 20px;
	font-size: 14px;
	color: #515151;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#events div.item div.read-more {
	width: 374px;
	height: 50px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0;
}
#events div.item div.read-more a {
	background: url(images/read-more-dark.png) top right no-repeat;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #515151;
	float: right;
	margin: 0 auto;
	padding: 0 50px 0 0;
}
#search-picker {
	background: #e5e5e5;
	width: 767px;
	height: 40px;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
ul#filter {
	float: right;
	margin: 0 auto;
	padding: 5px 5px;
}
ul#filter li {
	background: #424242;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	float: left;
	color: #fff;
	margin: 0 5px;
	padding: 0 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
ul#filter li.current {
	background: #850d02;
}
ul#filter li a {
	color: #fff;
	font-size: 12px;
}
#posts {
	width: 768px;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
ul#post li.result {
	background: #fdfdfd;
	width: 708px;
	border: #e5e5e5 1px solid;
	float: left;
	margin: 0 0 20px 10px;
	padding: 9px 19px 0 19px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
ul#post li.result div.title {
	width: 708px;
	line-height: 30px;
	font-size: 14px;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
ul#post li.result div.title h2 {
	font-weight: 300;
	color: #424242;
	font-size: 18px;
	line-height: 24px;
}
ul#post li.result div.title h2 a {
	color: #424242;
}
ul#post li.result div.title h2 a:hover {
	color: #850d02;
}
ul#post li.result div.content {
	width: 708px;
	line-height: 20px;
	font-size: 12px;
	float: left;
	margin: 10px auto;
	padding: 0 0;
}
ul#post li.result div.read-more {
	width: 708px;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
ul#post li.result div.read-more a {
	background: #850d02;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	float: right;
	margin: 0 10px;
	padding: 0 15px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
ul#post li.result div.read-more a:hover {
	background: #424242;
}
#videos {
	width: 768px;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#videos div.item:first-child {
	width: 768px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0;
}
#videos div.item:first-child div.thumb {
	width: 768px;
	height: 300px;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0;
}
#videos div.item:first-child div.thumb {
	background: #515151;
	width: 768px;
	height: 300px;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0;
}
#videos div.item:first-child div.thumb a {
	width: 768px;
	height: 300px;
	overflow: hidden;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#videos div.item:first-child div.thumb a img {
	width: 768px;
	height: auto;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#videos div.item:first-child div.title {
	background: url(images/item-title-bg.png) top center repeat;
	width: 768px;
	height: 50px;
	position: absolute;
	float: left;
	margin: 250px 0 0 0;
	padding: 0 0;
}
#videos div.item:first-child div.title h2 {
	width: 650px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	font-size: 18px;
	font-family: 'Ubuntu', Helvetica, sans-serif;
	font-weight: 300;
	color: #fff;
	float: left;
	margin: 0 auto;
	padding: 0 9px;
}
#videos div.item:first-child div.content {
	width: 768px;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#videos div.item:first-child div.content p {
	width: 768px;
	line-height: 20px;
	font-size: 14px;
	color: #515151;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0;
}
#videos div.item:first-child div.read-more {
	width: 100px;
	height: 50px;
	position: absolute;
	float: left;
	margin: 250px 0 0 668px;
	padding: 0 0;
}
#videos div.item:first-child div.read-more a {
	background: url(images/read-more-white.png) top right no-repeat;
	width: 100px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#videos div.item:nth-child(2), #videos div.item:nth-child(4) {
	width: 374px;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 0;
}
#videos div.item:nth-child(2) div.thumb, #videos div.item:nth-child(4) div.thumb {
	background: #515151;
	width: 374px;
	height: 146px;
	overflow: hidden;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0;
}
#videos div.item:nth-child(2) div.thumb img, #videos div.item:nth-child(4) div.thumb img {
	width: 374px;
	height: auto;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#videos div.item:nth-child(2) div.title, #videos div.item:nth-child(4) div.title {
	width: 374px;
	height: 50px;
	float: left;
	margin: 10px auto;
	padding: 0 0;
}
#videos div.item:nth-child(2) div.title h2, #videos div.item:nth-child(4) div.title h2 {
	width: 374px;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Ubuntu', Helvetica, sans-serif;
	color: #515151;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#videos div.item:nth-child(2) div.content, #videos div.item:nth-child(4) div.content {
	width: 374px;
	height: 80px;
	float: left;
	margin: 10px auto;
	padding: 0 0;
}
#videos div.item:nth-child(2) div.content p, #videos div.item:nth-child(4) div.content p {
	width: 374px;
	line-height: 20px;
	font-size: 14px;
	color: #515151;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#videos div.item:nth-child(2) div.read-more, #videos div.item:nth-child(4) div.read-more {
	width: 374px;
	height: 50px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0;
}
#videos div.item:nth-child(2) div.read-more a, #videos div.item:nth-child(4) div.read-more a {
	background: url(images/read-more-dark.png) top right no-repeat;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #515151;
	float: right;
	margin: 0 auto;
	padding: 0 50px 0 0;
}
#videos div.item {
	width: 374px;
	float: left;
	margin: 0 0 0 10px;
	padding: 0 0;
}
#videos div.item div.thumb {
	background: #515151;
	width: 374px;
	height: 146px;
	overflow: hidden;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0;
}
#videos div.item div.thumb img {
	width: 374px;
	height: auto;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#videos div.item div.title {
	width: 374px;
	height: 50px;
	float: left;
	margin: 10px auto;
	padding: 0 0;
}
#videos div.item div.title h2 {
	width: 374px;
	height: 50px;
	line-height: 25px;
	font-size: 16px;
	overflow: hidden;
	font-weight: 300;
	font-family: 'Ubuntu', Helvetica, sans-serif;
	color: #515151;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#videos div.item div.content {
	width: 374px;
	height: 80px;
	float: left;
	margin: 10px auto;
	padding: 0 0;
}
#videos div.item div.content p {
	width: 374px;
	line-height: 20px;
	font-size: 14px;
	color: #515151;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#videos div.item div.read-more {
	width: 374px;
	height: 50px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0;
}
#videos div.item div.read-more a {
	background: url(images/read-more-dark.png) top right no-repeat;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #515151;
	float: right;
	margin: 0 auto;
	padding: 0 50px 0 0;
}
#news {
	width: 768px;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#news div.item:first-child {
	width: 768px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0;
}
#news div.item:first-child div.thumb {
	width: 768px;
	height: 300px;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0;
}
#news div.item:first-child div.thumb {
	background: #515151;
	width: 768px;
	height: 300px;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0;
}
#news div.item:first-child div.thumb a {
	width: 768px;
	height: 300px;
	overflow: hidden;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#news div.item:first-child div.thumb a img {
	width: 768px;
	height: auto;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#news div.item:first-child div.title {
	background: url(images/item-title-bg.png) top center repeat;
	width: 768px;
	height: 50px;
	position: absolute;
	float: left;
	margin: 250px 0 0 0;
	padding: 0 0;
}
#news div.item:first-child div.title h2 {
	width: 650px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	font-size: 18px;
	font-family: 'Ubuntu', Helvetica, sans-serif;
	font-weight: 300;
	color: #fff;
	float: left;
	margin: 0 auto;
	padding: 0 9px;
}
#news div.item:first-child div.content {
	width: 768px;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#news div.item:first-child div.content p {
	width: 768px;
	line-height: 20px;
	font-size: 14px;
	color: #515151;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0;
}
#news div.item:first-child div.read-more {
	width: 100px;
	height: 50px;
	position: absolute;
	float: left;
	margin: 250px 0 0 668px;
	padding: 0 0;
}
#news div.item:first-child div.read-more a {
	background: url(images/read-more-white.png) top right no-repeat;
	width: 100px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#news div.item:nth-child(2), #news div.item:nth-child(4) {
	width: 374px;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 0;
}
#news div.item:nth-child(2) div.thumb, #news div.item:nth-child(4) div.thumb {
	background: #515151;
	width: 374px;
	height: 146px;
	overflow: hidden;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0;
}
#news div.item:nth-child(2) div.thumb img, #news div.item:nth-child(4) div.thumb img {
	width: 374px;
	height: auto;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#news div.item:nth-child(2) div.title, #news div.item:nth-child(4) div.title {
	width: 374px;
	height: 50px;
	float: left;
	margin: 10px auto;
	padding: 0 0;
}
#news div.item:nth-child(2) div.title h2, #news div.item:nth-child(4) div.title h2 {
	width: 374px;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Ubuntu', Helvetica, sans-serif;
	color: #515151;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#news div.item:nth-child(2) div.content, #news div.item:nth-child(4) div.content {
	width: 374px;
	height: 80px;
	float: left;
	margin: 10px auto;
	padding: 0 0;
}
#news div.item:nth-child(2) div.content p, #news div.item:nth-child(4) div.content p {
	width: 374px;
	line-height: 20px;
	font-size: 14px;
	color: #515151;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#news div.item:nth-child(2) div.read-more, #news div.item:nth-child(4) div.read-more {
	width: 374px;
	height: 50px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0;
}
#news div.item:nth-child(2) div.read-more a, #news div.item:nth-child(4) div.read-more a {
	background: url(images/read-more-dark.png) top right no-repeat;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #515151;
	float: right;
	margin: 0 auto;
	padding: 0 50px 0 0;
}
#news div.item {
	width: 374px;
	float: left;
	margin: 0 0 0 10px;
	padding: 0 0;
}
#news div.item div.thumb {
	background: #515151;
	width: 374px;
	height: 146px;
	overflow: hidden;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0;
}
#news div.item div.thumb img {
	width: 374px;
	height: auto;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#news div.item div.title {
	width: 374px;
	height: 50px;
	float: left;
	margin: 10px auto;
	padding: 0 0;
}
#news div.item div.title h2 {
	width: 374px;
	height: 50px;
	line-height: 25px;
	font-size: 16px;
	overflow: hidden;
	font-weight: 300;
	font-family: 'Ubuntu', Helvetica, sans-serif;
	color: #515151;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#news div.item div.content {
	width: 374px;
	height: 80px;
	float: left;
	margin: 10px auto;
	padding: 0 0;
}
#news div.item div.content p {
	width: 374px;
	line-height: 20px;
	font-size: 14px;
	color: #515151;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#news div.item div.read-more {
	width: 374px;
	height: 50px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0;
}
#news div.item div.read-more a {
	background: url(images/read-more-dark.png) top right no-repeat;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #515151;
	float: right;
	margin: 0 auto;
	padding: 0 50px 0 0;
}
#ournews {
	width: 768px;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#ournews div.item:first-child {
	width: 768px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0;
}
#ournews div.item:first-child div.thumb {
	width: 768px;
	height: 300px;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0;
}
#ournews div.item:first-child div.thumb {
	background: #515151;
	width: 768px;
	height: 300px;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0;
}
#ournews div.item:first-child div.thumb a {
	width: 768px;
	height: 300px;
	overflow: hidden;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#ournews div.item:first-child div.thumb a img {
	width: 768px;
	height: auto;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#ournews div.item:first-child div.title {
	background: url(images/item-title-bg.png) top center repeat;
	width: 768px;
	height: 50px;
	position: absolute;
	float: left;
	margin: 250px 0 0 0;
	padding: 0 0;
}
#ournews div.item:first-child div.title h2 {
	width: 650px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	font-size: 18px;
	font-family: 'Ubuntu', Helvetica, sans-serif;
	font-weight: 300;
	color: #fff;
	float: left;
	margin: 0 auto;
	padding: 0 9px;
}
#ournews div.item:first-child div.content {
	width: 768px;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#ournews div.item:first-child div.content p {
	width: 768px;
	line-height: 20px;
	font-size: 14px;
	color: #515151;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0;
}
#ournews div.item:first-child div.read-more {
	width: 100px;
	height: 50px;
	position: absolute;
	float: left;
	margin: 250px 0 0 668px;
	padding: 0 0;
}
#ournews div.item:first-child div.read-more a {
	background: url(images/read-more-white.png) top right no-repeat;
	width: 100px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#ournews div.item:nth-child(2), #ournews div.item:nth-child(4) {
	width: 374px;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 0;
}
#ournews div.item:nth-child(2) div.thumb, #ournews div.item:nth-child(4) div.thumb {
	background: #515151;
	width: 374px;
	height: 146px;
	overflow: hidden;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0;
}
#ournews div.item:nth-child(2) div.thumb img, #ournews div.item:nth-child(4) div.thumb img {
	width: 374px;
	height: auto;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#ournews div.item:nth-child(2) div.title, #ournews div.item:nth-child(4) div.title {
	width: 374px;
	height: 50px;
	float: left;
	margin: 10px auto;
	padding: 0 0;
}
#ournews div.item:nth-child(2) div.title h2, #ournews div.item:nth-child(4) div.title h2 {
	width: 374px;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Ubuntu', Helvetica, sans-serif;
	color: #515151;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#ournews div.item:nth-child(2) div.content, #ournews div.item:nth-child(4) div.content {
	width: 374px;
	height: 80px;
	float: left;
	margin: 10px auto;
	padding: 0 0;
}
#ournews div.item:nth-child(2) div.content p, #ournews div.item:nth-child(4) div.content p {
	width: 374px;
	line-height: 20px;
	font-size: 14px;
	color: #515151;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#ournews div.item:nth-child(2) div.read-more, #ournews div.item:nth-child(4) div.read-more {
	width: 374px;
	height: 50px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0;
}
#ournews div.item:nth-child(2) div.read-more a, #ournews div.item:nth-child(4) div.read-more a {
	background: url(images/read-more-dark.png) top right no-repeat;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #515151;
	float: right;
	margin: 0 auto;
	padding: 0 50px 0 0;
}
#ournews div.item {
	width: 374px;
	float: left;
	margin: 0 0 0 10px;
	padding: 0 0;
}
#ournews div.item div.thumb {
	background: #515151;
	width: 374px;
	height: 146px;
	overflow: hidden;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0;
}
#ournews div.item div.thumb img {
	width: 374px;
	height: auto;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#ournews div.item div.title {
	width: 374px;
	height: 50px;
	float: left;
	margin: 10px auto;
	padding: 0 0;
}
#ournews div.item div.title h2 {
	width: 374px;
	height: 50px;
	line-height: 25px;
	font-size: 16px;
	overflow: hidden;
	font-weight: 300;
	font-family: 'Ubuntu', Helvetica, sans-serif;
	color: #515151;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#ournews div.item div.content {
	width: 374px;
	height: 80px;
	float: left;
	margin: 10px auto;
	padding: 0 0;
}
#ournews div.item div.content p {
	width: 374px;
	line-height: 20px;
	font-size: 14px;
	color: #515151;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#ournews div.item div.read-more {
	width: 374px;
	height: 50px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0;
}
#ournews div.item div.read-more a {
	background: url(images/read-more-dark.png) top right no-repeat;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #515151;
	float: right;
	margin: 0 auto;
	padding: 0 50px 0 0;
}

#photos {
	width: 768px;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#photos div.item:first-child {
	width: 768px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0;
}
#photos div.item:first-child div.thumb {
	width: 768px;
	height: 300px;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0;
}
#photos div.item:first-child div.thumb {
	background: #515151;
	width: 768px;
	height: 300px;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0;
}
#photos div.item:first-child div.thumb a {
	width: 768px;
	height: 300px;
	overflow: hidden;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#photos div.item:first-child div.thumb a img {
	width: 768px;
	height: auto;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#photos div.item:first-child div.title {
	background: url(images/item-title-bg.png) top center repeat;
	width: 768px;
	height: 50px;
	position: absolute;
	float: left;
	margin: 250px 0 0 0;
	padding: 0 0;
}
#photos div.item:first-child div.title h2 {
	width: 650px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	font-size: 18px;
	font-family: 'Ubuntu', Helvetica, sans-serif;
	font-weight: 300;
	color: #fff;
	float: left;
	margin: 0 auto;
	padding: 0 9px;
}
#photos div.item:first-child div.content {
	width: 768px;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#photos div.item:first-child div.content p {
	width: 768px;
	line-height: 20px;
	font-size: 14px;
	color: #515151;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0;
}
#photos div.item:first-child div.read-more {
	width: 100px;
	height: 50px;
	position: absolute;
	float: left;
	margin: 250px 0 0 668px;
	padding: 0 0;
}
#photos div.item:first-child div.read-more a {
	background: url(images/read-more-white.png) top right no-repeat;
	width: 100px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#photos div.item:nth-child(2), #photos div.item:nth-child(4) {
	width: 374px;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 0;
}
#photos div.item:nth-child(2) div.thumb, #photos div.item:nth-child(4) div.thumb {
	background: #515151;
	width: 374px;
	height: 146px;
	overflow: hidden;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0;
}
#photos div.item:nth-child(2) div.thumb img, #photos div.item:nth-child(4) div.thumb img {
	width: 374px;
	height: auto;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#photos div.item:nth-child(2) div.title, #photos div.item:nth-child(4) div.title {
	width: 374px;
	float: left;
	margin: 10px auto;
	padding: 0 0;
}
#photos div.item:nth-child(2) div.title h2, #photos div.item:nth-child(4) div.title h2 {
	width: 374px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Ubuntu', Helvetica, sans-serif;
	color: #515151;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#photos div.item:nth-child(2) div.content, #photos div.item:nth-child(4) div.content {
	width: 374px;
	float: left;
	margin: 10px auto;
	padding: 0 0;
}
#photos div.item:nth-child(2) div.content p, #photos div.item:nth-child(4) div.content p {
	width: 374px;
	line-height: 20px;
	font-size: 14px;
	color: #515151;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#photos div.item:nth-child(2) div.read-more, #photos div.item:nth-child(4) div.read-more {
	width: 374px;
	height: 50px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0;
}
#photos div.item:nth-child(2) div.read-more a, #photos div.item:nth-child(4) div.read-more a {
	background: url(images/read-more-dark.png) top right no-repeat;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #515151;
	float: right;
	margin: 0 auto;
	padding: 0 50px 0 0;
}
#photos div.item {
	width: 374px;
	float: left;
	margin: 0 0 0 10px;
	padding: 0 0;
}
#photos div.item div.thumb {
	background: #515151;
	width: 374px;
	height: 146px;
	overflow: hidden;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0;
}
#photos div.item div.thumb img {
	width: 374px;
	height: auto;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#photos div.item div.title {
	width: 374px;
	float: left;
	margin: 10px auto;
	padding: 0 0;
}
#photos div.item div.title h2 {
	width: 374px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Ubuntu', Helvetica, sans-serif;
	color: #515151;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#photos div.item div.content {
	width: 374px;
	float: left;
	margin: 10px auto;
	padding: 0 0;
}
#photos div.item div.content p {
	width: 374px;
	line-height: 20px;
	font-size: 14px;
	color: #515151;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#photos div.item div.read-more {
	width: 374px;
	height: 50px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0;
}
#photos div.item div.read-more a {
	background: url(images/read-more-dark.png) top right no-repeat;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #515151;
	float: right;
	margin: 0 auto;
	padding: 0 50px 0 0;
}
#books {
	width: 768px;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#books ul.books {
	width: 748px;
	float: left;
	margin: 0 10px;
	padding: 0 0;
}
#books ul.books li {
	background: #e5e5e5;
	width: 329px;
	height: 130px;
	list-style: none;
	border: #cccccc 1px solid;
	float: left;
	margin: 0 10px 20px 10px;
	padding: 10px 10px;
}
#books ul.books li div.thumb {
	background: #424242;
	width: 90px;
	height: 130px;
	overflow: hidden;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 0;
}
#books ul.books li div.thumb img {
	width: 90px;
	height: auto;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#books ul.books li div.content {
	width: 229px;
	height: 100px;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#books ul.books li div.content h2 {
	width: 229px;
	font-size: 14px;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
	font-weight: 700;
	color: #565757;
	text-align: left;
	float: left;
	margin: 5px auto;
	padding: 0 0;
}
#books ul.books li div.content p {
	width: 229px;
	font-size: 12px;
	line-height: 20px;
	font-weight: 300;
	color: #565757;
	text-align: left;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#books ul.books li div.links {
	width: 229px;
	height: 20px;
	float: left;
	margin: 10px 0 0 0;
	padding: 0 0;
}
#books ul.books li div.links a {
	font-size: 12px;
	float: right;
	margin: 0 5px;
}
#magazines {
	width: 768px;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#magazines ul.books {
	width: 748px;
	float: left;
	margin: 0 10px;
	padding: 0 0;
}
#magazines ul.books li {
	background: #e5e5e5;
	width: 329px;
	height: 130px;
	list-style: none;
	border: #cccccc 1px solid;
	float: left;
	margin: 0 10px 20px 10px;
	padding: 10px 10px;
}
#magazines ul.books li div.thumb {
	background: #424242;
	width: 90px;
	height: 130px;
	overflow: hidden;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 0;
}
#magazines ul.books li div.thumb img {
	width: 90px;
	height: auto;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#magazines ul.books li div.content {
	width: 229px;
	height: 100px;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#magazines ul.books li div.content h2 {
	width: 229px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #565757;
	text-align: left;
	float: left;
	margin: 5px auto;
	padding: 0 0;
}
#magazines ul.books li div.content p {
	width: 229px;
	font-size: 12px;
	line-height: 20px;
	font-weight: 300;
	color: #565757;
	text-align: left;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#magazines ul.books li div.links {
	width: 229px;
	height: 20px;
	float: left;
	margin: 10px 0 0 0;
	padding: 0 0;
}
#magazines ul.books li div.links a {
	font-size: 12px;
	float: right;
	margin: 0 5px;
}
#footer {
	background: #eaeaea;
	width: 100%;
	border-top: #cccccc 1px solid;
	float: left;
	margin: 10px 0 0 0;
	padding: 0 0;
}
#social {
	background: #ccc;
	width: 224px;
	height: 30px;
	float: left;
	margin: 0 400px 0 400px;
	padding: 5px 0;
	-webkit-border-bottom-right-radius: 100px;
	-webkit-border-bottom-left-radius: 100px;
	-moz-border-radius-bottomright: 100px;
	-moz-border-radius-bottomleft: 100px;
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 100px;
}
#social ul {
	width: 120px;
	height: 30px;
	float: left;
	margin: 0 52px;
	padding: 0 0;
}
#social ul li {
	width: 30px;
	height: 30px;
	float: left;
	margin: 0 5px;
	padding: 0 0;
}
#social ul li a {
	width: 30px;
	height: 30px;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#social ul li a img {
	width: 30px;
	height: 30px;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#copyright {
	width: 306px;
	height: 48px;
	float: left;
	margin: 26px auto;
	padding: 0 0;
}
#copyright p {
	width: 296px;
	height: 12px;
	line-height: 12px;
	font-size: 10px;
	color: #969696;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 0;
}
#footer-nav {
	width: 718px;
	height: 100px;
	float: left;
	margin: 0 auto;
	padding: 0 0;
}
#footer-nav ul {
	height: 100px;
	float: right;
	margin: 0 auto;
	padding: 0 0;
}
#footer-nav ul li {
	height: 100px;
	line-height: 100px;
	float: left;
	margin: 0 10px;
	padding: 0 0;
}
#footer-nav ul li a {
	text-align: center;
	font-size: 12px;
	color: #969696;
}
#footer-nav ul li a:hover {
	color: #c91505;
}

#menu ul li.dergi {
	background-image: -moz-linear-gradient(top, #870E02 0%, #830D02 200%);
}	
#slb_viewer_wrap .slb_theme_slb_default .slb_data_title {
	display:none !important; 
}