/**************************************************************/
/* CSS for General Format */
/**************************************************************/
html
{
	overflow-y: scroll;
}
body, div, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
}
body
{
	width: 100%;
	height: 100%;
    background-color: #fff;
}
body.intro
{
	width: 100%;
	height: 100;
    /*background: #f4f3f1 url(../Images/Intro/intro_bg.gif) repeat-x right top;*/
}
table
{
	border-collapse: collapse;
	border-spacing: 0px;
}
address, caption, cite, code, dfn, em, th, var
{
	font-style: normal;
	font-weight: normal;
}
fieldset, img
{
	border: 0px;
}
.b, b, strong
{
	font-weight: bold;
}
.d_none
{
	display: none;
}
.d_block
{
	display: block;
}
.clear_all
{
	clear: both;
}
.w100
{
	width: 100%;
}
.h100
{
	height: 100%;
}
.pointer
{
    cursor: pointer;
}
div.wrapper
{
	width: 100%;
	font-family: Arial;
	display: table;
	direction: rtl;
}
div.content_wrapper
{
	position: relative;
	width: 899px;
	margin: 0px auto;
	background: #fff url(Images/General/header_shadow.gif) repeat-x right top;
}
div.content_wrapper td
{
    vertical-align: top;
}
/**************************************************************/

/**************************************************************/
/* CSS for Alignments & Directions */
/**************************************************************/
.dir_side
{
	direction: rtl;
}
.dir_inverse
{
	direction: ltr;
}
.align_top
{
	vertical-align: top;
}
.align_bottom
{
	vertical-align: bottom;
}
.align_side
{
	text-align: right;
}
.align_inverse
{
	text-align: left;
}
.align_center
{
	text-align: center;
}
.float_side
{
	float: right;
}
.float_inverse
{
	float: left;
}
.float_center
{
	margin: 0px auto;
}
/**************************************************************/

/**************************************************************/
/* CSS for Print */
/**************************************************************/
@media print
{
	.noprint
	{
		display: none;
	}
}
/**************************************************************/

/**************************************************************/
/* CSS for Intro */
/**************************************************************/
table.intro_wrapper
{
    width: 100%;
    text-align: center;
    vertical-align: top;
}
table.intro
{
    margin: auto;
    width: 900px;
    height: 526px;
    background: url(../Images/Intro/castro_intro.jpg) no-repeat right top;
}
div.intro
{
    position: relative;
    width: 900px;
    height: 526px;
}
div.btn_lang
{
    position: absolute;
    top: 94px;
    right: 26px;
}

div.countries
{
    position: absolute;
    top: 190px;
    left: 46px;
}
div.countries div
{
    clear: both;
    width: 100px;
    text-align: left;
}
