@charset "UTF-8";

/* Reset (start) */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, img,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0; padding: 0; border: 0; outline: 0;
	
	font: 100% Gisha,Arial, Helvetica, sans-serif; color: #000;
	direction: rtl;
}
:focus { outline: 0; }
ul, ol { list-style: none; }
/* Reset (end) */

body 
{
	background: #faffff url("images/background.jpg") right top repeat-x;
	line-height: 1.23;
	font-size: 12px;
}

a, a:visited, a:active
{
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

a:hover
{
	color: #000;
	text-decoration: underline;
}

.clear
{
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}

div.container
{
	width: 857px;
	margin: 0 auto;
}

div.head_container
{
	width: 100%;
	margin: 0 auto;
	background: url("images/site_bg.jpg") center top repeat-y;
}

div.foot_container
{
	background: url("images/footer_background.jpg") right bottom repeat-x;
}

div.head_bg
{
	background: url("images/head_bg.jpg") center top no-repeat;
}

div.foot_bg
{
	background: url("images/foot_bg.jpg") center bottom no-repeat;
}

.hide
{
	display: none;
}

div.tile
{
	background: url("images/tile.png") right top no-repeat;
	width: 807px;
	padding: 0 15px;
	line-height: 38px;
	font-size: 14px;
	margin: 0 auto;
}

div.tile span
{
	display: block;
	float: left;
	line-height: 38px;
}

/* Header (start) */
div.header
{
	padding-bottom: 8px;
}

div.header p.desc_1
{
	display: block;
	float: left;
	font-size: 14px;
	padding: 10px 15px 0;
}

div.header p.desc_2
{
	display: block;
	font-size: 14px;
	padding: 10px 16px 20px 16px;
}

div.header div.logo
{
	background: url("images/header.jpg") no-repeat;
	height: 158px;
	width: 837px;
	margin: 0 auto;
}

div.header div.logo div.logo_bg
{
	background: url("images/sexham.jpg") center center no-repeat;
	height: 128px;
	padding: 30px 30px 0;
}

div.header div.logo div.logo_bg h1 a
{
	color: #fff;
	font-size: 48px;
}

div.header div.logo div.logo_bg h1 a:hover
{
	text-decoration: none;
}

div.header div.logo div.logo_bg h2
{
	color: #fff;
	font-size: 24px;
}

div.header div.menu
{
	position: relative;
	top: -5px;
	width: 837px;
	margin: 0 auto;
}

div.header div.menu ul li
{
	float: left;
	display: block;
	background: url("images/menu_r.jpg") right top no-repeat;
}

div.header div.menu ul li a
{
	display: block;
	color: #fff;
	background: url("images/menu_l.jpg") left top no-repeat;
	font-size: 14px;
	padding: 6px 20px 10px;
}

div.header div.menu ul li.home
{
	float: right;
}

div.header div.buttons
{
	position: relative;
	top: -5px;
	width: 837px;
	margin: 0 auto;
}

div.header div.buttons ul li
{
	float: right;
	display: block;
	background: url("images/button_r.jpg") right top no-repeat;
	margin-left: 8px;
}

div.header div.buttons ul li.first
{
	margin-right: 0;
}

div.header div.buttons ul li a
{
	display: block;
	color: #000;
	background: url("images/button_l.jpg") left top no-repeat;
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	padding: 0 20px;
	text-align: center;
	width: 119px;
}
/* Header (end) */

/* Footer (start) */
div.footer
{
	padding-top: 10px;
}

div.footer p
{
	padding: 15px 20px;
	font-size: 14px;
}
/* Footer (end) */

/* Movies (start) */
div.movies
{
	padding: 0 20px;
}

div.movies ul
{
	clear: both;
}

div.movies ul li
{
	float: right;
	text-align: center;
	margin-right: 14px;
	margin-bottom: 10px;
}

div.movies ul li.first {
	width:185px;
	height:174px;
	overflow:hidden;
}

div.movies ul li img
{
	display: block;
	border: 3px solid #000;
}
/* Movies (end) */

.video_page_title { font-size:25px; display:inline; padding-left:5px; margin:0; padding:0}
div.video-info { padding-right:14px; }






/* ##### pages ##### */

.item-list .pager, .pages 
{
	clear: both;
	text-align: center;
}

.item-list .pager li, .pages li
{
	background-image: none;
	display: inline;
	list-style-type: none;
	padding: 0.2em;
}

ul.pager li a, ul.pager li a:visited, ul.pager li a:active, ul.pager li a:hover, .pages li a
{
	font: bold 12px arial;
}

div.item-list ul.pager li.pager-current 
{
	background: #0f306b;
	color: #ffffff;
	padding: 3px;
	font-size: 12px;
}

.pager a, .pages a 
{
	background: #9a9a9a none repeat scroll 0 0;
	padding: 3px;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}

.pager a:hover , .pages a:hover
{
	background: #0f306b none repeat scroll 0 0;
	color: #ffffff;
	padding: 3px;
	font-size: 12px;
}

.pager-next a, .pager-next a:visited
{
	background: #ffffff;
	color: #0f306b;
	text-decoration: underline;
}


div.mtitle a:link, div.mtitle a:hover { font-weight:bold; font-size:14px; }
div.video_page_info { font-size:14px; }