﻿/**************************************************************/
/* CSS for General Format */
/**************************************************************/
html
{
	overflow-y: scroll;
}
body, div, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 13px;
	color: #89887c;
	font-weight: bold;
}
body
{
	width: 100%;
	height: 100%;
	background-color: #000000;
}
table
{
	border-collapse: collapse;
	border-spacing: 0px;
}
address, caption, cite, code, dfn, em, th, var
{
	font-style: normal;
	font-weight: normal;
}
em
{
	font-style: italic;
}
fieldset, img
{
	border: 0px;
}
.b, b, strong
{
	font-weight: bold !important;
}
.d_none
{
	display: none;
}
.d_block
{
	display: block;
}
.clear_all
{
	clear: both;
}
.w100
{
	width: 100%;
}

div.outer_wrapper
{
	background: url(../images/bg.png) repeat-y center top;
	height: 1100px;
}
div.bg_white
{
	background-color: #ffffff;
	width: 900px;
	margin: 0px auto;
	height: 1100px;
}
div.site_wrapper
{
	width: 870px;
	margin: 0px auto;
	font-family: Arial;
	background-color: red;
	margin: 0px auto;
}
div.header
{
	background: url(../images/header.gif) no-repeat center top;
	height: 171px;
	width: 870px;
	margin: 0px auto;
}
div.logo
{
	position: relative;
	top: 43px;
	left: 15px;
	height: 75px;
	width: 315px;
	margin: 0px;
	padding: 0px;
}
div.inner
{
	background: url(../images/inner_bottom.gif) no-repeat center bottom;
	height: 800px;
	margin-top: 95px;
	width: 870px;
}
div.pic_column
{
	width: 384px;
	float: left;
}
div.text-column
{
	width: 486px;
	float: left;
}
div.pic_bottom
{
	background: url(../images/pic_bottom.gif) no-repeat 0px;
	width: 377px;
	height: 130px;
	position: relative;
	top: 130px;
}
div.pic_bottom_inner
{
	
	width: 300px;
	position: relative;
	left: 20px;
	top: -80px;
	text-align: right;
	direction: rtl;
}
div.toolbar
{
	width: 467px;
	height: 43px;
	position: relative;
	left: 19px;
	top: 0px;
}
span.pic_title
{
	font-size: 15px;
	font-weight: bold;
	color: #e09315;
}
div.thumbnail1
{
	float: left;
	width: 147px;
	margin-top: 25px;
	padding-left: 15px;
}
div.main_text
{
	float: left;
	width: 300px;
	text-align: right;
	margin-top: 25px;
	padding-left: 15px;
	direction: rtl;
}
div.wellcome_title  img
{
	padding-left: 10px;
}
div.wellcome_title
{
	font-size: 15px;
	font-weight: bold;
	color: #e09315;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: right;
}
.content_left
{
	float: left;
	width: 250px;
	margin-left: 25px;
	margin-top: 30px;
}
.content_right
{
	float: left;
	width: 200px;
	text-align: right;
	direction: rtl;
	margin-top: 55px;
}
.round_top250
{
	background: url(../images/round_top.gif) no-repeat right top;
	width: 251px;
	
}
.inner250
{
	width: 220px;
	text-align: right;
	durection: rtl;
	padding: 25px 10px 15px 15px;
}
.round_bottom250
{
	background: url(../images/round_bottom.gif) no-repeat right bottom;
	padding-bottom: 30px;
	width: 251px;
}
div.read_more
{
	float: right;
	margin-top: 3px;
	margin-right: 5px;
	text-align: right;
}
div.read_more_text
{
	color: #e09315;
	float: right;
	text-align: right;
	direction: rtl;
	margin-right: 20px;
}
div.read_more_text2
{
	color: #e09315;
	float: right;
	text-align: right;
	direction: rtl;
	margin-right: 0px;
}
div.horizontal_divider
{
	height: 1px;
	background-color: #eaeaea;
	margin: 10px 0px;
}
div.small_thumb
{
	width: 67px;
	margin-left: rightpx;
	float: left;
	text-align: right;
}
div.thumb_text
{
	width: 197px;
	float: left;
	text-align: right;
}
div.gallery_wrapper
{
	width: 400px;
	margin-left: 50px;
	padding-top: 20px;
}

div.gallery_item
{
	float: left;
	width: 170px;
	height: 127px;
}
div.gallery_spacer
{
	width: 50px;
	height: 127px;
	float: left;
}
div.gallery_outer
{
	background: url(../gallery/images/thumbnail_outer.gif) no-repeat center top;
	width: 183px;
	height: 175px;
}
div.gallery_pic
{
	padding: 10px 0px 0px 0px;
}
div.gallery_row2
{
	padding-top: 70px;
	#padding-top: 25px;
	clear: both;
}
div.zoom
{
	float: right;
	padding-right: 40px;
	margin-top: 10px;
}
div.zoom  img
{
	padding-left: 10px;
}
div.mp3_player
{
	margin-left: 51px;
	margin-top: 25px;
}
div.video
{
	width:420px;
	height:300px;
	margin-left: 41px;
	margin-top: 25px;
}
/**************************************************************/

/**************************************************************/
/* CSS for Alignments & Directions */
/**************************************************************/
.dir_side
{
	direction: ltr;
}
.dir_inverse
{
	direction: rtl;
}
.align_top
{
	vertical-align: top;
}
.align_bottom
{
	vertical-align: bottom;
}
.align_side
{
	text-align: left;
}
.align_inverse
{
	text-align: right;
}
.align_center
{
	text-align: center;
}
.float_side
{
	float: left;
}
.float_inverse
{
	float: right;
}
.float_center
{
	margin: 0px auto;
}
.right a {
	color : #EF6D00;
}
.right a:hover {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 5px;
	margin-left : 10px;
	margin-right : 10px;
	
}